Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/examples/Mini/
DASTIfExpr.java35 private ASTExpr if_expr, then_expr, else_expr; field in ASTIfExpr
57 then_expr = (ASTExpr)children[1]; in closeNode()
77 then_expr = then_expr.traverse(env); in traverse()
102 then_type=then_expr.eval(expected); in eval()
105 MiniC.addError(then_expr.getLine(), then_expr.getColumn(), in eval()
119 then_expr.setType(else_type); in eval()
124 else_expr = then_expr; in eval()
135 is_simple = if_expr.isSimple() && then_expr.isSimple() && else_expr.isSimple(); in eval()
149 then_expr.code(buf); in code()
166 then_expr.byte_code(then_code, method, cp); in byte_code()
[all …]