public Token() { Type = Token.Typeenum.Begin; Value = ""; Whitespaces = ""; RealNextTok = null; RealPrevTok = null; ScopeLevel = 0; }
public void SetUnimportant() { Type = Typeenum.TextOrCommentBlock; }