Uses of Class
jellyj.util.MethodType

Packages that use MethodType
jellyj.syntaxtree 
jellyj.util 

Uses of MethodType in jellyj.syntaxtree
 

Methods in jellyj.syntaxtree that return MethodType
MethodTypeExpressionNode.lookupPrimop(SymbolTable stable, int op, MethodType ctype)
          
 

Methods in jellyj.syntaxtree with parameters of type MethodType
MethodTypeExpressionNode.lookupPrimop(SymbolTable stable, int op, MethodType ctype)
          
 

Uses of MethodType in jellyj.util
 

Fields in jellyj.util declared as MethodType
(package private) MethodTypeMethodDesc.candidateType_d
          Candidate type for method.
(package private) MethodTypeMethodDesc.methodType_d
          Signature of method we try to match (input).
 

Constructors in jellyj.util with parameters of type MethodType
MethodDesc.MethodDesc(Symbol methodName, MethodType methodType, SyntaxTreeNode node)
          
 

Methods in jellyj.util that return MethodType
MethodTypeMethodDesc.candidateType()
          
MethodTypeMethodDesc.methodType()
          
 

Methods in jellyj.util with parameters of type MethodType
voidMethodDesc.setCandidateType(MethodType mtype)
          
VectorSymbolTable.addPrimop(Symbol name, MethodType mtype)
          Adds a primop name to the symbol table.