Uses of Class
org.apache.xalan.xsltc.compiler.util.Type
Packages that use Type
-
Uses of Type in org.apache.xalan.xsltc.compiler
Methods in org.apache.xalan.xsltc.compiler that return TypeModifier and TypeMethodDescriptionLocationPathPattern.typeCheck(org.apache.xalan.xsltc.compiler.SymbolTable stable) abstract TypePattern.typeCheck(org.apache.xalan.xsltc.compiler.SymbolTable stable) Returns the type of a pattern, which is always aNodeType.Stylesheet.typeCheck(org.apache.xalan.xsltc.compiler.SymbolTable stable) Type check all the children of this node.abstract TypeSyntaxTreeNode.typeCheck(org.apache.xalan.xsltc.compiler.SymbolTable stable) Type check the children of this node.Template.typeCheck(org.apache.xalan.xsltc.compiler.SymbolTable stable) -
Uses of Type in org.apache.xalan.xsltc.compiler.util
Subclasses of Type in org.apache.xalan.xsltc.compiler.utilModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classclassfinal classfinal classfinal classfinal classclassfinal classFields in org.apache.xalan.xsltc.compiler.util declared as TypeModifier and TypeFieldDescriptionstatic final TypeType.Attributestatic final TypeType.Booleanstatic final TypeType.Commentstatic final TypeType.Elementstatic final TypeType.Intstatic final TypeType.Nodestatic final TypeType.NodeSetstatic final TypeType.Objectstatic final Typestatic final TypeType.Realstatic final TypeType.Referencestatic final TypeType.ResultTreestatic final TypeType.Rootstatic final TypeType.Stringstatic final TypeType.Textstatic final TypeType.VoidMethods in org.apache.xalan.xsltc.compiler.util that return TypeModifier and TypeMethodDescriptionstatic TypeType.newObjectType(Class clazz) Factory method to instantiate object types.static TypeType.newObjectType(String javaClassName) Factory method to instantiate object types.MethodType.resultType()Methods in org.apache.xalan.xsltc.compiler.util with parameters of type TypeModifier and TypeMethodDescriptionintIntType.distanceTo(Type type) intMethodType.distanceTo(Type other) intRealType.distanceTo(Type type) intType.distanceTo(Type type) Returns the distance between two types.booleanBooleanType.identicalTo(Type other) booleanIntType.identicalTo(Type other) booleanMethodType.identicalTo(Type other) booleanNodeSetType.identicalTo(Type other) booleanNodeType.identicalTo(Type other) booleanObjectType.identicalTo(Type other) booleanRealType.identicalTo(Type other) booleanReferenceType.identicalTo(Type other) booleanResultTreeType.identicalTo(Type other) booleanStringType.identicalTo(Type other) abstract booleanType.identicalTo(Type other) Returns true if this and other are identical types.booleanVoidType.identicalTo(Type other) voidBooleanType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, Type type) Translates a real into an object of internal typetype.voidIntType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, Type type) Translates an integer into an object of internal typetype.voidNodeSetType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, Type type) Translates a node-set into an object of internal typetype.voidNodeType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, Type type) Translates a node into an object of internal typetype.voidObjectType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, Type type) Translates a void into an object of internal typetype.voidRealType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, Type type) Translates a real into an object of internal typetype.voidReferenceType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, Type type) Translates a reference to an object of internal typetype.voidResultTreeType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, Type type) Translates a result tree to object of internal typetype.voidStringType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, Type type) Translates a string into an object of internal typetype.voidType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, Type type) Translates an object of this type to an object of typetype.voidVoidType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, Type type) Translates a void into an object of internal typetype.Type.translateToDesynthesized(ClassGenerator classGen, MethodGenerator methodGen, Type type) Translates object of this type to an object of typetype.Constructors in org.apache.xalan.xsltc.compiler.util with parameters of type TypeModifierConstructorDescriptionMethodType(Type resultType) MethodType(Type resultType, Vector argsType) MethodType(Type resultType, Type arg1) MethodType(Type resultType, Type arg1, Type arg2) MethodType(Type resultType, Type arg1, Type arg2, Type arg3)