Class NodeComp
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.NodeComp
-
- All Implemented Interfaces:
ASTNode,Comparison
public class NodeComp extends AbstractASTNode implements Comparison
Created by aretter on 13/02/2016.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Stringdescribe()booleanequals(Object obj)static NodeCompfromSyntax(String syntax)StringgetSyntax()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
-
-
-
-
Method Detail
-
getSyntax
public String getSyntax()
- Specified by:
getSyntaxin interfaceComparison
-
describe
protected String describe()
- Specified by:
describein classAbstractASTNode
-
-