|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.sequencer.java.SimpleTypeMetadataSequencer
public class SimpleTypeMetadataSequencer
The sequencer of the SimpleTypeFieldMetadata
| Method Summary | |
|---|---|
static Path |
createRootPath(PathFactory pathFactory,
Path basePath)
the root path. |
static Path |
createSimpleTypeParamPath(PathFactory pathFactory,
Path rootPath)
Create the path of parameter. |
static void |
sequenceConstructorSimpleTypeName(SimpleTypeFieldMetadata simpleTypeFieldMetadata,
Path rootPath,
SequencerOutput output,
NameFactory nameFactory,
PathFactory pathFactory)
Sequence the type name of the simple type. |
static void |
sequenceMethodFormalParam(SequencerOutput output,
NameFactory nameFactory,
PathFactory pathFactory,
SimpleTypeFieldMetadata simpleTypeFieldMetadata,
Path methodParamRootPath)
|
static void |
sequenceMethodReturnType(SequencerOutput output,
NameFactory nameFactory,
PathFactory pathFactory,
SimpleTypeFieldMetadata simpleTypeFieldMetadata,
Path methodRootPath)
Sequence the return type of a method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void sequenceMethodFormalParam(SequencerOutput output,
NameFactory nameFactory,
PathFactory pathFactory,
SimpleTypeFieldMetadata simpleTypeFieldMetadata,
Path methodParamRootPath)
output - nameFactory - pathFactory - simpleTypeFieldMetadata - methodParamRootPath -
public static Path createRootPath(PathFactory pathFactory,
Path basePath)
pathFactory - the path factorybasePath - - the base path to use to build a root path.
public static void sequenceConstructorSimpleTypeName(SimpleTypeFieldMetadata simpleTypeFieldMetadata,
Path rootPath,
SequencerOutput output,
NameFactory nameFactory,
PathFactory pathFactory)
simpleTypeFieldMetadata - - the SimpleTypeFieldMetadata.rootPath - - the path.output - - the SequencerOutput.nameFactory - - the NameFactory.pathFactory - - the PathFactory.
public static Path createSimpleTypeParamPath(PathFactory pathFactory,
Path rootPath)
pathFactory - - The PathFactory.rootPath - - the root path need to build the path.
public static void sequenceMethodReturnType(SequencerOutput output,
NameFactory nameFactory,
PathFactory pathFactory,
SimpleTypeFieldMetadata simpleTypeFieldMetadata,
Path methodRootPath)
output - nameFactory - pathFactory - simpleTypeFieldMetadata - methodRootPath -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||