code.type
Interface TypeExpression

All Known Implementing Classes:
FunctionType, TypeConstructor, TypeConstructorApplication, TypeIdentifier, TypeVariable

public interface TypeExpression

Since:
Dec 10, 2004
Author:
Pravin Damle

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

Method Detail

accept

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