|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContextNode | |
|---|---|
| jaxx.compiler.tools.jaxxcapture | |
| jaxx.compiler.tools.jaxxcapture.handlers | |
| Uses of ContextNode in jaxx.compiler.tools.jaxxcapture |
|---|
| Classes in jaxx.compiler.tools.jaxxcapture that implement ContextNode | |
|---|---|
class |
AbstractContextNode
|
class |
CapturedObject
|
class |
LiteralNode
|
class |
MethodNode
|
class |
PropertyNode
|
class |
ValueNode
|
| Methods in jaxx.compiler.tools.jaxxcapture that return ContextNode | |
|---|---|
ContextNode[] |
AbstractContextNode.getArguments()
|
ContextNode[] |
ContextNode.getArguments()
|
ContextNode |
CapturedObject.getConstraints(CapturedObject child)
|
| Methods in jaxx.compiler.tools.jaxxcapture with parameters of type ContextNode | |
|---|---|
void |
AbstractContextNode.addArgument(ContextNode node)
|
void |
ContextNode.addArgument(ContextNode node)
|
void |
CapturedObject.addChild(CapturedObject child,
ContextNode constraints)
|
java.lang.String |
JAXXCapture.getJavaCode(ContextNode node)
|
| Method parameters in jaxx.compiler.tools.jaxxcapture with type arguments of type ContextNode | |
|---|---|
CapturedObject |
JAXXCapture.processObject(org.w3c.dom.Element objectTag,
java.util.Stack<ContextNode> context)
|
| Uses of ContextNode in jaxx.compiler.tools.jaxxcapture.handlers |
|---|
| Methods in jaxx.compiler.tools.jaxxcapture.handlers with parameters of type ContextNode | |
|---|---|
protected void |
ObjectHandler.evaluateAdd(CapturedObject contextObject,
CapturedObject child,
ContextNode constraints)
|
| Method parameters in jaxx.compiler.tools.jaxxcapture.handlers with type arguments of type ContextNode | |
|---|---|
protected void |
ObjectHandler.evaluate(org.w3c.dom.Element tag,
java.util.Stack<ContextNode> context,
JAXXCapture capture)
|
protected void |
ObjectHandler.evaluateMethod(org.w3c.dom.Element tag,
java.util.Stack<ContextNode> context,
JAXXCapture capture)
|
protected void |
JTabbedPaneHandler.evaluateMethod(org.w3c.dom.Element tag,
java.util.Stack<ContextNode> context,
JAXXCapture capture)
|
protected void |
ObjectHandler.evaluateProperty(org.w3c.dom.Element tag,
java.util.Stack<ContextNode> context,
JAXXCapture capture)
|
protected boolean |
ObjectHandler.processChildren(org.w3c.dom.Element tag,
java.util.Stack<ContextNode> context,
JAXXCapture capture)
|
CapturedObject |
ObjectHandler.processObject(org.w3c.dom.Element objectTag,
java.util.Stack<ContextNode> context,
JAXXCapture capture)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||