Uses of Package
org.tromer.jie

Packages that use org.tromer.jie
org.tromer.jie Core classes of JIE. 
org.tromer.jie.opportunity Concrete instrumentation opportunities. 
org.tromer.jie.syntaxtree Java abstract syntax tree nodes, generated by JavaCC from JTB-generated grammar. 
 

Classes in org.tromer.jie used by org.tromer.jie
FileTransformer
          Makes a complete copy of a directory tree, while transforming the files along the way.
GenericStaticFilter
          Interface for generic static filters.
InstrumCode
          This interface represents a single piece of instrumentation code, which is a part of an instrumentation transformation represented by the InstrumTransform class.
InstrumConfig
          Represents a complete instrumentation configuration.
InstrumConfig.ConfigErrorException
          Signals error in reading of configuration
InstrumentingFileTransformer
          Instruments a complete directory tree (or single file), according to the instructions in an InstrumConfig object.
InstrumentingFileTransformer.Stats
           
InstrumTransform
          This class represents an instrumentation transformation, which is a single application of an instrumentation rule.
Opportunity
          Base class for all instrumentation opportunity classes.
VisitContext
          Maintains the current context while recursively visiting the Java AST using a ContextualVisitor.
VisitContext.TypeFlavor
          Enumeration of possible types: top level class, inner class and interface.
 

Classes in org.tromer.jie used by org.tromer.jie.opportunity
Opportunity
          Base class for all instrumentation opportunity classes.
Opportunity.EntryExitOpp
          Base class for all opportunities that have two configurable aspects: entry action template and exit action template.
 

Classes in org.tromer.jie used by org.tromer.jie.syntaxtree
PiggybackableNode
          This class serves as an ancestor for the node classes in org.tromer.jie, which are autogenerated by JTB.