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

Class jas.NameTypeCP

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

public class NameTypeCP
extends CP
implements RuntimeConstants

Constructor Index

 o NameTypeCP(String, String)
Name/type entries are used to specify the type associated with a symbol name.

Constructors

 o NameTypeCP
  public NameTypeCP(String name,
                    String sig)
Name/type entries are used to specify the type associated with a symbol name.
Parameters:
name - Name of symbol
sig - Signature of symbol

All Packages  Class Hierarchy  This Package  Previous  Next  Index