org.objectweb.asm.attrs

Class LocalVariableType


public class LocalVariableType
extends Object

Container type info used by LocalVariableTypeTableAttribute.
Author:
Eugene Kuleshov

Field Summary

Label
end
int
index
String
name
String
signature
Label
start

Method Summary

Label
getEnd()
int
getIndex()
String
getName()
String
getSignature()
Label
getStart()
String
toString()

Field Details

end

public Label end

index

public int index

name

public String name

signature

public String signature

start

public Label start

Method Details

getEnd

public Label getEnd()

getIndex

public int getIndex()

getName

public String getName()

getSignature

public String getSignature()

getStart

public Label getStart()

toString

public String toString()