net.sourceforge.pmd.ast
Interface AccessFlags
- All Known Implementing Classes:
- AccessNode
- public interface AccessFlags
ACC_PUBLIC
public static final short ACC_PUBLIC
- Access flags for classes, fields and methods.
- See Also:
- Constant Field Values
ACC_PRIVATE
public static final short ACC_PRIVATE
- See Also:
- Constant Field Values
ACC_PROTECTED
public static final short ACC_PROTECTED
- See Also:
- Constant Field Values
ACC_STATIC
public static final short ACC_STATIC
- See Also:
- Constant Field Values
ACC_FINAL
public static final short ACC_FINAL
- See Also:
- Constant Field Values
ACC_SYNCHRONIZED
public static final short ACC_SYNCHRONIZED
- See Also:
- Constant Field Values
ACC_VOLATILE
public static final short ACC_VOLATILE
- See Also:
- Constant Field Values
ACC_TRANSIENT
public static final short ACC_TRANSIENT
- See Also:
- Constant Field Values
ACC_NATIVE
public static final short ACC_NATIVE
- See Also:
- Constant Field Values
ACC_INTERFACE
public static final short ACC_INTERFACE
- See Also:
- Constant Field Values
ACC_ABSTRACT
public static final short ACC_ABSTRACT
- See Also:
- Constant Field Values
ACC_STRICT
public static final short ACC_STRICT
- See Also:
- Constant Field Values
ACC_SUPER
public static final short ACC_SUPER
- See Also:
- Constant Field Values
Copyright © 2002-2004 Project Ultra*Log @ DARPA. All Rights Reserved.