public interface ASTNode
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(EvaluationContext ctx) |
int |
getEndChar() |
int |
getEndColumn() |
int |
getEndLine() |
Type |
getResultType() |
int |
getStartChar() |
int |
getStartColumn() |
int |
getStartLine() |
String |
getText() |
int getStartChar()
int getEndChar()
int getStartLine()
int getStartColumn()
int getEndLine()
int getEndColumn()
String getText()
Type getResultType()
Object evaluate(EvaluationContext ctx)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.