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 void
NodeConstructor.compileChild
(Expression arg, boolean stringIsText, Compilation comp, ConsumerTarget target) void
DocumentConstructor.compileToNode
(ApplyExp exp, Compilation comp, ConsumerTarget target) void
MakeAttribute.compileToNode
(ApplyExp exp, Compilation comp, ConsumerTarget target) void
MakeElement.compileToNode
(ApplyExp exp, Compilation comp, ConsumerTarget target) void
MakeProcInst.compileToNode
(ApplyExp exp, Compilation comp, ConsumerTarget target) void
MakeText.compileToNode
(ApplyExp exp, Compilation comp, ConsumerTarget target) void
MakeWithBaseUri.compileToNode
(ApplyExp exp, Compilation comp, ConsumerTarget target) abstract void
NodeConstructor.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 TypeMethodDescriptionvoid
ApplyTemplates.compileToNode
(ApplyExp exp, Compilation comp, ConsumerTarget target)