|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypePredicate
Predicate class for visit pattern of Clef Types.
$Id: TypePredicate.java,v 1.22 2007-05-10 16:48:01 burrill Exp $
Copyright 2007 by the Scale Compiler Group,
Department of Computer Science
University of Massachusetts,
Amherst MA. 01003, USA
All Rights Reserved.
Predicate
Method Detail |
---|
void visitAggregateType(AggregateType n)
void visitAllocArrayType(AllocArrayType n)
void visitArrayType(ArrayType n)
void visitAtomicType(AtomicType n)
void visitBooleanType(BooleanType n)
void visitBound(Bound n)
void visitCharacterType(CharacterType n)
void visitComplexType(ComplexType n)
void visitCompositeType(CompositeType n)
void visitEnumerationType(EnumerationType n)
void visitFixedArrayType(FixedArrayType n)
void visitFloatType(FloatType n)
void visitIncompleteType(IncompleteType n)
void visitIntegerType(IntegerType n)
void visitSignedIntegerType(SignedIntegerType n)
void visitUnsignedIntegerType(UnsignedIntegerType n)
void visitFortranCharType(FortranCharType n)
void visitNumericType(NumericType n)
void visitPointerType(PointerType n)
void visitProcedureType(ProcedureType n)
void visitRaise(Raise n)
void visitRaiseWithObject(RaiseWithObject n)
void visitRaiseWithType(RaiseWithType n)
void visitRealType(RealType n)
void visitRecordType(RecordType n)
void visitRefType(RefType n)
void visitType(Type n)
void visitUnionType(UnionType n)
void visitVoidType(VoidType n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |