Uses of Class
org.apache.xalan.xsltc.compiler.util.Type
-
Packages that use Type Package Description org.apache.xalan.xsltc.compiler org.apache.xalan.xsltc.compiler.util -
-
Uses of Type in org.apache.xalan.xsltc.compiler
Methods in org.apache.xalan.xsltc.compiler that return Type Modifier and Type Method Description TypeLocationPathPattern. 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.TypeStylesheet. 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.TypeTemplate. 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.util Modifier and Type Class Description classBooleanTypeclassIntTypeclassMethodTypeclassNodeSetTypeclassNodeTypeclassNumberTypeclassObjectTypeclassRealTypeclassReferenceTypeclassResultTreeTypeclassStringTypeclassVoidTypeFields in org.apache.xalan.xsltc.compiler.util declared as Type Modifier and Type Field Description static TypeType. Attributestatic TypeType. Booleanstatic TypeType. Commentstatic TypeType. Elementstatic TypeType. Intstatic TypeType. Nodestatic TypeType. NodeSetstatic TypeType. Objectstatic TypeType. Processing_Instructionstatic TypeType. Realstatic TypeType. Referencestatic TypeType. ResultTreestatic TypeType. Rootstatic TypeType. Stringstatic TypeType. Textstatic TypeType. VoidMethods in org.apache.xalan.xsltc.compiler.util that return Type Modifier and Type Method Description static TypeType. newObjectType(java.lang.Class clazz)Factory method to instantiate object types.static TypeType. newObjectType(java.lang.String javaClassName)Factory method to instantiate object types.TypeMethodType. resultType()Methods in org.apache.xalan.xsltc.compiler.util with parameters of type Type Modifier and Type Method Description intIntType. 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.FlowListType. 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 Type Constructor Description MethodType(Type resultType)MethodType(Type resultType, java.util.Vector argsType)MethodType(Type resultType, Type arg1)MethodType(Type resultType, Type arg1, Type arg2)MethodType(Type resultType, Type arg1, Type arg2, Type arg3)
-