Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/examples/Mini/
DASTIfExpr.java164 InstructionList else_code = new InstructionList(); in byte_code() local
167 else_expr.byte_code(else_code, method, cp); in byte_code()
175 i.setTarget(il.append(else_code)); in byte_code()