Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
List<FieldMetadata> |
TypeMetadata.getFields()
Gets a ordered lists of
FieldMetadata from the unit. |
List<FieldMetadata> |
MethodMetadata.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
MethodMetadata.setReturnType(FieldMetadata returnType) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.