|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.sequencer.java.ArrayTypeFieldMetadataSequencer
public class ArrayTypeFieldMetadataSequencer
Sequencer for array types.
| Constructor Summary | |
|---|---|
ArrayTypeFieldMetadataSequencer()
|
|
| Method Summary | |
|---|---|
static Path |
createRootPath(PathFactory pathFactory,
Path basePath)
the root path. |
static void |
sequenceFieldMemberData(ArrayTypeFieldMetadata arrayTypeFieldMetadata,
PathFactory pathFactory,
NameFactory nameFactory,
SequencerOutput output,
Path path,
int index)
Sequence member data of array type. |
static void |
sequenceMethodFormalParam(SequencerOutput output,
NameFactory nameFactory,
PathFactory pathFactory,
ArrayTypeFieldMetadata arrayTypeFieldMetadata,
Path methodParamRootPath)
Sequence all formal parameters of a method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayTypeFieldMetadataSequencer()
| Method Detail |
|---|
public static void sequenceMethodFormalParam(SequencerOutput output,
NameFactory nameFactory,
PathFactory pathFactory,
ArrayTypeFieldMetadata arrayTypeFieldMetadata,
Path methodParamRootPath)
output - - the SequencerOutput.nameFactory - - the NameFactory.pathFactory - - the PathFactory.arrayTypeFieldMetadata - - the meta data of a array type.methodParamRootPath - - Base path of the method declaration.
public static Path createRootPath(PathFactory pathFactory,
Path basePath)
pathFactory - the path factory to usebasePath - - the base path to use to build a root path.
public static void sequenceFieldMemberData(ArrayTypeFieldMetadata arrayTypeFieldMetadata,
PathFactory pathFactory,
NameFactory nameFactory,
SequencerOutput output,
Path path,
int index)
arrayTypeFieldMetadata - pathFactory - nameFactory - output - path - index -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||