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