JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Method Summary
Enum Constant Details
PLAIN
AFFECTATION_DEFINE
AFFECTATION
ASSERT
IF
IFDEF
UNDEF
IFNDEF
ELSE
ELSEIF
ENDIF
WHILE
ENDWHILE
FOREACH
ENDFOREACH
DECLARE_RETURN_FUNCTION
DECLARE_PROCEDURE
END_FUNCTION
RETURN
LEGACY_DEFINE
LEGACY_DEFINELONG
THEME
INCLUDE
INCLUDE_SPRITES
INCLUDE_DEF
IMPORT
STARTSUB
ENDSUB
INCLUDESUB
LOG
DUMP_MEMORY
COMMENT_SIMPLE
COMMENT_LONG_START
OPTION
Method Details
values()
valueOf(String)
getFromLineInternal(String)
isQuote(char)
isLetterOrUnderscoreOrDigit(char)
isLetterOrUnderscore(char)
isLetterOrUnderscoreOrDollar(char)
isLetterOrDigit(char)
isLetter(char)
isSpaceChar(char)
isLatinDigit(char)
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Concrete Methods
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Method Details
isLetterOrUnderscoreOrDigit
isLetterOrUnderscoreOrDollar