public class ASTLTNode extends ASTComparisonNode
Constructor and Description |
---|
ASTLTNode(int id) |
ASTLTNode(Parser p,
int id) |
Modifier and Type | Method and Description |
---|---|
String |
getLiteralOperator()
get the string representing the mathematical operator
|
boolean |
numberTest(int compareResult)
performs the actual comparison
|
compareNonNumber, compareNull, compareNumbers, evaluate, jjtAccept, value
init, literal
childrenAccept, cleanupParserAndTokens, dump, dump, dump, execute, getColumn, getFirstToken, getFirstTokenImage, getInfo, getLastToken, getLastTokenImage, getLine, getLocation, getParser, getRuntimeServices, getTemplate, getTemplateName, getType, isInvalid, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, render, saveTokenImages, setFirstToken, setInfo, setInvalid, toString, toString
public ASTLTNode(int id)
public ASTLTNode(Parser p, int id)
public String getLiteralOperator()
ASTComparisonNode
getLiteralOperator
in class ASTComparisonNode
public boolean numberTest(int compareResult)
ASTComparisonNode
numberTest
in class ASTComparisonNode
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.