public void setEndName(org.eclipse.photran.internal.core.lexer.Token newValue) {
   this.endName = newValue;
   if (newValue != null) newValue.setParent(this);
 }
 public void setImpliedDoVariable(org.eclipse.photran.internal.core.lexer.Token newValue) {
   this.impliedDoVariable = newValue;
   if (newValue != null) newValue.setParent(this);
 }
 public void setLabel(org.eclipse.photran.internal.core.lexer.Token newValue) {
   this.label = newValue;
   if (newValue != null) newValue.setParent(this);
 }
예제 #4
0
 public void setBlockDataToken(org.eclipse.photran.internal.core.lexer.Token newValue) {
   this.blockDataToken = newValue;
   if (newValue != null) newValue.setParent(this);
 }