| 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 |
Qualifier |
JSLParser.fully_specified_type_return.qual |
| Modifier and Type | Method and Description |
|---|---|
protected String |
GLSLBackend.getQualifier(Qualifier q) |
protected abstract String |
SLBackend.getQualifier(Qualifier q) |
protected String |
HLSLBackend.getQualifier(Qualifier q) |
| Modifier and Type | Method and Description |
|---|---|
static Qualifier |
Qualifier.fromToken(String s)
Returns a
Qualifier instance given a lowercase token string. |
Qualifier |
Variable.getQualifier() |
static Qualifier |
Qualifier.valueOf(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(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) |
Copyright © 2025. All rights reserved.