Uses of Class
gw.lang.parser.statements.TerminalType
-
Packages that use TerminalType Package Description gw.lang.parser.statements -
-
Uses of TerminalType in gw.lang.parser.statements
Methods in gw.lang.parser.statements that return TerminalType Modifier and Type Method Description TerminalTypeITerminalStatement. getTerminalType()Mostly this is important so we can weight the terminal types i.e., the ordinal in the enum is significantstatic TerminalTypeTerminalType. 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.
-