| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit |
| Modifier and Type | Method and Description |
|---|---|
Term.Operator |
Term.getOperator()
Operator between two terms.
|
static Term.Operator |
Term.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Term.Operator[] |
Term.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Term<T> |
Term.setOperator(Term.Operator operator)
Sets operator
|
| Modifier and Type | Field and Description |
|---|---|
protected Term.Operator |
TermListImpl.operator |
protected Term.Operator |
TermImpl.operator |
| Modifier and Type | Method and Description |
|---|---|
Term.Operator |
TermListImpl.getOperator() |
Term.Operator |
TermImpl.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
TermList |
TermListImpl.setOperator(Term.Operator operator) |
Term<T> |
TermImpl.setOperator(Term.Operator operator) |
Copyright © 2014. All rights reserved.