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); }
public void setBlockDataToken(org.eclipse.photran.internal.core.lexer.Token newValue) { this.blockDataToken = newValue; if (newValue != null) newValue.setParent(this); }