org.boris.xlloop.reflect
Class ParameterNameExtractor.ConstantInfo

java.lang.Object
  extended by org.boris.xlloop.reflect.ParameterNameExtractor.ConstantInfo
Enclosing class:
ParameterNameExtractor

public static class ParameterNameExtractor.ConstantInfo
extends java.lang.Object


Field Summary
 int bytes
           
 int classIndex
           
 int descriptorIndex
           
 int highBytes
           
 int lowBytes
           
 int nameAndTypeIndex
           
 int nameIndex
           
 java.lang.String string
           
 int stringIndex
           
 int tag
           
 
Constructor Summary
ParameterNameExtractor.ConstantInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptorIndex

public int descriptorIndex

lowBytes

public int lowBytes

highBytes

public int highBytes

bytes

public int bytes

tag

public int tag

nameIndex

public int nameIndex

classIndex

public int classIndex

nameAndTypeIndex

public int nameAndTypeIndex

stringIndex

public int stringIndex

string

public java.lang.String string
Constructor Detail

ParameterNameExtractor.ConstantInfo

public ParameterNameExtractor.ConstantInfo()