byucc.jhdl.synth.classparse
Class AccessFlags

java.lang.Object
  extended bybyucc.jhdl.synth.classparse.AccessFlags

public class AccessFlags
extends java.lang.Object


Field Summary
static int ACC_ABSTRACT
           
static int ACC_FINAL
           
static int ACC_INTERFACE
           
static int ACC_NATIVE
           
static int ACC_PRIVATE
           
static int ACC_PROTECTED
           
static int ACC_PUBLIC
           
static int ACC_STATIC
           
static int ACC_STRICT
           
static int ACC_SUPER
           
static int ACC_SYNCHRONIZED
           
static int ACC_TRANSIENT
           
static int ACC_VOLATILE
           
 
Constructor Summary
AccessFlags()
           
 
Method Summary
static java.lang.String getClassString(int flags)
           
static java.lang.String getClassStringJasmin(int flags)
           
static java.lang.String getFieldString(int flags)
           
static java.lang.String getMethodString(int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACC_PUBLIC

public static final int ACC_PUBLIC
See Also:
Constant Field Values

ACC_PRIVATE

public static final int ACC_PRIVATE
See Also:
Constant Field Values

ACC_PROTECTED

public static final int ACC_PROTECTED
See Also:
Constant Field Values

ACC_STATIC

public static final int ACC_STATIC
See Also:
Constant Field Values

ACC_FINAL

public static final int ACC_FINAL
See Also:
Constant Field Values

ACC_SYNCHRONIZED

public static final int ACC_SYNCHRONIZED
See Also:
Constant Field Values

ACC_SUPER

public static final int ACC_SUPER
See Also:
Constant Field Values

ACC_VOLATILE

public static final int ACC_VOLATILE
See Also:
Constant Field Values

ACC_TRANSIENT

public static final int ACC_TRANSIENT
See Also:
Constant Field Values

ACC_NATIVE

public static final int ACC_NATIVE
See Also:
Constant Field Values

ACC_INTERFACE

public static final int ACC_INTERFACE
See Also:
Constant Field Values

ACC_ABSTRACT

public static final int ACC_ABSTRACT
See Also:
Constant Field Values

ACC_STRICT

public static final int ACC_STRICT
See Also:
Constant Field Values
Constructor Detail

AccessFlags

public AccessFlags()
Method Detail

getClassString

public static java.lang.String getClassString(int flags)

getClassStringJasmin

public static java.lang.String getClassStringJasmin(int flags)

getFieldString

public static java.lang.String getFieldString(int flags)

getMethodString

public static java.lang.String getMethodString(int flags)


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.