Package | Description |
---|---|
com.sun.scenario.effect.compiler | |
com.sun.scenario.effect.compiler.model | |
com.sun.scenario.effect.compiler.tree |
Modifier and Type | Field and Description |
---|---|
Expr |
JSLParser.declaration_identifier_and_init_return.arrayInit |
Expr |
JSLParser.declaration_identifier_and_init_return.arrayInit |
Expr |
JSLParser.for_rest_statement_return.cond |
Expr |
JSLParser.for_rest_statement_return.cond |
Expr |
JSLParser.for_rest_statement_return.expr |
Expr |
JSLParser.for_rest_statement_return.expr |
Expr |
JSLParser.declaration_identifier_and_init_return.init |
Expr |
JSLParser.declaration_identifier_and_init_return.init |
Modifier and Type | Method and Description |
---|---|
List<Expr> |
JSLParser.function_call_parameter_list() |
List<Expr> |
JSLParser.function_call_parameter_list() |
Modifier and Type | Method and Description |
---|---|
String |
FuncImpl.getPreamble(List<Expr> params) |
abstract String |
FuncImpl.toString(int i,
List<Expr> params) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayAccessExpr |
class |
BinaryExpr |
class |
CallExpr |
class |
FieldSelectExpr |
class |
LiteralExpr |
class |
ParenExpr |
class |
UnaryExpr |
class |
VariableExpr |
class |
VectorCtorExpr |
Modifier and Type | Method and Description |
---|---|
Expr |
WhileStmt.getCondition() |
Expr |
ForStmt.getCondition() |
Expr |
UnaryExpr.getExpr() |
Expr |
ReturnStmt.getExpr() |
Expr |
ParenExpr.getExpr() |
Expr |
ForStmt.getExpr() |
Expr |
FieldSelectExpr.getExpr() |
Expr |
ExprStmt.getExpr() |
Expr |
DoWhileStmt.getExpr() |
Expr |
ArrayAccessExpr.getExpr() |
Expr |
SelectStmt.getIfExpr() |
Expr |
ArrayAccessExpr.getIndex() |
Expr |
VarDecl.getInit() |
Expr |
BinaryExpr.getLeft() |
Expr |
BinaryExpr.getRight() |
Modifier and Type | Method and Description |
---|---|
List<Expr> |
VectorCtorExpr.getParams() |
List<Expr> |
CallExpr.getParams() |
Modifier and Type | Method and Description |
---|---|
ArrayAccessExpr |
TreeMaker.arrayAccess(Expr expr,
Expr index) |
BinaryExpr |
TreeMaker.binary(BinaryOpType op,
Expr left,
Expr right) |
DoWhileStmt |
TreeMaker.doWhileStmt(Stmt stmt,
Expr expr) |
ExprStmt |
TreeMaker.exprStmt(Expr expr) |
FieldSelectExpr |
TreeMaker.fieldSelect(Expr expr,
String fields) |
ForStmt |
TreeMaker.forStmt(Stmt init,
Expr cond,
Expr expr,
Stmt stmt,
int unrollMax,
int unrollCheck) |
ParenExpr |
TreeMaker.parenExpr(Expr expr) |
ReturnStmt |
TreeMaker.returnStmt(Expr expr) |
SelectStmt |
TreeMaker.selectStmt(Expr ifExpr,
Stmt thenStmt,
Stmt elseStmt) |
UnaryExpr |
TreeMaker.unary(UnaryOpType op,
Expr expr) |
VarDecl |
TreeMaker.varDecl(Variable var,
Expr init) |
WhileStmt |
TreeMaker.whileStmt(Expr cond,
Stmt stmt) |
Modifier and Type | Method and Description |
---|---|
CallExpr |
TreeMaker.call(String id,
List<Expr> params) |
VectorCtorExpr |
TreeMaker.vectorCtor(Type type,
List<Expr> params) |
Constructor and Description |
---|
ArrayAccessExpr(Expr expr,
Expr index) |
Copyright © 2020. All rights reserved.