Uses of Class
org.apache.xalan.xsltc.compiler.util.RealType

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



Copyright ? 2003 Apache XML Project. All Rights Reserved.