Package | Description |
---|---|
com.caucho.bytecode |
Modifier and Type | Class and Description |
---|---|
static class |
CodeAttribute.ExportAnalyzer |
Modifier and Type | Method and Description |
---|---|
void |
CodeVisitor.analyze(Analyzer analyzer)
Analyzes the code for a method
|
void |
CodeEnhancer.analyze(Analyzer analyzer,
boolean allowFlow)
Analyzes the code for a method
|
void |
CodeVisitor.analyze(Analyzer analyzer,
boolean allowFlow)
Analyzes the code for a method
|
protected void |
CodeVisitor.analyzeImpl(Analyzer analyzer,
boolean allowFlow,
IntArray pendingTargets,
IntArray completedTargets)
Analyzes the code for a method
|