koala.dynamicjava.tree
Class IntTypeName
java.lang.Object
koala.dynamicjava.tree.Node
koala.dynamicjava.tree.TypeName
koala.dynamicjava.tree.PrimitiveTypeName
koala.dynamicjava.tree.IntTypeName
- All Implemented Interfaces:
- SourceInfo.Wrapper
public class IntTypeName
- extends PrimitiveTypeName
This class represents the int type nodes of the syntax tree
- Version:
- 1.0 - 1999/04/24
- Author:
- Stephane Hillion
IntTypeName
public IntTypeName()
- Initializes the type
IntTypeName
public IntTypeName(SourceInfo si)
- Initializes the type
acceptVisitor
public <T> T acceptVisitor(Visitor<T> visitor)
- Allows a visitor to traverse the tree
- Specified by:
acceptVisitor in class Node
- Parameters:
visitor - the visitor to accept