Uses of Interface
jaxx.compiler.tools.jaxxcapture.ContextNode
-
Packages that use ContextNode Package Description 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 Modifier and Type Class Description classAbstractContextNodeclassCapturedObjectclassLiteralNodeclassMethodNodeclassPropertyNodeclassValueNodeMethods in jaxx.compiler.tools.jaxxcapture that return ContextNode Modifier and Type Method Description ContextNode[]AbstractContextNode. getArguments()ContextNode[]ContextNode. getArguments()ContextNodeCapturedObject. getConstraints(CapturedObject child)Methods in jaxx.compiler.tools.jaxxcapture with parameters of type ContextNode Modifier and Type Method Description voidAbstractContextNode. addArgument(ContextNode node)voidContextNode. addArgument(ContextNode node)voidCapturedObject. addChild(CapturedObject child, ContextNode constraints)StringJAXXCapture. getJavaCode(ContextNode node)Method parameters in jaxx.compiler.tools.jaxxcapture with type arguments of type ContextNode Modifier and Type Method Description CapturedObjectJAXXCapture. processObject(Element objectTag, Stack<ContextNode> context) -
Uses of ContextNode in jaxx.compiler.tools.jaxxcapture.handlers
Methods in jaxx.compiler.tools.jaxxcapture.handlers with parameters of type ContextNode Modifier and Type Method Description protected voidObjectHandler. evaluateAdd(CapturedObject contextObject, CapturedObject child, ContextNode constraints)Method parameters in jaxx.compiler.tools.jaxxcapture.handlers with type arguments of type ContextNode Modifier and Type Method Description protected voidObjectHandler. evaluate(Element tag, Stack<ContextNode> context, JAXXCapture capture)protected voidJTabbedPaneHandler. evaluateMethod(Element tag, Stack<ContextNode> context, JAXXCapture capture)protected voidObjectHandler. evaluateMethod(Element tag, Stack<ContextNode> context, JAXXCapture capture)protected voidObjectHandler. evaluateProperty(Element tag, Stack<ContextNode> context, JAXXCapture capture)protected booleanObjectHandler. processChildren(Element tag, Stack<ContextNode> context, JAXXCapture capture)CapturedObjectObjectHandler. processObject(Element objectTag, Stack<ContextNode> context, JAXXCapture capture)
-