jas
Class Var

java.lang.Object
  extended byjas.Var

public class Var
extends Object


Constructor Summary
Var(short vacc, CP name, CP sig, ConstAttr cattr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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


Copyright © 2004 Jonathan Meyer, USA All rights reserved.