Uses of Class
org.apache.xalan.xsltc.compiler.util.ReferenceType
-
Packages that use ReferenceType Package Description org.apache.xalan.xsltc.compiler.util -
-
Uses of ReferenceType in org.apache.xalan.xsltc.compiler.util
Methods in org.apache.xalan.xsltc.compiler.util with parameters of type ReferenceType Modifier and Type Method Description voidBooleanType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, ReferenceType type)Expects a boolean on the stack and pushes a boxed boolean.voidIntType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, ReferenceType type)Expects an integer on the stack and pushes a boxed integer.voidNodeSetType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, ReferenceType type)Expects a node-set on the stack and pushes a boxed node-set.voidNodeType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, ReferenceType type)Expects a node on the stack and pushes a boxed node.voidRealType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, ReferenceType type)Expects a double on the stack and pushes a boxed double.voidResultTreeType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, ReferenceType type)Expects a result tree on the stack and pushes a boxed result tree.voidStringType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, ReferenceType type)Expects a string on the stack and pushes a boxed string.
-