Package com.evolveum.axiom.lang.spi
Interface AxiomItemStreamTreeBuilder.ValueBuilder
-
- Enclosing class:
- AxiomItemStreamTreeBuilder
public static interface AxiomItemStreamTreeBuilder.ValueBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<AxiomItemDefinition>
childDef(AxiomName statement)
void
endValue(SourceLocation loc)
AxiomItemStreamTreeBuilder.ItemBuilder
startItem(AxiomName identifier, SourceLocation loc)
-
-
-
Method Detail
-
childDef
Optional<AxiomItemDefinition> childDef(AxiomName statement)
-
startItem
AxiomItemStreamTreeBuilder.ItemBuilder startItem(AxiomName identifier, SourceLocation loc)
-
endValue
void endValue(SourceLocation loc)
-
-