Uses of Class
org.modeshape.sequencer.java.metadata.SimpleTypeFieldMetadata

Packages that use SimpleTypeFieldMetadata
org.modeshape.sequencer.java The classes that make up the Java source file sequencer. 
 

Uses of SimpleTypeFieldMetadata in org.modeshape.sequencer.java
 

Methods in org.modeshape.sequencer.java that return SimpleTypeFieldMetadata
protected  SimpleTypeFieldMetadata AbstractJavaMetadata.processSimpleType(org.eclipse.jdt.core.dom.FieldDeclaration fieldDeclaration)
          Process the simple type of a FieldDeclaration.
 

Methods in org.modeshape.sequencer.java with parameters of type SimpleTypeFieldMetadata
static void SimpleTypeMetadataSequencer.sequenceConstructorSimpleTypeName(SimpleTypeFieldMetadata simpleTypeFieldMetadata, Path rootPath, SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory)
          Sequence the type name of the simple type.
static void SimpleTypeMetadataSequencer.sequenceMethodFormalParam(SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory, SimpleTypeFieldMetadata simpleTypeFieldMetadata, Path methodParamRootPath)
           
static void SimpleTypeMetadataSequencer.sequenceMethodReturnType(SequencerOutput output, NameFactory nameFactory, PathFactory pathFactory, SimpleTypeFieldMetadata simpleTypeFieldMetadata, Path methodRootPath)
          Sequence the return type of a method.
 



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