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

IdStmt_Test0() private method

private IdStmt_Test0 ( ) : bool
return bool
		private bool IdStmt_Test0()
		{
			if (!Scan_DataType())
				return false;
			if (!TryMatch((int) TT.This))
				return false;
			return true;
		}
	
EcsParser