public class Computation extends Object
| Modifier and Type | Field and Description |
|---|---|
static Computation |
NULL |
| Constructor and Description |
|---|
Computation(String value) |
Computation(String value,
boolean stored) |
Computation(String value,
boolean stored,
List<String> statements) |
Computation(String value,
List<String> statements) |
Computation(String value,
Type type) |
Computation(String value,
Type type,
boolean stored) |
Computation(String value,
Type type,
boolean stored,
List<String> statements) |
Computation(String value,
Type type,
List<String> statements) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getStatements() |
Type |
getType() |
String |
getValue() |
boolean |
isStored() |
public static final Computation NULL
Copyright © 2016. All rights reserved.