|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcode.type.FunctionType
public class FunctionType
The Function Type
| Field Summary | |
|---|---|
TypeExpression |
domain
|
TypeExpression |
range
|
| Constructor Summary | |
|---|---|
FunctionType(TypeExpression domain,
TypeExpression range)
|
|
| 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 |
| Field Detail |
|---|
public final TypeExpression domain
public final TypeExpression range
| Constructor Detail |
|---|
FunctionType(TypeExpression domain,
TypeExpression range)
| Method Detail |
|---|
public <R,T> R accept(code.type.visitor.TypeVisitor<R,T> v,
T o)
accept in interface TypeExpression
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||