Searched defs:thenExpr (Results 1 – 2 of 2) sorted by relevance
32 public ASTree thenExpr() { return tail().head(); } in thenExpr() method in CondExpr
721 ASTree thenExpr = parseExpression(tbl); in parseConditionalExpr() local