code.type
Class TypeConstructor

java.lang.Object
  extended by code.type.TypeIdentifier
      extended by code.type.TypeConstructor
All Implemented Interfaces:
TypeExpression

public class TypeConstructor
extends TypeIdentifier

A Type Constructor

Since:
November 26, 2002
Author:
jimeng

Field Summary
 
Fields inherited from class code.type.TypeIdentifier
name
 
Constructor Summary
TypeConstructor(java.lang.String name)
           
 
Method Summary
<R,T> R
accept(code.type.visitor.TypeVisitor<R,T> v, T o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeConstructor

TypeConstructor(java.lang.String name)
Method Detail

accept

public <R,T> R accept(code.type.visitor.TypeVisitor<R,T> v,
                      T o)