|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodMetadata | |
|---|---|
| org.modeshape.sequencer.java | The classes that make up the Java source file sequencer. |
| org.modeshape.sequencer.java.metadata | The classes that make up the metadata definitions for the Java source file sequencer. |
| Uses of MethodMetadata in org.modeshape.sequencer.java |
|---|
| Methods in org.modeshape.sequencer.java that return MethodMetadata | |
|---|---|
protected MethodMetadata |
AbstractJavaMetadata.getConstructorMetadataFrom(org.eclipse.jdt.core.dom.MethodDeclaration methodDeclaration)
Get ConstructorMetadata |
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 MethodTypeMemberMetadata |
| Methods in org.modeshape.sequencer.java with parameters of type MethodMetadata | |
|---|---|
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. |
| Uses of MethodMetadata in org.modeshape.sequencer.java.metadata |
|---|
| Subclasses of MethodMetadata in org.modeshape.sequencer.java.metadata | |
|---|---|
class |
ConstructorMetadata
Constructor metadata. |
class |
MethodTypeMemberMetadata
Metadata for method type members. |
| Methods in org.modeshape.sequencer.java.metadata that return types with arguments of type MethodMetadata | |
|---|---|
List<MethodMetadata> |
TypeMetadata.getMethods()
Gets all MethodMetadata from the unit. |
| Method parameters in org.modeshape.sequencer.java.metadata with type arguments of type MethodMetadata | |
|---|---|
void |
TypeMetadata.setMethods(List<MethodMetadata> methods)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||