-
- All Implemented Interfaces:
public final class LocalVarTargetInfo extends TargetInfo
Target info for a TypeAnnotation structure with local variable table links.
-
-
Field Summary
Fields Modifier and Type Field Description private Array<LocalVarTarget>localVarTargetsprivate final Integerlengthprivate final Stringverbose
-
Constructor Summary
Constructors Constructor Description LocalVarTargetInfo()
-
Method Summary
Modifier and Type Method Description final Array<LocalVarTarget>getLocalVarTargets()Contained local variable targets. final UnitsetLocalVarTargets(Array<LocalVarTarget> localVarTargets)Contained local variable targets. IntegergetLength()The length of the structure in bytes. StringgetVerbose()A verbose description for the target info. -
-
Method Detail
-
getLocalVarTargets
final Array<LocalVarTarget> getLocalVarTargets()
Contained local variable targets.
-
setLocalVarTargets
final Unit setLocalVarTargets(Array<LocalVarTarget> localVarTargets)
Contained local variable targets.
-
getVerbose
String getVerbose()
A verbose description for the target info.
-
-
-
-