Package edu.cmu.cs.crystal.tac.eclipse

An internal package for creating three address code nodes based on the Eclipse AST.

See:
          Description

Interface Summary
IEclipseFieldAccess Interface used internally to represent field accesses, x.f.
IEclipseVariableQuery Interface to query variables from the TAC infrastructure.
 

Class Summary
CompilationUnitTACs  
EclipseAbstractFieldAccess<N extends ASTNode>  
EclipseBrokenFieldAccess  
EclipseFieldDeclaration Field access constituted by a field declaration
EclipseImplicitFieldAccess  
EclipseInstructionSequence  
EclipseReferenceFieldAccess  
EclipseSuperFieldAccess  
EclipseTAC This class converts AST nodes from a single method to TAC instructions.
EclipseTACInstructionFactory  
ReturnInstructionImpl  
 

Package edu.cmu.cs.crystal.tac.eclipse Description

An internal package for creating three address code nodes based on the Eclipse AST. Do not use.