Searched refs:inExpression (Results 1 – 1 of 1) sorted by relevance
319 private final Deque<Boolean> inExpression = new ArrayDeque<>(ImmutableList.of(false)); field in JavaInputAstVisitor321 private boolean inExpression() { in inExpression() method in JavaInputAstVisitor322 return inExpression.peekLast(); in inExpression()327 inExpression.addLast(tree instanceof ExpressionTree || inExpression.peekLast()); in scan()336 inExpression.removeLast(); in scan()3653 if (!inExpression()) {