Uses of Class
org.ek9lang.compiler.symbols.ConstantSymbol
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 ConstantSymbol in org.ek9lang.compiler.support
Modifier and TypeMethodDescriptionSymbolFactory.newConstant
(EK9Parser.ConstantDeclarationContext ctx) Create a new constant as declared in the constants section.SymbolFactory.newInterpolatedStringPart
(EK9Parser.StringPartContext ctx, IScope scope) Create a new constant that represents the fixed text part of an interpolated String.SymbolFactory.newLiteral
(IToken start, String name) Create a new aggregate that represents an EK9 literal value. -
Uses of ConstantSymbol in org.ek9lang.compiler.symbols
Modifier and TypeMethodDescriptionprotected ConstantSymbol
ConstantSymbol.cloneIntoConstant
(ConstantSymbol newCopy) Modifier and TypeMethodDescriptionprotected ConstantSymbol
ConstantSymbol.cloneIntoConstant
(ConstantSymbol newCopy)