java.lang.Object
org.glavo.classfile.impl.AbstractElement
org.glavo.classfile.impl.AbstractBoundLocalVariable
org.glavo.classfile.impl.BoundLocalVariable
- All Implemented Interfaces:
LocalVariableInfo,ClassfileElement,CodeElement,LocalVariable,PseudoInstruction
public final class BoundLocalVariable
extends AbstractBoundLocalVariable
implements LocalVariableInfo, LocalVariable
-
Field Summary
Fields inherited from class org.glavo.classfile.impl.AbstractBoundLocalVariable
code, offset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoString()type()Returns the field descriptor of the local variable.Returns the field descriptor of the local variable.voidwriteTo(DirectCodeBuilder writer) 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.LocalVariable
endScope, name, slot, startScope, writeToMethods inherited from interface org.glavo.classfile.attribute.LocalVariableInfo
length, name, slot, startPc
-
Constructor Details
-
BoundLocalVariable
-
-
Method Details
-
type
Description copied from interface:LocalVariableInfoReturns the field descriptor of the local variable.- Specified by:
typein interfaceLocalVariable- Specified by:
typein interfaceLocalVariableInfo- Returns:
- the field descriptor of the local variable
-
typeSymbol
Description copied from interface:LocalVariableInfoReturns the field descriptor of the local variable.- Specified by:
typeSymbolin interfaceLocalVariable- Specified by:
typeSymbolin interfaceLocalVariableInfo- Returns:
- the field descriptor of the local variable
-
writeTo
- Overrides:
writeToin classAbstractElement
-
toString
-