java.lang.Object
org.glavo.classfile.impl.AbstractElement
org.glavo.classfile.impl.AbstractBoundLocalVariable
org.glavo.classfile.impl.BoundLocalVariableType
- All Implemented Interfaces:
LocalVariableTypeInfo,ClassFileElement,CodeElement,LocalVariableType,PseudoInstruction
public final class BoundLocalVariableType
extends AbstractBoundLocalVariable
implements LocalVariableTypeInfo, LocalVariableType
-
Field Summary
Fields inherited from class org.glavo.classfile.impl.AbstractBoundLocalVariable
code, offset -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glavo.classfile.impl.AbstractBoundLocalVariable
endScope, length, name, nameIndex, secondaryEntry, secondaryIndex, slot, startPc, startScope, writeToMethods inherited from class org.glavo.classfile.impl.AbstractElement
writeTo, writeTo, writeToMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.glavo.classfile.instruction.LocalVariableType
endScope, name, signatureSymbol, slot, startScope, writeToMethods inherited from interface org.glavo.classfile.attribute.LocalVariableTypeInfo
length, name, slot, startPc
-
Constructor Details
-
BoundLocalVariableType
-
-
Method Details
-
signature
Description copied from interface:LocalVariableTypeInfoReturns the field signature of the local variable.- Specified by:
signaturein interfaceLocalVariableType- Specified by:
signaturein interfaceLocalVariableTypeInfo- Returns:
- the field signature of the local variable
-
writeTo
- Overrides:
writeToin classAbstractElement
-
toString
-