Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/examples/Mini/
DASTIfExpr.java163 InstructionList then_code = new InstructionList(); in byte_code() local
166 then_expr.byte_code(then_code, method, cp); in byte_code()
173 il.append(then_code); in byte_code()