org.objectweb.asm.attrs

Class LocalVariableType

public class LocalVariableType extends Object

Container type info used by {@link LocalVariableTypeTableAttribute}.

Author: Eugene Kuleshov

Field Summary
Labelend
intindex
Stringname
Stringsignature
Labelstart
Method Summary
LabelgetEnd()
intgetIndex()
StringgetName()
StringgetSignature()
LabelgetStart()
StringtoString()

Field Detail

end

public Label end

index

public int index

name

public String name

signature

public String signature

start

public Label start

Method Detail

getEnd

public Label getEnd()

getIndex

public int getIndex()

getName

public String getName()

getSignature

public String getSignature()

getStart

public Label getStart()

toString

public String toString()