|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.sass.internal.expression.BinaryExpression
public class BinaryExpression
| Field Summary | |
|---|---|
Object |
leftOperand
|
BinaryOperator |
operator
|
Object |
rightOperand
|
| Constructor Summary | |
|---|---|
BinaryExpression(Object leftOperand,
BinaryOperator operator,
Object rightOperand)
|
|
| Method Summary | |
|---|---|
LexicalUnitImpl |
eval()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Object leftOperand
public BinaryOperator operator
public Object rightOperand
| Constructor Detail |
|---|
public BinaryExpression(Object leftOperand,
BinaryOperator operator,
Object rightOperand)
| Method Detail |
|---|
public LexicalUnitImpl eval()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||