Searched refs:writeConstruct (Results 1 - 1 of 1) sorted by relevance

/owl-s/src/org/mindswap/owls/io/
H A DPresentationSyntaxWriter.java274 writeConstruct( cc, true );
409 // private void writeConstruct(ControlConstruct cc) {
410 // writeConstruct(cc, false);
413 private void writeConstruct(ControlConstruct cc, boolean block) { method in class:PresentationSyntaxWriter
469 writeConstruct( cc, false );
490 writeConstruct( thenP, true );
495 writeConstruct( elseP, true );

Completed in 14 milliseconds