Package | Description |
---|---|
org.teiid.query.sql.visitor |
Modifier and Type | Method and Description |
---|---|
static EvaluatableVisitor.EvaluationLevel |
EvaluatableVisitor.EvaluationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EvaluatableVisitor.EvaluationLevel[] |
EvaluatableVisitor.EvaluationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EvaluatableVisitor.evaluationNotPossible(EvaluatableVisitor.EvaluationLevel newLevel) |
static boolean |
EvaluatableVisitor.isEvaluatable(LanguageObject obj,
EvaluatableVisitor.EvaluationLevel target) |
boolean |
EvaluatableVisitor.requiresEvaluation(EvaluatableVisitor.EvaluationLevel evaluationLevel) |
Copyright © 2019. All rights reserved.