org.fife.rsta.ac.java.rjc.lang
Class Modifiers

java.lang.Object
  extended by org.fife.rsta.ac.java.rjc.lang.Modifiers

public class Modifiers
extends Object

Wrapper around modifiers to a member.

Version:
1.0
Author:
Robert Futrell

Field Summary
static Integer ABSTRACT
           
static Integer FINAL
           
static Integer INTERFACE
           
static Integer NATIVE
           
static Integer PRIVATE
           
static Integer PROTECTED
           
static Integer PUBLIC
           
static Integer STATIC
           
static Integer STRICTFP
           
static Integer SYNCHRONIZED
           
static Integer TRANSIENT
           
static Integer VOLATILE
           
 
Constructor Summary
Modifiers()
           
 
Method Summary
 void addAnnotation(Annotation annotation)
           
 boolean addModifier(int tokenType)
           
 boolean isAbstract()
           
 boolean isFinal()
           
 boolean isPrivate()
           
 boolean isProtected()
           
 boolean isPublic()
           
 boolean isStatic()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ABSTRACT

public static final Integer ABSTRACT

FINAL

public static final Integer FINAL

INTERFACE

public static final Integer INTERFACE

NATIVE

public static final Integer NATIVE

PRIVATE

public static final Integer PRIVATE

PROTECTED

public static final Integer PROTECTED

PUBLIC

public static final Integer PUBLIC

STATIC

public static final Integer STATIC

STRICTFP

public static final Integer STRICTFP

SYNCHRONIZED

public static final Integer SYNCHRONIZED

TRANSIENT

public static final Integer TRANSIENT

VOLATILE

public static final Integer VOLATILE
Constructor Detail

Modifiers

public Modifiers()
Method Detail

addAnnotation

public void addAnnotation(Annotation annotation)

addModifier

public boolean addModifier(int tokenType)

isAbstract

public boolean isAbstract()

isFinal

public boolean isFinal()

isPrivate

public boolean isPrivate()

isProtected

public boolean isProtected()

isPublic

public boolean isPublic()

isStatic

public boolean isStatic()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2011. All Rights Reserved.