comparison graal/com.oracle.truffle.dsl.processor/src/com/oracle/truffle/dsl/processor/TruffleTypes.java @ 11751:29de278b7c1b

Truffle-DSL: fix type equals test with javac.
author Andreas Woess <andreas.woess@jku.at>
date Sun, 22 Sep 2013 02:24:13 +0200
parents 85b846b31690
children 8e8347ecabbc
comparison
equal deleted inserted replaced
11750:bf7f09417f76 11751:29de278b7c1b
159 159
160 public DeclaredType getSlowPath() { 160 public DeclaredType getSlowPath() {
161 return slowPath; 161 return slowPath;
162 } 162 }
163 163
164 public Object getSourceSection() { 164 public DeclaredType getSourceSection() {
165 return sourceSection; 165 return sourceSection;
166 } 166 }
167 } 167 }