Uses of Class
org.apache.xalan.xsltc.compiler.util.RealType
-
Packages that use RealType Package Description org.apache.xalan.xsltc.compiler.util -
-
Uses of RealType in org.apache.xalan.xsltc.compiler.util
Methods in org.apache.xalan.xsltc.compiler.util with parameters of type RealType Modifier and Type Method Description voidBooleanType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, RealType type)Expects a boolean on the stack and pushes a real.voidIntType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, RealType type)Expects an integer on the stack and pushes a real.voidNodeSetType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, RealType type)Expects a node-set on the stack and pushes a real.voidNodeType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, RealType type)Expects a node on the stack and pushes a real.voidReferenceType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, RealType type)Translates a reference into an object of internal typetype.voidResultTreeType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, RealType type)Expects an result tree on the stack and pushes a real.voidStringType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, RealType type)Translates a string into a real by calling stringToReal() from the basis library.
-