org.codehaus.janino.util

Class ClassFile.LocalVariableTableAttribute.Entry

public static class ClassFile.LocalVariableTableAttribute.Entry extends Object

Field Summary
shortdescriptorIndex
shortindex
shortlength
shortnameIndex
shortstartPC
Constructor Summary
Entry(short startPC, short length, short nameIndex, short descriptorIndex, short index)

Field Detail

descriptorIndex

public final short descriptorIndex

index

public final short index

length

public final short length

nameIndex

public final short nameIndex

startPC

public final short startPC

Constructor Detail

Entry

public Entry(short startPC, short length, short nameIndex, short descriptorIndex, short index)