de.pannenleiter.db.expr
Class Step

java.lang.Object
  |
  +--de.pannenleiter.db.expr.Step

public class Step
extends java.lang.Object


Field Summary
protected  Axis axis
           
protected  NameTest name
           
protected  int nodeType
           
 
Constructor Summary
Step(Axis axis, int nodeType, NameTest nodeName)
           
Step(int axisNumber, int nodeType, NameTest nodeName)
           
 
Method Summary
 Step addFilter(Expression exp)
           
 void dump(java.lang.String indent)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

axis

protected Axis axis

name

protected NameTest name

nodeType

protected int nodeType
Constructor Detail

Step

public Step(int axisNumber,
            int nodeType,
            NameTest nodeName)
     throws java.lang.Exception

Step

public Step(Axis axis,
            int nodeType,
            NameTest nodeName)
Method Detail

addFilter

public Step addFilter(Expression exp)

dump

public void dump(java.lang.String indent)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object