Uses of Class
gnu.expr.ConsumerTarget
Packages that use ConsumerTarget
Package
Description
Supports
Expression,
and various related classes need to compile programming languages.-
Uses of ConsumerTarget in gnu.expr
Fields in gnu.expr declared as ConsumerTargetMethods in gnu.expr that return ConsumerTargetModifier and TypeMethodDescriptionConsumerTarget.getSingleTarget()Get equivalent target but which only accepts a single item. -
Uses of ConsumerTarget in gnu.kawa.xml
Methods in gnu.kawa.xml with parameters of type ConsumerTargetModifier and TypeMethodDescriptionstatic voidNodeConstructor.compileChild(Expression arg, boolean stringIsText, Compilation comp, ConsumerTarget target) voidDocumentConstructor.compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target) voidMakeAttribute.compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target) voidMakeElement.compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target) voidMakeProcInst.compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target) voidMakeText.compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target) voidMakeWithBaseUri.compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target) abstract voidNodeConstructor.compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target) -
Uses of ConsumerTarget in gnu.kawa.xslt
Methods in gnu.kawa.xslt with parameters of type ConsumerTargetModifier and TypeMethodDescriptionvoidApplyTemplates.compileToNode(ApplyExp exp, Compilation comp, ConsumerTarget target)