Class jas.FieldCP
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jas.FieldCP

java.lang.Object
   |
   +----jas.CP
           |
           +----jas.FieldCP

public class FieldCP
extends CP
implements RuntimeConstants

Constructor Index

 o FieldCP(String, String, String)
FieldCP's are created by specifying the class to which the field belongs, the name of the symbol, and its signature.

Constructors

 o FieldCP
  public FieldCP(String clazz,
                 String name,
                 String sig)
FieldCP's are created by specifying the class to which the field belongs, the name of the symbol, and its signature. For instance, to refer to the field out in System.out use new FieldCP("java/lang/System", "out", "Ljava/io/PrintStream;")
Parameters:
clazz - Name of class
name - Name of symbol
sig - Signature for symbol

All Packages  Class Hierarchy  This Package  Previous  Next  Index