|
Cantaloop CGimlet - API Documentation, Version: 0.2.0, Date: 2002-05-13 21:30 CEST | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.cantaloop.cgimlet.lang.AbstractModifier | +--org.cantaloop.cgimlet.lang.java.JLanguageFactory.JModifier
Inner classes inherited from class org.cantaloop.cgimlet.lang.Modifier |
Modifier.Access |
Fields inherited from class org.cantaloop.cgimlet.lang.AbstractModifier |
m_access, m_final, m_static |
Constructor Summary | |
JLanguageFactory.JModifier()
|
|
JLanguageFactory.JModifier(Modifier.Access access,
boolean isStatic,
boolean isFinal)
|
Method Summary | |
java.lang.String |
getCode()
Returns the code representing this modifier. |
java.lang.String |
toString()
|
Methods inherited from class org.cantaloop.cgimlet.lang.AbstractModifier |
getAccess, getFinal, isStatic, setAccess, setFinal, setStatic |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.cantaloop.cgimlet.lang.Modifier |
setAccess |
Constructor Detail |
public JLanguageFactory.JModifier()
public JLanguageFactory.JModifier(Modifier.Access access, boolean isStatic, boolean isFinal)
Method Detail |
public final java.lang.String getCode()
Modifier
org.cantaloop.cgimlet.lang.Modifier
String
valuepublic final java.lang.String toString()
toString
in class java.lang.Object
|
Copyright 2001, 2002 Stefan Heimann, David Leuschner. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |