|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.aflow.RegisterFlowAnalClasses
This class defines the correspondence between the flow analysis item name and the class that analyzes the item. The methods are essentially static, but are made per-instance to enable inheriting or overriding.
| Constructor Summary | |
RegisterFlowAnalClasses()
|
|
| Method Summary | |
void |
register(SelfCollectingResults pResults)
Analyzers that are shared between HIR and LIR. |
void |
registerHir(FlowResults pResults)
Analyzers that are specific to HIR. |
void |
registerLir(FlowResults pResults)
Analyzers that are specific to LIR. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RegisterFlowAnalClasses()
| Method Detail |
public void register(SelfCollectingResults pResults)
register in interface RegisterAnalClassespublic void registerHir(FlowResults pResults)
public void registerLir(FlowResults pResults)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||