| Package | Description |
|---|---|
| net.sourceforge.plantuml.jasic |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Jasic.Value
This is the base interface for a value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Jasic.NumberValue
A numeric value.
|
class |
Jasic.OperatorExpression
An operator expression evaluates two expressions and then performs some
arithmetic operation on the results.
|
class |
Jasic.StringValue
A string value.
|
class |
Jasic.VariableExpression
A variable expression evaluates to the current value stored in that
variable.
|
| Constructor and Description |
|---|
AssignStatement(String name,
Jasic.Expression value) |
IfThenStatement(Jasic.Expression condition,
String label) |
OperatorExpression(Jasic.Expression left,
char operator,
Jasic.Expression right) |
PrintStatement(Jasic.Expression expression) |
Copyright © 2017. All rights reserved.