Exemple #1
0
 public Type getType() {
   return symbol.getType();
 }
Exemple #2
0
 public Value getInitial() {
   return symbol.getType().initialValue();
 }