org.boris.xlloop.reflect
Class ParameterNameExtractor.FieldInfo

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

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


Field Summary
 int accessFlags
           
 ParameterNameExtractor.Attribute[] attributes
           
 int descriptorIndex
           
 int nameIndex
           
 
Constructor Summary
ParameterNameExtractor.FieldInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accessFlags

public int accessFlags

nameIndex

public int nameIndex

descriptorIndex

public int descriptorIndex

attributes

public ParameterNameExtractor.Attribute[] attributes
Constructor Detail

ParameterNameExtractor.FieldInfo

public ParameterNameExtractor.FieldInfo()