All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lti.java.jcf.CptMethod

java.lang.Object
   |
   +----lti.java.jcf.CptGeneric
           |
           +----lti.java.jcf.CptMemberOrInterface
                   |
                   +----lti.java.jcf.CptMethod

public class CptMethod
extends CptMemberOrInterface

Constructor Index

 o CptMethod(JcfClassInput, JcfConstantPool, int)

Method Index

 o getTag()
Returns the byte tag of the constant (e.g.

Constructors

 o CptMethod
 public CptMethod(JcfClassInput ist,
                  JcfConstantPool p,
                  int i) throws IOException

Methods

 o getTag
 public int getTag()
Returns the byte tag of the constant (e.g.

Overrides:
getTag in class CptMemberOrInterface

All Packages  Class Hierarchy  This Package  Previous  Next  Index