Package | Description |
---|---|
org.exolab.javasource |
This package contains classes that represent Java Source objects for Castor XML
code generator.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJField
A (abstract) base class which holds information about fields.
|
class |
JAnnotationTypeElement
Holds information about a given annotation type element.
|
class |
JConstant
A class which holds information about a constant.
|
class |
JEnumConstant
Describes the definition of a enum constant.
|
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 |
JEnum.addMember(JMember jMember)
|
void |
JAnnotationType.addMember(JMember jMember)
Adds the given JMember to this JAnnotationType.
|
abstract void |
JStructure.addMember(JMember jMember)
Adds the given JMember to this JStructure.
|
void |
JClass.addMember(JMember jMember)
Adds the given JMember to this JStructure.
|
void |
JInterface.addMember(JMember jMember)
Adds the given JMember to this Jinterface.
|
Copyright © 2014. All rights reserved.