Class IfElseCompletionTck
java.lang.Object
io.micronaut.sourcegen.bytecode.tck.IfElseCompletionTck
An if/else statement whose then branch completes normally continues after the whole statement, not into the else
branch.
- Since:
- 2.2.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected abstract byte[]
-
Constructor Details
-
IfElseCompletionTck
public IfElseCompletionTck()
-
-
Method Details
-
write
- Parameters:
definition- The definition- Returns:
- The class file
-
thenBranchThatCompletesSkipsTheElseBranch
-