javassist.bytecode
Class LocalVariableTypeAttribute

java.lang.Object
  extended by javassist.bytecode.AttributeInfo
      extended by javassist.bytecode.LocalVariableAttribute
          extended by javassist.bytecode.LocalVariableTypeAttribute

public class LocalVariableTypeAttribute
extends LocalVariableAttribute

LocalVariableTypeTable_attribute.

Since:
3.11

Field Summary
static java.lang.String tag
          The name of the attribute "LocalVariableTypeTable".
 
Fields inherited from class javassist.bytecode.LocalVariableAttribute
typeTag
 
Fields inherited from class javassist.bytecode.AttributeInfo
constPool
 
Constructor Summary
LocalVariableTypeAttribute(ConstPool cp)
          Constructs an empty LocalVariableTypeTable.
 
Method Summary
 
Methods inherited from class javassist.bytecode.LocalVariableAttribute
addEntry, codeLength, copy, descriptor, descriptorIndex, index, nameIndex, shiftIndex, signature, signatureIndex, startPc, tableLength, variableName
 
Methods inherited from class javassist.bytecode.AttributeInfo
get, getConstPool, getName, length, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tag

public static final java.lang.String tag
The name of the attribute "LocalVariableTypeTable".

See Also:
Constant Field Values
Constructor Detail

LocalVariableTypeAttribute

public LocalVariableTypeAttribute(ConstPool cp)
Constructs an empty LocalVariableTypeTable.



Copyright © 2011. All Rights Reserved.