Package io.resys.hdes.client.api
Interface HdesClient.AstBuilder
- All Known Implementing Classes:
HdesClientAstBuilder
- Enclosing interface:
- HdesClient
public static interface HdesClient.AstBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncommands(com.fasterxml.jackson.databind.node.ArrayNode src) commands(List<AstCommand> src) commands(List<AstCommand> src, Integer version) decision()flow()service()syntax(InputStream syntax) tag()
-
Method Details
-
commands
-
commands
-
commands
-
commands
-
commands
-
syntax
-
flow
AstFlow flow() -
decision
AstDecision decision() -
service
AstService service() -
tag
AstTag tag()
-