| Package | Description |
|---|---|
| cb.parser |
This package contains the Parser for Rational Rose Petal files.
|
| cb.petal |
| Modifier and Type | Method and Description |
|---|---|
StringLiteral |
ObjectFactory.createString(String value,
boolean multi)
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 |.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
ObjectFactory.createValue(String name,
StringLiteral value) |
void |
PrintVisitor.visit(StringLiteral obj) |
| Modifier and Type | Method and Description |
|---|---|
StringLiteral |
Value.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
Value.setValue(StringLiteral v) |
void |
EmptyVisitor.visit(StringLiteral obj) |
void |
Visitor.visit(StringLiteral obj) |
void |
DescendingVisitor.visit(StringLiteral obj) |
| Constructor and Description |
|---|
Value(String name,
StringLiteral value) |
Copyright © 2018 BITPlan GmbH. All rights reserved.