コード例 #1
0
 public void setEndName(org.eclipse.photran.internal.core.lexer.Token newValue) {
   this.endName = newValue;
   if (newValue != null) newValue.setParent(this);
 }
コード例 #2
0
 public void setImpliedDoVariable(org.eclipse.photran.internal.core.lexer.Token newValue) {
   this.impliedDoVariable = newValue;
   if (newValue != null) newValue.setParent(this);
 }
コード例 #3
0
 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);
 }