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

Uses in package org.apache.xalan.xsltc.compiler.util

Classes derived from org.apache.xalan.xsltc.compiler.util.Type

class
class
class
class
class
class
class
class
class
class
class
class

Constructors with parameter type org.apache.xalan.xsltc.compiler.util.Type

CompareGenerator.CompareGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp)
MatchGenerator.MatchGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp)
MethodGenerator.MethodGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cpg)
MethodType.MethodType(Type resultType, Vector argsType)
MethodType.MethodType(Type resultType, Type arg1)
MethodType.MethodType(Type resultType, Type arg1, Type arg2)
MethodType.MethodType(Type resultType, Type arg1, Type arg2, Type arg3)
NamedMethodGenerator.NamedMethodGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp)
RtMethodGenerator.RtMethodGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp)
TestGenerator.TestGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp)

Fields of type org.apache.xalan.xsltc.compiler.util.Type

Type
Type
Type
Type
Type
Type
Type
Type
Type
Type
Type
Type
Type
Type
Type
Type
Type

Methods with parameter type org.apache.xalan.xsltc.compiler.util.Type

LocalVariableGen
MethodGenerator.addLocalVariable(String name, Type type, InstructionHandle start, InstructionHandle end)
Allocates a local variable.
LocalVariableGen
MethodGenerator.addLocalVariable2(String name, Type type, InstructionHandle start)
int
int
int
int
Returns the distance between two types.
boolean
boolean
boolean
boolean
Returns true if this and other are identical types.
boolean
boolean
Returns true if this and other are identical types.
boolean
Returns true if this and other are identical types.
boolean
boolean
Returns true if this and other are identical types.
boolean
boolean
Returns true if this and other are identical types.
boolean
void
Translates a real into an object of internal type type.
void
IntType.translateTo(ClassGenerator classGen, MethodGenerator methodGen, Type type)
Translates an integer into an object of internal type type.
void
Translates a node-set into an object of internal type type.
void
Translates a node into an object of internal type type.
void
Translates a void into an object of internal type type.
void
Translates a real into an object of internal type type.
void
Translates a reference to an object of internal type type.
void
Translates a result tree to object of internal type type.
void
Translates a string into an object of internal type type.
void
Type.translateTo(ClassGenerator classGen, MethodGenerator methodGen, Type type)
Translates an object of this type to an object of type type.
void
Translates a void into an object of internal type type.
FlowList
Translates object of this type to an object of type type.

Methods with return type org.apache.xalan.xsltc.compiler.util.Type

Type
Util.getJCRefType(String signature)
Type
Type.newObjectType(Class clazz)
Factory method to instantiate object types.
Type
Type.newObjectType(String javaClassName)
Factory method to instantiate object types.
Type

Uses in package org.apache.xalan.xsltc.compiler

Methods with return type org.apache.xalan.xsltc.compiler.util.Type

Type
LocationPathPattern.typeCheck(org.apache.xalan.xsltc.compiler.SymbolTable stable)
Returns the type of a pattern, which is always a NodeType.
Type
Pattern.typeCheck(org.apache.xalan.xsltc.compiler.SymbolTable stable)
Returns the type of a pattern, which is always a NodeType.
Type
Stylesheet.typeCheck(org.apache.xalan.xsltc.compiler.SymbolTable stable)
Type check all the children of this node.
Type
SyntaxTreeNode.typeCheck(org.apache.xalan.xsltc.compiler.SymbolTable stable)
Type check the children of this node.
Type
Template.typeCheck(org.apache.xalan.xsltc.compiler.SymbolTable stable)

Copyright B) 2004 Apache XML Project. All Rights Reserved.