Package | Description |
---|---|
com.sun.scenario.effect.compiler | |
com.sun.scenario.effect.compiler.model | |
com.sun.scenario.effect.compiler.tree |
Modifier and Type | Method and Description |
---|---|
Function |
JSLParser.function_prototype() |
Function |
JSLParser.function_prototype() |
Modifier and Type | Method and Description |
---|---|
Function |
SymbolTable.declareFunction(String name,
Type returnType,
List<Param> params) |
static Function |
CoreSymbols.getFunction(String name,
List<Type> ptypes) |
Function |
SymbolTable.getFunctionForSignature(String name,
List<Type> ptypes) |
Modifier and Type | Method and Description |
---|---|
Function |
FuncDef.getFunction() |
Function |
CallExpr.getFunction() |
Modifier and Type | Method and Description |
---|---|
FuncDef |
TreeMaker.funcDef(Function func,
Stmt stmt) |
Copyright © 2020. All rights reserved.