com.go.trove.classfile
Interface Location
- All Superinterfaces:
- java.lang.Comparable
- All Known Subinterfaces:
- Label
- public interface Location
- extends java.lang.Comparable
Provides the location of an instruction in a CodeBuffer.
- Version:
- 11 , 9/07/00
- Author:
- Brian S O'Neill
|
Method Summary |
int |
getLocation()
Returns -1 if the location isn't yet fully resolved. |
| Methods inherited from interface java.lang.Comparable |
compareTo |
getLocation
public int getLocation()
throws java.lang.IllegalStateException
- Returns -1 if the location isn't yet fully resolved.
- Throws:
java.lang.IllegalStateException - when the location is unknown and cannot
be resolved.