Uses of Class
org.codehaus.modello.plugin.java.javasource.JInterface
-
Packages that use JInterface Package Description org.codehaus.modello.plugin.java org.codehaus.modello.plugin.java.javasource -
-
Uses of JInterface in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java with parameters of type JInterface Modifier and Type Method Description protected void
AbstractJavaModelloGenerator. initHeader(JInterface interfaze)
-
Uses of JInterface in org.codehaus.modello.plugin.java.javasource
Fields in org.codehaus.modello.plugin.java.javasource with type parameters of type JInterface Modifier and Type Field Description private java.util.List<JInterface>
JCompUnit. interfaces
The set of top-level interfaces that live in this compilation unit.Methods in org.codehaus.modello.plugin.java.javasource with parameters of type JInterface Modifier and Type Method Description void
JCompUnit. addInterface(JInterface jInterface)
Adds a JInterface which should be printed in this file.void
JStructure. addInterface(JInterface jInterface)
Adds the given interface to the list of interfaces this JStructure inherits method declarations from, and either implements (JClass) or extends (JInterface).Constructors in org.codehaus.modello.plugin.java.javasource with parameters of type JInterface Constructor Description JCompUnit(JInterface jInterface)
Creates a new JCompUnit with the given JInterface as public interface Package and file name are taken from jInterface.
-