|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.type.TypeVisitor
public class TypeVisitor
Type visitor.
Constructor Summary | |
---|---|
TypeVisitor()
|
Method Summary | |
---|---|
void |
visit(Type type)
Visits a type. |
protected void |
visitAccessType(AccessType type)
Visits a access type. |
protected void |
visitConstrainedArray(ConstrainedArray type)
Visits a constrained array. |
protected void |
visitEnumerationType(EnumerationType type)
Visits an enumeration type. |
protected void |
visitFileType(FileType type)
Visits a file type. |
protected void |
visitIncompleteType(IncompleteType type)
Visits an incomplete type. |
protected void |
visitIntegerType(IntegerType type)
Visits an integer type. |
protected void |
visitPhysicalType(PhysicalType type)
Visits a physical type. |
protected void |
visitRecordType(RecordType type)
Visits a record type. |
protected void |
visitUnconstrainedArray(UnconstrainedArray type)
Visits an unconstrained array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeVisitor()
Method Detail |
---|
public void visit(Type type)
null
.
type
- the typeprotected void visitAccessType(AccessType type)
type
- the typeprotected void visitConstrainedArray(ConstrainedArray type)
type
- the typeprotected void visitEnumerationType(EnumerationType type)
type
- the typeprotected void visitFileType(FileType type)
type
- the typeprotected void visitIncompleteType(IncompleteType type)
type
- the typeprotected void visitIntegerType(IntegerType type)
type
- the typeprotected void visitPhysicalType(PhysicalType type)
type
- the typeprotected void visitRecordType(RecordType type)
type
- the typeprotected void visitUnconstrainedArray(UnconstrainedArray type)
type
- the type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |