Package | Description |
---|---|
cb.petal |
Modifier and Type | Class and Description |
---|---|
class |
BooleanLiteral
Boolean literal which may obviously either be true or false.
|
class |
FloatLiteral
Floating point literal (in fact a double).
|
class |
IntegerLiteral
Integer literal.
|
class |
Location
Tuple of integer values like (1520, 96).
|
class |
StringLiteral
There are two kinds of string encodings in Rose: Either the usual "foo bar",
or a multi line string where each line starts with a |.
|
class |
Tag
Reference to object.
|
class |
Tuple
Tuple (name, value), like in ("DataBaseSet" 800)
|
class |
Value
Values like in (value Text "foo")
|
Copyright © 2018 BITPlan GmbH. All rights reserved.