| Package | Description |
|---|---|
| org.requs.facet.syntax |
Syntax analysis.
|
| org.requs.facet.syntax.ontology |
Ontology.
|
| Modifier and Type | Field and Description |
|---|---|
Flow |
SpecParser.SubjectContext.flow |
Flow |
SpecParser.StepsContext.flow |
Flow |
SpecParser.StepContext.flow |
Flow |
SpecParser.UsingContext.flow |
| Modifier and Type | Method and Description |
|---|---|
SpecParser.StepContext |
SpecParser.step(Flow flow) |
SpecParser.StepsContext |
SpecParser.steps(Flow flow) |
SpecParser.SubjectContext |
SpecParser.subject(Flow flow) |
SpecParser.UsingContext |
SpecParser.using(Flow flow,
Step stp) |
| Constructor and Description |
|---|
SpecParser.StepContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState,
Flow flow) |
SpecParser.StepsContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState,
Flow flow) |
SpecParser.SubjectContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState,
Flow flow) |
SpecParser.UsingContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState,
Flow flow,
Step stp) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Method
Use case.
|
| Modifier and Type | Method and Description |
|---|---|
Flow |
Step.exception(String text)
Exception at a step.
|
Copyright © 2009–2014 requs.org. All rights reserved.