Class LocalVariableAttribute
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
org.aspectj.org.eclipse.jdt.internal.core.util.LocalVariableAttribute
- All Implemented Interfaces:
IClassFileAttribute,ILocalVariableAttribute
Default implementation of ILocalVariableAttribute.
-
Field Summary
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES -
Constructor Summary
ConstructorsConstructorDescriptionLocalVariableAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) Constructor for LocalVariableAttribute. -
Method Summary
Modifier and TypeMethodDescriptionAnswer back the local variable table of this entry as specified in the JVM specifications.intAnswer back the local variable table length of this entry as specified in the JVM specifications.Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndexMethods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8AtMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aspectj.org.eclipse.jdt.core.util.IClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
-
Constructor Details
-
LocalVariableAttribute
public LocalVariableAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException Constructor for LocalVariableAttribute.- Throws:
ClassFormatException
-
-
Method Details
-
getLocalVariableTable
Description copied from interface:ILocalVariableAttributeAnswer back the local variable table of this entry as specified in the JVM specifications. Answer an empty array if none.- Specified by:
getLocalVariableTablein interfaceILocalVariableAttribute- Returns:
- the local variable table of this entry as specified in the JVM specifications. Answer an empty array if none
- See Also:
-
getLocalVariableTableLength
public int getLocalVariableTableLength()Description copied from interface:ILocalVariableAttributeAnswer back the local variable table length of this entry as specified in the JVM specifications.- Specified by:
getLocalVariableTableLengthin interfaceILocalVariableAttribute- Returns:
- the local variable table length of this entry as specified in the JVM specifications
- See Also:
-