com.evolvedbinary.xpath.parser.ast
Class StringLiteral

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.PrimaryExpr
          extended by com.evolvedbinary.xpath.parser.ast.Literal
              extended by com.evolvedbinary.xpath.parser.ast.StringLiteral
All Implemented Interfaces:
ASTNode

public class StringLiteral
extends Literal

Created by aretter on 31/01/2016.


Constructor Summary
StringLiteral(String value)
           
 
Method Summary
protected  String describe()
           
 boolean equals(Object obj)
           
 String getValue()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringLiteral

public StringLiteral(String value)
Method Detail

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.