Uses of Class
org.ek9lang.compiler.symbols.ExpressionSymbol
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 ExpressionSymbol in org.ek9lang.compiler.support
Modifier and TypeMethodDescriptionSymbolFactory.newExpressionSymbol
(ISymbol fromSymbol) Create a new expression around a symbol.SymbolFactory.newExpressionSymbol
(IToken token, String name) Create a new expression symbol place-holder.SymbolFactory.newExpressionSymbol
(IToken token, String name, Optional<ISymbol> ofType) Create a new expression symbol place-holder.SymbolFactory.newInterpolatedExpressionPart
(EK9Parser.StringPartContext ctx) Create a new expression that represents the expression part of and interpolated String. -
Uses of ExpressionSymbol in org.ek9lang.compiler.symbols
Modifier and TypeMethodDescriptionprotected ExpressionSymbol
ExpressionSymbol.cloneIntoExpressionSymbol
(ExpressionSymbol newCopy) Modifier and TypeMethodDescriptionprotected ExpressionSymbol
ExpressionSymbol.cloneIntoExpressionSymbol
(ExpressionSymbol newCopy)