com.vladium.jcd.cls
Interface IAccessFlags

All Known Implementing Classes:
ClassDef, Field_info, Method_info

public interface IAccessFlags

Author:
(C) 2001, Vlad Roubtsov

Field Summary
static int ACC_ABSTRACT
           
static int ACC_BRIDGE
           
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_SUPER
           
static int ACC_SYNCHRONIZED
           
static int ACC_TRANSIENT
           
static int ACC_VOLATILE
           
static int[] ALL_ACC
           
static java.lang.String[] ALL_ACC_NAMES
           
 
Method Summary
 int getAccessFlags()
           
 void setAccessFlags(int flags)
           
 

Field Detail

ACC_PUBLIC

static final int ACC_PUBLIC
See Also:
Constant Field Values

ACC_PRIVATE

static final int ACC_PRIVATE
See Also:
Constant Field Values

ACC_PROTECTED

static final int ACC_PROTECTED
See Also:
Constant Field Values

ACC_STATIC

static final int ACC_STATIC
See Also:
Constant Field Values

ACC_FINAL

static final int ACC_FINAL
See Also:
Constant Field Values

ACC_SYNCHRONIZED

static final int ACC_SYNCHRONIZED
See Also:
Constant Field Values

ACC_SUPER

static final int ACC_SUPER
See Also:
Constant Field Values

ACC_VOLATILE

static final int ACC_VOLATILE
See Also:
Constant Field Values

ACC_BRIDGE

static final int ACC_BRIDGE
See Also:
Constant Field Values

ACC_TRANSIENT

static final int ACC_TRANSIENT
See Also:
Constant Field Values

ACC_NATIVE

static final int ACC_NATIVE
See Also:
Constant Field Values

ACC_INTERFACE

static final int ACC_INTERFACE
See Also:
Constant Field Values

ACC_ABSTRACT

static final int ACC_ABSTRACT
See Also:
Constant Field Values

ALL_ACC

static final int[] ALL_ACC

ALL_ACC_NAMES

static final java.lang.String[] ALL_ACC_NAMES
Method Detail

setAccessFlags

void setAccessFlags(int flags)

getAccessFlags

int getAccessFlags()