Uses of Enum
gw.lang.parser.statements.TerminalType
Packages that use TerminalType
-
Uses of TerminalType in gw.internal.gosu.parser.statements
Methods in gw.internal.gosu.parser.statements that return TerminalTypeModifier and TypeMethodDescriptionAssertStatement.getTerminalType()
BreakStatement.getTerminalType()
ContinueStatement.getTerminalType()
DoWhileStatement.getTerminalType()
ReturnStatement.getTerminalType()
ThrowStatement.getTerminalType()
WhileStatement.getTerminalType()
-
Uses of TerminalType in gw.lang.parser.statements
Methods in gw.lang.parser.statements that return TerminalTypeModifier and TypeMethodDescriptionITerminalStatement.getTerminalType()
Mostly this is important so we can weight the terminal types i.e., the ordinal in the enum is significantstatic TerminalType
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.