Modifier and Type | Method and Description |
---|---|
FuncDef |
JSLParser.function_definition() |
Modifier and Type | Method and Description |
---|---|
void |
SLBackend.visitFuncDef(FuncDef d) |
void |
HLSLBackend.visitFuncDef(FuncDef d) |
void |
ES2Backend.visitFuncDef(FuncDef d) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,FuncDef> |
JSWBackend.funcDefs |
Modifier and Type | Method and Description |
---|---|
(package private) static FuncDef |
JSWBackend.getFuncDef(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
JSWBackend.putFuncDef(FuncDef def) |
void |
JSWTreeScanner.visitFuncDef(FuncDef d) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,FuncDef> |
MEBackend.funcDefs |
Modifier and Type | Method and Description |
---|---|
(package private) static FuncDef |
MEBackend.getFuncDef(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
MEBackend.putFuncDef(FuncDef def) |
void |
METreeScanner.visitFuncDef(FuncDef d) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,FuncDef> |
SSEBackend.funcDefs |
Modifier and Type | Method and Description |
---|---|
(package private) static FuncDef |
SSEBackend.getFuncDef(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
SSEBackend.putFuncDef(FuncDef def) |
void |
SSETreeScanner.visitFuncDef(FuncDef d) |
Modifier and Type | Method and Description |
---|---|
FuncDef |
TreeMaker.funcDef(Function func,
Stmt stmt) |
Modifier and Type | Method and Description |
---|---|
void |
TreeVisitor.visitFuncDef(FuncDef d) |
void |
TreeScanner.visitFuncDef(FuncDef d) |