comparison core/src/luan/impl/LuanImpl.java @ 663:b438a47196bc

finish compiling function blocks
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 07 Apr 2016 00:01:10 -0600
parents ee00a619eec1
children 71f8f5075df8
comparison
equal deleted inserted replaced
662:ee00a619eec1 663:b438a47196bc
25 25
26 public static Expressions getExpressions(int i) { 26 public static Expressions getExpressions(int i) {
27 return listExpressions.get(i); 27 return listExpressions.get(i);
28 } 28 }
29 29
30 30 /*
31 private static List<Stmt> listStmt = new ArrayList<Stmt>(); 31 private static List<Stmt> listStmt = new ArrayList<Stmt>();
32 32
33 static int addStmt(Stmt stmt) { 33 static int addStmt(Stmt stmt) {
34 int i = listStmt.size(); 34 int i = listStmt.size();
35 listStmt.add(stmt); 35 listStmt.add(stmt);
37 } 37 }
38 38
39 public static Stmt getStmt(int i) { 39 public static Stmt getStmt(int i) {
40 return listStmt.get(i); 40 return listStmt.get(i);
41 } 41 }
42 42 */
43 43
44 private static List<Settable> listSettable = new ArrayList<Settable>(); 44 private static List<Settable> listSettable = new ArrayList<Settable>();
45 45
46 static int addSettable(Settable settable) { 46 static int addSettable(Settable settable) {
47 int i = listSettable.size(); 47 int i = listSettable.size();