code.type
Class TypeConstructorApplication
java.lang.Object
code.type.TypeConstructorApplication
- All Implemented Interfaces:
- TypeExpression
public class TypeConstructorApplication
- extends java.lang.Object
- implements TypeExpression
A Type Constructor Application
- Since:
- October 2, 2002
Revised Tue Apr 12 21:17:19 PDT 2005
- Author:
- amey
|
Method Summary |
|
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 |
typeConstructor
public final java.lang.String typeConstructor
arguments
public final TypeExpression[] arguments
TypeConstructorApplication
TypeConstructorApplication(java.lang.String typeConstructor,
TypeExpression... arguments)
accept
public <R,T> R accept(code.type.visitor.TypeVisitor<R,T> v,
T o)
- Specified by:
accept in interface TypeExpression