Uses of Class
org.ek9lang.antlr.EK9Parser.StringPartContext
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
Contains critical general components used in the
Ek9Compiler
listeners.-
Uses of EK9Parser.StringPartContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.StringLitContext.stringPart
(int i) EK9Parser.stringPart()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterStringPart
(EK9Parser.StringPartContext ctx) Enter a parse tree produced byEK9Parser.stringPart()
.void
EK9Listener.enterStringPart
(EK9Parser.StringPartContext ctx) Enter a parse tree produced byEK9Parser.stringPart()
.void
EK9BaseListener.exitStringPart
(EK9Parser.StringPartContext ctx) Exit a parse tree produced byEK9Parser.stringPart()
.void
EK9Listener.exitStringPart
(EK9Parser.StringPartContext ctx) Exit a parse tree produced byEK9Parser.stringPart()
.EK9BaseVisitor.visitStringPart
(EK9Parser.StringPartContext ctx) Visit a parse tree produced byEK9Parser.stringPart()
.EK9Visitor.visitStringPart
(EK9Parser.StringPartContext ctx) Visit a parse tree produced byEK9Parser.stringPart()
. -
Uses of EK9Parser.StringPartContext in org.ek9lang.compiler.phase1
Modifier and TypeMethodDescriptionvoid
DefinitionListener.enterStringPart
(EK9Parser.StringPartContext ctx) -
Uses of EK9Parser.StringPartContext in org.ek9lang.compiler.support
Modifier and TypeMethodDescriptionSymbolFactory.newInterpolatedExpressionPart
(EK9Parser.StringPartContext ctx) Create a new expression that represents the expression part of and interpolated String.SymbolFactory.newInterpolatedStringPart
(EK9Parser.StringPartContext ctx, IScope scope) Create a new constant that represents the fixed text part of an interpolated String.