jas
Class EnclosingMethodAttr

java.lang.Object
  extended by jas.EnclosingMethodAttr

public class EnclosingMethodAttr
extends Object


Constructor Summary
EnclosingMethodAttr(String cls, String mtd, String dsc)
          Create an EnclosingMethod attribute
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

EnclosingMethodAttr

public EnclosingMethodAttr(String cls,
                           String mtd,
                           String dsc)
Create an EnclosingMethod attribute

Parameters:
cls - Name of the enclosing class
mtd - Name of the enclosing method (can be null)
dsc - Name of the enclosing method descriptor (can be null)
See Also:
ClassEnv.setEnclosingMethod(java.lang.String, java.lang.String, java.lang.String)


Copyright © 2006 Jonathan Meyer, USA All rights reserved.