|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldMetadata | |
---|---|
org.modeshape.sequencer.javafile | The classes that make up the Java source file sequencer. |
org.modeshape.sequencer.javafile.metadata | The classes that make up the metadata definitions for the Java source file sequencer. |
Uses of FieldMetadata in org.modeshape.sequencer.javafile |
---|
Methods in org.modeshape.sequencer.javafile that return FieldMetadata | |
---|---|
protected FieldMetadata |
AbstractJavaMetadata.createParameterizedFieldMetadataFrom(org.eclipse.jdt.core.dom.Type type)
Create a FieldMetadata from a Type instance. |
protected FieldMetadata |
AbstractJavaMetadata.getFieldMetadataFrom(org.eclipse.jdt.core.dom.FieldDeclaration fieldDeclaration)
Gets a field meta data from FieldDeclaration . |
protected FieldMetadata |
AbstractJavaMetadata.processArrayTypeFrom(org.eclipse.jdt.core.dom.FieldDeclaration fieldDeclaration)
Process a FieldDeclaration to win information for an array type. |
protected FieldMetadata |
AbstractJavaMetadata.processParameterizedType(org.eclipse.jdt.core.dom.FieldDeclaration fieldDeclaration)
Process the parameterized type of a FieldDeclaration . |
protected FieldMetadata |
AbstractJavaMetadata.processPrimitiveType(org.eclipse.jdt.core.dom.FieldDeclaration fieldDeclaration)
Process the primitive type of a FieldDeclaration . |
protected FieldMetadata |
AbstractJavaMetadata.processSimpleType(org.eclipse.jdt.core.dom.FieldDeclaration fieldDeclaration)
Process the simple type of a FieldDeclaration . |
Methods in org.modeshape.sequencer.javafile with parameters of type FieldMetadata | |
---|---|
protected void |
AbstractJavaMetadata.processModifiersOfFieldDeclaration(org.eclipse.jdt.core.dom.FieldDeclaration fieldDeclaration,
FieldMetadata fieldMetadata)
Process modifiers of a FieldDeclaration |
protected void |
AbstractJavaMetadata.processVariablesOfVariableDeclarationFragment(org.eclipse.jdt.core.dom.FieldDeclaration fieldDeclaration,
FieldMetadata fieldMetadata)
Process variables of a VariableDeclarationFragment . |
Uses of FieldMetadata in org.modeshape.sequencer.javafile.metadata |
---|
Methods in org.modeshape.sequencer.javafile.metadata that return FieldMetadata | |
---|---|
static FieldMetadata |
FieldMetadata.arrayType(String type)
|
FieldMetadata |
MethodMetadata.getReturnType()
|
static FieldMetadata |
FieldMetadata.parametrizedType(String type)
|
static FieldMetadata |
FieldMetadata.primitiveType(String type)
|
static FieldMetadata |
FieldMetadata.qualifiedType(String type)
|
static FieldMetadata |
FieldMetadata.simpleType(String type)
|
static FieldMetadata |
FieldMetadata.wildcardType(String type)
|
Methods in org.modeshape.sequencer.javafile.metadata that return types with arguments of type FieldMetadata | |
---|---|
List<FieldMetadata> |
TypeMetadata.getFields()
Gets a ordered lists of FieldMetadata from the unit. |
List<FieldMetadata> |
MethodMetadata.getParameters()
|
Methods in org.modeshape.sequencer.javafile.metadata with parameters of type FieldMetadata | |
---|---|
void |
MethodMetadata.setReturnType(FieldMetadata returnType)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |