Modifier and Type | Method and Description |
---|---|
Function |
JSLParser.function_prototype() |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<Function,FuncImpl> |
JSWFuncImpls.funcs |
Modifier and Type | Method and Description |
---|---|
(package private) static FuncImpl |
JSWFuncImpls.get(Function func) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<Function,FuncImpl> |
MEFuncImpls.funcs |
Modifier and Type | Method and Description |
---|---|
(package private) static FuncImpl |
MEFuncImpls.get(Function func) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<Function,FuncImpl> |
SSEFuncImpls.funcs |
Modifier and Type | Method and Description |
---|---|
(package private) static FuncImpl |
SSEFuncImpls.get(Function func) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Set<Function> |
CoreSymbols.funcs |
private java.util.Set<Function> |
SymbolTable.globalFunctionSet |
Modifier and Type | Method and Description |
---|---|
Function |
SymbolTable.declareFunction(java.lang.String name,
Type returnType,
java.util.List<Param> params) |
static Function |
CoreSymbols.getFunction(java.lang.String name,
java.util.List<Type> ptypes) |
(package private) static Function |
SymbolTable.getFunctionForSignature(java.util.Set<Function> funcs,
java.lang.String name,
java.util.List<Type> ptypes) |
Function |
SymbolTable.getFunctionForSignature(java.lang.String name,
java.util.List<Type> ptypes) |
Modifier and Type | Method and Description |
---|---|
(package private) static java.util.Set<Function> |
CoreSymbols.getAllFunctions() |
Modifier and Type | Method and Description |
---|---|
private void |
SymbolTable.declareUserFunction(Function func) |
private boolean |
SymbolTable.isFunctionDeclared(Function func) |
Modifier and Type | Method and Description |
---|---|
(package private) static Function |
SymbolTable.getFunctionForSignature(java.util.Set<Function> funcs,
java.lang.String name,
java.util.List<Type> ptypes) |
Modifier and Type | Field and Description |
---|---|
private Function |
CallExpr.func |
private Function |
FuncDef.func |
Modifier and Type | Method and Description |
---|---|
Function |
CallExpr.getFunction() |
Function |
FuncDef.getFunction() |
Modifier and Type | Method and Description |
---|---|
FuncDef |
TreeMaker.funcDef(Function func,
Stmt stmt) |
Constructor and Description |
---|
CallExpr(Function func,
java.util.List<Expr> params) |
FuncDef(Function func,
Stmt stmt) |