Class AtomicType
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.PrimaryExpr
-
- com.evolvedbinary.xpath.parser.ast.AtomicType
-
public class AtomicType extends PrimaryExpr implements ItemType
Created by aretter on 11/02/2016.
-
-
Constructor Summary
Constructors Constructor Description AtomicType(QNameW varName)
-
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
-
-