See: Description
Class | Description |
---|---|
AppNode | |
AppParser | |
ArgumentNode |
Represents an argument like "--name=value".
|
AstNode |
Common supertype for the ast nodes built during stream parsing.
|
DestinationNode | |
LabelNode |
Represents a label attached to a module.
|
SinkDestinationNode | |
SourceDestinationNode | |
StreamNode | |
StreamParser |
Parser for stream DSL that generates
StreamNode . |
TaskParser |
Parser for task DSL that generates
AppNode . |
Token |
Holder for a kind of token, the associated data and its position in the
input data stream (start/end).
|
Tokens |
Class that converts an expression into a list of
tokens . |
Enum | Description |
---|---|
DSLMessage |
Contains all the messages that can be produced during Spring Cloud Data Flow
DSL parsing.
|
DSLMessage.Kind | |
TokenKind |
Enumeration of all the token types that may be found in a DSL definition stream.
|
Exception | Description |
---|---|
CheckPointedParseException |
An extension of
ParseException that keeps track of the last position up to which
parsing was successful. |
ParseException |
Root exception for DSL parsing related exceptions.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.