Loyc.Ecs.Parser.EcsParser.TypeSuffixOpt_Test0 C# (CSharp) Method

TypeSuffixOpt_Test0() private method

private TypeSuffixOpt_Test0 ( ) : bool
return bool
		private bool TypeSuffixOpt_Test0()
		{
			// Line 287: ((TT.Add|TT.AndBits|TT.At|TT.Forward|TT.Id|TT.IncDec|TT.LBrace|TT.Literal|TT.LParen|TT.Mul|TT.New|TT.Not|TT.NotBits|TT.Sub|TT.Substitute|TT.TypeKeyword) | IdNotLinqKeyword)
			switch (LA0) {
			case TT.Add: case TT.AndBits: case TT.At: case TT.Forward:
			case TT.Id: case TT.IncDec: case TT.LBrace: case TT.Literal:
			case TT.LParen: case TT.Mul: case TT.New: case TT.Not:
			case TT.NotBits: case TT.Sub: case TT.Substitute: case TT.TypeKeyword:
				if (!TryMatch(TypeSuffixOpt_Test0_set0))
					return false;
				break;
			default:
				if (!Scan_IdNotLinqKeyword())
					return false;
				break;
			}
			return true;
		}
	
EcsParser