|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypeVisitor
Visitor for subclasses of Type.
Method Summary | |
---|---|
void |
visitArrayType(ArrayType type)
Visit an array type. |
void |
visitBasicType(BasicType type)
Visit a basic type. |
void |
visitBottomType(BottomType type)
Visit the bottom type. |
void |
visitClassType(ClassType type)
Visit a class type. |
void |
visitDoubleExtraType(DoubleExtraType type)
Visit the double extra type. |
void |
visitLongExtraType(LongExtraType type)
Visit the long extra type. |
void |
visitNullType(NullType type)
Visit the null type. |
void |
visitReturnAddressType(ReturnAddressType type)
Visit the return address type. |
void |
visitTopType(TopType type)
Visit the top type. |
Method Detail |
---|
void visitArrayType(ArrayType type)
type
- the array typevoid visitBasicType(BasicType type)
type
- the basic typevoid visitClassType(ClassType type)
type
- the class typevoid visitNullType(NullType type)
type
- the null typsvoid visitTopType(TopType type)
type
- the top typevoid visitBottomType(BottomType type)
type
- the bottom typevoid visitLongExtraType(LongExtraType type)
type
- the long extra typevoid visitDoubleExtraType(DoubleExtraType type)
type
- the double extra typevoid visitReturnAddressType(ReturnAddressType type)
type
- the return address type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |