| org.cojen.classfile.LocalVariable
getLocationRangeSet | java.util.Set getLocationRangeSet()(Code) | | Returns the ranges for which this variable is used. This is optional
information, and null may be returned.
an unmodifiable set of LocationRange objects. |
getName | String getName()(Code) | | May return null if this LocalVariable is unnamed.
|
getNumber | int getNumber()(Code) | | Returns the number used by this LocalVariable, or -1 if not yet
resolved.
|
isDoubleWord | boolean isDoubleWord()(Code) | | |
|
|