comparison graal/com.oracle.truffle.sl/src/com/oracle/truffle/sl/parser/Parser.java @ 12503:d7f8dd4fe876

minor reformatting based on 'mx eclipseformat'
author Doug Simon <doug.simon@oracle.com>
date Mon, 21 Oct 2013 18:10:32 +0200
parents 5f532ea846fb
children 71991b7a0f14
comparison
equal deleted inserted replaced
12502:28f56bf7c06a 12503:d7f8dd4fe876
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 // The content of this file is automatically generated. DO NOT EDIT. 24 // The content of this file is automatically generated. DO NOT EDIT.
25 25
26 package com.oracle.truffle.sl.parser; 26 package com.oracle.truffle.sl.parser;
27
27 import java.util.*; 28 import java.util.*;
28 29
29 import com.oracle.truffle.sl.*; 30 import com.oracle.truffle.sl.*;
30 import com.oracle.truffle.sl.nodes.*; 31 import com.oracle.truffle.sl.nodes.*;
31 32