com.sun.codemodel
Class JMod

java.lang.Object
  extended by com.sun.codemodel.JMod

public final class JMod
extends java.lang.Object

Modifier constants.


Field Summary
static int ABSTRACT
           
static int FINAL
           
static int NATIVE
           
static int NONE
           
static int PRIVATE
           
static int PROTECTED
           
static int PUBLIC
           
static int STATIC
           
static int SYNCHRONIZED
           
static int TRANSIENT
           
static int VOLATILE
           
 
Constructor Summary
JMod()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

PUBLIC

public static final int PUBLIC
See Also:
Constant Field Values

PROTECTED

public static final int PROTECTED
See Also:
Constant Field Values

PRIVATE

public static final int PRIVATE
See Also:
Constant Field Values

FINAL

public static final int FINAL
See Also:
Constant Field Values

STATIC

public static final int STATIC
See Also:
Constant Field Values

ABSTRACT

public static final int ABSTRACT
See Also:
Constant Field Values

NATIVE

public static final int NATIVE
See Also:
Constant Field Values

SYNCHRONIZED

public static final int SYNCHRONIZED
See Also:
Constant Field Values

TRANSIENT

public static final int TRANSIENT
See Also:
Constant Field Values

VOLATILE

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

JMod

public JMod()


Copyright © 2005-2011 Sun Microsystems. All Rights Reserved.