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