ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.sequencer.javafile.metadata.MethodMetadata

Packages that use MethodMetadata
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 MethodMetadata in org.modeshape.sequencer.javafile
 

Methods in org.modeshape.sequencer.javafile that return MethodMetadata
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
 

Methods in org.modeshape.sequencer.javafile 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.javafile.metadata
 

Methods in org.modeshape.sequencer.javafile.metadata that return MethodMetadata
static MethodMetadata MethodMetadata.constructorType(String name)
           
static MethodMetadata MethodMetadata.methodMemberType(String name)
           
 

Methods in org.modeshape.sequencer.javafile.metadata that return types with arguments of type MethodMetadata
 List<MethodMetadata> TypeMetadata.getMethods()
          Gets all MethodMetadata from the unit.
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.