Uses of Class
org.apache.xalan.xsltc.compiler.util.StringType
Packages that use StringType
-
Uses of StringType in org.apache.xalan.xsltc.compiler.util
Methods in org.apache.xalan.xsltc.compiler.util with parameters of type StringTypeModifier and TypeMethodDescriptionvoidBooleanType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type) Expects a boolean on the stack and pushes a string.voidIntType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type) Expects an integer on the stack and pushes its string value by callingInteger.toString(int i).voidNodeSetType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type) Translates a node-set into a string.voidNodeType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type) Expects a node on the stack and pushes its string value.voidObjectType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type) Expects an integer on the stack and pushes its string value by callingInteger.toString(int i).voidRealType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type) Expects a real on the stack and pushes its string value by callingDouble.toString(double d).voidReferenceType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type) Translates reference into object of internal typetype.voidResultTreeType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type) Expects an result tree on the stack and pushes a string.voidVoidType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, StringType type) Translates a void into a string by pushing the empty string ''.