koala.dynamicjava.tree
Class DoubleTypeName

java.lang.Object
  extended by koala.dynamicjava.tree.Node
      extended by koala.dynamicjava.tree.TypeName
          extended by koala.dynamicjava.tree.PrimitiveTypeName
              extended by koala.dynamicjava.tree.DoubleTypeName
All Implemented Interfaces:
SourceInfo.Wrapper

public class DoubleTypeName
extends PrimitiveTypeName

This class represents the double type nodes of the syntax tree

Version:
1.0 - 1999/04/24
Author:
Stephane Hillion

Constructor Summary
DoubleTypeName()
          Initializes the type
DoubleTypeName(SourceInfo si)
          Initializes the type
 
Method Summary
<T> T
acceptVisitor(Visitor<T> visitor)
          Allows a visitor to traverse the tree
 
Methods inherited from class koala.dynamicjava.tree.PrimitiveTypeName
getValue, setValue, toString
 
Methods inherited from class koala.dynamicjava.tree.Node
archiveProperties, getProperties, getProperty, getSourceInfo, hasProperty, setProperty, setSourceInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleTypeName

public DoubleTypeName()
Initializes the type


DoubleTypeName

public DoubleTypeName(SourceInfo si)
Initializes the type

Method Detail

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