| Package | Description |
|---|---|
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| org.plasma.query.visitor |
| Modifier and Type | Field and Description |
|---|---|
protected Variable |
Term.variable |
| Modifier and Type | Method and Description |
|---|---|
Variable |
ObjectFactory.createVariable()
Create an instance of
Variable |
Variable |
Term.getVariable()
Gets the value of the variable property.
|
Variable[] |
Where.getVariables() |
| Modifier and Type | Method and Description |
|---|---|
void |
Term.setVariable(Variable value)
Sets the value of the variable property.
|
| Constructor and Description |
|---|
Expression(Property prop,
RelationalOperator oper,
Variable var) |
Term(Variable var) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryVisitor.end(Variable variable) |
void |
DefaultQueryVisitor.end(Variable variable) |
void |
QueryVisitor.start(Variable variable) |
void |
DefaultQueryVisitor.start(Variable variable) |
Copyright © 2021. All rights reserved.