Class LocalVariableReferenceInfo
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.LocalVariableReferenceInfo
- All Implemented Interfaces:
ILocalVariableReferenceInfo
public class LocalVariableReferenceInfo
extends ClassFileStruct
implements ILocalVariableReferenceInfo
-
Constructor Summary
ConstructorsConstructorDescriptionLocalVariableReferenceInfo(byte[] classFileBytes, IConstantPool constantPool, int offset) Constructor for LocalVariableTableEntry. -
Method Summary
Modifier and TypeMethodDescriptionintgetIndex()Answer back the resolved position of the local variable as specified in the JVM specifications.intAnswer back the length of this entry as specified in the JVM specifications.intAnswer back the start pc of this entry as specified in the JVM specifications.
-
Constructor Details
-
LocalVariableReferenceInfo
public LocalVariableReferenceInfo(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException Constructor for LocalVariableTableEntry.- Throws:
ClassFormatException
-
-
Method Details
-
getStartPC
public int getStartPC()Description copied from interface:ILocalVariableReferenceInfoAnswer back the start pc of this entry as specified in the JVM specifications.- Specified by:
getStartPCin interfaceILocalVariableReferenceInfo- Returns:
- the start pc of this entry as specified in the JVM specifications
- See Also:
-
getLength
public int getLength()Description copied from interface:ILocalVariableReferenceInfoAnswer back the length of this entry as specified in the JVM specifications.- Specified by:
getLengthin interfaceILocalVariableReferenceInfo- Returns:
- the length of this entry as specified in the JVM specifications
- See Also:
-
getIndex
public int getIndex()Description copied from interface:ILocalVariableReferenceInfoAnswer back the resolved position of the local variable as specified in the JVM specifications.- Specified by:
getIndexin interfaceILocalVariableReferenceInfo- Returns:
- the resolved position of the local variable as specified in the JVM specifications
- See Also:
-