Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/compiler/
DCodeGen.java232 public boolean compileBooleanExpr(boolean branchIf, ASTree expr) in compileBooleanExpr() method in CodeGen
383 compileBooleanExpr(false, expr); in atIfStmnt()
436 boolean alwaysBranch = compileBooleanExpr(true, expr); in atWhileStmnt()
473 compileBooleanExpr(false, expr); in atForStmnt()