edu.ksu.cis.projects.bogor.ast
Class ASTThreadIdType
java.lang.Object
edu.ksu.cis.projects.bogor.ast.Node
edu.ksu.cis.projects.bogor.ast.ASTType
edu.ksu.cis.projects.bogor.ast.ASTThreadIdType
- All Implemented Interfaces:
- Disposable, Serializable, Cloneable
public final class ASTThreadIdType
- extends ASTType
Thread id type AST.
- Version:
- CVS $Revision: 1.4 $ $Date: 2005/05/06 19:33:49 $
- Author:
- Robby
- See Also:
- Serialized Form
ASTThreadIdType
public ASTThreadIdType()
- Default constructor.
clone
public ASTThreadIdType clone()
- Clones this object (deep clone); including location info.
- Specified by:
clone
in class ASTType
- Returns:
- The clone of this object. Non-null.
toString
public String toString()
- Returns the string representation of this object.
- Specified by:
toString
in class Node
- Returns:
- "tid".
visit
public void visit(ASTVisitor visitor)
- Specified by:
visit
in class Node
hashCode
public int hashCode()
- Specified by:
hashCode
in class ASTType
equals
public boolean equals(Object o)
- Specified by:
equals
in class ASTType