| Package | Description |
|---|---|
| com.sun.scenario.effect.compiler.model | |
| com.sun.scenario.effect.compiler.tree |
| Modifier and Type | Method and Description |
|---|---|
Variable |
SymbolTable.declareVariable(String name,
Type type,
Qualifier qual) |
Variable |
SymbolTable.declareVariable(String name,
Type type,
Qualifier qual,
Precision precision) |
Variable |
SymbolTable.declareVariable(String name,
Type type,
Qualifier qual,
Precision precision,
int arraySize,
Object constValue) |
Variable |
SymbolTable.declareVariable(String name,
Type type,
Qualifier qual,
Precision precision,
int arraySize,
Object constValue,
boolean isParam) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Variable> |
SymbolTable.getGlobalVariables() |
Map<String,Variable> |
SymbolTable.getVariablesForScope() |
| Modifier and Type | Method and Description |
|---|---|
Variable |
VarDecl.getVariable() |
Variable |
VariableExpr.getVariable() |
| Modifier and Type | Method and Description |
|---|---|
VarDecl |
TreeMaker.varDecl(Variable var,
Expr init) |
Copyright © 2025. All rights reserved.