de.fraunhofer.ipsi.xquery.tree.primary
Class XQueryPrimaryExprAbstract

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
      extended by de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpressionAbstract
          extended by de.fraunhofer.ipsi.xquery.tree.primary.XQueryPrimaryExprAbstract
All Implemented Interfaces:
XQueryExpression, XQueryPrimaryExpr, XQueryStepExpr, XQueryNode
Direct Known Subclasses:
XQueryAttribute, XQueryCdataSection, XQueryCompNSConstructor, XQueryComputedConstructorAbstract, XQueryComputedDocumentConstructor, XQueryComputedTextConstructor, XQueryComputedXmlComment, XQueryCompXmlPi, XQueryContextItemExpr, XQueryElementConstructor, XQueryFunctionCall, XQueryLiteral, XQueryOrderingExpr, XQueryParenthesizedExpr, XQueryVariable, XQueryXmlComment, XQueryXmlProcessingInstruction

public abstract class XQueryPrimaryExprAbstract
extends XQueryExpressionAbstract
implements XQueryPrimaryExpr


Constructor Summary
XQueryPrimaryExprAbstract(PositionInfo pos)
          Constructor
 
Method Summary
 boolean isForwardStep()
          Method isForwardStep
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpressionAbstract
getCoreExpression, setCoreExpression, toString
 
Methods inherited from class de.fraunhofer.ipsi.xquery.tree.XQueryNodeAbstract
getPosition, setPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.fraunhofer.ipsi.xquery.tree.expression.XQueryExpression
acceptVisitor, getCoreExpression
 
Methods inherited from interface de.fraunhofer.ipsi.xquery.tree.XQueryNode
getPosition
 

Constructor Detail

XQueryPrimaryExprAbstract

public XQueryPrimaryExprAbstract(PositionInfo pos)
Constructor

Parameters:
column - an int
line - an int
Method Detail

isForwardStep

public boolean isForwardStep()
Method isForwardStep

Specified by:
isForwardStep in interface XQueryStepExpr
Returns:
a boolean