|
|||||||||
| Home >> All >> org >> cantaloop >> cgimlet >> [ lang overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.cantaloop.cgimlet.lang
Interface Modifier

- All Known Implementing Classes:
- AbstractModifier
- public interface Modifier
Abstract representation of a modifier of a class, a field or a method. A modifier defines things like visibility for such a programming language construct.
- Version:
- @version@ ($Revision: 1.3 $)
| Nested Class Summary | |
static class |
Modifier.Access
This inner class is used to define constants for the access level of the modifier (a so-called typesafe enumeration). |
| Method Summary | |
Modifier.Access |
getAccess()
|
java.lang.String |
getCode()
Returns the code representing this modifier. |
boolean |
getFinal()
|
boolean |
isStatic()
|
void |
setAccess(Modifier.Access acc)
|
void |
setFinal(boolean b)
|
void |
setStatic(boolean b)
|
| Method Detail |
setAccess
public void setAccess(Modifier.Access acc)
getAccess
public Modifier.Access getAccess()
setStatic
public void setStatic(boolean b)
isStatic
public boolean isStatic()
setFinal
public void setFinal(boolean b)
getFinal
public boolean getFinal()
getCode
public java.lang.String getCode()
- Returns the code representing this modifier.
|
|||||||||
| Home >> All >> org >> cantaloop >> cgimlet >> [ lang overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC