com.ibm.adt.ovf.ext.qualifier.ast
Class ASTNodeToken
java.lang.Object
com.ibm.adt.ovf.ext.qualifier.ast.ASTNode
com.ibm.adt.ovf.ext.qualifier.ast.ASTNodeToken
- All Implemented Interfaces:
- IASTNodeToken
- Direct Known Subclasses:
- BooleanValue0, BooleanValue1, CharValue, NullValue, OptionalSign0, OptionalSign1, QualifierName, StringValue0
public class ASTNodeToken
- extends ASTNode
- implements IASTNodeToken
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ASTNodeToken
public ASTNodeToken(IToken token)
getIToken
public IToken getIToken()
toString
public java.lang.String toString()
- Overrides:
toString
in class ASTNode
getAllChildren
public java.util.ArrayList getAllChildren()
- A token class has no children. So, we return the empty list.
- Specified by:
getAllChildren
in class ASTNode
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class ASTNode
hashCode
public int hashCode()
- Overrides:
hashCode
in class ASTNode
accept
public void accept(Visitor v)
- Specified by:
accept
in interface IASTNodeToken
- Specified by:
accept
in class ASTNode
accept
public void accept(ArgumentVisitor v,
java.lang.Object o)
- Specified by:
accept
in interface IASTNodeToken
- Specified by:
accept
in class ASTNode
accept
public java.lang.Object accept(ResultVisitor v)
- Specified by:
accept
in interface IASTNodeToken
- Specified by:
accept
in class ASTNode
accept
public java.lang.Object accept(ResultArgumentVisitor v,
java.lang.Object o)
- Specified by:
accept
in interface IASTNodeToken
- Specified by:
accept
in class ASTNode
© Copyright 2008 IBM Corp. 2008 All Rights Reserved