|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.jonathan.libs.kernel.JContextFactory
org.objectweb.jonathan.libs.kernel.TreeContextFactory
public class TreeContextFactory
| Nested Class Summary | |
|---|---|
protected class |
TreeContextFactory.TreeContext
|
| Nested classes/interfaces inherited from class org.objectweb.jonathan.libs.kernel.JContextFactory |
|---|
JContextFactory.ContextElement, JContextFactory.JContext |
| Field Summary | |
|---|---|
static boolean |
check_types
Indicates whether type checking should be performed. |
static TreeContextFactory |
instance
|
| Constructor Summary | |
|---|---|
TreeContextFactory()
|
|
| Method Summary | |
|---|---|
Context |
newContext()
Returns a new TreeContext
instance. |
Context |
newContext(Context _scope)
Returns a new TreeContext
instance with scope
scope. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean check_types
public static final TreeContextFactory instance
| Constructor Detail |
|---|
public TreeContextFactory()
| Method Detail |
|---|
public Context newContext()
TreeContext
instance.
newContext in interface ContextFactorynewContext in class JContextFactoryTreeContextFactory.TreeContext instance.public Context newContext(Context _scope)
TreeContext
instance with scope
scope.
_scope must have been acquired by the caller first, if it is
to be shared.
newContext in interface ContextFactorynewContext in class JContextFactoryscope - the scope of the returned context instance;
TreeContext
instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||