com.evolvedbinary.xpath.parser.ast
Class ContextItemExpr

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.ContextItemExpr
All Implemented Interfaces:
ASTNode

public class ContextItemExpr
extends PrimaryExpr

Created by aretter on 11/02/2016.


Method Summary
protected  String describe()
           
static ContextItemExpr instance()
           
 
Methods inherited from class com.evolvedbinary.xpath.parser.ast.AbstractASTNode
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

instance

public static final ContextItemExpr instance()

describe

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


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