Uses of Interface
com.ibm.pdp.engine.IGenInfoBuilder

Packages that use IGenInfoBuilder
com.ibm.pdp.engine   
com.ibm.pdp.rpp.micropattern   
 

Uses of IGenInfoBuilder in com.ibm.pdp.engine
 

Methods in com.ibm.pdp.engine that return IGenInfoBuilder
 IGenInfoBuilder IBuilderTag.getGenInfoBuilder()
           
 

Methods in com.ibm.pdp.engine with parameters of type IGenInfoBuilder
 void IMicroPatternHandler.process(IMicroPattern microPattern, IGenInfoBuilder genInfoBuilder)
          Called once per Micro Pattern having same ID and Namespace found in the source code
 

Uses of IGenInfoBuilder in com.ibm.pdp.rpp.micropattern
 

Methods in com.ibm.pdp.rpp.micropattern with parameters of type IGenInfoBuilder
 void AbstractGlobalMicroPatternHandler.process(IMicroPattern microPattern, IGenInfoBuilder genInfoBuilder)
           
abstract  java.lang.String AbstractGlobalMicroPatternHandler.process(IMicroPattern microPattern, IGenInfoBuilder genInfoBuilder, com.ibm.pdp.maf.rpp.kernel.RadicalElement radicalElement)
          Called once per Micro Pattern having same ID and name space found in the source code.