Top Fields Constructors Methods
jdk.internal.classfile.impl

public final Class BoundLocalVariableType

extends AbstractBoundLocalVariable
implements LocalVariableTypeInfo, LocalVariableType
Class Inheritance
All Implemented Interfaces
java.lang.classfile.instruction.LocalVariableType, java.lang.classfile.PseudoInstruction, java.lang.classfile.CodeElement, java.lang.classfile.ClassFileElement, java.lang.classfile.attribute.LocalVariableTypeInfo
Imports
java.lang.classfile.attribute.LocalVariableTypeInfo, java.lang.classfile.constantpool.Utf8Entry, java.lang.classfile.instruction.LocalVariableType

Field Summary

Inherited from jdk.internal.classfile.impl.AbstractBoundLocalVariable:
codeoffset

Constructor Summary

AccessConstructor and Description
public
BoundLocalVariableType(CodeImpl code, int offset)

Method Summary

Modifier and TypeMethod and Description
public Utf8Entry
public String
toString()

Overrides java.lang.Object.toString.

Returns a string representation of the object.
public void
Inherited from jdk.internal.classfile.impl.AbstractBoundLocalVariable:
endScopelengthnamenameIndexsecondaryEntrysecondaryIndexslotstartPcstartScopewriteTo

Constructor Detail

BoundLocalVariableTypeback to summary
public BoundLocalVariableType(CodeImpl code, int offset)

Method Detail

signatureback to summary
public Utf8Entry signature()

Implements java.lang.classfile.attribute.LocalVariableTypeInfo.signature, java.lang.classfile.instruction.LocalVariableType.signature.

Doc from java.lang.classfile.attribute.LocalVariableTypeInfo.signature.

Returns the field signature of the local variable.

Returns:Utf8Entry

the field signature of the local variable

Annotations
@Override
toStringback to summary
public String toString()

Overrides java.lang.Object.toString.

Doc from java.lang.Object.toString.

Returns a string representation of the object.

Returns:String

a string representation of the object

Annotations
@Override
writeToback to summary
public void writeTo(DirectCodeBuilder writer)

Overrides jdk.internal.classfile.impl.AbstractElement.writeTo.

Annotations
@Override