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

Class jas.Var

java.lang.Object
   |
   +----jas.Var

public class Var
extends Object

Constructor Index

 o Var(short, CP, CP, ConstAttr)

Constructors

 o Var
  public Var(short vacc,
             CP name,
             CP sig,
             ConstAttr cattr)
Parameters:
vacc - access permissions for the field
name - name of the field
sig - type of the field
cattr - Extra constant value information. Passing this as null will not include this information for the record.
See Also:
RuntimeConstants

All Packages  Class Hierarchy  This Package  Previous  Next  Index