Exemplo n.º 1
0
 /** Indicates that the symbol table should be displayed (before binding). */
 public void setShowTableFlag() {
   clearStopFlags();
   showTable = true;
 }
Exemplo n.º 2
0
 /** Indicates that the symbol table should be displayed after binding. */
 public void setShowBindFlag() {
   clearStopFlags();
   showBind = true;
 }
Exemplo n.º 3
0
 /** Indicates that the compilation environment should be displayed. */
 public void setShowEnvFlag() {
   clearStopFlags();
   showEnv = true;
 }