コード例 #1
0
 protected CommonASTWithHiddenTokens(CommonASTWithHiddenTokens another)
     : base(another)
 {
     hiddenBefore	= another.hiddenBefore;
     hiddenAfter		= another.hiddenAfter;
 }
コード例 #2
0
 protected CommonASTWithHiddenTokens(CommonASTWithHiddenTokens another) : base(another)
 {
     hiddenBefore = another.hiddenBefore;
     hiddenAfter  = another.hiddenAfter;
 }