Class TextTest
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.TextTest
-
- All Implemented Interfaces:
ASTNode
public class TextTest extends AbstractASTNode
Created by aretter on 11/02/2016.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Stringdescribe()static TextTestinstance()-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
-
-
-
-
Method Detail
-
instance
public static final TextTest instance()
-
describe
protected String describe()
- Specified by:
describein classAbstractASTNode
-
-