Package org.norecess.citkit.visitors

Interface Summary
DeclarationTIRVisitor<T> Implements a visitor pattern for the declarations in a Hobbes TIR.
ExpressionTIRVisitor<T> Implements a visitor pattern for the expressions in a Hobbes program.
LIRControlDestinationVisitor<T>  
LIRExpressionVisitor<T>  
LIRInstructionVisitor<T>  
LIRMemoryAddressVisitor<T>  
LIROperandVisitor<T>  
LIRRegisterVisitor<T>  
LValueTIRVisitor<T> Implements a visitor pattern for an lvalue expression in a Hobbes program.
TypeTIRVisitor<T> Implements a visitor pattern for the types in a Hobbes program.
TypeVisitor<T>