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