|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MessageDefinitionParser.MessageDefinitionVisitor
Method Summary | |
---|---|
void |
constant(java.lang.String type,
java.lang.String name,
java.lang.String value)
Called for each constant in the message definition. |
void |
list(java.lang.String type,
int size,
java.lang.String name)
Called for each array in the message definition. |
void |
scalar(java.lang.String type,
java.lang.String name)
Called for each scalar in the message definition. |
Method Detail |
---|
void constant(java.lang.String type, java.lang.String name, java.lang.String value)
type
- the type of the constantname
- the name of the constantvalue
- the value of the constantvoid scalar(java.lang.String type, java.lang.String name)
type
- the type of the scalarname
- the name of the scalarvoid list(java.lang.String type, int size, java.lang.String name)
type
- the type of the arraysize
- the size of the array or -1 if the size is unboundedname
- the name of the array
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |