com.evolvedbinary.xpath.parser.ast
Class StringLiteral
java.lang.Object
com.evolvedbinary.xpath.parser.ast.AbstractASTNode
com.evolvedbinary.xpath.parser.ast.PrimaryExpr
com.evolvedbinary.xpath.parser.ast.Literal
com.evolvedbinary.xpath.parser.ast.StringLiteral
- All Implemented Interfaces:
- ASTNode
public class StringLiteral
- extends Literal
Created by aretter on 31/01/2016.
StringLiteral
public StringLiteral(String value)
describe
protected String describe()
- Specified by:
describe in class AbstractASTNode
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
getValue
public String getValue()
Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.