public class Expression extends Object
| Constructor and Description |
|---|
Expression() |
| Modifier and Type | Method and Description |
|---|---|
static long |
evaluate(Protocol env,
org.antlr.runtime.tree.CommonTree AST) |
static long |
evaluate(Protocol env,
String str) |
static void |
main(String[] args) |
public static long evaluate(Protocol env, String str) throws UnassignedException, DomainViolationException
public static long evaluate(Protocol env, org.antlr.runtime.tree.CommonTree AST) throws UnassignedException, DomainViolationException
public static void main(String[] args)
args - the command line argumentsCopyright © 2016. All rights reserved.