com.evolvedbinary.xpath.parser.ast
Class NodeComp

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

public class NodeComp
extends AbstractASTNode
implements Comparison

Created by aretter on 13/02/2016.


Field Summary
static NodeComp FOLLOWS
           
static NodeComp IS
           
static NodeComp PRECEDES
           
 
Method Summary
protected  String describe()
           
 boolean equals(Object obj)
           
static NodeComp 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

IS

public static final NodeComp IS

PRECEDES

public static final NodeComp PRECEDES

FOLLOWS

public static final NodeComp FOLLOWS
Method Detail

fromSyntax

public static NodeComp 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.