|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jstatcom.model.Scope
public abstract class Scope
This typesave enumeration contains all existing Scope
types.
It can be used to set the scope that certain components should use to
retrieve symbols from.
Field Summary | |
---|---|
static Scope |
GLOBAL
The local symbol scope. |
static Scope |
LOCAL
The local symbol scope. |
static Scope |
UPPER
The local symbol scope. |
Method Summary | |
---|---|
abstract SymbolTable |
getSymbolTable(java.awt.Component comp)
Gets the symbol table according to this scope from the component hierarchy. |
java.lang.String |
toString()
Gets string representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Scope GLOBAL
public static final Scope UPPER
public static final Scope LOCAL
Method Detail |
---|
public abstract SymbolTable getSymbolTable(java.awt.Component comp)
null
of there
is no parent SymbolScope
.
comp
- the component to start searching from
null
public final java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |