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 MethodMetadata |
AbstractJavaMetadata.getConstructorMetadataFrom(org.eclipse.jdt.core.dom.MethodDeclaration methodDeclaration)
Get
MethodMetadata |
protected MethodMetadata |
AbstractJavaMetadata.getMethodMetadataFrom(org.eclipse.jdt.core.dom.MethodDeclaration methodDeclaration)
Gets a method meta data from
MethodDeclaration . |
protected MethodMetadata |
AbstractJavaMetadata.getMethodTypeMemberMetadataFrom(org.eclipse.jdt.core.dom.MethodDeclaration methodDeclaration)
Get
MethodMetadata |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJavaMetadata.processModifiersOfMethodDeclaration(org.eclipse.jdt.core.dom.MethodDeclaration methodDeclaration,
MethodMetadata methodMetadata)
Process modifiers of a
MethodDeclaration . |
protected void |
AbstractJavaMetadata.processParametersOfMethodDeclaration(org.eclipse.jdt.core.dom.MethodDeclaration methodDeclaration,
MethodMetadata methodMetadata)
Process parameters of a
MethodDeclaration . |
protected void |
AbstractJavaMetadata.processReturnTypeOfMethodDeclaration(org.eclipse.jdt.core.dom.MethodDeclaration methodDeclaration,
MethodMetadata methodMetadata)
Process return type of a
MethodDeclaration . |
Modifier and Type | Method and Description |
---|---|
static MethodMetadata |
MethodMetadata.constructorType(String name) |
static MethodMetadata |
MethodMetadata.methodMemberType(String name) |
Modifier and Type | Method and Description |
---|---|
List<MethodMetadata> |
TypeMetadata.getMethods()
Gets all
MethodMetadata from the unit. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.