Package | Description |
---|---|
com.espertech.esper.compiler.internal.parse |
Parsers and AST tree walkers and helper classes transforming AST into business objects
|
Modifier and Type | Method and Description |
---|---|
static ASTWalkException |
ASTWalkException.from(String message) |
static ASTWalkException |
ASTWalkException.from(String message,
org.antlr.v4.runtime.CommonTokenStream tokenStream,
org.antlr.v4.runtime.RuleContext parseTree) |
static ASTWalkException |
ASTWalkException.from(String message,
Exception ex) |
static ASTWalkException |
ASTWalkException.from(String message,
String parseTreeTextMayHaveNoWhitespace) |
static ASTWalkException |
ASTWalkException.from(String message,
org.antlr.v4.runtime.Token token) |
Modifier and Type | Method and Description |
---|---|
protected void |
EPLTreeWalkerListener.end() |
static Object |
ASTJsonHelper.walk(org.antlr.v4.runtime.CommonTokenStream tokenStream,
EsperEPL2GrammarParser.JsonvalueContext node) |
static com.espertech.esper.common.internal.compile.stage1.spec.AnnotationDesc |
ASTAnnotationHelper.walk(EsperEPL2GrammarParser.AnnotationEnumContext ctx,
com.espertech.esper.common.internal.settings.ClasspathImportServiceCompileTime classpathImportService)
Walk an annotation root name or child node (nested annotations).
|
static com.espertech.esper.common.internal.type.ClassIdentifierWArray |
ASTClassIdentifierHelper.walk(EsperEPL2GrammarParser.ClassIdentifierWithDimensionsContext ctx) |
Copyright © 2005–2020. All rights reserved.