Uses of Class
gw.lang.parser.statements.TerminalType
-
Packages that use TerminalType Package Description gw.internal.gosu.parser.statements gw.lang.parser.statements -
-
Uses of TerminalType in gw.internal.gosu.parser.statements
Methods in gw.internal.gosu.parser.statements that return TerminalType Modifier and Type Method Description TerminalType
AssertStatement. getTerminalType()
TerminalType
BreakStatement. getTerminalType()
TerminalType
ContinueStatement. getTerminalType()
TerminalType
DoWhileStatement. getTerminalType()
TerminalType
ReturnStatement. getTerminalType()
TerminalType
ThrowStatement. getTerminalType()
TerminalType
WhileStatement. getTerminalType()
-
Uses of TerminalType in gw.lang.parser.statements
Methods in gw.lang.parser.statements that return TerminalType Modifier and Type Method Description TerminalType
ITerminalStatement. getTerminalType()
Mostly this is important so we can weight the terminal types i.e., the ordinal in the enum is significantstatic TerminalType
TerminalType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TerminalType[]
TerminalType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-