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

Packages that use MethodType
org.apache.xalan.xsltc.compiler   
 

Uses of MethodType in org.apache.xalan.xsltc.compiler
 

Fields in org.apache.xalan.xsltc.compiler declared as MethodType
private  MethodType FunctionCall._chosenMethodType
           
 

Methods in org.apache.xalan.xsltc.compiler that return MethodType
 MethodType Expression.lookupPrimop(SymbolTable stable, java.lang.String op, MethodType ctype)
          Search for a primop in the symbol table that matches the method type ctype.
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type MethodType
 void SymbolTable.addPrimop(java.lang.String name, MethodType mtype)
          Add a primitive operator or function to the symbol table.
 MethodType Expression.lookupPrimop(SymbolTable stable, java.lang.String op, MethodType ctype)
          Search for a primop in the symbol table that matches the method type ctype.