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