com.evolvedbinary.xpath.parser.ast
Class ValueComp

java.lang.Object
  extended by com.evolvedbinary.xpath.parser.ast.AbstractASTNode
      extended by com.evolvedbinary.xpath.parser.ast.ValueComp
All Implemented Interfaces:
ASTNode, Comparison

public class ValueComp
extends AbstractASTNode
implements Comparison

Created by aretter on 13/02/2016.


Field Summary
static ValueComp EQUAL
           
static ValueComp GREATER_THAN
           
static ValueComp GREATER_THAN_OR_EQUAL
           
static ValueComp LESS_THAN
           
static ValueComp LESS_THAN_OR_EQUAL
           
static ValueComp NOT_EQUAL
           
 
Method Summary
protected  String describe()
           
 boolean equals(Object obj)
           
static ValueComp fromSyntax(String syntax)
           
 String getSyntax()
           
 
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
 

Field Detail

EQUAL

public static final ValueComp EQUAL

NOT_EQUAL

public static final ValueComp NOT_EQUAL

LESS_THAN

public static final ValueComp LESS_THAN

LESS_THAN_OR_EQUAL

public static final ValueComp LESS_THAN_OR_EQUAL

GREATER_THAN

public static final ValueComp GREATER_THAN

GREATER_THAN_OR_EQUAL

public static final ValueComp GREATER_THAN_OR_EQUAL
Method Detail

fromSyntax

public static ValueComp fromSyntax(String syntax)

getSyntax

public String getSyntax()
Specified by:
getSyntax in interface Comparison

describe

protected String describe()
Specified by:
describe in class AbstractASTNode

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016 Evolved Binary Ltd.. All Rights Reserved.