org.boris.xlloop.reflect
Class ParameterNameExtractor.CodeAttribute

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

public static class ParameterNameExtractor.CodeAttribute
extends ParameterNameExtractor.Attribute


Field Summary
 ParameterNameExtractor.Attribute[] attributes
           
 byte[] code
           
 ParameterNameExtractor.ExceptionTable[] exceptionTable
           
 int maxLocals
           
 int maxStack
           
 
Fields inherited from class org.boris.xlloop.reflect.ParameterNameExtractor.Attribute
length, nameIndex
 
Constructor Summary
ParameterNameExtractor.CodeAttribute()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxStack

public int maxStack

maxLocals

public int maxLocals

code

public byte[] code

exceptionTable

public ParameterNameExtractor.ExceptionTable[] exceptionTable

attributes

public ParameterNameExtractor.Attribute[] attributes
Constructor Detail

ParameterNameExtractor.CodeAttribute

public ParameterNameExtractor.CodeAttribute()