1 package polyglot.ext.jl.qq; 2 3 import java_cup.runtime.Symbol; 4 import polyglot.ast.*; 5 6 8 public interface QQParser { 9 10 public Symbol qq_expr() throws Exception ; 11 12 13 public Symbol qq_stmt() throws Exception ; 14 15 16 public Symbol qq_type() throws Exception ; 17 18 19 public Symbol qq_decl() throws Exception ; 20 21 22 public Symbol qq_file() throws Exception ; 23 24 25 public Symbol qq_member() throws Exception ; 26 } 27 | Popular Tags |