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
-
Var(short, CP, CP, ConstAttr)
-
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