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

Packages that use edu.cmu.cs.crystal.tac.eclipse
edu.cmu.cs.crystal The core package for Crystal; start here for making your own Crystal analysis. 
edu.cmu.cs.crystal.tac This package contains classes and interfaces for writing flow analyses based on three-address code (TAC). 
edu.cmu.cs.crystal.tac.eclipse An internal package for creating three address code nodes based on the Eclipse AST. 
edu.cmu.cs.crystal.tac.model The interfaces for the three-address code (TAC) instructions and variables. 
 

Classes in edu.cmu.cs.crystal.tac.eclipse used by edu.cmu.cs.crystal
CompilationUnitTACs
           
 

Classes in edu.cmu.cs.crystal.tac.eclipse used by edu.cmu.cs.crystal.tac
CompilationUnitTACs
           
 

Classes in edu.cmu.cs.crystal.tac.eclipse used by edu.cmu.cs.crystal.tac.eclipse
EclipseAbstractFieldAccess
           
EclipseTAC
          This class converts AST nodes from a single method to TAC instructions.
IEclipseFieldAccess
          Interface used internally to represent field accesses, x.f.
IEclipseVariableQuery
          Interface to query variables from the TAC infrastructure.
 

Classes in edu.cmu.cs.crystal.tac.eclipse used by edu.cmu.cs.crystal.tac.model
EclipseTAC
          This class converts AST nodes from a single method to TAC instructions.