ist.palcom.communication.ast
Class Selector

java.lang.Object
  extended by ist.palcom.communication.ast.ASTNode
      extended by ist.palcom.communication.ast.Selector
All Implemented Interfaces:
Cloneable

public class Selector
extends ASTNode
implements Cloneable


Field Summary
 
Fields inherited from class ist.palcom.communication.ast.ASTNode
CHANGE, children, generatedWithCacheCycle, generatedWithCircularEnabled, IN_CIRCLE, LAST_CYCLE, numChildren, parent
 
Constructor Summary
Selector()
           
Selector(String p0)
           
 
Method Summary
 Object clone()
           
 ASTNode copy()
           
 boolean equals(Object o)
           
 void flushCache()
           
 ASTNode fullCopy()
           
 String getString()
           
 int hashCode()
           
protected  int numChildren()
           
 void setString(String value)
           
 String toString()
           
 
Methods inherited from class ist.palcom.communication.ast.ASTNode
addChild, getChild, getChildNoTransform, getIndexOfChild, getNumChild, getParent, insertChild, remove, removeChild, setChild, setParent
 
Methods inherited from class java.lang.Object
getClass, println
 

Constructor Detail

Selector

public Selector()

Selector

public Selector(String p0)
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class ASTNode
Throws:
CloneNotSupportedException

copy

public ASTNode copy()
Overrides:
copy in class ASTNode

fullCopy

public ASTNode fullCopy()
Overrides:
fullCopy in class ASTNode

flushCache

public void flushCache()
Overrides:
flushCache in class ASTNode

numChildren

protected int numChildren()
Overrides:
numChildren in class ASTNode

setString

public void setString(String value)

getString

public String getString()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object