Searched defs:expressionList (Results 1 – 2 of 2) sorted by relevance
269 LinkedList<Expression> expressionList = new LinkedList<>(Arrays.asList(expressions)); in and() local280 LinkedList<Expression> expressionList = new LinkedList<>(Arrays.asList(expressions)); in or() local
8826 public final void expressionList() throws RecognitionException { in expressionList() method in JavaParser