|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeKind | |
---|---|
gate.yam.translate | Translation of YAM to other languages. |
Uses of NodeKind in gate.yam.translate |
---|
Fields in gate.yam.translate declared as NodeKind | |
---|---|
NodeKind |
Cursor.previousKind
Previous position type. |
Methods in gate.yam.translate that return NodeKind | |
---|---|
NodeKind |
Cursor.findNodeKind(SimpleNode n)
Type of the next node after the current Sep sequence. |
NodeKind |
Cursor.getKind()
Position type. |
NodeKind |
Cursor.getNextKind()
Next position type. |
NodeKind |
Cursor.getPreviousKind()
Previous position type. |
static NodeKind |
NodeKind.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NodeKind[] |
NodeKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |