MCPcopy Create free account
hub / github.com/acsoto/BUAA-Compiler / Exps

Method Exps

src/Exps.java:7–10  ·  view source on GitHub ↗
(ArrayList<ArrayList<Word>> words, ArrayList<Word> symbols)

Source from the content-addressed store, hash-verified

5 private ArrayList<Word> symbols;
6
7 public Exps(ArrayList<ArrayList<Word>> words, ArrayList<Word> symbols) {
8 this.words = words;
9 this.symbols = symbols;
10 }
11
12 public ArrayList<ArrayList<Word>> getWords() {
13 return words;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected