Class Literal
- java.lang.Object
-
- com.evolvedbinary.xpath.parser.ast.AbstractASTNode
-
- com.evolvedbinary.xpath.parser.ast.PrimaryExpr
-
- com.evolvedbinary.xpath.parser.ast.Literal
-
- All Implemented Interfaces:
ASTNode
- Direct Known Subclasses:
NumericLiteral,StringLiteral
public abstract class Literal extends PrimaryExpr
Created by aretter on 11/02/2016.
-
-
Constructor Summary
Constructors Constructor Description Literal()
-