public interface ILocalVariableReferenceInfo
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Answer back the resolved position of the local variable as specified in
the JVM specifications.
|
int |
getLength()
Answer back the length of this entry as specified in
the JVM specifications.
|
int |
getStartPC()
Answer back the start pc of this entry as specified in
the JVM specifications.
|
int getStartPC()
int getLength()
int getIndex()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.