Uses of Interface
org.nuiton.jaxx.compiler.tools.jaxxcapture.ContextNode
-
Packages that use ContextNode Package Description org.nuiton.jaxx.compiler.tools.jaxxcapture org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers -
-
Uses of ContextNode in org.nuiton.jaxx.compiler.tools.jaxxcapture
Classes in org.nuiton.jaxx.compiler.tools.jaxxcapture that implement ContextNode Modifier and Type Class Description classAbstractContextNodeclassCapturedObjectclassLiteralNodeclassMethodNodeclassPropertyNodeclassValueNodeMethods in org.nuiton.jaxx.compiler.tools.jaxxcapture that return ContextNode Modifier and Type Method Description ContextNode[]AbstractContextNode. getArguments()ContextNode[]ContextNode. getArguments()ContextNodeCapturedObject. getConstraints(CapturedObject child)Methods in org.nuiton.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 org.nuiton.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 org.nuiton.jaxx.compiler.tools.jaxxcapture.handlers
Methods in org.nuiton.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 org.nuiton.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)
-