Home
last modified time | relevance | path

Searched refs:endControlFlow (Results 1 – 5 of 5) sorted by relevance

/external/javapoet/src/main/java/com/squareup/javapoet/
DMethodSpec.java465 public Builder endControlFlow() { in endControlFlow() method in MethodSpec.Builder
466 code.endControlFlow(); in endControlFlow()
474 public Builder endControlFlow(String controlFlow, Object... args) { in endControlFlow() method in MethodSpec.Builder
475 code.endControlFlow(controlFlow, args); in endControlFlow()
DCodeBlock.java384 public Builder endControlFlow() {
394 public Builder endControlFlow(String controlFlow, Object... args) {
DTypeSpec.java547 staticBlock.beginControlFlow("static").add(block).endControlFlow(); in addStaticBlock()
/external/javapoet/src/test/java/com/squareup/javapoet/
DTypeSpecTest.java1132 .endControlFlow() in codeBlocks()
1140 .endControlFlow() in codeBlocks()
1206 .endControlFlow() in indexedElseIf()
1232 .endControlFlow() in elseIf()
1256 .endControlFlow("while (5 < 6)") in doWhile()
1911 .endControlFlow() in tryCatch()
1937 .endControlFlow() in ifElse()
/external/javapoet/
DREADME.md88 `beginControlFlow()` + `endControlFlow()` which are used together for braces, newlines, and
96 .endControlFlow()
110 .endControlFlow()
146 .endControlFlow()