Cantaloop CGimlet - API Documentation, Version: 0.2.0, Date: 2002-05-13 21:30 CEST

org.cantaloop.cgimlet.lang
Class AbstractModifier

java.lang.Object
  |
  +--org.cantaloop.cgimlet.lang.AbstractModifier
All Implemented Interfaces:
Modifier
Direct Known Subclasses:
JLanguageFactory.JModifier

public abstract class AbstractModifier
extends java.lang.Object
implements Modifier

Skeleton implementation of Modifier.

Version:
0.2.0 ($Revision: 1.3 $)
Author:
Stefan Heimann

Inner classes inherited from class org.cantaloop.cgimlet.lang.Modifier
Modifier.Access
 
Field Summary
protected  org.cantaloop.cgimlet.lang.Access m_access
           
protected  boolean m_final
           
protected  boolean m_static
           
 
Constructor Summary
AbstractModifier()
           
AbstractModifier(org.cantaloop.cgimlet.lang.Access access, boolean isStatic, boolean isFinal)
           
 
Method Summary
 org.cantaloop.cgimlet.lang.Access getAccess()
           
 boolean getFinal()
           
 boolean isStatic()
           
 void setAccess(org.cantaloop.cgimlet.lang.Access access)
           
 void setFinal(boolean b)
           
 void setStatic(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.cantaloop.cgimlet.lang.Modifier
getCode, setAccess
 

Field Detail

m_access

protected org.cantaloop.cgimlet.lang.Access m_access

m_static

protected boolean m_static

m_final

protected boolean m_final
Constructor Detail

AbstractModifier

public AbstractModifier()

AbstractModifier

public AbstractModifier(org.cantaloop.cgimlet.lang.Access access,
                        boolean isStatic,
                        boolean isFinal)
Method Detail

setAccess

public void setAccess(org.cantaloop.cgimlet.lang.Access access)

getAccess

public org.cantaloop.cgimlet.lang.Access getAccess()
Specified by:
getAccess in interface Modifier

setStatic

public void setStatic(boolean b)
Specified by:
setStatic in interface Modifier

isStatic

public boolean isStatic()
Specified by:
isStatic in interface Modifier

setFinal

public void setFinal(boolean b)
Specified by:
setFinal in interface Modifier

getFinal

public boolean getFinal()
Specified by:
getFinal in interface Modifier

Copyright 2001, 2002 Stefan Heimann, David Leuschner. All rights reserved.