Uses of Enum Class
org.ek9lang.compiler.support.CommonValues
Package
Description
Contains critical general components used in the
Ek9Compiler
listeners.
This is the main source of EK9 Symbols used within the compiler.
-
Uses of CommonValues in org.ek9lang.compiler.support
Modifier and TypeMethodDescriptionstatic CommonValues
Returns the enum constant of this class with the specified name.static CommonValues[]
CommonValues.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CommonValues in org.ek9lang.compiler.symbols
Modifier and TypeMethodDescriptionISymbol.getSquirrelledData
(CommonValues key) Symbol.getSquirrelledData
(CommonValues key) void
ISymbol.putSquirrelledData
(CommonValues key, String value) void
Symbol.putSquirrelledData
(CommonValues key, String value) Sometimes it's important to 'squirrel' away information during different phases of the compilation.