|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectdk.brics.string.diagnostics.NullDiagnosticsStrategy
public class NullDiagnosticsStrategy
Diagnostics strategy that does nothing.
This can be used as base class for diagnostics strategies that only want to implement a few event responses. It is also used byStringAnalysis as the fallback diagnostics in case no strategy was specified.
| Constructor Summary | |
|---|---|
NullDiagnosticsStrategy()
|
|
| Method Summary | |
|---|---|
void |
analysisStarted()
Called when the analysis is about to start. |
void |
flowGraphCompleted(FlowGraph graph)
Called when the flow graph has been completed. |
void |
intermediateCompleted(IntermediateCompletedEvent event)
Called when the intermediate representation and liveness, alias, and reaching definitions analysis of it is complete. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullDiagnosticsStrategy()
| Method Detail |
|---|
public void analysisStarted()
DiagnosticsStrategy
analysisStarted in interface DiagnosticsStrategypublic void flowGraphCompleted(FlowGraph graph)
DiagnosticsStrategy
flowGraphCompleted in interface DiagnosticsStrategygraph - the flow graph. Must not be modified.public void intermediateCompleted(IntermediateCompletedEvent event)
DiagnosticsStrategy
intermediateCompleted in interface DiagnosticsStrategyevent - contains the relevant information for the event.
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||