Package | Description |
---|---|
com.sun.scenario.effect.compiler | |
com.sun.scenario.effect.compiler.backend.hw | |
com.sun.scenario.effect.compiler.model |
Modifier and Type | Field and Description |
---|---|
Precision |
JSLParser.fully_specified_type_return.precision |
Precision |
JSLParser.fully_specified_type_return.precision |
Modifier and Type | Method and Description |
---|---|
protected String |
SLBackend.getPrecision(Precision p) |
protected String |
ES2Backend.getPrecision(Precision p) |
Modifier and Type | Method and Description |
---|---|
static Precision |
Precision.fromToken(String s)
Returns a
Precision instance given a lowercase token string. |
Precision |
Variable.getPrecision() |
static Precision |
Precision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Precision[] |
Precision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2020. All rights reserved.