|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.gate.yam.translate.NodeKind
enum NodeKind
The various types of node found during pretty printing.
Enum Constant Summary | |
---|---|
NULL
|
|
SEP
|
|
TITLE
|
|
UNIT_ANCHOR
|
|
UNIT_CONTENTS
|
|
UNIT_INCLUDE
|
|
UNIT_LIST
|
|
UNIT_PARA
|
|
UNIT_SECTION
|
|
UNIT_TABLE
|
|
UNIT_VERBATIM
|
|
WORD
|
Method Summary | |
---|---|
NodeKind
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
NodeKind[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Enum Constant Detail |
---|
NodeKind NULL
NodeKind SEP
NodeKind TITLE
NodeKind UNIT_ANCHOR
NodeKind UNIT_CONTENTS
NodeKind UNIT_INCLUDE
NodeKind UNIT_LIST
NodeKind UNIT_PARA
NodeKind UNIT_SECTION
NodeKind UNIT_TABLE
NodeKind UNIT_VERBATIM
NodeKind WORD
Method Detail |
---|
NodeKind valueOf(String name)
NodeKind[] values()
Groovy Documentation