org.duelengine.duel.ast
Class DuelNode

java.lang.Object
  extended by org.duelengine.duel.ast.DuelNode
Direct Known Subclasses:
BlockNode, ContainerNode, LiteralNode

public abstract class DuelNode
extends Object


Constructor Summary
protected DuelNode()
           
protected DuelNode(int index, int line, int column)
           
 
Method Summary
 int getColumn()
           
 int getIndex()
           
 int getLine()
           
 ContainerNode getParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DuelNode

protected DuelNode()

DuelNode

protected DuelNode(int index,
                   int line,
                   int column)
Method Detail

getIndex

public int getIndex()

getLine

public int getLine()

getColumn

public int getColumn()

getParent

public ContainerNode getParent()


Copyright © 2011. All Rights Reserved.