Package | Description |
---|---|
com.caucho.bytecode | |
com.caucho.util |
Assorted utilities
|
Modifier and Type | Method and Description |
---|---|
protected void |
CodeVisitor.analyzeImpl(Analyzer analyzer,
boolean allowFlow,
IntArray pendingTargets,
IntArray completedTargets)
Analyzes the code for a method
|
Modifier and Type | Method and Description |
---|---|
void |
IntArray.add(IntArray array)
Appends the integers in array to the end of this array.
|
boolean |
IntArray.isSubset(IntArray subset)
True if all the integers in subset are contained in the array.
|
void |
IntArray.union(IntArray newArray)
Adds the members of newArray to the list if they are not already
members of the array.
|