Class SingleType
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.SingleType
-
- All Implemented Interfaces:
ASTNode
public class SingleType extends AbstractASTNode
Created by aretter on 11/02/2016.
-
-
Constructor Summary
Constructors Constructor Description SingleType(AtomicType atomicType, boolean optional)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Stringdescribe()booleanequals(Object obj)-
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
-
-
-
-
Constructor Detail
-
SingleType
public SingleType(AtomicType atomicType, boolean optional)
-
-