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 void
BooleanType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, RealType type)
Expects a boolean on the stack and pushes a real.void
IntType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, RealType type)
Expects an integer on the stack and pushes a real.void
NodeSetType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, RealType type)
Expects a node-set on the stack and pushes a real.void
NodeType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, RealType type)
Expects a node on the stack and pushes a real.void
ReferenceType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, RealType type)
Translates a reference into an object of internal typetype
.void
ResultTreeType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, RealType type)
Expects an result tree on the stack and pushes a real.void
StringType. translateTo(ClassGenerator classGen, MethodGenerator methodGen, RealType type)
Translates a string into a real by calling stringToReal() from the basis library.
-