comparison graal/com.oracle.truffle.api/src/com/oracle/truffle/api/ExecutionContext.java @ 18163:c88ab4f1f04a

re-enabled Checkstyle with the release of 6.0 that supports Java 8; fixed existing Checkstyle warnings
author Doug Simon <doug.simon@oracle.com>
date Fri, 24 Oct 2014 16:18:10 +0200
parents 7bfbad29d331
children 656331a61829
comparison
equal deleted inserted replaced
18162:ab62800259ff 18163:c88ab4f1f04a
159 * might be used for an interactive prompt. 159 * might be used for an interactive prompt.
160 */ 160 */
161 public abstract String getLanguageShortName(); 161 public abstract String getLanguageShortName();
162 162
163 /** 163 /**
164 * Establishes source event reporting 164 * Establishes source event reporting.
165 */ 165 */
166 protected abstract void setSourceCallback(SourceCallback sourceCallback); 166 protected abstract void setSourceCallback(SourceCallback sourceCallback);
167 167
168 } 168 }