byucc.jhdl.synth.classparse
Class AccessFlags
java.lang.Object
byucc.jhdl.synth.classparse.AccessFlags
- public class AccessFlags
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AccessFlags
public AccessFlags()
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.