Package | Description |
---|---|
org.codehaus.modello.plugin.java.javasource |
Modifier and Type | Class and Description |
---|---|
class |
JField
A class which holds information about a field.
|
class |
JMethod
A class which holds information about the methods of
a JClass.
|
Modifier and Type | Method and Description |
---|---|
void |
JClass.addMember(JMember jMember)
Adds the given JMember to this JClass
|
abstract void |
JStructure.addMember(JMember jMember)
Adds the given JMember to this JStructure.
|
void |
JInterface.addMember(JMember jMember)
Adds the given JMember to this JStructure.
|