| 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 |
|---|---|
Qualifier |
JSLParser.fully_specified_type_return.qual |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
GLSLBackend.getQualifier(Qualifier q) |
protected abstract java.lang.String |
SLBackend.getQualifier(Qualifier q) |
protected java.lang.String |
HLSLBackend.getQualifier(Qualifier q) |
| Modifier and Type | Field and Description |
|---|---|
private Qualifier |
Variable.qual |
| Modifier and Type | Method and Description |
|---|---|
static Qualifier |
Qualifier.fromToken(java.lang.String s)
Returns a
Qualifier instance given a lowercase token string. |
Qualifier |
Variable.getQualifier() |
static Qualifier |
Qualifier.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Qualifier[] |
Qualifier.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(java.lang.String name,
Type type,
Qualifier qual) |
Variable |
SymbolTable.declareVariable(java.lang.String name,
Type type,
Qualifier qual,
Precision precision) |
Variable |
SymbolTable.declareVariable(java.lang.String name,
Type type,
Qualifier qual,
Precision precision,
int arraySize,
java.lang.Object constValue) |
Variable |
SymbolTable.declareVariable(java.lang.String name,
Type type,
Qualifier qual,
Precision precision,
int arraySize,
java.lang.Object constValue,
boolean isParam) |
| Constructor and Description |
|---|
Variable(java.lang.String name,
Type type,
Qualifier qual,
Precision precision,
int reg,
int arraySize,
java.lang.Object constValue,
boolean isParam) |