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

Packages that use StringType
org.apache.xalan.xsltc.compiler.util   
 

Uses of StringType in org.apache.xalan.xsltc.compiler.util
 

Methods in org.apache.xalan.xsltc.compiler.util with parameters of type StringType
 void IntType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type)
          Expects an integer on the stack and pushes its string value by calling Integer.toString(int i).
 void BooleanType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type)
          Expects a boolean on the stack and pushes a string.
 void ResultTreeType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type)
          Expects an result tree on the stack and pushes a string.
 void RealType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type)
          Expects a real on the stack and pushes its string value by calling Double.toString(double d).
 void VoidType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type)
          Translates a void into a string by pushing the empty string ''.
 void ObjectType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type)
          Expects an integer on the stack and pushes its string value by calling Integer.toString(int i).
 void NodeType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type)
          Expects a node on the stack and pushes its string value.
 void ReferenceType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type)
          Translates reference into object of internal type type.
 void NodeSetType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type)
          Translates a node-set into a string.
 



Copyright © 2006 Apache XML Project. All Rights Reserved.