koala.dynamicjava.tree
Class LongTypeName
java.lang.Object
koala.dynamicjava.tree.Node
koala.dynamicjava.tree.TypeName
koala.dynamicjava.tree.PrimitiveTypeName
koala.dynamicjava.tree.LongTypeName
- All Implemented Interfaces:
- SourceInfo.Wrapper
public class LongTypeName
- extends PrimitiveTypeName
This class represents the long type nodes of the syntax tree
- Version:
- 1.0 - 1999/04/24
- Author:
- Stephane Hillion
LongTypeName
public LongTypeName()
- Initializes the type
LongTypeName
public LongTypeName(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