public abstract class ControlFlowFactory
extends java.lang.Object
This implementation always uses the efficient Java 1.4 StackTraceElement mechanism for analyzing control flows.
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ControlFlowFactory.Jdk14ControlFlow
Utilities for cflow-style pointcuts.
|
Constructor and Description |
---|
ControlFlowFactory() |
Modifier and Type | Method and Description |
---|---|
static ControlFlow |
createControlFlow()
Return an appropriate
ControlFlow instance. |
public static ControlFlow createControlFlow()
ControlFlow
instance.