comparison graal/com.oracle.graal.compiler/src/com/oracle/graal/compiler/match/MatchStatementSet.java @ 21604:93f282187d90

moved JVMCI service API into separate com.oracle.jvmci.service module (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Fri, 29 May 2015 17:01:57 +0200
parents c1e2fdb5fea3
children 3a292e8b9e51
comparison
equal deleted inserted replaced
21603:4437f0da4b26 21604:93f282187d90
23 package com.oracle.graal.compiler.match; 23 package com.oracle.graal.compiler.match;
24 24
25 import java.util.*; 25 import java.util.*;
26 26
27 import com.oracle.graal.compiler.gen.*; 27 import com.oracle.graal.compiler.gen.*;
28 import com.oracle.jvmci.runtime.*; 28 import com.oracle.jvmci.service.*;
29 29
30 public interface MatchStatementSet extends Service { 30 public interface MatchStatementSet extends Service {
31 /** 31 /**
32 * @return the {@link NodeLIRBuilder} subclass which defined this set of {@link MatchStatement} 32 * @return the {@link NodeLIRBuilder} subclass which defined this set of {@link MatchStatement}
33 * instances. 33 * instances.