|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TypeVisitor_void
An interface for visitors over Type that do not return a value.
| Method Summary | |
|---|---|
void |
forBooleanType(BooleanType that)
Process an instance of BooleanType. |
void |
forBottomType(BottomType that)
Process an instance of BottomType. |
void |
forByteType(ByteType that)
Process an instance of ByteType. |
void |
forCharType(CharType that)
Process an instance of CharType. |
void |
forDoubleType(DoubleType that)
Process an instance of DoubleType. |
void |
forFloatType(FloatType that)
Process an instance of FloatType. |
void |
forIntersectionType(IntersectionType that)
Process an instance of IntersectionType. |
void |
forIntType(IntType that)
Process an instance of IntType. |
void |
forLongType(LongType that)
Process an instance of LongType. |
void |
forNullType(NullType that)
Process an instance of NullType. |
void |
forParameterizedClassType(ParameterizedClassType that)
Process an instance of ParameterizedClassType. |
void |
forRawClassType(RawClassType that)
Process an instance of RawClassType. |
void |
forShortType(ShortType that)
Process an instance of ShortType. |
void |
forSimpleArrayType(SimpleArrayType that)
Process an instance of SimpleArrayType. |
void |
forSimpleClassType(SimpleClassType that)
Process an instance of SimpleClassType. |
void |
forTopType(TopType that)
Process an instance of TopType. |
void |
forUnionType(UnionType that)
Process an instance of UnionType. |
void |
forVarargArrayType(VarargArrayType that)
Process an instance of VarargArrayType. |
void |
forVariableType(VariableType that)
Process an instance of VariableType. |
void |
forVoidType(VoidType that)
Process an instance of VoidType. |
void |
forWildcard(Wildcard that)
Process an instance of Wildcard. |
| Method Detail |
|---|
void forBooleanType(BooleanType that)
void forCharType(CharType that)
void forByteType(ByteType that)
void forShortType(ShortType that)
void forIntType(IntType that)
void forLongType(LongType that)
void forFloatType(FloatType that)
void forDoubleType(DoubleType that)
void forNullType(NullType that)
void forSimpleArrayType(SimpleArrayType that)
void forVarargArrayType(VarargArrayType that)
void forSimpleClassType(SimpleClassType that)
void forRawClassType(RawClassType that)
void forParameterizedClassType(ParameterizedClassType that)
void forIntersectionType(IntersectionType that)
void forUnionType(UnionType that)
void forVariableType(VariableType that)
void forTopType(TopType that)
void forBottomType(BottomType that)
void forVoidType(VoidType that)
void forWildcard(Wildcard that)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||