diff --git a/.github/workflows/dependencies/EcmaTC49.BuildGrammar.2.0.0.nupkg b/.github/workflows/dependencies/EcmaTC49.BuildGrammar.2.1.0.nupkg similarity index 85% rename from .github/workflows/dependencies/EcmaTC49.BuildGrammar.2.0.0.nupkg rename to .github/workflows/dependencies/EcmaTC49.BuildGrammar.2.1.0.nupkg index 06c6d7508..665048205 100644 Binary files a/.github/workflows/dependencies/EcmaTC49.BuildGrammar.2.0.0.nupkg and b/.github/workflows/dependencies/EcmaTC49.BuildGrammar.2.1.0.nupkg differ diff --git a/.github/workflows/dependencies/GrammarTestingEnv.tgz b/.github/workflows/dependencies/GrammarTestingEnv.tgz new file mode 100644 index 000000000..20584e48e Binary files /dev/null and b/.github/workflows/dependencies/GrammarTestingEnv.tgz differ diff --git a/.github/workflows/grammar-validator.yaml b/.github/workflows/grammar-validator.yaml index 5b9016dae..1e86eac61 100644 --- a/.github/workflows/grammar-validator.yaml +++ b/.github/workflows/grammar-validator.yaml @@ -27,15 +27,15 @@ jobs: dotnet-version: 8.0.x - name: Set up JDK 15 - uses: actions/setup-java@v1 + uses: actions/setup-java@v2 with: java-version: 15.0 + distribution: zulu # Install build grammar global tool - name: Install BuildGrammar tool run: | - dotnet tool install --version 2.0.0 --global --add-source ./.github/workflows/dependencies/ EcmaTC49.BuildGrammar - + dotnet tool install --version 2.1.0 --global --add-source ./.github/workflows/dependencies/ EcmaTC49.BuildGrammar - name: run validate run: | diff --git a/tools/GrammarTesting/Tests/Parsing/ReadMe.md b/tools/GrammarTesting/Tests/Parsing/ReadMe.md new file mode 100644 index 000000000..211176b53 --- /dev/null +++ b/tools/GrammarTesting/Tests/Parsing/ReadMe.md @@ -0,0 +1,10 @@ +# Parsing Tests + +There are two sets of tests. The standard set, in `Samples`, test whether the Standard’s +grammar is producing the expected parse. + +The second set, in `Demo`, exist to demonstrate the system and are run when `SetupAndTest` +or `DoParsingTests` are passed the `-d` option. + +If `Demo` is not here it will be in the environment parallel which can be located using the +environment variable `BG_LIB_PARSINGTESTS`. \ No newline at end of file diff --git a/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/AllInOneNoPreprocessor-v6.cs b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/AllInOneNoPreprocessor-v6.cs new file mode 100755 index 000000000..9e7f47765 --- /dev/null +++ b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/AllInOneNoPreprocessor-v6.cs @@ -0,0 +1,740 @@ +extern alias Foo; + +using System; +using System.Collections.Generic; +using System.Linq; +using System.Linq.Expressions; +using System.Text; +using M = System.Math; + +using ConsoleApplication2.Test; + +/**/ +/* the previous comment is an empty delimited comment and not a document comment */ +/** this is a document comment */ +// this one is a single line comment + +using X = int1; +using Y = ABC.X<int>; + +using static System.Math; +using static System.DayOfWeek; +using static System.Linq.Enumerable; + +[assembly: System.Copyright(@"(C)"" + +2009")] +[module: System.Copyright("\n\t\u0123(C) \"2009" + "\u0123")] + +class TopLevelType : IDisposable +{ + void IDisposable.Dispose() { } +} + +namespace My +{ + using A.B; + + interface CoContra<out T, in K> { } + delegate void CoContra2<[System.Obsolete()] out T, in K> () where T : struct; + + public unsafe partial class A : C, I + { + [DllImport("kernel32", SetLastError = true)] + static extern bool CreateDirectory(string name, SecurityAttribute sa); + + private const int global = int.MinValue - 1; + + static A() + { + } + + [method: Obsolete] + public A([param: Obsolete] int foo) : + base(1) + { + L: + { + int i = sizeof(int); + ++i; + var s1 = $"x {1 , -2 :d}"; + var s2 = $@"x {1 , -2 :d}"; + } + + + Console.WriteLine(export.iefSupplied.command); + + const int? local = int.MaxValue; + const Guid? local0 = new Guid(r.ToString()); + + var привет = local; + var мир = local; + var local3 = 0, local4 = 1; + local3 = local4 = 1; + var local5 = null as Action ?? null; + var local6 = local5 is Action; + + var u = 1u; + var U = 1U; + long hex = 0xBADC0DE, Hex = 0XDEADBEEF, l = -1L, L = 1L, l2 = 2l; + ulong ul = 1ul, Ul = 1Ul, uL = 1uL, UL = 1UL, + lu = 1lu, Lu = 1Lu, lU = 1lU, LU = 1LU; + int minInt32Value = -2147483648; + int minInt64Value = -9223372036854775808L; + + bool @bool; + byte @byte; + char @char = 'c', \u0066 = '\u0066', hexchar = '\x0130', hexchar2 = (char)0xBAD; + string \U00000065 = "\U00000065"; + decimal @decimal = 1.44M; + @decimal = 1.2m; + dynamic @dynamic; + double @double = M.PI; + @double = 1d; + @double = 1D; + @double = -1.2e3; + float @float = 1.2f; + @float = 1.44F; + int @int = local ?? -1; + long @long; + object @object; + sbyte @sbyte; + short @short; + string @string = @"""/*"; + uint @uint; + ulong @ulong; + ushort @ushort; + + dynamic dynamic = local5; + var add = 0; + var alias = 0; + var arglist = 0; + var ascending = 0; + var async = 0; + var await = 0; + var by = 0; + var descending = 0; + var dynamic = 0; + var equals = 0; + var from = 0; + var get = 0; + var group = 0; + var into = 0; + var join = 0; + var let = 0; + var nameof = 0; + var on = 0; + var orderby = 0; + var partial = 0; + var remove = 0; + var select = 0; + var set = 0; + var var = 0; + var when = 0; + var where = 0; + var yield = 0; + var __ = 0; + where = yield = 0; + + if (i > 0) + { + return; + } + else if (i == 0) + { + throw new Exception(); + } + var o1 = new MyObject(); + var o2 = new MyObject(var); + var o3 = new MyObject { A = i }; + var o4 = new MyObject(@dynamic) + { + A = 0, + B = 0, + C = 0 + }; + var o5 = new { A = 0 }; + var dictionaryInitializer = new Dictionary<int, string> + { + {1, ""}, + {2, "a"} + }; + float[] a = new float[] + { + 0f, + 1.1f + }; + int[, ,] cube = { { { 111, 112, }, { 121, 122 } }, { { 211, 212 }, { 221, 222 } } }; + int[][] jagged = { { 111 }, { 121, 122 } }; + int[][,] arr = new int[5][,]; // as opposed to new int[][5,5] + arr[0] = new int[5,5]; // as opposed to arr[0,0] = new int[5]; + arr[0][0,0] = 47; + int[] arrayTypeInference = new[] { 0, 1, }; + switch (3) { } + switch (i) + { + case 0: + case 1: + { + goto case 2; + } + case 2 + 3: + { + goto default; + break; + } + default: + { + return; + } + } + while (i < 10) + { + ++i; + if (true) continue; + break; + } + do + { + ++i; + if (true) continue; + break; + } + while (i < 10); + for (int j = 0; j < 100; ++j) + { + for(;;) + { + for (int i = 0, j = 0; i < length; i++, j++) { } + if (true) continue; + break; + } + } + label: + goto label; + label2: ; + foreach (var i in Items()) + { + if (i == 7) + return; + else + continue; + } + + lock (sync) + process(); + using (var v = BeginScope()) + using (A a = new A()) + using (A a = new A(), b = new A()) + using (BeginScope()) + return; + yield return this.items[3]; + yield break; + fixed (int* p = stackalloc int[100], q = &y) + { + *intref = 1; + } + fixed (int* p = stackalloc int[100]) + { + *intref = 1; + } + unsafe + { + int* p = null; + } + try + { + throw null; + } + catch (System.AccessViolationException av) + { + throw av; + } + catch (Exception) + { + throw; + } + finally + { + try { } catch { } + } + var anonymous = + { + A = 1, + B = 2, + C = 3, + }; + var query = from c in customers + let d = c + where d != null + join c1 in customers on c1.GetHashCode() equals c.GetHashCode() + join c1 in customers on c1.GetHashCode() equals c.GetHashCode() into e + group c by c.Country + into g + orderby g.Count() ascending + orderby g.Key descending + select new { Country = g.Key, CustCount = g.Count() }; + query = from c in customers + select c into d + select d; + } + ~A() + { + } + private readonly int f1; + [Obsolete] + [NonExisting] + [Foo::NonExisting(var, 5)] + [CLSCompliant(false)] + [Obsolete, System.NonSerialized, NonSerialized, CLSCompliant(true || false & true)] + private volatile int f2; + [return: Obsolete] + [method: Obsolete] + public void Handler(object value) + { + } + public int m<T>(T t) + where T : class, new() + { + base.m(t); + return 1; + } + public string P + { + get + { + return "A"; + } + set; + } + public abstract string P + { + get; + } + public abstract int this[int index] + { + protected internal get; + internal protected set; + } + + [event: Test] + public event Action E1 + { + [Obsolete] + add { value = value; } + [Obsolete] + [return: Obsolete] + remove { E += Handler; E -= Handler; } + } + public static A operator +(A first, A second) + { + Delegate handler = new Delegate(Handler); + return first.Add(second); + } + [method: Obsolete] + [return: Obsolete] + public static bool operator true(A a) + { + return true; + } + public static bool operator false(A a) + { + return false; + } + class C + { + } + } + public struct S : I + { + public S() + { + } + private int f1; + [Obsolete("Use Script instead", error: false)] + private volatile int f2; + public abstract int m<T>(T t) + where T : struct + { + return 1; + } + public string P + { + get + { + int value = 0; + return "A"; + } + set; + } + public abstract string P + { + get; + } + public abstract int this[int index] + { + get; + internal protected set; + } + public event Event E; + public static A operator +(A first, A second) + { + return first.Add(second); + } + fixed int field[10]; + class C + { + } + } + public interface I + { + void A(int value); + string Value + { + get; + set; + } + } + [type: Flags] + public enum E + { + A, + B = A, + C = 2 + A, + D, + } + + public delegate void Delegate(object P); + namespace Test + { + using System; + using System.Collections; + public class Список + { + public static IEnumerable Power(int number, int exponent) + { + Список Список = new Список(); + Список.Main(); + int counter = (0 + 0); + int אתר = 0; + while (++counter++ < --exponent--) + { + result = result * number + +number+++++number; + yield return result; + } + } + static void Main() + { + foreach (int i in Power(2, 8)) + { + Console.Write("{0} ", i); + } + } + async void Wait() + { + await System.Threading.Tasks.Task.Delay(0); + } + void AsyncAnonymous() // C # 5 feature + { + var task = Task.Factory.StartNew(async () => + { + return await new WebClient().DownloadStringTaskAsync("http://example.com"); + }); + } + } + } +} + +namespace ConsoleApplication1 +{ + namespace RecursiveGenericBaseType + { + class A<T> : B<A<T>, A<T>> where T : A<T> + { + protected virtual A<T> M() { } + protected abstract B<A<T>, A<T>> N() { } + static B<A<T>, A<T>> O() { } + } + + sealed class B<T1, T2> : A<B<T1, T2>> + { + protected override A<T> M() { } + protected sealed override B<A<T>, A<T>> N() { } + new static A<T> O() { } + } + } + + namespace Boo + { + public class Bar<T> where T : IComparable + { + public T f; + public class Foo<U> : IEnumerable<T> + { + public void Method<K, V>(K k, T t, U u) + where K : IList<V>, IList<T>, IList<U> + where V : IList<K> + { + A<int> a; + M(A<B, C>(5)); + } + }; + }; + }; + + class Test + { + void Bar3() + { + var x = new Boo.Bar<int>.Foo<object>(); + x.Method<string, string>(" ", 5, new object()); + + var q = from i in new int[] { 1, 2, 3, 4 } + where i > 5 + select i; + } + + public static implicit operator Test(string s) + { + return new ConsoleApplication1.Test(); + } + public static explicit operator Test(string s = "") + { + return new Test(); + } + + public int foo = 5; + void Bar2() + { + foo = 6; + this.Foo = 5.GetType(); Test t = "sss"; + } + + public event EventHandler MyEvent = delegate { }; + + void Blah() + { + int i = 5; + int? j = 6; + + Expression<Func<int>> e = () => i; + Expression<Func<bool, Action>> e2 = b => () => { return; }; + Func<bool, bool> f = async delegate (bool a) + { + return await !a; + }; + Func<int, int, int> f2 = (a, b) => 0; + f2 = (int a, int b) => 1; + Action a = Blah; + f2 = () => {}; + f2 = () => {;}; + } + + delegate Recursive Recursive(Recursive r); + delegate Recursive Recursive<A,R>(Recursive<A,R> r); + + public Type Foo + { + [Obsolete("Name", error = false)] + get + { + var result = typeof(IEnumerable<int>); + var t = typeof(int?) == typeof(Nullable<int>); + t = typeof(IEnumerable<int?[][][]>); + return typeof(IEnumerable<>); + } + set + { + var t = typeof(System.Int32); + t.ToString(); + t = value; + } + } + + public void Constants() + { + int i = 1 + 2 + 3 + 5; + global::System.String s = "a" + (System.String)"a" + "a" + "a" + "a" + "A"; + } + + public void ConstructedType() + { + List<int> i = null; + int c = i.Count; + } + } +} + +namespace Comments.XmlComments.UndocumentedKeywords +{ + /// <summary> + /// Whatever + /// </summary> + /// <!-- c --> + /// <![CDATA[c]]> // + /// <c></c> /* */ + /// <code></code> + /// <example></example> + /// <exception cref="bla"></exception> + /// <include file='' path='[@name=""]'/> + /// <permission cref=" "></permission> + /// <remarks></remarks> + /// <see cref=""/> + /// <seealso cref=" "/> + /// <value></value> + /// <typeparam name="T"></typeparam> + class /*///*/C<T> + { + void M<U>(T t, U u) + { + // comment + /* *** / */ + /* // + */ + /*s*///comment + // /***/ + /*s*/int /*s*/intValue = 0; + intValue = intValue /*s*/+ 1; + string strValue = /*s*/"hello"; + /*s*/MyClass c = new MyClass(); + string verbatimStr = /*s*/@"\\\\"; + } + } + + //General Test F. Type a very long class name, verify colorization happens correctly only upto the correct size (118324) + class TestClassXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/*Scen8*/{ } + + class TestClassXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX22/*Scen9*/{ } + + class yield + { + void Params(ref dynamic a, out dynamic b, params dynamic[] c) {} + void Params(out dynamic a = 2, ref dynamic c = default(dynamic), params dynamic[][] c) {} + + public override string ToString() { return base.ToString(); } + + public partial void OnError(); + + public partial void method() + { + int?[] a = new int?[5];/*[] bug*/ // YES [] + int[] var = { 1, 2, 3, 4, 5 };/*,;*/ + int i = a[i];/*[]*/ + Foo<T> f = new Foo<int>();/*<> ()*/ + f.method();/*().*/ + i = i + i - i * i / i % i & i | i ^ i;/*+ - * / % & | ^*/ + bool b = true & false | true ^ false;/*& | ^*/ + b = !b;/*!*/ + i = ~i;/*~i*/ + b = i < i && i > i;/*< && >*/ + int? ii = 5;/*? bug*/ // NO ? + int f = true ? 1 : 0;/*? :*/ // YES : + i++;/*++*/ + i--;/*--*/ + b = true && false || true;/*&& ||*/ + b = i == i && i != i && i <= i && i >= i;/*= == && != <= >=*/ + i += 5.0;/*+=*/ + i -= i;/*-=*/ + i *= i;/**=*/ + i /= i;/*/=*/ + i %= i;/*%=*/ + i &= i;/*&=*/ + i |= i;/*|=*/ + i ^= i;/*^=*/ + i <<= i;/*<<=*/ + i >>= i;/*>>=*/ + object s = x => x + 1;/*=>*/ + double d = .3; + Point point; + unsafe + { + Point* p = &point;/** &*/ + p->x = 10;/*->*/ + } + IO::BinaryReader br = null; + x[i: 1] = 3; + x[i: 1, j: 5] = "str"; + } + + struct Point { public int X; public int Y; public void ThisAccess() { this = this; } } + } + + // From here:https://github.com/dotnet/roslyn/wiki/New-Language-Features-in-C%23-6 + class CSharp6Features + { + // Initializers for auto-properties + public string First { get; set; } = "Jane"; + public string Last { get; set; } = "Doe"; + + // Getter-only auto-properties + public string Third { get; } = "Jane"; + public string Fourth { get; } = "Doe"; + + // Expression bodies on method-like members + public Point Move(int dx, int dy) => new Point(x + dx, y + dy); + public static Complex operator +(Complex a, Complex b) => a.Add(b); + public static implicit operator string(Person p) => p.First + " " + p.Last; + public void Print() => Console.WriteLine(First + " " + Last); + + // Expression bodies on property-like function members + public string Name => First + " " + Last; + public int this[long id] => id; + + async void Test() + { + // Using static + WriteLine(Sqrt(3*3 + 4*4)); + WriteLine(Friday - Monday); + var range = Range(5, 17); // Ok: not extension + var even = range.Where(i => i % 2 == 0); // Ok + + // Null-conditional operators + int? length = customers?.Length; // null if customers is null + Customer first = customers?[0]; // null if customers is null + int length = customers?.Length ?? 0; // 0 if customers is null + int? first = customers?[0]?.Orders?.Count(); + PropertyChanged?.Invoke(this, args); + + // String interpolation + string s = $"{p.Name, 20} is {p.Age:D3} year{{s}} old #"; + s = $"{p.Name} is \"{p.Age} year{(p.Age == 1 ? "" : "s")} old"; + s = $"{(p.Age == 2 ? $"{new Person { } }" : "")}"; + s = $@"\{p.Name} + ""\"; + s = $"Color [ R={func(b: 3):#0.##}, G={G:#0.##}, B={B:#0.##}, A={A:#0.##} ]"; + + // nameof expressions + if (x == null) + throw new ArgumentNullException(nameof(x)); + WriteLine(nameof(person.Address.ZipCode)); // prints "ZipCode" + + // Index initializers + var numbers = new Dictionary<int, string> { + [7] = "seven", + [9] = "nine", + [13] = "thirteen" + }; + + // Exception filters + try {} + catch (MyException e) when (myfilter(e)) + { } + + // Await in catch and finally blocks + Resource res = null; + try + { + res = await Resource.OpenAsync(); // You could do this. + } + catch(ResourceException e) + { + await Resource.LogAsync(res, e); // Now you can do this … + } + finally + { + if (res != null) + await res.CloseAsync(); // … and this. + } + } + } +} \ No newline at end of file diff --git a/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/ReadMe.md b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/ReadMe.md new file mode 100644 index 000000000..8c980e65c --- /dev/null +++ b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/ReadMe.md @@ -0,0 +1,5 @@ +# Sample: AllInOneNoPreprocessor-v6 + +This is a standard sample based off a test file originating with the Roslyn project. + +This version contains samples of most of the C# constructs up to C# v6. diff --git a/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/Reference/AllInOneNoPreprocessor-v6.gruntree.red.txt b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/Reference/AllInOneNoPreprocessor-v6.gruntree.red.txt new file mode 100644 index 000000000..cca8ec9ee --- /dev/null +++ b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/Reference/AllInOneNoPreprocessor-v6.gruntree.red.txt @@ -0,0 +1,19654 @@ +⎛ +⎜ prog +⎜ ⎛ +⎜ ⎜ compilation_unit +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ extern_alias_directive +⎜ ⎜ ⎜ extern +⎜ ⎜ ⎜ alias +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ Foo +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ; +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ using_directive +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ using_namespace_directive +⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ namespace_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ using_directive +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ using_namespace_directive +⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ namespace_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Collections +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Generic +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ using_directive +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ using_namespace_directive +⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ namespace_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Linq +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ using_directive +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ using_namespace_directive +⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ namespace_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Linq +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Expressions +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ using_directive +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ using_namespace_directive +⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ namespace_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Text +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ using_directive +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ using_alias_directive +⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ M +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Math +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ using_directive +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ using_namespace_directive +⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ namespace_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ConsoleApplication2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Test +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ using_directive +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ using_alias_directive +⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ X +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ using_directive +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ using_alias_directive +⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ Y +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ABC +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ X +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ using_directive +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ using_static_directive +⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Math +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ using_directive +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ using_static_directive +⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ DayOfWeek +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ using_directive +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ using_static_directive +⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Linq +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Enumerable +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ global_attributes +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ global_attribute_section +⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ global_attribute_target_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ global_attribute_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assembly +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Copyright +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ positional_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "(C)" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ " \n\n2009" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ global_attribute_section +⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ global_attribute_target_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ global_attribute_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ module +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Copyright +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ positional_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "\n\t\u0123(C) \"2009" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "\u0123" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ TopLevelType +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ class_base +⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ IDisposable +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ IDisposable +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Dispose +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ namespace_declaration +⎜ ⎜ ⎜ ⎜ namespace +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ qualified_identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ My +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ namespace_body +⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using_directive +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using_namespace_directive +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ B +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ CoContra +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variant_type_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variant_type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variant_type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variance_annotation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ out +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variance_annotation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ in +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ K +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ delegate_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ delegate +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ delegate_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ CoContra2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variant_type_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variant_type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variant_type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attributes +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Obsolete +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variance_annotation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ out +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variance_annotation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ in +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ K +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_constraints_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ where +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_constraints +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_constraint +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unsafe_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unsafe +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ partial +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_base +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface_type_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ C +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ I +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attributes +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ DllImport +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ positional_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "kernel32" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ named_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ named_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ SetLastError +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_argument_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ extern +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ simple_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ bool +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ CreateDirectory +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ SecurityAttribute +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ sa +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ private +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ const +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ global +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ predefined_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ MinValue +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ - +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static_constructor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static_constructor_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static_constructor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constructor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attributes +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Obsolete +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constructor_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constructor_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attributes +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ param +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Obsolete +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ foo +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constructor_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ base +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constructor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ labeled_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ L +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ sizeof_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ sizeof +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unmanaged_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pre_increment_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ++ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ s1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interpolated_regular_string_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔$"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔x 〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ regular_interpolation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interpolation_minimum_width +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ - +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔:d〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ s2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interpolated_verbatim_string_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔$@"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔x 〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ verbatim_interpolation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interpolation_minimum_width +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ - +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔:d〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Console +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ WriteLine +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ export +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ iefSupplied +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ command +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_constant_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ const +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_type_annotation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ predefined_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ MaxValue +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_constant_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ const +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_reference_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_nullable_reference_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Guid +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_type_annotation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Guid +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ r +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ToString +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ привет +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ мир +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local4 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local4 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_coalescing_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ as +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Action +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ?? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_coalescing_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local6 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ is +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Action +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ u +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1u +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ U +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1U +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ long +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ hex +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0xBADC0DE +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Hex +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0XDEADBEEF +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ l +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ - +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1L +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ L +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1L +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ l2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2l +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ulong +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ul +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1ul +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Ul +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1Ul +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ uL +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1uL +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ UL +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1UL +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lu +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1lu +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Lu +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1Lu +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lU +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1lU +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ LU +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1LU +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ minInt32Value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ - +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2147483648 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ minInt64Value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ - +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 9223372036854775808L +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ simple_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ bool +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @bool +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ byte +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @byte +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ char +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @char +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 'c' +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ \u0066 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ '\u0066' +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ hexchar +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ '\x0130' +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ hexchar2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ cast_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ char +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0xBAD +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ \U00000065 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "\U00000065" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ numeric_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ decimal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @decimal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1.44M +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @decimal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1.2m +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dynamic +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @dynamic +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ floating_point_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ double +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @double +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ M +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ PI +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @double +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1d +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @double +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1D +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @double +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ - +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1.2e3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ floating_point_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ float +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @float +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1.2f +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @float +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1.44F +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_coalescing_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ?? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_coalescing_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ - +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ long +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @long +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @object +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ sbyte +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @sbyte +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ short +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @short +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "/*" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ uint +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @uint +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ulong +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @ulong +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ushort +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @ushort +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dynamic +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dynamic +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ add +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ alias +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ arglist +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ascending +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ async +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ by +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ descending +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dynamic +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equals +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ from +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ group +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ into +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ join +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ let +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nameof +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ on +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ orderby +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ partial +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ remove +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ select +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ set +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ when +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ where +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ yield +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ __ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ where +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ yield +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ shift_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ else +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ == +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ throw_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ throw +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Exception +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ o1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ MyObject +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ o2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ MyObject +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ o3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ MyObject +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_or_collection_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ initializer_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ initializer_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ o4 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ MyObject +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @dynamic +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_or_collection_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ initializer_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ initializer_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ initializer_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ B +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ initializer_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ initializer_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ C +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ initializer_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ o5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_object_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_declarator_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dictionaryInitializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Dictionary +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_or_collection_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ collection_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "a" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ floating_point_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ float +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ floating_point_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ float +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_or_collection_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ collection_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0f +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1.1f +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ cube +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 111 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 112 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 121 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 122 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 211 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 212 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 221 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 222 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ jagged +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 111 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 121 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 122 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ arr +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_no_array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ arr +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_no_array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_no_array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ arr +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 47 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ arrayTypeInference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_label +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ case +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pattern +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_label +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ case +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pattern +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ goto_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ goto +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ case +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_label +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ case +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pattern +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ goto_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ goto +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ default +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ break_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ break +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_label +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ default +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ while_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ while +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ shift_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 10 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pre_increment_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ++ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ continue_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ continue +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ break_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ break +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ do_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ do +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pre_increment_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ++ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ continue_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ continue +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ break_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ break +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ while +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ shift_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 10 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ for_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ for +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ for_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ j +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ for_condition +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ j +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ shift_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 100 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ for_iterator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pre_increment_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ++ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ j +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ for_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ for +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ for_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ for +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ for_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ j +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ for_condition +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ shift_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ length +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ for_iterator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ post_increment_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ++ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ post_increment_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ j +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ++ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ continue_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ continue +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ break_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ break +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ labeled_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ label +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ goto_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ goto +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ label +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ labeled_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ label2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ empty_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ foreach_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ foreach +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ in +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Items +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ == +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 7 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ else +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ continue_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ continue +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lock_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lock +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ sync +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ process +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ resource_acquisition +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ v +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ BeginScope +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ resource_acquisition +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ resource_acquisition +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ resource_acquisition +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ BeginScope +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ yield_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ yield +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_no_array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ this_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ this +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ items +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ yield_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ yield +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ break +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pointer_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ * +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_pointer_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_pointer_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ p +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_pointer_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unmanaged_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 100 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_pointer_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ q +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_pointer_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ & +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ y +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pointer_indirection_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ * +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ intref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pointer_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ * +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_pointer_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_pointer_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ p +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_pointer_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unmanaged_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 100 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pointer_indirection_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ * +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ intref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unsafe_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unsafe +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pointer_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ * +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ p +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ try_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ try +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ throw_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ throw +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ catch_clauses +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ specific_catch_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ catch +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ exception_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ AccessViolationException +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ av +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ throw_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ throw +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ av +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ specific_catch_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ catch +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ exception_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Exception +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ throw_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ throw +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ finally_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ finally +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ try_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ try +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ catch_clauses +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ general_catch_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ catch +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ B +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ C +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ from_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ from +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ in +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ customers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_body_clauses +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_body_clauses +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_body_clauses +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_body_clauses +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ let_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ let +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ d +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_body_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ where_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ where +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ d +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ != +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_body_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ join_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ join +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ in +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ customers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ on +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ GetHashCode +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equals +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ GetHashCode +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_body_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ join_into_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ join +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ in +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ customers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ on +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ GetHashCode +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equals +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ GetHashCode +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ into +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ e +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ select_or_group_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ group_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ group +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ by +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Country +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_continuation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ into +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ g +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_body_clauses +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_body_clauses +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ orderby_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ orderby +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ orderings +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ordering +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ g +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Count +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ordering_direction +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ascending +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_body_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ orderby_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ orderby +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ orderings +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ g +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Key +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ descending +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ select_or_group_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ select_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ select +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_object_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_declarator_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Country +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ g +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Key +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ CustCount +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ g +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Count +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ from_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ from +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ in +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ customers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ select_or_group_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ select_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ select +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_continuation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ into +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ d +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ select_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ select +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ d +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ finalizer_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ~ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ finalizer_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ private +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ readonly +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attributes +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Obsolete +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ NonExisting +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ qualified_alias_member +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Foo +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ :: +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ NonExisting +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ positional_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ positional_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ positional_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ CLSCompliant +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ positional_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ false +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Obsolete +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ NonSerialized +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ NonSerialized +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ CLSCompliant +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ positional_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ || +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ false +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ & +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ private +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ volatile +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attributes +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Obsolete +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Obsolete +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Handler +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ m +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_constraints_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ where +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_constraints +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_constraint +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constructor_constraint +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ base_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ base +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ m +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ P +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_declarations +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "A" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ set_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ set +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ abstract +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ P +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_declarations +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ indexer_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ indexer_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ indexer_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ abstract +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ indexer_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ this +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ index +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ indexer_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_declarations +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ protected +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ internal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ set_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ internal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ protected +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ set +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ event_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attributes +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ event +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Test +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ event_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ event +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Action +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ E1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ event_accessor_declarations +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ add_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attributes +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Obsolete +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ add +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ remove_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attributes +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Obsolete +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Obsolete +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ remove +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ E +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ += +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Handler +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ E +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ -= +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Handler +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ binary_operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ overloadable_binary_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ first +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ second +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Delegate +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ handler +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Delegate +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Handler +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ first +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Add +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ second +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attributes +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Obsolete +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Obsolete +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ simple_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ bool +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ overloadable_unary_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ simple_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ bool +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ overloadable_unary_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ false +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ false +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ C +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ S +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_interfaces +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface_type_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ I +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constructor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constructor_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constructor_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ S +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constructor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ private +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attributes +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Obsolete +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ positional_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ positional_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "Use Script instead" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ positional_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ error +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_argument_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ false +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ private +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ volatile +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ abstract +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ m +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_constraints_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ where +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_constraints +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_constraint +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ P +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_declarations +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "A" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ set_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ set +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ abstract +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ P +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_declarations +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ indexer_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ indexer_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ indexer_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ abstract +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ indexer_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ this +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ index +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ indexer_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_declarations +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ set_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ internal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ protected +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ set +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ event_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ event_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ event +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Event +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ E +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ binary_operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ overloadable_binary_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ first +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ second +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ first +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Add +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ second +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_size_buffer_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ buffer_element_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_size_buffer_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_size_buffer_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 10 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ C +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ I +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface_method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface_method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface_property_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interface_accessors +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ set +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ enum_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attributes +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Flags +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ enum_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ enum +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ E +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ enum_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ enum_member_declarations +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ enum_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ enum_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ B +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ enum_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ C +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ enum_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ D +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ delegate_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ delegate_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ delegate +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ delegate_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Delegate +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ P +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ qualified_identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Test +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using_directive +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using_namespace_directive +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using_directive +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using_namespace_directive +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ using +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Collections +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Список +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ IEnumerable +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Power +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ number +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ exponent +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Список +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Список +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Список +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Список +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Main +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ counter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parenthesized_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ אתר +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ while_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ while +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pre_increment_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ++ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ post_increment_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ counter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ++ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ shift_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pre_decrement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ -- +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ post_decrement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ exponent +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ -- +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ result +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ result +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ * +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ number +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ post_increment_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ post_increment_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ number +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ++ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ++ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ number +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ yield_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ yield +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ result +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Main +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ foreach_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ foreach +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ in +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Power +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 8 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Console +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Write +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "{0} " +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ async +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Wait +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Threading +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Tasks +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Task +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Delay +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ AsyncAnonymous +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ task +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Task +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Factory +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ StartNew +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lambda_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ async +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicit_anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ WebClient +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ DownloadStringTaskAsync +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "http://example.com" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ namespace_declaration +⎜ ⎜ ⎜ ⎜ namespace +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ qualified_identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ConsoleApplication1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ namespace_body +⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ qualified_identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ RecursiveGenericBaseType +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_base +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ B +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_constraints_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ where +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_constraints +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ protected +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ virtual +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ M +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ protected +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ abstract +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ B +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ N +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ B +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ O +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ sealed +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ B +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_base +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ B +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ protected +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ override +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ M +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ protected +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ sealed +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ override +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ B +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ N +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ O +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ qualified_identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Boo +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Bar +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_constraints_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ where +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_constraints +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ IComparable +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Foo +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ U +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_base +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ IEnumerable +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Method +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ K +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ V +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ K +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ k +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ U +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ u +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_constraints_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ where +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ K +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_constraints +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_constraint +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ IList +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ V +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ secondary_constraints +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ secondary_constraint +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ IList +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ secondary_constraint +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ IList +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ U +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_constraints_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ where +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ V +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_constraints +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ IList +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ K +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ M +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ simple_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ B +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ C +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Test +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Bar3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ x +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Boo +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Bar +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Foo +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ x +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Method +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ " " +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ q +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ from_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ from +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ in +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_or_collection_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ collection_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 4 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ query_body_clauses +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ where_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ where +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ shift_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ select_or_group_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ select_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ select +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conversion_operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicit +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Test +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ s +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ConsoleApplication1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Test +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conversion_operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicit +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Test +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ s +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ default_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Test +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ foo +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Bar2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ foo +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 6 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ this_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ this +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Foo +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ GetType +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Test +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "sss" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ event_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ event_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ event +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ EventHandler +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ MyEvent +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_method_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ delegate +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Blah +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_type_annotation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ j +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 6 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Func +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ e +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lambda_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicit_anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Func +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ simple_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ bool +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Action +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ e2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lambda_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lambda_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicit_anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Func +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ simple_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ bool +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ simple_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ bool +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_method_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ async +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ delegate +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicit_anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicit_anonymous_function_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicit_anonymous_function_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ simple_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ bool +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ logical_negation_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ! +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Func +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lambda_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicit_anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicit_anonymous_function_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicit_anonymous_function_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicit_anonymous_function_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lambda_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicit_anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicit_anonymous_function_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicit_anonymous_function_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicit_anonymous_function_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Action +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Blah +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lambda_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicit_anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lambda_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicit_anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ empty_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ delegate_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ delegate +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Recursive +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ delegate_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Recursive +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Recursive +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ r +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ delegate_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ delegate +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Recursive +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ delegate_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Recursive +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variant_type_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variant_type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variant_type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ R +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Recursive +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ R +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ r +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Foo +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_declarations +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attributes +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Obsolete +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ positional_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "Name" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ named_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ named_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ error +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ attribute_argument_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ false +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ result +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ typeof_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ typeof +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ IEnumerable +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ typeof_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ typeof +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_type_annotation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ == +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ typeof_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ typeof +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Nullable +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ typeof_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ typeof +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ IEnumerable +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_type_annotation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ typeof_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ typeof +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unbound_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ IEnumerable +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ generic_dimension_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ set_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ set +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ typeof_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ typeof +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Int32 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ToString +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Constants +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ qualified_alias_member +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ global +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ :: +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ String +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ s +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "a" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ cast_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ System +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ String +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "a" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "a" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "a" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "a" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "A" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ConstructedType +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ List +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Count +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ namespace_declaration +⎜ ⎜ ⎜ ⎜ namespace +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ qualified_identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Comments +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ XmlComments +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ UndocumentedKeywords +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ namespace_body +⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ C +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ M +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ U +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ U +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ u +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ intValue +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ intValue +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ intValue +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ strValue +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "hello" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ MyClass +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ MyClass +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ verbatimStr +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ @ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "\\\\" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ TestClassXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ TestClassXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX22 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ yield +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Params +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_mode_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dynamic +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_mode_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ out +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dynamic +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_array +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ params +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dynamic +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Params +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_mode_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ out +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dynamic +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ default_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_mode_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dynamic +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ default_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explictly_typed_default +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ default +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dynamic +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_array +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ params +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dynamic +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ override +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ToString +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ base_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ base +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ToString +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ partial +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ OnError +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ partial +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_type_annotation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_type_annotation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 4 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_no_array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Foo +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Foo +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ inclusive_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ inclusive_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ - +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ * +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ / +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ % +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ & +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ | +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ exclusive_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ exclusive_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ^ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ simple_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ bool +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ inclusive_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ inclusive_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ & +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ false +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ | +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ exclusive_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ exclusive_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ^ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ false +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ logical_negation_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ! +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ~ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ shift_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ && +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ inclusive_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ shift_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_type_annotation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ii +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_coalescing_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ post_increment_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ++ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ post_decrement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ -- +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ && +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ inclusive_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ false +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ || +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_and_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ == +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ && +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ inclusive_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ != +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ && +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ inclusive_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ <= +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ shift_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ && +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ inclusive_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ >= +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ shift_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ += +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5.0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ -= +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ *= +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ /= +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ %= +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ &= +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ |= +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ^= +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ <<= +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ right_shift_assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ >= +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ s +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lambda_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ x +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ x +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ floating_point_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ double +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ d +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ .3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Point +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ point +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unsafe_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unsafe +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pointer_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Point +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ * +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ p +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ addressof_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ & +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ point +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pointer_member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ p +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ -> +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ x +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 10 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ qualified_alias_member +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ IO +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ :: +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ BinaryReader +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ br +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_no_array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ x +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_no_array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ x +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ j +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "str" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Point +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ X +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Y +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ThisAccess +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ this_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ this +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ this_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ this +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ CSharp6Features +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ First +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_declarations +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ set_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ set +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "Jane" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Last +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_declarations +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ set_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ set +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "Doe" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Third +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_declarations +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "Jane" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Fourth +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_declarations +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get_accessor_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ get +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ accessor_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "Doe" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Point +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Move +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dx +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dy +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Point +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ x +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dx +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ y +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dy +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ binary_operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Complex +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ overloadable_binary_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Complex +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Complex +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Add +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conversion_operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicit +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Person +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ p +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ p +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ First +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ " " +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ p +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Last +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Print +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Console +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ WriteLine +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ First +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ " " +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Last +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ property_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ First +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ " " +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Last +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ indexer_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ indexer_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ indexer_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ this +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ long +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ id +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ indexer_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ id +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ async +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Test +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ WriteLine +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Sqrt +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ * +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 4 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ * +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 4 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ WriteLine +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Friday +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ - +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Monday +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ range +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Range +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 17 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ even +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ range +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Where +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lambda_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ % +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ == +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_type_annotation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ length +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_conditional_member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ customers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Length +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Customer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ first +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_conditional_element_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_no_array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ customers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ length +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_coalescing_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_conditional_member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ customers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Length +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ?? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_coalescing_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_type_annotation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ first +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_conditional_member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_conditional_member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_conditional_element_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_no_array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ customers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Orders +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Count +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dependent_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_conditional_invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_conditional_member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ PropertyChanged +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Invoke +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ this_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ this +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ args +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ s +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interpolated_regular_string_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔$"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ regular_interpolation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ p +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interpolation_minimum_width +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 20 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔 is 〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ regular_interpolation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ p +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Age +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔:D3〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔 year{{s}} old #〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ s +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interpolated_regular_string_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔$"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ regular_interpolation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ p +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔 is \"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ regular_interpolation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ p +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Age +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔 year〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ regular_interpolation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parenthesized_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_coalescing_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ p +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Age +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ == +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "s" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔 old〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ s +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interpolated_regular_string_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔$"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ regular_interpolation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parenthesized_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_coalescing_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ p +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Age +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ == +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interpolated_regular_string_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔$"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ regular_interpolation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Person +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_or_collection_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ s +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interpolated_verbatim_string_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔$@"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔\〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ verbatim_interpolation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ p +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔\n ""\〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ s +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ interpolated_regular_string_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔$"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔Color [ R=〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ regular_interpolation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ func +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔:#0.##〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔, G=〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ regular_interpolation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ G +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔:#0.##〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔, B=〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ regular_interpolation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ B +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔:#0.##〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔, A=〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ regular_interpolation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔:#0.##〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔 ]〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 〔"〕 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ x +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ == +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ throw_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ throw +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ArgumentNullException +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nameof +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ x +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ WriteLine +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nameof +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ person +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Address +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ZipCode +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ numbers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Dictionary +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_or_collection_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_initializer_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ initializer_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 7 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ initializer_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "seven" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ initializer_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 9 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ initializer_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "nine" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ initializer_target +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 13 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ initializer_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "thirteen" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ try_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ try +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ catch_clauses +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ specific_catch_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ catch +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ exception_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ MyException +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ e +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ exception_filter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ when +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ myfilter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ e +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Resource +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ res +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ try_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ try +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ res +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Resource +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ OpenAsync +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ catch_clauses +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ specific_catch_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ catch +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ exception_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ResourceException +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ e +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Resource +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ LogAsync +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ res +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ e +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ finally_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ finally +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ res +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ != +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ res +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ CloseAsync +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎝ +⎝ diff --git a/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/Reference/AllInOneNoPreprocessor-v6.tokens.txt b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/Reference/AllInOneNoPreprocessor-v6.tokens.txt new file mode 100644 index 000000000..9a0363679 --- /dev/null +++ b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/Reference/AllInOneNoPreprocessor-v6.tokens.txt @@ -0,0 +1,3610 @@ +[@0,0:5='extern',<'extern'>,1:0] +[@1,7:11='alias',<'alias'>,1:7] +[@2,13:15='Foo',<Simple_Identifier>,1:13] +[@3,16:16=';',<';'>,1:16] +[@4,19:23='using',<'using'>,3:0] +[@5,25:30='System',<Simple_Identifier>,3:6] +[@6,31:31=';',<';'>,3:12] +[@7,33:37='using',<'using'>,4:0] +[@8,39:44='System',<Simple_Identifier>,4:6] +[@9,45:45='.',<'.'>,4:12] +[@10,46:56='Collections',<Simple_Identifier>,4:13] +[@11,57:57='.',<'.'>,4:24] +[@12,58:64='Generic',<Simple_Identifier>,4:25] +[@13,65:65=';',<';'>,4:32] +[@14,67:71='using',<'using'>,5:0] +[@15,73:78='System',<Simple_Identifier>,5:6] +[@16,79:79='.',<'.'>,5:12] +[@17,80:83='Linq',<Simple_Identifier>,5:13] +[@18,84:84=';',<';'>,5:17] +[@19,86:90='using',<'using'>,6:0] +[@20,92:97='System',<Simple_Identifier>,6:6] +[@21,98:98='.',<'.'>,6:12] +[@22,99:102='Linq',<Simple_Identifier>,6:13] +[@23,103:103='.',<'.'>,6:17] +[@24,104:114='Expressions',<Simple_Identifier>,6:18] +[@25,115:115=';',<';'>,6:29] +[@26,117:121='using',<'using'>,7:0] +[@27,123:128='System',<Simple_Identifier>,7:6] +[@28,129:129='.',<'.'>,7:12] +[@29,130:133='Text',<Simple_Identifier>,7:13] +[@30,134:134=';',<';'>,7:17] +[@31,136:140='using',<'using'>,8:0] +[@32,142:142='M',<Simple_Identifier>,8:6] +[@33,144:144='=',<'='>,8:8] +[@34,146:151='System',<Simple_Identifier>,8:10] +[@35,152:152='.',<'.'>,8:16] +[@36,153:156='Math',<Simple_Identifier>,8:17] +[@37,157:157=';',<';'>,8:21] +[@38,160:164='using',<'using'>,10:0] +[@39,166:184='ConsoleApplication2',<Simple_Identifier>,10:6] +[@40,185:185='.',<'.'>,10:25] +[@41,186:189='Test',<Simple_Identifier>,10:26] +[@42,190:190=';',<';'>,10:30] +[@43,354:358='using',<'using'>,17:0] +[@44,360:360='X',<Simple_Identifier>,17:6] +[@45,362:362='=',<'='>,17:8] +[@46,364:367='int1',<Simple_Identifier>,17:10] +[@47,368:368=';',<';'>,17:14] +[@48,370:374='using',<'using'>,18:0] +[@49,376:376='Y',<Simple_Identifier>,18:6] +[@50,378:378='=',<'='>,18:8] +[@51,380:382='ABC',<Simple_Identifier>,18:10] +[@52,383:383='.',<'.'>,18:13] +[@53,384:384='X',<Simple_Identifier>,18:14] +[@54,385:385='<',<'<'>,18:15] +[@55,386:388='int',<'int'>,18:16] +[@56,389:389='>',<'>'>,18:19] +[@57,390:390=';',<';'>,18:20] +[@58,393:397='using',<'using'>,20:0] +[@59,399:404='static',<'static'>,20:6] +[@60,406:411='System',<Simple_Identifier>,20:13] +[@61,412:412='.',<'.'>,20:19] +[@62,413:416='Math',<Simple_Identifier>,20:20] +[@63,417:417=';',<';'>,20:24] +[@64,419:423='using',<'using'>,21:0] +[@65,425:430='static',<'static'>,21:6] +[@66,432:437='System',<Simple_Identifier>,21:13] +[@67,438:438='.',<'.'>,21:19] +[@68,439:447='DayOfWeek',<Simple_Identifier>,21:20] +[@69,448:448=';',<';'>,21:29] +[@70,450:454='using',<'using'>,22:0] +[@71,456:461='static',<'static'>,22:6] +[@72,463:468='System',<Simple_Identifier>,22:13] +[@73,469:469='.',<'.'>,22:19] +[@74,470:473='Linq',<Simple_Identifier>,22:20] +[@75,474:474='.',<'.'>,22:24] +[@76,475:484='Enumerable',<Simple_Identifier>,22:25] +[@77,485:485=';',<';'>,22:35] +[@78,488:488='[',<'['>,24:0] +[@79,489:496='assembly',<Simple_Identifier>,24:1] +[@80,497:497=':',<':'>,24:9] +[@81,499:504='System',<Simple_Identifier>,24:11] +[@82,505:505='.',<'.'>,24:17] +[@83,506:514='Copyright',<Simple_Identifier>,24:18] +[@84,515:515='(',<'('>,24:27] +[@85,516:530='@"(C)"" \n\n2009"',<String_Literal>,24:28] +[@86,531:531=')',<')'>,26:5] +[@87,532:532=']',<']'>,26:6] +[@88,534:534='[',<'['>,27:0] +[@89,535:540='module',<Simple_Identifier>,27:1] +[@90,541:541=':',<':'>,27:7] +[@91,543:548='System',<Simple_Identifier>,27:9] +[@92,549:549='.',<'.'>,27:15] +[@93,550:558='Copyright',<Simple_Identifier>,27:16] +[@94,559:559='(',<'('>,27:25] +[@95,560:581='"\n\t\u0123(C) \"2009"',<String_Literal>,27:26] +[@96,583:583='+',<'+'>,27:49] +[@97,585:592='"\u0123"',<String_Literal>,27:51] +[@98,593:593=')',<')'>,27:59] +[@99,594:594=']',<']'>,27:60] +[@100,597:601='class',<'class'>,29:0] +[@101,603:614='TopLevelType',<Simple_Identifier>,29:6] +[@102,616:616=':',<':'>,29:19] +[@103,618:628='IDisposable',<Simple_Identifier>,29:21] +[@104,630:630='{',<'{'>,30:0] +[@105,636:639='void',<'void'>,31:4] +[@106,641:651='IDisposable',<Simple_Identifier>,31:9] +[@107,652:652='.',<'.'>,31:20] +[@108,653:659='Dispose',<Simple_Identifier>,31:21] +[@109,660:660='(',<'('>,31:28] +[@110,661:661=')',<')'>,31:29] +[@111,663:663='{',<'{'>,31:31] +[@112,665:665='}',<'}'>,31:33] +[@113,667:667='}',<'}'>,32:0] +[@114,670:678='namespace',<'namespace'>,34:0] +[@115,680:681='My',<Simple_Identifier>,34:10] +[@116,683:683='{',<'{'>,35:0] +[@117,689:693='using',<'using'>,36:4] +[@118,695:695='A',<Simple_Identifier>,36:10] +[@119,696:696='.',<'.'>,36:11] +[@120,697:697='B',<Simple_Identifier>,36:12] +[@121,698:698=';',<';'>,36:13] +[@122,705:713='interface',<'interface'>,38:4] +[@123,715:722='CoContra',<Simple_Identifier>,38:14] +[@124,723:723='<',<'<'>,38:22] +[@125,724:726='out',<'out'>,38:23] +[@126,728:728='T',<Simple_Identifier>,38:27] +[@127,729:729=',',<','>,38:28] +[@128,731:732='in',<'in'>,38:30] +[@129,734:734='K',<Simple_Identifier>,38:33] +[@130,735:735='>',<'>'>,38:34] +[@131,737:737='{',<'{'>,38:36] +[@132,739:739='}',<'}'>,38:38] +[@133,745:752='delegate',<'delegate'>,39:4] +[@134,754:757='void',<'void'>,39:13] +[@135,759:767='CoContra2',<Simple_Identifier>,39:18] +[@136,768:768='<',<'<'>,39:27] +[@137,769:769='[',<'['>,39:28] +[@138,770:775='System',<Simple_Identifier>,39:29] +[@139,776:776='.',<'.'>,39:35] +[@140,777:784='Obsolete',<Simple_Identifier>,39:36] +[@141,785:785='(',<'('>,39:44] +[@142,786:786=')',<')'>,39:45] +[@143,787:787=']',<']'>,39:46] +[@144,789:791='out',<'out'>,39:48] +[@145,793:793='T',<Simple_Identifier>,39:52] +[@146,794:794=',',<','>,39:53] +[@147,796:797='in',<'in'>,39:55] +[@148,799:799='K',<Simple_Identifier>,39:58] +[@149,800:800='>',<'>'>,39:59] +[@150,802:802='(',<'('>,39:61] +[@151,803:803=')',<')'>,39:62] +[@152,805:809='where',<'where'>,39:64] +[@153,811:811='T',<Simple_Identifier>,39:70] +[@154,813:813=':',<':'>,39:72] +[@155,815:820='struct',<'struct'>,39:74] +[@156,821:821=';',<';'>,39:80] +[@157,828:833='public',<'public'>,41:4] +[@158,835:840='unsafe',<'unsafe'>,41:11] +[@159,842:848='partial',<'partial'>,41:18] +[@160,850:854='class',<'class'>,41:26] +[@161,856:856='A',<Simple_Identifier>,41:32] +[@162,858:858=':',<':'>,41:34] +[@163,860:860='C',<Simple_Identifier>,41:36] +[@164,861:861=',',<','>,41:37] +[@165,863:863='I',<Simple_Identifier>,41:39] +[@166,869:869='{',<'{'>,42:4] +[@167,879:879='[',<'['>,43:8] +[@168,880:888='DllImport',<Simple_Identifier>,43:9] +[@169,889:889='(',<'('>,43:18] +[@170,890:899='"kernel32"',<String_Literal>,43:19] +[@171,900:900=',',<','>,43:29] +[@172,902:913='SetLastError',<Simple_Identifier>,43:31] +[@173,915:915='=',<'='>,43:44] +[@174,917:920='true',<'true'>,43:46] +[@175,921:921=')',<')'>,43:50] +[@176,922:922=']',<']'>,43:51] +[@177,932:937='static',<'static'>,44:8] +[@178,939:944='extern',<'extern'>,44:15] +[@179,946:949='bool',<'bool'>,44:22] +[@180,951:965='CreateDirectory',<Simple_Identifier>,44:27] +[@181,966:966='(',<'('>,44:42] +[@182,967:972='string',<'string'>,44:43] +[@183,974:977='name',<Simple_Identifier>,44:50] +[@184,978:978=',',<','>,44:54] +[@185,980:996='SecurityAttribute',<Simple_Identifier>,44:56] +[@186,998:999='sa',<Simple_Identifier>,44:74] +[@187,1000:1000=')',<')'>,44:76] +[@188,1001:1001=';',<';'>,44:77] +[@189,1012:1018='private',<'private'>,46:8] +[@190,1020:1024='const',<'const'>,46:16] +[@191,1026:1028='int',<'int'>,46:22] +[@192,1030:1035='global',<'global'>,46:26] +[@193,1037:1037='=',<'='>,46:33] +[@194,1039:1041='int',<'int'>,46:35] +[@195,1042:1042='.',<'.'>,46:38] +[@196,1043:1050='MinValue',<Simple_Identifier>,46:39] +[@197,1052:1052='-',<'-'>,46:48] +[@198,1054:1054='1',<Integer_Literal>,46:50] +[@199,1055:1055=';',<';'>,46:51] +[@200,1066:1071='static',<'static'>,48:8] +[@201,1073:1073='A',<Simple_Identifier>,48:15] +[@202,1074:1074='(',<'('>,48:16] +[@203,1075:1075=')',<')'>,48:17] +[@204,1086:1086='{',<'{'>,49:8] +[@205,1097:1097='}',<'}'>,50:8] +[@206,1108:1108='[',<'['>,52:8] +[@207,1109:1114='method',<Simple_Identifier>,52:9] +[@208,1115:1115=':',<':'>,52:15] +[@209,1117:1124='Obsolete',<Simple_Identifier>,52:17] +[@210,1125:1125=']',<']'>,52:25] +[@211,1135:1140='public',<'public'>,53:8] +[@212,1142:1142='A',<Simple_Identifier>,53:15] +[@213,1143:1143='(',<'('>,53:16] +[@214,1144:1144='[',<'['>,53:17] +[@215,1145:1149='param',<Simple_Identifier>,53:18] +[@216,1150:1150=':',<':'>,53:23] +[@217,1152:1159='Obsolete',<Simple_Identifier>,53:25] +[@218,1160:1160=']',<']'>,53:33] +[@219,1162:1164='int',<'int'>,53:35] +[@220,1166:1168='foo',<Simple_Identifier>,53:39] +[@221,1169:1169=')',<')'>,53:42] +[@222,1171:1171=':',<':'>,53:44] +[@223,1185:1188='base',<'base'>,54:12] +[@224,1189:1189='(',<'('>,54:16] +[@225,1190:1190='1',<Integer_Literal>,54:17] +[@226,1191:1191=')',<')'>,54:18] +[@227,1201:1201='{',<'{'>,55:8] +[@228,1211:1211='L',<Simple_Identifier>,56:8] +[@229,1212:1212=':',<':'>,56:9] +[@230,1226:1226='{',<'{'>,57:12] +[@231,1244:1246='int',<'int'>,58:16] +[@232,1248:1248='i',<Simple_Identifier>,58:20] +[@233,1250:1250='=',<'='>,58:22] +[@234,1252:1257='sizeof',<'sizeof'>,58:24] +[@235,1258:1258='(',<'('>,58:30] +[@236,1259:1261='int',<'int'>,58:31] +[@237,1262:1262=')',<')'>,58:34] +[@238,1263:1263=';',<';'>,58:35] +[@239,1281:1282='++',<'++'>,59:16] +[@240,1283:1283='i',<Simple_Identifier>,59:18] +[@241,1284:1284=';',<';'>,59:19] +[@242,1302:1304='var',<'var'>,60:16] +[@243,1306:1307='s1',<Simple_Identifier>,60:20] +[@244,1309:1309='=',<'='>,60:23] +[@245,1311:1312='〔$"〕',<Interpolated_Regular_String_Start>,60:25] +[@246,1313:1314='〔x 〕',<Interpolated_Regular_String_Mid>,60:27] +[@247,1315:1315='{',<'{'>,60:29] +[@248,1316:1316='1',<Integer_Literal>,60:30] +[@249,1318:1318=',',<','>,60:32] +[@250,1320:1320='-',<'-'>,60:34] +[@251,1321:1321='2',<Integer_Literal>,60:35] +[@252,1323:1324='〔:d〕',<Regular_Interpolation_Format>,60:37] +[@253,1325:1325='}',<'}'>,60:39] +[@254,1326:1326='〔"〕',<Interpolated_Regular_String_End>,60:40] +[@255,1327:1327=';',<';'>,60:41] +[@256,1345:1347='var',<'var'>,61:16] +[@257,1349:1350='s2',<Simple_Identifier>,61:20] +[@258,1352:1352='=',<'='>,61:23] +[@259,1354:1356='〔$@"〕',<Interpolated_Verbatim_String_Start>,61:25] +[@260,1357:1358='〔x 〕',<Interpolated_Verbatim_String_Mid>,61:28] +[@261,1359:1359='{',<'{'>,61:30] +[@262,1360:1360='1',<Integer_Literal>,61:31] +[@263,1362:1362=',',<','>,61:33] +[@264,1364:1364='-',<'-'>,61:35] +[@265,1365:1365='2',<Integer_Literal>,61:36] +[@266,1367:1368='〔:d〕',<Verbatim_Interpolation_Format>,61:38] +[@267,1369:1369='}',<'}'>,61:40] +[@268,1370:1370='〔"〕',<Interpolated_Verbatim_String_End>,61:41] +[@269,1371:1371=';',<';'>,61:42] +[@270,1385:1385='}',<'}'>,62:12] +[@271,1395:1401='Console',<Simple_Identifier>,65:6] +[@272,1402:1402='.',<'.'>,65:13] +[@273,1403:1411='WriteLine',<Simple_Identifier>,65:14] +[@274,1412:1412='(',<'('>,65:23] +[@275,1413:1418='export',<Simple_Identifier>,65:24] +[@276,1419:1419='.',<'.'>,65:30] +[@277,1420:1430='iefSupplied',<Simple_Identifier>,65:31] +[@278,1431:1431='.',<'.'>,65:42] +[@279,1432:1438='command',<Simple_Identifier>,65:43] +[@280,1439:1439=')',<')'>,65:50] +[@281,1440:1440=';',<';'>,65:51] +[@282,1455:1459='const',<'const'>,67:12] +[@283,1461:1463='int',<'int'>,67:18] +[@284,1464:1464='?',<'?'>,67:21] +[@285,1466:1470='local',<Simple_Identifier>,67:23] +[@286,1472:1472='=',<'='>,67:29] +[@287,1474:1476='int',<'int'>,67:31] +[@288,1477:1477='.',<'.'>,67:34] +[@289,1478:1485='MaxValue',<Simple_Identifier>,67:35] +[@290,1486:1486=';',<';'>,67:43] +[@291,1500:1504='const',<'const'>,68:12] +[@292,1506:1509='Guid',<Simple_Identifier>,68:18] +[@293,1510:1510='?',<'?'>,68:22] +[@294,1512:1517='local0',<Simple_Identifier>,68:24] +[@295,1519:1519='=',<'='>,68:31] +[@296,1521:1523='new',<'new'>,68:33] +[@297,1525:1528='Guid',<Simple_Identifier>,68:37] +[@298,1529:1529='(',<'('>,68:41] +[@299,1530:1530='r',<Simple_Identifier>,68:42] +[@300,1531:1531='.',<'.'>,68:43] +[@301,1532:1539='ToString',<Simple_Identifier>,68:44] +[@302,1540:1540='(',<'('>,68:52] +[@303,1541:1541=')',<')'>,68:53] +[@304,1542:1542=')',<')'>,68:54] +[@305,1543:1543=';',<';'>,68:55] +[@306,1558:1560='var',<'var'>,70:12] +[@307,1562:1567='привет',<Simple_Identifier>,70:16] +[@308,1569:1569='=',<'='>,70:23] +[@309,1571:1575='local',<Simple_Identifier>,70:25] +[@310,1576:1576=';',<';'>,70:30] +[@311,1590:1592='var',<'var'>,71:12] +[@312,1594:1596='мир',<Simple_Identifier>,71:16] +[@313,1598:1598='=',<'='>,71:20] +[@314,1600:1604='local',<Simple_Identifier>,71:22] +[@315,1605:1605=';',<';'>,71:27] +[@316,1619:1621='var',<'var'>,72:12] +[@317,1623:1628='local3',<Simple_Identifier>,72:16] +[@318,1630:1630='=',<'='>,72:23] +[@319,1632:1632='0',<Integer_Literal>,72:25] +[@320,1633:1633=',',<','>,72:26] +[@321,1635:1640='local4',<Simple_Identifier>,72:28] +[@322,1642:1642='=',<'='>,72:35] +[@323,1644:1644='1',<Integer_Literal>,72:37] +[@324,1645:1645=';',<';'>,72:38] +[@325,1659:1664='local3',<Simple_Identifier>,73:12] +[@326,1666:1666='=',<'='>,73:19] +[@327,1668:1673='local4',<Simple_Identifier>,73:21] +[@328,1675:1675='=',<'='>,73:28] +[@329,1677:1677='1',<Integer_Literal>,73:30] +[@330,1678:1678=';',<';'>,73:31] +[@331,1692:1694='var',<'var'>,74:12] +[@332,1696:1701='local5',<Simple_Identifier>,74:16] +[@333,1703:1703='=',<'='>,74:23] +[@334,1705:1708='null',<'null'>,74:25] +[@335,1710:1711='as',<'as'>,74:30] +[@336,1713:1718='Action',<Simple_Identifier>,74:33] +[@337,1720:1721='??',<'??'>,74:40] +[@338,1723:1726='null',<'null'>,74:43] +[@339,1727:1727=';',<';'>,74:47] +[@340,1741:1743='var',<'var'>,75:12] +[@341,1745:1750='local6',<Simple_Identifier>,75:16] +[@342,1752:1752='=',<'='>,75:23] +[@343,1754:1759='local5',<Simple_Identifier>,75:25] +[@344,1761:1762='is',<'is'>,75:32] +[@345,1764:1769='Action',<Simple_Identifier>,75:35] +[@346,1770:1770=';',<';'>,75:41] +[@347,1785:1787='var',<'var'>,77:12] +[@348,1789:1789='u',<Simple_Identifier>,77:16] +[@349,1791:1791='=',<'='>,77:18] +[@350,1793:1794='1u',<Integer_Literal>,77:20] +[@351,1795:1795=';',<';'>,77:22] +[@352,1809:1811='var',<'var'>,78:12] +[@353,1813:1813='U',<Simple_Identifier>,78:16] +[@354,1815:1815='=',<'='>,78:18] +[@355,1817:1818='1U',<Integer_Literal>,78:20] +[@356,1819:1819=';',<';'>,78:22] +[@357,1833:1836='long',<'long'>,79:12] +[@358,1838:1840='hex',<Simple_Identifier>,79:17] +[@359,1842:1842='=',<'='>,79:21] +[@360,1844:1852='0xBADC0DE',<Integer_Literal>,79:23] +[@361,1853:1853=',',<','>,79:32] +[@362,1855:1857='Hex',<Simple_Identifier>,79:34] +[@363,1859:1859='=',<'='>,79:38] +[@364,1861:1870='0XDEADBEEF',<Integer_Literal>,79:40] +[@365,1871:1871=',',<','>,79:50] +[@366,1873:1873='l',<Simple_Identifier>,79:52] +[@367,1875:1875='=',<'='>,79:54] +[@368,1877:1877='-',<'-'>,79:56] +[@369,1878:1879='1L',<Integer_Literal>,79:57] +[@370,1880:1880=',',<','>,79:59] +[@371,1882:1882='L',<Simple_Identifier>,79:61] +[@372,1884:1884='=',<'='>,79:63] +[@373,1886:1887='1L',<Integer_Literal>,79:65] +[@374,1888:1888=',',<','>,79:67] +[@375,1890:1891='l2',<Simple_Identifier>,79:69] +[@376,1893:1893='=',<'='>,79:72] +[@377,1895:1896='2l',<Integer_Literal>,79:74] +[@378,1897:1897=';',<';'>,79:76] +[@379,1911:1915='ulong',<'ulong'>,80:12] +[@380,1917:1918='ul',<Simple_Identifier>,80:18] +[@381,1920:1920='=',<'='>,80:21] +[@382,1922:1924='1ul',<Integer_Literal>,80:23] +[@383,1925:1925=',',<','>,80:26] +[@384,1927:1928='Ul',<Simple_Identifier>,80:28] +[@385,1930:1930='=',<'='>,80:31] +[@386,1932:1934='1Ul',<Integer_Literal>,80:33] +[@387,1935:1935=',',<','>,80:36] +[@388,1937:1938='uL',<Simple_Identifier>,80:38] +[@389,1940:1940='=',<'='>,80:41] +[@390,1942:1944='1uL',<Integer_Literal>,80:43] +[@391,1945:1945=',',<','>,80:46] +[@392,1947:1948='UL',<Simple_Identifier>,80:48] +[@393,1950:1950='=',<'='>,80:51] +[@394,1952:1954='1UL',<Integer_Literal>,80:53] +[@395,1955:1955=',',<','>,80:56] +[@396,1973:1974='lu',<Simple_Identifier>,81:16] +[@397,1976:1976='=',<'='>,81:19] +[@398,1978:1980='1lu',<Integer_Literal>,81:21] +[@399,1981:1981=',',<','>,81:24] +[@400,1983:1984='Lu',<Simple_Identifier>,81:26] +[@401,1986:1986='=',<'='>,81:29] +[@402,1988:1990='1Lu',<Integer_Literal>,81:31] +[@403,1991:1991=',',<','>,81:34] +[@404,1993:1994='lU',<Simple_Identifier>,81:36] +[@405,1996:1996='=',<'='>,81:39] +[@406,1998:2000='1lU',<Integer_Literal>,81:41] +[@407,2001:2001=',',<','>,81:44] +[@408,2003:2004='LU',<Simple_Identifier>,81:46] +[@409,2006:2006='=',<'='>,81:49] +[@410,2008:2010='1LU',<Integer_Literal>,81:51] +[@411,2011:2011=';',<';'>,81:54] +[@412,2025:2027='int',<'int'>,82:12] +[@413,2029:2041='minInt32Value',<Simple_Identifier>,82:16] +[@414,2043:2043='=',<'='>,82:30] +[@415,2045:2045='-',<'-'>,82:32] +[@416,2046:2055='2147483648',<Integer_Literal>,82:33] +[@417,2056:2056=';',<';'>,82:43] +[@418,2070:2072='int',<'int'>,83:12] +[@419,2074:2086='minInt64Value',<Simple_Identifier>,83:16] +[@420,2088:2088='=',<'='>,83:30] +[@421,2090:2090='-',<'-'>,83:32] +[@422,2091:2110='9223372036854775808L',<Integer_Literal>,83:33] +[@423,2111:2111=';',<';'>,83:53] +[@424,2126:2129='bool',<'bool'>,85:12] +[@425,2131:2135='@bool',<Simple_Identifier>,85:17] +[@426,2136:2136=';',<';'>,85:22] +[@427,2150:2153='byte',<'byte'>,86:12] +[@428,2155:2159='@byte',<Simple_Identifier>,86:17] +[@429,2160:2160=';',<';'>,86:22] +[@430,2174:2177='char',<'char'>,87:12] +[@431,2179:2183='@char',<Simple_Identifier>,87:17] +[@432,2185:2185='=',<'='>,87:23] +[@433,2187:2189=''c'',<Character_Literal>,87:25] +[@434,2190:2190=',',<','>,87:28] +[@435,2192:2197='\u0066',<Simple_Identifier>,87:30] +[@436,2199:2199='=',<'='>,87:37] +[@437,2201:2208=''\u0066'',<Character_Literal>,87:39] +[@438,2209:2209=',',<','>,87:47] +[@439,2211:2217='hexchar',<Simple_Identifier>,87:49] +[@440,2219:2219='=',<'='>,87:57] +[@441,2221:2228=''\x0130'',<Character_Literal>,87:59] +[@442,2229:2229=',',<','>,87:67] +[@443,2231:2238='hexchar2',<Simple_Identifier>,87:69] +[@444,2240:2240='=',<'='>,87:78] +[@445,2242:2242='(',<'('>,87:80] +[@446,2243:2246='char',<'char'>,87:81] +[@447,2247:2247=')',<')'>,87:85] +[@448,2248:2252='0xBAD',<Integer_Literal>,87:86] +[@449,2253:2253=';',<';'>,87:91] +[@450,2267:2272='string',<'string'>,88:12] +[@451,2274:2283='\U00000065',<Simple_Identifier>,88:19] +[@452,2285:2285='=',<'='>,88:30] +[@453,2287:2298='"\U00000065"',<String_Literal>,88:32] +[@454,2299:2299=';',<';'>,88:44] +[@455,2313:2319='decimal',<'decimal'>,89:12] +[@456,2321:2328='@decimal',<Simple_Identifier>,89:20] +[@457,2330:2330='=',<'='>,89:29] +[@458,2332:2336='1.44M',<Real_Literal>,89:31] +[@459,2337:2337=';',<';'>,89:36] +[@460,2351:2358='@decimal',<Simple_Identifier>,90:12] +[@461,2360:2360='=',<'='>,90:21] +[@462,2362:2365='1.2m',<Real_Literal>,90:23] +[@463,2366:2366=';',<';'>,90:27] +[@464,2380:2386='dynamic',<'dynamic'>,91:12] +[@465,2388:2395='@dynamic',<Simple_Identifier>,91:20] +[@466,2396:2396=';',<';'>,91:28] +[@467,2410:2415='double',<'double'>,92:12] +[@468,2417:2423='@double',<Simple_Identifier>,92:19] +[@469,2425:2425='=',<'='>,92:27] +[@470,2427:2427='M',<Simple_Identifier>,92:29] +[@471,2428:2428='.',<'.'>,92:30] +[@472,2429:2430='PI',<Simple_Identifier>,92:31] +[@473,2431:2431=';',<';'>,92:33] +[@474,2445:2451='@double',<Simple_Identifier>,93:12] +[@475,2453:2453='=',<'='>,93:20] +[@476,2455:2456='1d',<Real_Literal>,93:22] +[@477,2457:2457=';',<';'>,93:24] +[@478,2471:2477='@double',<Simple_Identifier>,94:12] +[@479,2479:2479='=',<'='>,94:20] +[@480,2481:2482='1D',<Real_Literal>,94:22] +[@481,2483:2483=';',<';'>,94:24] +[@482,2497:2503='@double',<Simple_Identifier>,95:12] +[@483,2505:2505='=',<'='>,95:20] +[@484,2507:2507='-',<'-'>,95:22] +[@485,2508:2512='1.2e3',<Real_Literal>,95:23] +[@486,2513:2513=';',<';'>,95:28] +[@487,2527:2531='float',<'float'>,96:12] +[@488,2533:2538='@float',<Simple_Identifier>,96:18] +[@489,2540:2540='=',<'='>,96:25] +[@490,2542:2545='1.2f',<Real_Literal>,96:27] +[@491,2546:2546=';',<';'>,96:31] +[@492,2560:2565='@float',<Simple_Identifier>,97:12] +[@493,2567:2567='=',<'='>,97:19] +[@494,2569:2573='1.44F',<Real_Literal>,97:21] +[@495,2574:2574=';',<';'>,97:26] +[@496,2588:2590='int',<'int'>,98:12] +[@497,2592:2595='@int',<Simple_Identifier>,98:16] +[@498,2597:2597='=',<'='>,98:21] +[@499,2599:2603='local',<Simple_Identifier>,98:23] +[@500,2605:2606='??',<'??'>,98:29] +[@501,2608:2608='-',<'-'>,98:32] +[@502,2609:2609='1',<Integer_Literal>,98:33] +[@503,2610:2610=';',<';'>,98:34] +[@504,2624:2627='long',<'long'>,99:12] +[@505,2629:2633='@long',<Simple_Identifier>,99:17] +[@506,2634:2634=';',<';'>,99:22] +[@507,2648:2653='object',<'object'>,100:12] +[@508,2655:2661='@object',<Simple_Identifier>,100:19] +[@509,2662:2662=';',<';'>,100:26] +[@510,2676:2680='sbyte',<'sbyte'>,101:12] +[@511,2682:2687='@sbyte',<Simple_Identifier>,101:18] +[@512,2688:2688=';',<';'>,101:24] +[@513,2702:2706='short',<'short'>,102:12] +[@514,2708:2713='@short',<Simple_Identifier>,102:18] +[@515,2714:2714=';',<';'>,102:24] +[@516,2728:2733='string',<'string'>,103:12] +[@517,2735:2741='@string',<Simple_Identifier>,103:19] +[@518,2743:2743='=',<'='>,103:27] +[@519,2745:2751='@"""/*"',<String_Literal>,103:29] +[@520,2752:2752=';',<';'>,103:36] +[@521,2766:2769='uint',<'uint'>,104:12] +[@522,2771:2775='@uint',<Simple_Identifier>,104:17] +[@523,2776:2776=';',<';'>,104:22] +[@524,2790:2794='ulong',<'ulong'>,105:12] +[@525,2796:2801='@ulong',<Simple_Identifier>,105:18] +[@526,2802:2802=';',<';'>,105:24] +[@527,2816:2821='ushort',<'ushort'>,106:12] +[@528,2823:2829='@ushort',<Simple_Identifier>,106:19] +[@529,2830:2830=';',<';'>,106:26] +[@530,2857:2863='dynamic',<'dynamic'>,108:12] +[@531,2865:2871='dynamic',<'dynamic'>,108:20] +[@532,2873:2873='=',<'='>,108:28] +[@533,2875:2880='local5',<Simple_Identifier>,108:30] +[@534,2881:2881=';',<';'>,108:36] +[@535,2895:2897='var',<'var'>,109:12] +[@536,2899:2901='add',<'add'>,109:16] +[@537,2903:2903='=',<'='>,109:20] +[@538,2905:2905='0',<Integer_Literal>,109:22] +[@539,2906:2906=';',<';'>,109:23] +[@540,2920:2922='var',<'var'>,110:12] +[@541,2924:2928='alias',<'alias'>,110:16] +[@542,2930:2930='=',<'='>,110:22] +[@543,2932:2932='0',<Integer_Literal>,110:24] +[@544,2933:2933=';',<';'>,110:25] +[@545,2947:2949='var',<'var'>,111:12] +[@546,2951:2957='arglist',<Simple_Identifier>,111:16] +[@547,2959:2959='=',<'='>,111:24] +[@548,2961:2961='0',<Integer_Literal>,111:26] +[@549,2962:2962=';',<';'>,111:27] +[@550,2976:2978='var',<'var'>,112:12] +[@551,2980:2988='ascending',<'ascending'>,112:16] +[@552,2990:2990='=',<'='>,112:26] +[@553,2992:2992='0',<Integer_Literal>,112:28] +[@554,2993:2993=';',<';'>,112:29] +[@555,3007:3009='var',<'var'>,113:12] +[@556,3011:3015='async',<'async'>,113:16] +[@557,3017:3017='=',<'='>,113:22] +[@558,3019:3019='0',<Integer_Literal>,113:24] +[@559,3020:3020=';',<';'>,113:25] +[@560,3034:3036='var',<'var'>,114:12] +[@561,3038:3042='await',<'await'>,114:16] +[@562,3044:3044='=',<'='>,114:22] +[@563,3046:3046='0',<Integer_Literal>,114:24] +[@564,3047:3047=';',<';'>,114:25] +[@565,3061:3063='var',<'var'>,115:12] +[@566,3065:3066='by',<'by'>,115:16] +[@567,3068:3068='=',<'='>,115:19] +[@568,3070:3070='0',<Integer_Literal>,115:21] +[@569,3071:3071=';',<';'>,115:22] +[@570,3085:3087='var',<'var'>,116:12] +[@571,3089:3098='descending',<'descending'>,116:16] +[@572,3100:3100='=',<'='>,116:27] +[@573,3102:3102='0',<Integer_Literal>,116:29] +[@574,3103:3103=';',<';'>,116:30] +[@575,3117:3119='var',<'var'>,117:12] +[@576,3121:3127='dynamic',<'dynamic'>,117:16] +[@577,3129:3129='=',<'='>,117:24] +[@578,3131:3131='0',<Integer_Literal>,117:26] +[@579,3132:3132=';',<';'>,117:27] +[@580,3146:3148='var',<'var'>,118:12] +[@581,3150:3155='equals',<'equals'>,118:16] +[@582,3157:3157='=',<'='>,118:23] +[@583,3159:3159='0',<Integer_Literal>,118:25] +[@584,3160:3160=';',<';'>,118:26] +[@585,3174:3176='var',<'var'>,119:12] +[@586,3178:3181='from',<'from'>,119:16] +[@587,3183:3183='=',<'='>,119:21] +[@588,3185:3185='0',<Integer_Literal>,119:23] +[@589,3186:3186=';',<';'>,119:24] +[@590,3200:3202='var',<'var'>,120:12] +[@591,3204:3206='get',<'get'>,120:16] +[@592,3208:3208='=',<'='>,120:20] +[@593,3210:3210='0',<Integer_Literal>,120:22] +[@594,3211:3211=';',<';'>,120:23] +[@595,3225:3227='var',<'var'>,121:12] +[@596,3229:3233='group',<'group'>,121:16] +[@597,3235:3235='=',<'='>,121:22] +[@598,3237:3237='0',<Integer_Literal>,121:24] +[@599,3238:3238=';',<';'>,121:25] +[@600,3252:3254='var',<'var'>,122:12] +[@601,3256:3259='into',<'into'>,122:16] +[@602,3261:3261='=',<'='>,122:21] +[@603,3263:3263='0',<Integer_Literal>,122:23] +[@604,3264:3264=';',<';'>,122:24] +[@605,3278:3280='var',<'var'>,123:12] +[@606,3282:3285='join',<'join'>,123:16] +[@607,3287:3287='=',<'='>,123:21] +[@608,3289:3289='0',<Integer_Literal>,123:23] +[@609,3290:3290=';',<';'>,123:24] +[@610,3304:3306='var',<'var'>,124:12] +[@611,3308:3310='let',<'let'>,124:16] +[@612,3312:3312='=',<'='>,124:20] +[@613,3314:3314='0',<Integer_Literal>,124:22] +[@614,3315:3315=';',<';'>,124:23] +[@615,3329:3331='var',<'var'>,125:12] +[@616,3333:3338='nameof',<'nameof'>,125:16] +[@617,3340:3340='=',<'='>,125:23] +[@618,3342:3342='0',<Integer_Literal>,125:25] +[@619,3343:3343=';',<';'>,125:26] +[@620,3357:3359='var',<'var'>,126:12] +[@621,3361:3362='on',<'on'>,126:16] +[@622,3364:3364='=',<'='>,126:19] +[@623,3366:3366='0',<Integer_Literal>,126:21] +[@624,3367:3367=';',<';'>,126:22] +[@625,3381:3383='var',<'var'>,127:12] +[@626,3385:3391='orderby',<'orderby'>,127:16] +[@627,3393:3393='=',<'='>,127:24] +[@628,3395:3395='0',<Integer_Literal>,127:26] +[@629,3396:3396=';',<';'>,127:27] +[@630,3410:3412='var',<'var'>,128:12] +[@631,3414:3420='partial',<'partial'>,128:16] +[@632,3422:3422='=',<'='>,128:24] +[@633,3424:3424='0',<Integer_Literal>,128:26] +[@634,3425:3425=';',<';'>,128:27] +[@635,3439:3441='var',<'var'>,129:12] +[@636,3443:3448='remove',<'remove'>,129:16] +[@637,3450:3450='=',<'='>,129:23] +[@638,3452:3452='0',<Integer_Literal>,129:25] +[@639,3453:3453=';',<';'>,129:26] +[@640,3467:3469='var',<'var'>,130:12] +[@641,3471:3476='select',<'select'>,130:16] +[@642,3478:3478='=',<'='>,130:23] +[@643,3480:3480='0',<Integer_Literal>,130:25] +[@644,3481:3481=';',<';'>,130:26] +[@645,3495:3497='var',<'var'>,131:12] +[@646,3499:3501='set',<'set'>,131:16] +[@647,3503:3503='=',<'='>,131:20] +[@648,3505:3505='0',<Integer_Literal>,131:22] +[@649,3506:3506=';',<';'>,131:23] +[@650,3511:3513='var',<'var'>,132:3] +[@651,3515:3517='var',<'var'>,132:7] +[@652,3519:3519='=',<'='>,132:11] +[@653,3521:3521='0',<Integer_Literal>,132:13] +[@654,3522:3522=';',<';'>,132:14] +[@655,3536:3538='var',<'var'>,133:12] +[@656,3540:3543='when',<'when'>,133:16] +[@657,3545:3545='=',<'='>,133:21] +[@658,3547:3547='0',<Integer_Literal>,133:23] +[@659,3548:3548=';',<';'>,133:24] +[@660,3562:3564='var',<'var'>,134:12] +[@661,3566:3570='where',<'where'>,134:16] +[@662,3572:3572='=',<'='>,134:22] +[@663,3574:3574='0',<Integer_Literal>,134:24] +[@664,3575:3575=';',<';'>,134:25] +[@665,3589:3591='var',<'var'>,135:12] +[@666,3593:3597='yield',<'yield'>,135:16] +[@667,3599:3599='=',<'='>,135:22] +[@668,3601:3601='0',<Integer_Literal>,135:24] +[@669,3602:3602=';',<';'>,135:25] +[@670,3616:3618='var',<'var'>,136:12] +[@671,3620:3621='__',<Simple_Identifier>,136:16] +[@672,3623:3623='=',<'='>,136:19] +[@673,3625:3625='0',<Integer_Literal>,136:21] +[@674,3626:3626=';',<';'>,136:22] +[@675,3640:3644='where',<'where'>,137:12] +[@676,3646:3646='=',<'='>,137:18] +[@677,3648:3652='yield',<'yield'>,137:20] +[@678,3654:3654='=',<'='>,137:26] +[@679,3656:3656='0',<Integer_Literal>,137:28] +[@680,3657:3657=';',<';'>,137:29] +[@681,3672:3673='if',<'if'>,139:12] +[@682,3675:3675='(',<'('>,139:15] +[@683,3676:3676='i',<Simple_Identifier>,139:16] +[@684,3678:3678='>',<'>'>,139:18] +[@685,3680:3680='0',<Integer_Literal>,139:20] +[@686,3681:3681=')',<')'>,139:21] +[@687,3695:3695='{',<'{'>,140:12] +[@688,3713:3718='return',<'return'>,141:16] +[@689,3719:3719=';',<';'>,141:22] +[@690,3733:3733='}',<'}'>,142:12] +[@691,3747:3750='else',<'else'>,143:12] +[@692,3752:3753='if',<'if'>,143:17] +[@693,3755:3755='(',<'('>,143:20] +[@694,3756:3756='i',<Simple_Identifier>,143:21] +[@695,3758:3759='==',<'=='>,143:23] +[@696,3761:3761='0',<Integer_Literal>,143:26] +[@697,3762:3762=')',<')'>,143:27] +[@698,3776:3776='{',<'{'>,144:12] +[@699,3794:3798='throw',<'throw'>,145:16] +[@700,3800:3802='new',<'new'>,145:22] +[@701,3804:3812='Exception',<Simple_Identifier>,145:26] +[@702,3813:3813='(',<'('>,145:35] +[@703,3814:3814=')',<')'>,145:36] +[@704,3815:3815=';',<';'>,145:37] +[@705,3829:3829='}',<'}'>,146:12] +[@706,3843:3845='var',<'var'>,147:12] +[@707,3847:3848='o1',<Simple_Identifier>,147:16] +[@708,3850:3850='=',<'='>,147:19] +[@709,3852:3854='new',<'new'>,147:21] +[@710,3856:3863='MyObject',<Simple_Identifier>,147:25] +[@711,3864:3864='(',<'('>,147:33] +[@712,3865:3865=')',<')'>,147:34] +[@713,3866:3866=';',<';'>,147:35] +[@714,3880:3882='var',<'var'>,148:12] +[@715,3884:3885='o2',<Simple_Identifier>,148:16] +[@716,3887:3887='=',<'='>,148:19] +[@717,3889:3891='new',<'new'>,148:21] +[@718,3893:3900='MyObject',<Simple_Identifier>,148:25] +[@719,3901:3901='(',<'('>,148:33] +[@720,3902:3904='var',<'var'>,148:34] +[@721,3905:3905=')',<')'>,148:37] +[@722,3906:3906=';',<';'>,148:38] +[@723,3920:3922='var',<'var'>,149:12] +[@724,3924:3925='o3',<Simple_Identifier>,149:16] +[@725,3927:3927='=',<'='>,149:19] +[@726,3929:3931='new',<'new'>,149:21] +[@727,3933:3940='MyObject',<Simple_Identifier>,149:25] +[@728,3942:3942='{',<'{'>,149:34] +[@729,3944:3944='A',<Simple_Identifier>,149:36] +[@730,3946:3946='=',<'='>,149:38] +[@731,3948:3948='i',<Simple_Identifier>,149:40] +[@732,3950:3950='}',<'}'>,149:42] +[@733,3951:3951=';',<';'>,149:43] +[@734,3965:3967='var',<'var'>,150:12] +[@735,3969:3970='o4',<Simple_Identifier>,150:16] +[@736,3972:3972='=',<'='>,150:19] +[@737,3974:3976='new',<'new'>,150:21] +[@738,3978:3985='MyObject',<Simple_Identifier>,150:25] +[@739,3986:3986='(',<'('>,150:33] +[@740,3987:3994='@dynamic',<Simple_Identifier>,150:34] +[@741,3995:3995=')',<')'>,150:42] +[@742,4009:4009='{',<'{'>,151:12] +[@743,4027:4027='A',<Simple_Identifier>,152:16] +[@744,4029:4029='=',<'='>,152:18] +[@745,4031:4031='0',<Integer_Literal>,152:20] +[@746,4032:4032=',',<','>,152:21] +[@747,4050:4050='B',<Simple_Identifier>,153:16] +[@748,4052:4052='=',<'='>,153:18] +[@749,4054:4054='0',<Integer_Literal>,153:20] +[@750,4055:4055=',',<','>,153:21] +[@751,4073:4073='C',<Simple_Identifier>,154:16] +[@752,4075:4075='=',<'='>,154:18] +[@753,4077:4077='0',<Integer_Literal>,154:20] +[@754,4091:4091='}',<'}'>,155:12] +[@755,4092:4092=';',<';'>,155:13] +[@756,4106:4108='var',<'var'>,156:12] +[@757,4110:4111='o5',<Simple_Identifier>,156:16] +[@758,4113:4113='=',<'='>,156:19] +[@759,4115:4117='new',<'new'>,156:21] +[@760,4119:4119='{',<'{'>,156:25] +[@761,4121:4121='A',<Simple_Identifier>,156:27] +[@762,4123:4123='=',<'='>,156:29] +[@763,4125:4125='0',<Integer_Literal>,156:31] +[@764,4127:4127='}',<'}'>,156:33] +[@765,4128:4128=';',<';'>,156:34] +[@766,4142:4144='var',<'var'>,157:12] +[@767,4146:4166='dictionaryInitializer',<Simple_Identifier>,157:16] +[@768,4168:4168='=',<'='>,157:38] +[@769,4170:4172='new',<'new'>,157:40] +[@770,4174:4183='Dictionary',<Simple_Identifier>,157:44] +[@771,4184:4184='<',<'<'>,157:54] +[@772,4185:4187='int',<'int'>,157:55] +[@773,4188:4188=',',<','>,157:58] +[@774,4190:4195='string',<'string'>,157:60] +[@775,4196:4196='>',<'>'>,157:66] +[@776,4211:4211='{',<'{'>,158:12] +[@777,4230:4230='{',<'{'>,159:16] +[@778,4231:4231='1',<Integer_Literal>,159:17] +[@779,4232:4232=',',<','>,159:18] +[@780,4234:4235='""',<String_Literal>,159:20] +[@781,4236:4236='}',<'}'>,159:22] +[@782,4237:4237=',',<','>,159:23] +[@783,4256:4256='{',<'{'>,160:16] +[@784,4257:4257='2',<Integer_Literal>,160:17] +[@785,4258:4258=',',<','>,160:18] +[@786,4260:4262='"a"',<String_Literal>,160:20] +[@787,4263:4263='}',<'}'>,160:23] +[@788,4278:4278='}',<'}'>,161:12] +[@789,4279:4279=';',<';'>,161:13] +[@790,4293:4297='float',<'float'>,162:12] +[@791,4298:4298='[',<'['>,162:17] +[@792,4299:4299=']',<']'>,162:18] +[@793,4301:4301='a',<Simple_Identifier>,162:20] +[@794,4303:4303='=',<'='>,162:22] +[@795,4305:4307='new',<'new'>,162:24] +[@796,4309:4313='float',<'float'>,162:28] +[@797,4314:4314='[',<'['>,162:33] +[@798,4315:4315=']',<']'>,162:34] +[@799,4330:4330='{',<'{'>,163:12] +[@800,4348:4349='0f',<Real_Literal>,164:16] +[@801,4350:4350=',',<','>,164:18] +[@802,4368:4371='1.1f',<Real_Literal>,165:16] +[@803,4385:4385='}',<'}'>,166:12] +[@804,4386:4386=';',<';'>,166:13] +[@805,4400:4402='int',<'int'>,167:12] +[@806,4403:4403='[',<'['>,167:15] +[@807,4404:4404=',',<','>,167:16] +[@808,4406:4406=',',<','>,167:18] +[@809,4407:4407=']',<']'>,167:19] +[@810,4409:4412='cube',<Simple_Identifier>,167:21] +[@811,4414:4414='=',<'='>,167:26] +[@812,4416:4416='{',<'{'>,167:28] +[@813,4418:4418='{',<'{'>,167:30] +[@814,4420:4420='{',<'{'>,167:32] +[@815,4422:4424='111',<Integer_Literal>,167:34] +[@816,4425:4425=',',<','>,167:37] +[@817,4427:4429='112',<Integer_Literal>,167:39] +[@818,4430:4430=',',<','>,167:42] +[@819,4432:4432='}',<'}'>,167:44] +[@820,4433:4433=',',<','>,167:45] +[@821,4435:4435='{',<'{'>,167:47] +[@822,4437:4439='121',<Integer_Literal>,167:49] +[@823,4440:4440=',',<','>,167:52] +[@824,4442:4444='122',<Integer_Literal>,167:54] +[@825,4446:4446='}',<'}'>,167:58] +[@826,4448:4448='}',<'}'>,167:60] +[@827,4449:4449=',',<','>,167:61] +[@828,4451:4451='{',<'{'>,167:63] +[@829,4453:4453='{',<'{'>,167:65] +[@830,4455:4457='211',<Integer_Literal>,167:67] +[@831,4458:4458=',',<','>,167:70] +[@832,4460:4462='212',<Integer_Literal>,167:72] +[@833,4464:4464='}',<'}'>,167:76] +[@834,4465:4465=',',<','>,167:77] +[@835,4467:4467='{',<'{'>,167:79] +[@836,4469:4471='221',<Integer_Literal>,167:81] +[@837,4472:4472=',',<','>,167:84] +[@838,4474:4476='222',<Integer_Literal>,167:86] +[@839,4478:4478='}',<'}'>,167:90] +[@840,4480:4480='}',<'}'>,167:92] +[@841,4482:4482='}',<'}'>,167:94] +[@842,4483:4483=';',<';'>,167:95] +[@843,4497:4499='int',<'int'>,168:12] +[@844,4500:4500='[',<'['>,168:15] +[@845,4501:4501=']',<']'>,168:16] +[@846,4502:4502='[',<'['>,168:17] +[@847,4503:4503=']',<']'>,168:18] +[@848,4505:4510='jagged',<Simple_Identifier>,168:20] +[@849,4512:4512='=',<'='>,168:27] +[@850,4514:4514='{',<'{'>,168:29] +[@851,4516:4516='{',<'{'>,168:31] +[@852,4518:4520='111',<Integer_Literal>,168:33] +[@853,4522:4522='}',<'}'>,168:37] +[@854,4523:4523=',',<','>,168:38] +[@855,4525:4525='{',<'{'>,168:40] +[@856,4527:4529='121',<Integer_Literal>,168:42] +[@857,4530:4530=',',<','>,168:45] +[@858,4532:4534='122',<Integer_Literal>,168:47] +[@859,4536:4536='}',<'}'>,168:51] +[@860,4538:4538='}',<'}'>,168:53] +[@861,4539:4539=';',<';'>,168:54] +[@862,4553:4555='int',<'int'>,169:12] +[@863,4556:4556='[',<'['>,169:15] +[@864,4557:4557=']',<']'>,169:16] +[@865,4558:4558='[',<'['>,169:17] +[@866,4559:4559=',',<','>,169:18] +[@867,4560:4560=']',<']'>,169:19] +[@868,4562:4564='arr',<Simple_Identifier>,169:21] +[@869,4566:4566='=',<'='>,169:25] +[@870,4568:4570='new',<'new'>,169:27] +[@871,4572:4574='int',<'int'>,169:31] +[@872,4575:4575='[',<'['>,169:34] +[@873,4576:4576='5',<Integer_Literal>,169:35] +[@874,4577:4577=']',<']'>,169:36] +[@875,4578:4578='[',<'['>,169:37] +[@876,4579:4579=',',<','>,169:38] +[@877,4580:4580=']',<']'>,169:39] +[@878,4581:4581=';',<';'>,169:40] +[@879,4627:4629='arr',<Simple_Identifier>,170:12] +[@880,4630:4630='[',<'['>,170:15] +[@881,4631:4631='0',<Integer_Literal>,170:16] +[@882,4632:4632=']',<']'>,170:17] +[@883,4634:4634='=',<'='>,170:19] +[@884,4636:4638='new',<'new'>,170:21] +[@885,4640:4642='int',<'int'>,170:25] +[@886,4643:4643='[',<'['>,170:28] +[@887,4644:4644='5',<Integer_Literal>,170:29] +[@888,4645:4645=',',<','>,170:30] +[@889,4646:4646='5',<Integer_Literal>,170:31] +[@890,4647:4647=']',<']'>,170:32] +[@891,4648:4648=';',<';'>,170:33] +[@892,4703:4705='arr',<Simple_Identifier>,171:12] +[@893,4706:4706='[',<'['>,171:15] +[@894,4707:4707='0',<Integer_Literal>,171:16] +[@895,4708:4708=']',<']'>,171:17] +[@896,4709:4709='[',<'['>,171:18] +[@897,4710:4710='0',<Integer_Literal>,171:19] +[@898,4711:4711=',',<','>,171:20] +[@899,4712:4712='0',<Integer_Literal>,171:21] +[@900,4713:4713=']',<']'>,171:22] +[@901,4715:4715='=',<'='>,171:24] +[@902,4717:4718='47',<Integer_Literal>,171:26] +[@903,4719:4719=';',<';'>,171:28] +[@904,4733:4735='int',<'int'>,172:12] +[@905,4736:4736='[',<'['>,172:15] +[@906,4737:4737=']',<']'>,172:16] +[@907,4739:4756='arrayTypeInference',<Simple_Identifier>,172:18] +[@908,4758:4758='=',<'='>,172:37] +[@909,4760:4762='new',<'new'>,172:39] +[@910,4763:4763='[',<'['>,172:42] +[@911,4764:4764=']',<']'>,172:43] +[@912,4766:4766='{',<'{'>,172:45] +[@913,4768:4768='0',<Integer_Literal>,172:47] +[@914,4769:4769=',',<','>,172:48] +[@915,4771:4771='1',<Integer_Literal>,172:50] +[@916,4772:4772=',',<','>,172:51] +[@917,4774:4774='}',<'}'>,172:53] +[@918,4775:4775=';',<';'>,172:54] +[@919,4789:4794='switch',<'switch'>,173:12] +[@920,4796:4796='(',<'('>,173:19] +[@921,4797:4797='3',<Integer_Literal>,173:20] +[@922,4798:4798=')',<')'>,173:21] +[@923,4800:4800='{',<'{'>,173:23] +[@924,4802:4802='}',<'}'>,173:25] +[@925,4816:4821='switch',<'switch'>,174:12] +[@926,4823:4823='(',<'('>,174:19] +[@927,4824:4824='i',<Simple_Identifier>,174:20] +[@928,4825:4825=')',<')'>,174:21] +[@929,4839:4839='{',<'{'>,175:12] +[@930,4857:4860='case',<'case'>,176:16] +[@931,4862:4862='0',<Integer_Literal>,176:21] +[@932,4863:4863=':',<':'>,176:22] +[@933,4881:4884='case',<'case'>,177:16] +[@934,4886:4886='1',<Integer_Literal>,177:21] +[@935,4887:4887=':',<':'>,177:22] +[@936,4909:4909='{',<'{'>,178:20] +[@937,4935:4938='goto',<'goto'>,179:24] +[@938,4940:4943='case',<'case'>,179:29] +[@939,4945:4945='2',<Integer_Literal>,179:34] +[@940,4946:4946=';',<';'>,179:35] +[@941,4968:4968='}',<'}'>,180:20] +[@942,4986:4989='case',<'case'>,181:16] +[@943,4991:4991='2',<Integer_Literal>,181:21] +[@944,4993:4993='+',<'+'>,181:23] +[@945,4995:4995='3',<Integer_Literal>,181:25] +[@946,4996:4996=':',<':'>,181:26] +[@947,5018:5018='{',<'{'>,182:20] +[@948,5044:5047='goto',<'goto'>,183:24] +[@949,5049:5055='default',<'default'>,183:29] +[@950,5056:5056=';',<';'>,183:36] +[@951,5082:5086='break',<'break'>,184:24] +[@952,5087:5087=';',<';'>,184:29] +[@953,5109:5109='}',<'}'>,185:20] +[@954,5127:5133='default',<'default'>,186:16] +[@955,5134:5134=':',<':'>,186:23] +[@956,5156:5156='{',<'{'>,187:20] +[@957,5182:5187='return',<'return'>,188:24] +[@958,5188:5188=';',<';'>,188:30] +[@959,5210:5210='}',<'}'>,189:20] +[@960,5224:5224='}',<'}'>,190:12] +[@961,5238:5242='while',<'while'>,191:12] +[@962,5244:5244='(',<'('>,191:18] +[@963,5245:5245='i',<Simple_Identifier>,191:19] +[@964,5247:5247='<',<'<'>,191:21] +[@965,5249:5250='10',<Integer_Literal>,191:23] +[@966,5251:5251=')',<')'>,191:25] +[@967,5265:5265='{',<'{'>,192:12] +[@968,5283:5284='++',<'++'>,193:16] +[@969,5285:5285='i',<Simple_Identifier>,193:18] +[@970,5286:5286=';',<';'>,193:19] +[@971,5304:5305='if',<'if'>,194:16] +[@972,5307:5307='(',<'('>,194:19] +[@973,5308:5311='true',<'true'>,194:20] +[@974,5312:5312=')',<')'>,194:24] +[@975,5314:5321='continue',<'continue'>,194:26] +[@976,5322:5322=';',<';'>,194:34] +[@977,5340:5344='break',<'break'>,195:16] +[@978,5345:5345=';',<';'>,195:21] +[@979,5359:5359='}',<'}'>,196:12] +[@980,5373:5374='do',<'do'>,197:12] +[@981,5388:5388='{',<'{'>,198:12] +[@982,5406:5407='++',<'++'>,199:16] +[@983,5408:5408='i',<Simple_Identifier>,199:18] +[@984,5409:5409=';',<';'>,199:19] +[@985,5427:5428='if',<'if'>,200:16] +[@986,5430:5430='(',<'('>,200:19] +[@987,5431:5434='true',<'true'>,200:20] +[@988,5435:5435=')',<')'>,200:24] +[@989,5437:5444='continue',<'continue'>,200:26] +[@990,5445:5445=';',<';'>,200:34] +[@991,5463:5467='break',<'break'>,201:16] +[@992,5468:5468=';',<';'>,201:21] +[@993,5482:5482='}',<'}'>,202:12] +[@994,5496:5500='while',<'while'>,203:12] +[@995,5502:5502='(',<'('>,203:18] +[@996,5503:5503='i',<Simple_Identifier>,203:19] +[@997,5505:5505='<',<'<'>,203:21] +[@998,5507:5508='10',<Integer_Literal>,203:23] +[@999,5509:5509=')',<')'>,203:25] +[@1000,5510:5510=';',<';'>,203:26] +[@1001,5524:5526='for',<'for'>,204:12] +[@1002,5528:5528='(',<'('>,204:16] +[@1003,5529:5531='int',<'int'>,204:17] +[@1004,5533:5533='j',<Simple_Identifier>,204:21] +[@1005,5535:5535='=',<'='>,204:23] +[@1006,5537:5537='0',<Integer_Literal>,204:25] +[@1007,5538:5538=';',<';'>,204:26] +[@1008,5540:5540='j',<Simple_Identifier>,204:28] +[@1009,5542:5542='<',<'<'>,204:30] +[@1010,5544:5546='100',<Integer_Literal>,204:32] +[@1011,5547:5547=';',<';'>,204:35] +[@1012,5549:5550='++',<'++'>,204:37] +[@1013,5551:5551='j',<Simple_Identifier>,204:39] +[@1014,5552:5552=')',<')'>,204:40] +[@1015,5566:5566='{',<'{'>,205:12] +[@1016,5584:5586='for',<'for'>,206:16] +[@1017,5587:5587='(',<'('>,206:19] +[@1018,5588:5588=';',<';'>,206:20] +[@1019,5589:5589=';',<';'>,206:21] +[@1020,5590:5590=')',<')'>,206:22] +[@1021,5609:5609='{',<'{'>,207:16] +[@1022,5631:5633='for',<'for'>,208:20] +[@1023,5635:5635='(',<'('>,208:24] +[@1024,5636:5638='int',<'int'>,208:25] +[@1025,5640:5640='i',<Simple_Identifier>,208:29] +[@1026,5642:5642='=',<'='>,208:31] +[@1027,5644:5644='0',<Integer_Literal>,208:33] +[@1028,5645:5645=',',<','>,208:34] +[@1029,5647:5647='j',<Simple_Identifier>,208:36] +[@1030,5649:5649='=',<'='>,208:38] +[@1031,5651:5651='0',<Integer_Literal>,208:40] +[@1032,5652:5652=';',<';'>,208:41] +[@1033,5654:5654='i',<Simple_Identifier>,208:43] +[@1034,5656:5656='<',<'<'>,208:45] +[@1035,5658:5663='length',<Simple_Identifier>,208:47] +[@1036,5664:5664=';',<';'>,208:53] +[@1037,5666:5666='i',<Simple_Identifier>,208:55] +[@1038,5667:5668='++',<'++'>,208:56] +[@1039,5669:5669=',',<','>,208:58] +[@1040,5671:5671='j',<Simple_Identifier>,208:60] +[@1041,5672:5673='++',<'++'>,208:61] +[@1042,5674:5674=')',<')'>,208:63] +[@1043,5676:5676='{',<'{'>,208:65] +[@1044,5678:5678='}',<'}'>,208:67] +[@1045,5700:5701='if',<'if'>,209:20] +[@1046,5703:5703='(',<'('>,209:23] +[@1047,5704:5707='true',<'true'>,209:24] +[@1048,5708:5708=')',<')'>,209:28] +[@1049,5710:5717='continue',<'continue'>,209:30] +[@1050,5718:5718=';',<';'>,209:38] +[@1051,5740:5744='break',<'break'>,210:20] +[@1052,5745:5745=';',<';'>,210:25] +[@1053,5763:5763='}',<'}'>,211:16] +[@1054,5777:5777='}',<'}'>,212:12] +[@1055,5791:5795='label',<Simple_Identifier>,213:12] +[@1056,5796:5796=':',<':'>,213:17] +[@1057,5810:5813='goto',<'goto'>,214:12] +[@1058,5815:5819='label',<Simple_Identifier>,214:17] +[@1059,5820:5820=';',<';'>,214:22] +[@1060,5834:5839='label2',<Simple_Identifier>,215:12] +[@1061,5840:5840=':',<':'>,215:18] +[@1062,5842:5842=';',<';'>,215:20] +[@1063,5856:5862='foreach',<'foreach'>,216:12] +[@1064,5864:5864='(',<'('>,216:20] +[@1065,5865:5867='var',<'var'>,216:21] +[@1066,5869:5869='i',<Simple_Identifier>,216:25] +[@1067,5871:5872='in',<'in'>,216:27] +[@1068,5874:5878='Items',<Simple_Identifier>,216:30] +[@1069,5879:5879='(',<'('>,216:35] +[@1070,5880:5880=')',<')'>,216:36] +[@1071,5881:5881=')',<')'>,216:37] +[@1072,5895:5895='{',<'{'>,217:12] +[@1073,5913:5914='if',<'if'>,218:16] +[@1074,5916:5916='(',<'('>,218:19] +[@1075,5917:5917='i',<Simple_Identifier>,218:20] +[@1076,5919:5920='==',<'=='>,218:22] +[@1077,5922:5922='7',<Integer_Literal>,218:25] +[@1078,5923:5923=')',<')'>,218:26] +[@1079,5945:5950='return',<'return'>,219:20] +[@1080,5951:5951=';',<';'>,219:26] +[@1081,5969:5972='else',<'else'>,220:16] +[@1082,5994:6001='continue',<'continue'>,221:20] +[@1083,6002:6002=';',<';'>,221:28] +[@1084,6016:6016='}',<'}'>,222:12] +[@1085,6031:6034='lock',<'lock'>,224:12] +[@1086,6036:6036='(',<'('>,224:17] +[@1087,6037:6040='sync',<Simple_Identifier>,224:18] +[@1088,6041:6041=')',<')'>,224:22] +[@1089,6059:6065='process',<Simple_Identifier>,225:16] +[@1090,6066:6066='(',<'('>,225:23] +[@1091,6067:6067=')',<')'>,225:24] +[@1092,6068:6068=';',<';'>,225:25] +[@1093,6082:6086='using',<'using'>,226:12] +[@1094,6088:6088='(',<'('>,226:18] +[@1095,6089:6091='var',<'var'>,226:19] +[@1096,6093:6093='v',<Simple_Identifier>,226:23] +[@1097,6095:6095='=',<'='>,226:25] +[@1098,6097:6106='BeginScope',<Simple_Identifier>,226:27] +[@1099,6107:6107='(',<'('>,226:37] +[@1100,6108:6108=')',<')'>,226:38] +[@1101,6109:6109=')',<')'>,226:39] +[@1102,6123:6127='using',<'using'>,227:12] +[@1103,6129:6129='(',<'('>,227:18] +[@1104,6130:6130='A',<Simple_Identifier>,227:19] +[@1105,6132:6132='a',<Simple_Identifier>,227:21] +[@1106,6134:6134='=',<'='>,227:23] +[@1107,6136:6138='new',<'new'>,227:25] +[@1108,6140:6140='A',<Simple_Identifier>,227:29] +[@1109,6141:6141='(',<'('>,227:30] +[@1110,6142:6142=')',<')'>,227:31] +[@1111,6143:6143=')',<')'>,227:32] +[@1112,6157:6161='using',<'using'>,228:12] +[@1113,6163:6163='(',<'('>,228:18] +[@1114,6164:6164='A',<Simple_Identifier>,228:19] +[@1115,6166:6166='a',<Simple_Identifier>,228:21] +[@1116,6168:6168='=',<'='>,228:23] +[@1117,6170:6172='new',<'new'>,228:25] +[@1118,6174:6174='A',<Simple_Identifier>,228:29] +[@1119,6175:6175='(',<'('>,228:30] +[@1120,6176:6176=')',<')'>,228:31] +[@1121,6177:6177=',',<','>,228:32] +[@1122,6179:6179='b',<Simple_Identifier>,228:34] +[@1123,6181:6181='=',<'='>,228:36] +[@1124,6183:6185='new',<'new'>,228:38] +[@1125,6187:6187='A',<Simple_Identifier>,228:42] +[@1126,6188:6188='(',<'('>,228:43] +[@1127,6189:6189=')',<')'>,228:44] +[@1128,6190:6190=')',<')'>,228:45] +[@1129,6204:6208='using',<'using'>,229:12] +[@1130,6210:6210='(',<'('>,229:18] +[@1131,6211:6220='BeginScope',<Simple_Identifier>,229:19] +[@1132,6221:6221='(',<'('>,229:29] +[@1133,6222:6222=')',<')'>,229:30] +[@1134,6223:6223=')',<')'>,229:31] +[@1135,6241:6246='return',<'return'>,230:16] +[@1136,6247:6247=';',<';'>,230:22] +[@1137,6261:6265='yield',<'yield'>,231:12] +[@1138,6267:6272='return',<'return'>,231:18] +[@1139,6274:6277='this',<'this'>,231:25] +[@1140,6278:6278='.',<'.'>,231:29] +[@1141,6279:6283='items',<Simple_Identifier>,231:30] +[@1142,6284:6284='[',<'['>,231:35] +[@1143,6285:6285='3',<Integer_Literal>,231:36] +[@1144,6286:6286=']',<']'>,231:37] +[@1145,6287:6287=';',<';'>,231:38] +[@1146,6301:6305='yield',<'yield'>,232:12] +[@1147,6307:6311='break',<'break'>,232:18] +[@1148,6312:6312=';',<';'>,232:23] +[@1149,6326:6330='fixed',<'fixed'>,233:12] +[@1150,6332:6332='(',<'('>,233:18] +[@1151,6333:6335='int',<'int'>,233:19] +[@1152,6336:6336='*',<'*'>,233:22] +[@1153,6338:6338='p',<Simple_Identifier>,233:24] +[@1154,6340:6340='=',<'='>,233:26] +[@1155,6342:6351='stackalloc',<'stackalloc'>,233:28] +[@1156,6353:6355='int',<'int'>,233:39] +[@1157,6356:6356='[',<'['>,233:42] +[@1158,6357:6359='100',<Integer_Literal>,233:43] +[@1159,6360:6360=']',<']'>,233:46] +[@1160,6361:6361=',',<','>,233:47] +[@1161,6363:6363='q',<Simple_Identifier>,233:49] +[@1162,6365:6365='=',<'='>,233:51] +[@1163,6367:6367='&',<'&'>,233:53] +[@1164,6368:6368='y',<Simple_Identifier>,233:54] +[@1165,6369:6369=')',<')'>,233:55] +[@1166,6383:6383='{',<'{'>,234:12] +[@1167,6401:6401='*',<'*'>,235:16] +[@1168,6402:6407='intref',<Simple_Identifier>,235:17] +[@1169,6409:6409='=',<'='>,235:24] +[@1170,6411:6411='1',<Integer_Literal>,235:26] +[@1171,6412:6412=';',<';'>,235:27] +[@1172,6426:6426='}',<'}'>,236:12] +[@1173,6440:6444='fixed',<'fixed'>,237:12] +[@1174,6446:6446='(',<'('>,237:18] +[@1175,6447:6449='int',<'int'>,237:19] +[@1176,6450:6450='*',<'*'>,237:22] +[@1177,6452:6452='p',<Simple_Identifier>,237:24] +[@1178,6454:6454='=',<'='>,237:26] +[@1179,6456:6465='stackalloc',<'stackalloc'>,237:28] +[@1180,6467:6469='int',<'int'>,237:39] +[@1181,6470:6470='[',<'['>,237:42] +[@1182,6471:6473='100',<Integer_Literal>,237:43] +[@1183,6474:6474=']',<']'>,237:46] +[@1184,6475:6475=')',<')'>,237:47] +[@1185,6489:6489='{',<'{'>,238:12] +[@1186,6507:6507='*',<'*'>,239:16] +[@1187,6508:6513='intref',<Simple_Identifier>,239:17] +[@1188,6515:6515='=',<'='>,239:24] +[@1189,6517:6517='1',<Integer_Literal>,239:26] +[@1190,6518:6518=';',<';'>,239:27] +[@1191,6532:6532='}',<'}'>,240:12] +[@1192,6546:6551='unsafe',<'unsafe'>,241:12] +[@1193,6565:6565='{',<'{'>,242:12] +[@1194,6583:6585='int',<'int'>,243:16] +[@1195,6586:6586='*',<'*'>,243:19] +[@1196,6588:6588='p',<Simple_Identifier>,243:21] +[@1197,6590:6590='=',<'='>,243:23] +[@1198,6592:6595='null',<'null'>,243:25] +[@1199,6596:6596=';',<';'>,243:29] +[@1200,6610:6610='}',<'}'>,244:12] +[@1201,6624:6626='try',<'try'>,245:12] +[@1202,6640:6640='{',<'{'>,246:12] +[@1203,6658:6662='throw',<'throw'>,247:16] +[@1204,6664:6667='null',<'null'>,247:22] +[@1205,6668:6668=';',<';'>,247:26] +[@1206,6682:6682='}',<'}'>,248:12] +[@1207,6696:6700='catch',<'catch'>,249:12] +[@1208,6702:6702='(',<'('>,249:18] +[@1209,6703:6708='System',<Simple_Identifier>,249:19] +[@1210,6709:6709='.',<'.'>,249:25] +[@1211,6710:6733='AccessViolationException',<Simple_Identifier>,249:26] +[@1212,6735:6736='av',<Simple_Identifier>,249:51] +[@1213,6737:6737=')',<')'>,249:53] +[@1214,6751:6751='{',<'{'>,250:12] +[@1215,6769:6773='throw',<'throw'>,251:16] +[@1216,6775:6776='av',<Simple_Identifier>,251:22] +[@1217,6777:6777=';',<';'>,251:24] +[@1218,6791:6791='}',<'}'>,252:12] +[@1219,6805:6809='catch',<'catch'>,253:12] +[@1220,6811:6811='(',<'('>,253:18] +[@1221,6812:6820='Exception',<Simple_Identifier>,253:19] +[@1222,6821:6821=')',<')'>,253:28] +[@1223,6835:6835='{',<'{'>,254:12] +[@1224,6853:6857='throw',<'throw'>,255:16] +[@1225,6858:6858=';',<';'>,255:21] +[@1226,6872:6872='}',<'}'>,256:12] +[@1227,6886:6892='finally',<'finally'>,257:12] +[@1228,6906:6906='{',<'{'>,258:12] +[@1229,6924:6926='try',<'try'>,259:16] +[@1230,6928:6928='{',<'{'>,259:20] +[@1231,6930:6930='}',<'}'>,259:22] +[@1232,6932:6936='catch',<'catch'>,259:24] +[@1233,6938:6938='{',<'{'>,259:30] +[@1234,6940:6940='}',<'}'>,259:32] +[@1235,6954:6954='}',<'}'>,260:12] +[@1236,6968:6970='var',<'var'>,261:12] +[@1237,6972:6980='anonymous',<Simple_Identifier>,261:16] +[@1238,6982:6982='=',<'='>,261:26] +[@1239,6997:6997='{',<'{'>,262:12] +[@1240,7015:7015='A',<Simple_Identifier>,263:16] +[@1241,7017:7017='=',<'='>,263:18] +[@1242,7019:7019='1',<Integer_Literal>,263:20] +[@1243,7020:7020=',',<','>,263:21] +[@1244,7038:7038='B',<Simple_Identifier>,264:16] +[@1245,7040:7040='=',<'='>,264:18] +[@1246,7042:7042='2',<Integer_Literal>,264:20] +[@1247,7043:7043=',',<','>,264:21] +[@1248,7061:7061='C',<Simple_Identifier>,265:16] +[@1249,7063:7063='=',<'='>,265:18] +[@1250,7065:7065='3',<Integer_Literal>,265:20] +[@1251,7066:7066=',',<','>,265:21] +[@1252,7080:7080='}',<'}'>,266:12] +[@1253,7081:7081=';',<';'>,266:13] +[@1254,7095:7097='var',<'var'>,267:12] +[@1255,7099:7103='query',<Simple_Identifier>,267:16] +[@1256,7105:7105='=',<'='>,267:22] +[@1257,7107:7110='from',<'from'>,267:24] +[@1258,7112:7112='c',<Simple_Identifier>,267:29] +[@1259,7114:7115='in',<'in'>,267:31] +[@1260,7117:7125='customers',<Simple_Identifier>,267:34] +[@1261,7151:7153='let',<'let'>,268:24] +[@1262,7155:7155='d',<Simple_Identifier>,268:28] +[@1263,7157:7157='=',<'='>,268:30] +[@1264,7159:7159='c',<Simple_Identifier>,268:32] +[@1265,7185:7189='where',<'where'>,269:24] +[@1266,7191:7191='d',<Simple_Identifier>,269:30] +[@1267,7193:7194='!=',<'!='>,269:32] +[@1268,7196:7199='null',<'null'>,269:35] +[@1269,7225:7228='join',<'join'>,270:24] +[@1270,7230:7231='c1',<Simple_Identifier>,270:29] +[@1271,7233:7234='in',<'in'>,270:32] +[@1272,7236:7244='customers',<Simple_Identifier>,270:35] +[@1273,7246:7247='on',<'on'>,270:45] +[@1274,7249:7250='c1',<Simple_Identifier>,270:48] +[@1275,7251:7251='.',<'.'>,270:50] +[@1276,7252:7262='GetHashCode',<Simple_Identifier>,270:51] +[@1277,7263:7263='(',<'('>,270:62] +[@1278,7264:7264=')',<')'>,270:63] +[@1279,7266:7271='equals',<'equals'>,270:65] +[@1280,7273:7273='c',<Simple_Identifier>,270:72] +[@1281,7274:7274='.',<'.'>,270:73] +[@1282,7275:7285='GetHashCode',<Simple_Identifier>,270:74] +[@1283,7286:7286='(',<'('>,270:85] +[@1284,7287:7287=')',<')'>,270:86] +[@1285,7313:7316='join',<'join'>,271:24] +[@1286,7318:7319='c1',<Simple_Identifier>,271:29] +[@1287,7321:7322='in',<'in'>,271:32] +[@1288,7324:7332='customers',<Simple_Identifier>,271:35] +[@1289,7334:7335='on',<'on'>,271:45] +[@1290,7337:7338='c1',<Simple_Identifier>,271:48] +[@1291,7339:7339='.',<'.'>,271:50] +[@1292,7340:7350='GetHashCode',<Simple_Identifier>,271:51] +[@1293,7351:7351='(',<'('>,271:62] +[@1294,7352:7352=')',<')'>,271:63] +[@1295,7354:7359='equals',<'equals'>,271:65] +[@1296,7361:7361='c',<Simple_Identifier>,271:72] +[@1297,7362:7362='.',<'.'>,271:73] +[@1298,7363:7373='GetHashCode',<Simple_Identifier>,271:74] +[@1299,7374:7374='(',<'('>,271:85] +[@1300,7375:7375=')',<')'>,271:86] +[@1301,7377:7380='into',<'into'>,271:88] +[@1302,7382:7382='e',<Simple_Identifier>,271:93] +[@1303,7408:7412='group',<'group'>,272:24] +[@1304,7414:7414='c',<Simple_Identifier>,272:30] +[@1305,7416:7417='by',<'by'>,272:32] +[@1306,7419:7419='c',<Simple_Identifier>,272:35] +[@1307,7420:7420='.',<'.'>,272:36] +[@1308,7421:7427='Country',<Simple_Identifier>,272:37] +[@1309,7457:7460='into',<'into'>,273:28] +[@1310,7462:7462='g',<Simple_Identifier>,273:33] +[@1311,7492:7498='orderby',<'orderby'>,274:28] +[@1312,7500:7500='g',<Simple_Identifier>,274:36] +[@1313,7501:7501='.',<'.'>,274:37] +[@1314,7502:7506='Count',<Simple_Identifier>,274:38] +[@1315,7507:7507='(',<'('>,274:43] +[@1316,7508:7508=')',<')'>,274:44] +[@1317,7510:7518='ascending',<'ascending'>,274:46] +[@1318,7548:7554='orderby',<'orderby'>,275:28] +[@1319,7556:7556='g',<Simple_Identifier>,275:36] +[@1320,7557:7557='.',<'.'>,275:37] +[@1321,7558:7560='Key',<Simple_Identifier>,275:38] +[@1322,7562:7571='descending',<'descending'>,275:42] +[@1323,7601:7606='select',<'select'>,276:28] +[@1324,7608:7610='new',<'new'>,276:35] +[@1325,7612:7612='{',<'{'>,276:39] +[@1326,7614:7620='Country',<Simple_Identifier>,276:41] +[@1327,7622:7622='=',<'='>,276:49] +[@1328,7624:7624='g',<Simple_Identifier>,276:51] +[@1329,7625:7625='.',<'.'>,276:52] +[@1330,7626:7628='Key',<Simple_Identifier>,276:53] +[@1331,7629:7629=',',<','>,276:56] +[@1332,7631:7639='CustCount',<Simple_Identifier>,276:58] +[@1333,7641:7641='=',<'='>,276:68] +[@1334,7643:7643='g',<Simple_Identifier>,276:70] +[@1335,7644:7644='.',<'.'>,276:71] +[@1336,7645:7649='Count',<Simple_Identifier>,276:72] +[@1337,7650:7650='(',<'('>,276:77] +[@1338,7651:7651=')',<')'>,276:78] +[@1339,7653:7653='}',<'}'>,276:80] +[@1340,7654:7654=';',<';'>,276:81] +[@1341,7668:7672='query',<Simple_Identifier>,277:12] +[@1342,7674:7674='=',<'='>,277:18] +[@1343,7676:7679='from',<'from'>,277:20] +[@1344,7681:7681='c',<Simple_Identifier>,277:25] +[@1345,7683:7684='in',<'in'>,277:27] +[@1346,7686:7694='customers',<Simple_Identifier>,277:30] +[@1347,7716:7721='select',<'select'>,278:20] +[@1348,7723:7723='c',<Simple_Identifier>,278:27] +[@1349,7725:7728='into',<'into'>,278:29] +[@1350,7730:7730='d',<Simple_Identifier>,278:34] +[@1351,7752:7757='select',<'select'>,279:20] +[@1352,7759:7759='d',<Simple_Identifier>,279:27] +[@1353,7760:7760=';',<';'>,279:28] +[@1354,7770:7770='}',<'}'>,280:8] +[@1355,7780:7780='~',<'~'>,281:8] +[@1356,7781:7781='A',<Simple_Identifier>,281:9] +[@1357,7782:7782='(',<'('>,281:10] +[@1358,7783:7783=')',<')'>,281:11] +[@1359,7793:7793='{',<'{'>,282:8] +[@1360,7803:7803='}',<'}'>,283:8] +[@1361,7813:7819='private',<'private'>,284:8] +[@1362,7821:7828='readonly',<'readonly'>,284:16] +[@1363,7830:7832='int',<'int'>,284:25] +[@1364,7834:7835='f1',<Simple_Identifier>,284:29] +[@1365,7836:7836=';',<';'>,284:31] +[@1366,7846:7846='[',<'['>,285:8] +[@1367,7847:7854='Obsolete',<Simple_Identifier>,285:9] +[@1368,7855:7855=']',<']'>,285:17] +[@1369,7865:7865='[',<'['>,286:8] +[@1370,7866:7876='NonExisting',<Simple_Identifier>,286:9] +[@1371,7877:7877=']',<']'>,286:20] +[@1372,7887:7887='[',<'['>,287:8] +[@1373,7888:7890='Foo',<Simple_Identifier>,287:9] +[@1374,7891:7892='::',<'::'>,287:12] +[@1375,7893:7903='NonExisting',<Simple_Identifier>,287:14] +[@1376,7904:7904='(',<'('>,287:25] +[@1377,7905:7907='var',<'var'>,287:26] +[@1378,7908:7908=',',<','>,287:29] +[@1379,7910:7910='5',<Integer_Literal>,287:31] +[@1380,7911:7911=')',<')'>,287:32] +[@1381,7912:7912=']',<']'>,287:33] +[@1382,7922:7922='[',<'['>,288:8] +[@1383,7923:7934='CLSCompliant',<Simple_Identifier>,288:9] +[@1384,7935:7935='(',<'('>,288:21] +[@1385,7936:7940='false',<'false'>,288:22] +[@1386,7941:7941=')',<')'>,288:27] +[@1387,7942:7942=']',<']'>,288:28] +[@1388,7952:7952='[',<'['>,289:8] +[@1389,7953:7960='Obsolete',<Simple_Identifier>,289:9] +[@1390,7961:7961=',',<','>,289:17] +[@1391,7963:7968='System',<Simple_Identifier>,289:19] +[@1392,7969:7969='.',<'.'>,289:25] +[@1393,7970:7982='NonSerialized',<Simple_Identifier>,289:26] +[@1394,7983:7983=',',<','>,289:39] +[@1395,7985:7997='NonSerialized',<Simple_Identifier>,289:41] +[@1396,7998:7998=',',<','>,289:54] +[@1397,8000:8011='CLSCompliant',<Simple_Identifier>,289:56] +[@1398,8012:8012='(',<'('>,289:68] +[@1399,8013:8016='true',<'true'>,289:69] +[@1400,8018:8019='||',<'||'>,289:74] +[@1401,8021:8025='false',<'false'>,289:77] +[@1402,8027:8027='&',<'&'>,289:83] +[@1403,8029:8032='true',<'true'>,289:85] +[@1404,8033:8033=')',<')'>,289:89] +[@1405,8034:8034=']',<']'>,289:90] +[@1406,8044:8050='private',<'private'>,290:8] +[@1407,8052:8059='volatile',<'volatile'>,290:16] +[@1408,8061:8063='int',<'int'>,290:25] +[@1409,8065:8066='f2',<Simple_Identifier>,290:29] +[@1410,8067:8067=';',<';'>,290:31] +[@1411,8077:8077='[',<'['>,291:8] +[@1412,8078:8083='return',<'return'>,291:9] +[@1413,8084:8084=':',<':'>,291:15] +[@1414,8086:8093='Obsolete',<Simple_Identifier>,291:17] +[@1415,8094:8094=']',<']'>,291:25] +[@1416,8104:8104='[',<'['>,292:8] +[@1417,8105:8110='method',<Simple_Identifier>,292:9] +[@1418,8111:8111=':',<':'>,292:15] +[@1419,8113:8120='Obsolete',<Simple_Identifier>,292:17] +[@1420,8121:8121=']',<']'>,292:25] +[@1421,8131:8136='public',<'public'>,293:8] +[@1422,8138:8141='void',<'void'>,293:15] +[@1423,8143:8149='Handler',<Simple_Identifier>,293:20] +[@1424,8150:8150='(',<'('>,293:27] +[@1425,8151:8156='object',<'object'>,293:28] +[@1426,8158:8162='value',<'value'>,293:35] +[@1427,8163:8163=')',<')'>,293:40] +[@1428,8173:8173='{',<'{'>,294:8] +[@1429,8183:8183='}',<'}'>,295:8] +[@1430,8193:8198='public',<'public'>,296:8] +[@1431,8200:8202='int',<'int'>,296:15] +[@1432,8204:8204='m',<Simple_Identifier>,296:19] +[@1433,8205:8205='<',<'<'>,296:20] +[@1434,8206:8206='T',<Simple_Identifier>,296:21] +[@1435,8207:8207='>',<'>'>,296:22] +[@1436,8208:8208='(',<'('>,296:23] +[@1437,8209:8209='T',<Simple_Identifier>,296:24] +[@1438,8211:8211='t',<Simple_Identifier>,296:26] +[@1439,8212:8212=')',<')'>,296:27] +[@1440,8224:8228='where',<'where'>,297:10] +[@1441,8230:8230='T',<Simple_Identifier>,297:16] +[@1442,8232:8232=':',<':'>,297:18] +[@1443,8234:8238='class',<'class'>,297:20] +[@1444,8239:8239=',',<','>,297:25] +[@1445,8241:8243='new',<'new'>,297:27] +[@1446,8244:8244='(',<'('>,297:30] +[@1447,8245:8245=')',<')'>,297:31] +[@1448,8255:8255='{',<'{'>,298:8] +[@1449,8269:8272='base',<'base'>,299:12] +[@1450,8273:8273='.',<'.'>,299:16] +[@1451,8274:8274='m',<Simple_Identifier>,299:17] +[@1452,8275:8275='(',<'('>,299:18] +[@1453,8276:8276='t',<Simple_Identifier>,299:19] +[@1454,8277:8277=')',<')'>,299:20] +[@1455,8278:8278=';',<';'>,299:21] +[@1456,8292:8297='return',<'return'>,300:12] +[@1457,8299:8299='1',<Integer_Literal>,300:19] +[@1458,8300:8300=';',<';'>,300:20] +[@1459,8310:8310='}',<'}'>,301:8] +[@1460,8320:8325='public',<'public'>,302:8] +[@1461,8327:8332='string',<'string'>,302:15] +[@1462,8334:8334='P',<Simple_Identifier>,302:22] +[@1463,8344:8344='{',<'{'>,303:8] +[@1464,8358:8360='get',<'get'>,304:12] +[@1465,8374:8374='{',<'{'>,305:12] +[@1466,8392:8397='return',<'return'>,306:16] +[@1467,8399:8401='"A"',<String_Literal>,306:23] +[@1468,8402:8402=';',<';'>,306:26] +[@1469,8416:8416='}',<'}'>,307:12] +[@1470,8430:8432='set',<'set'>,308:12] +[@1471,8433:8433=';',<';'>,308:15] +[@1472,8443:8443='}',<'}'>,309:8] +[@1473,8453:8458='public',<'public'>,310:8] +[@1474,8460:8467='abstract',<'abstract'>,310:15] +[@1475,8469:8474='string',<'string'>,310:24] +[@1476,8476:8476='P',<Simple_Identifier>,310:31] +[@1477,8486:8486='{',<'{'>,311:8] +[@1478,8500:8502='get',<'get'>,312:12] +[@1479,8503:8503=';',<';'>,312:15] +[@1480,8513:8513='}',<'}'>,313:8] +[@1481,8523:8528='public',<'public'>,314:8] +[@1482,8530:8537='abstract',<'abstract'>,314:15] +[@1483,8539:8541='int',<'int'>,314:24] +[@1484,8543:8546='this',<'this'>,314:28] +[@1485,8547:8547='[',<'['>,314:32] +[@1486,8548:8550='int',<'int'>,314:33] +[@1487,8552:8556='index',<Simple_Identifier>,314:37] +[@1488,8557:8557=']',<']'>,314:42] +[@1489,8567:8567='{',<'{'>,315:8] +[@1490,8581:8589='protected',<'protected'>,316:12] +[@1491,8591:8598='internal',<'internal'>,316:22] +[@1492,8600:8602='get',<'get'>,316:31] +[@1493,8603:8603=';',<';'>,316:34] +[@1494,8617:8624='internal',<'internal'>,317:12] +[@1495,8626:8634='protected',<'protected'>,317:21] +[@1496,8636:8638='set',<'set'>,317:31] +[@1497,8639:8639=';',<';'>,317:34] +[@1498,8649:8649='}',<'}'>,318:8] +[@1499,8660:8660='[',<'['>,320:8] +[@1500,8661:8665='event',<'event'>,320:9] +[@1501,8666:8666=':',<':'>,320:14] +[@1502,8668:8671='Test',<Simple_Identifier>,320:16] +[@1503,8672:8672=']',<']'>,320:20] +[@1504,8682:8687='public',<'public'>,321:8] +[@1505,8689:8693='event',<'event'>,321:15] +[@1506,8695:8700='Action',<Simple_Identifier>,321:21] +[@1507,8702:8703='E1',<Simple_Identifier>,321:28] +[@1508,8713:8713='{',<'{'>,322:8] +[@1509,8727:8727='[',<'['>,323:12] +[@1510,8728:8735='Obsolete',<Simple_Identifier>,323:13] +[@1511,8736:8736=']',<']'>,323:21] +[@1512,8750:8752='add',<'add'>,324:12] +[@1513,8754:8754='{',<'{'>,324:16] +[@1514,8756:8760='value',<'value'>,324:18] +[@1515,8762:8762='=',<'='>,324:24] +[@1516,8764:8768='value',<'value'>,324:26] +[@1517,8769:8769=';',<';'>,324:31] +[@1518,8771:8771='}',<'}'>,324:33] +[@1519,8785:8785='[',<'['>,325:12] +[@1520,8786:8793='Obsolete',<Simple_Identifier>,325:13] +[@1521,8794:8794=']',<']'>,325:21] +[@1522,8808:8808='[',<'['>,326:12] +[@1523,8809:8814='return',<'return'>,326:13] +[@1524,8815:8815=':',<':'>,326:19] +[@1525,8817:8824='Obsolete',<Simple_Identifier>,326:21] +[@1526,8825:8825=']',<']'>,326:29] +[@1527,8839:8844='remove',<'remove'>,327:12] +[@1528,8846:8846='{',<'{'>,327:19] +[@1529,8848:8848='E',<Simple_Identifier>,327:21] +[@1530,8850:8851='+=',<'+='>,327:23] +[@1531,8853:8859='Handler',<Simple_Identifier>,327:26] +[@1532,8860:8860=';',<';'>,327:33] +[@1533,8862:8862='E',<Simple_Identifier>,327:35] +[@1534,8864:8865='-=',<'-='>,327:37] +[@1535,8867:8873='Handler',<Simple_Identifier>,327:40] +[@1536,8874:8874=';',<';'>,327:47] +[@1537,8876:8876='}',<'}'>,327:49] +[@1538,8886:8886='}',<'}'>,328:8] +[@1539,8896:8901='public',<'public'>,329:8] +[@1540,8903:8908='static',<'static'>,329:15] +[@1541,8910:8910='A',<Simple_Identifier>,329:22] +[@1542,8912:8919='operator',<'operator'>,329:24] +[@1543,8921:8921='+',<'+'>,329:33] +[@1544,8922:8922='(',<'('>,329:34] +[@1545,8923:8923='A',<Simple_Identifier>,329:35] +[@1546,8925:8929='first',<Simple_Identifier>,329:37] +[@1547,8930:8930=',',<','>,329:42] +[@1548,8932:8932='A',<Simple_Identifier>,329:44] +[@1549,8934:8939='second',<Simple_Identifier>,329:46] +[@1550,8940:8940=')',<')'>,329:52] +[@1551,8950:8950='{',<'{'>,330:8] +[@1552,8964:8971='Delegate',<Simple_Identifier>,331:12] +[@1553,8973:8979='handler',<Simple_Identifier>,331:21] +[@1554,8981:8981='=',<'='>,331:29] +[@1555,8983:8985='new',<'new'>,331:31] +[@1556,8987:8994='Delegate',<Simple_Identifier>,331:35] +[@1557,8995:8995='(',<'('>,331:43] +[@1558,8996:9002='Handler',<Simple_Identifier>,331:44] +[@1559,9003:9003=')',<')'>,331:51] +[@1560,9004:9004=';',<';'>,331:52] +[@1561,9018:9023='return',<'return'>,332:12] +[@1562,9025:9029='first',<Simple_Identifier>,332:19] +[@1563,9030:9030='.',<'.'>,332:24] +[@1564,9031:9033='Add',<Simple_Identifier>,332:25] +[@1565,9034:9034='(',<'('>,332:28] +[@1566,9035:9040='second',<Simple_Identifier>,332:29] +[@1567,9041:9041=')',<')'>,332:35] +[@1568,9042:9042=';',<';'>,332:36] +[@1569,9052:9052='}',<'}'>,333:8] +[@1570,9062:9062='[',<'['>,334:8] +[@1571,9063:9068='method',<Simple_Identifier>,334:9] +[@1572,9069:9069=':',<':'>,334:15] +[@1573,9071:9078='Obsolete',<Simple_Identifier>,334:17] +[@1574,9079:9079=']',<']'>,334:25] +[@1575,9089:9089='[',<'['>,335:8] +[@1576,9090:9095='return',<'return'>,335:9] +[@1577,9096:9096=':',<':'>,335:15] +[@1578,9098:9105='Obsolete',<Simple_Identifier>,335:17] +[@1579,9106:9106=']',<']'>,335:25] +[@1580,9116:9121='public',<'public'>,336:8] +[@1581,9123:9128='static',<'static'>,336:15] +[@1582,9130:9133='bool',<'bool'>,336:22] +[@1583,9135:9142='operator',<'operator'>,336:27] +[@1584,9144:9147='true',<'true'>,336:36] +[@1585,9148:9148='(',<'('>,336:40] +[@1586,9149:9149='A',<Simple_Identifier>,336:41] +[@1587,9151:9151='a',<Simple_Identifier>,336:43] +[@1588,9152:9152=')',<')'>,336:44] +[@1589,9162:9162='{',<'{'>,337:8] +[@1590,9176:9181='return',<'return'>,338:12] +[@1591,9183:9186='true',<'true'>,338:19] +[@1592,9187:9187=';',<';'>,338:23] +[@1593,9197:9197='}',<'}'>,339:8] +[@1594,9207:9212='public',<'public'>,340:8] +[@1595,9214:9219='static',<'static'>,340:15] +[@1596,9221:9224='bool',<'bool'>,340:22] +[@1597,9226:9233='operator',<'operator'>,340:27] +[@1598,9235:9239='false',<'false'>,340:36] +[@1599,9240:9240='(',<'('>,340:41] +[@1600,9241:9241='A',<Simple_Identifier>,340:42] +[@1601,9243:9243='a',<Simple_Identifier>,340:44] +[@1602,9244:9244=')',<')'>,340:45] +[@1603,9254:9254='{',<'{'>,341:8] +[@1604,9268:9273='return',<'return'>,342:12] +[@1605,9275:9279='false',<'false'>,342:19] +[@1606,9280:9280=';',<';'>,342:24] +[@1607,9290:9290='}',<'}'>,343:8] +[@1608,9300:9304='class',<'class'>,344:8] +[@1609,9306:9306='C',<Simple_Identifier>,344:14] +[@1610,9316:9316='{',<'{'>,345:8] +[@1611,9326:9326='}',<'}'>,346:8] +[@1612,9332:9332='}',<'}'>,347:4] +[@1613,9338:9343='public',<'public'>,348:4] +[@1614,9345:9350='struct',<'struct'>,348:11] +[@1615,9352:9352='S',<Simple_Identifier>,348:18] +[@1616,9354:9354=':',<':'>,348:20] +[@1617,9356:9356='I',<Simple_Identifier>,348:22] +[@1618,9362:9362='{',<'{'>,349:4] +[@1619,9372:9377='public',<'public'>,350:8] +[@1620,9379:9379='S',<Simple_Identifier>,350:15] +[@1621,9380:9380='(',<'('>,350:16] +[@1622,9381:9381=')',<')'>,350:17] +[@1623,9391:9391='{',<'{'>,351:8] +[@1624,9401:9401='}',<'}'>,352:8] +[@1625,9411:9417='private',<'private'>,353:8] +[@1626,9419:9421='int',<'int'>,353:16] +[@1627,9423:9424='f1',<Simple_Identifier>,353:20] +[@1628,9425:9425=';',<';'>,353:22] +[@1629,9435:9435='[',<'['>,354:8] +[@1630,9436:9443='Obsolete',<Simple_Identifier>,354:9] +[@1631,9444:9444='(',<'('>,354:17] +[@1632,9445:9464='"Use Script instead"',<String_Literal>,354:18] +[@1633,9465:9465=',',<','>,354:38] +[@1634,9467:9471='error',<Simple_Identifier>,354:40] +[@1635,9472:9472=':',<':'>,354:45] +[@1636,9474:9478='false',<'false'>,354:47] +[@1637,9479:9479=')',<')'>,354:52] +[@1638,9480:9480=']',<']'>,354:53] +[@1639,9490:9496='private',<'private'>,355:8] +[@1640,9498:9505='volatile',<'volatile'>,355:16] +[@1641,9507:9509='int',<'int'>,355:25] +[@1642,9511:9512='f2',<Simple_Identifier>,355:29] +[@1643,9513:9513=';',<';'>,355:31] +[@1644,9523:9528='public',<'public'>,356:8] +[@1645,9530:9537='abstract',<'abstract'>,356:15] +[@1646,9539:9541='int',<'int'>,356:24] +[@1647,9543:9543='m',<Simple_Identifier>,356:28] +[@1648,9544:9544='<',<'<'>,356:29] +[@1649,9545:9545='T',<Simple_Identifier>,356:30] +[@1650,9546:9546='>',<'>'>,356:31] +[@1651,9547:9547='(',<'('>,356:32] +[@1652,9548:9548='T',<Simple_Identifier>,356:33] +[@1653,9550:9550='t',<Simple_Identifier>,356:35] +[@1654,9551:9551=')',<')'>,356:36] +[@1655,9563:9567='where',<'where'>,357:10] +[@1656,9569:9569='T',<Simple_Identifier>,357:16] +[@1657,9571:9571=':',<':'>,357:18] +[@1658,9573:9578='struct',<'struct'>,357:20] +[@1659,9588:9588='{',<'{'>,358:8] +[@1660,9602:9607='return',<'return'>,359:12] +[@1661,9609:9609='1',<Integer_Literal>,359:19] +[@1662,9610:9610=';',<';'>,359:20] +[@1663,9620:9620='}',<'}'>,360:8] +[@1664,9630:9635='public',<'public'>,361:8] +[@1665,9637:9642='string',<'string'>,361:15] +[@1666,9644:9644='P',<Simple_Identifier>,361:22] +[@1667,9654:9654='{',<'{'>,362:8] +[@1668,9668:9670='get',<'get'>,363:12] +[@1669,9684:9684='{',<'{'>,364:12] +[@1670,9702:9704='int',<'int'>,365:16] +[@1671,9706:9710='value',<'value'>,365:20] +[@1672,9712:9712='=',<'='>,365:26] +[@1673,9714:9714='0',<Integer_Literal>,365:28] +[@1674,9715:9715=';',<';'>,365:29] +[@1675,9733:9738='return',<'return'>,366:16] +[@1676,9740:9742='"A"',<String_Literal>,366:23] +[@1677,9743:9743=';',<';'>,366:26] +[@1678,9757:9757='}',<'}'>,367:12] +[@1679,9771:9773='set',<'set'>,368:12] +[@1680,9774:9774=';',<';'>,368:15] +[@1681,9784:9784='}',<'}'>,369:8] +[@1682,9794:9799='public',<'public'>,370:8] +[@1683,9801:9808='abstract',<'abstract'>,370:15] +[@1684,9810:9815='string',<'string'>,370:24] +[@1685,9817:9817='P',<Simple_Identifier>,370:31] +[@1686,9827:9827='{',<'{'>,371:8] +[@1687,9841:9843='get',<'get'>,372:12] +[@1688,9844:9844=';',<';'>,372:15] +[@1689,9854:9854='}',<'}'>,373:8] +[@1690,9864:9869='public',<'public'>,374:8] +[@1691,9871:9878='abstract',<'abstract'>,374:15] +[@1692,9880:9882='int',<'int'>,374:24] +[@1693,9884:9887='this',<'this'>,374:28] +[@1694,9888:9888='[',<'['>,374:32] +[@1695,9889:9891='int',<'int'>,374:33] +[@1696,9893:9897='index',<Simple_Identifier>,374:37] +[@1697,9898:9898=']',<']'>,374:42] +[@1698,9908:9908='{',<'{'>,375:8] +[@1699,9922:9924='get',<'get'>,376:12] +[@1700,9925:9925=';',<';'>,376:15] +[@1701,9939:9946='internal',<'internal'>,377:12] +[@1702,9948:9956='protected',<'protected'>,377:21] +[@1703,9958:9960='set',<'set'>,377:31] +[@1704,9961:9961=';',<';'>,377:34] +[@1705,9971:9971='}',<'}'>,378:8] +[@1706,9981:9986='public',<'public'>,379:8] +[@1707,9988:9992='event',<'event'>,379:15] +[@1708,9994:9998='Event',<Simple_Identifier>,379:21] +[@1709,10000:10000='E',<Simple_Identifier>,379:27] +[@1710,10001:10001=';',<';'>,379:28] +[@1711,10011:10016='public',<'public'>,380:8] +[@1712,10018:10023='static',<'static'>,380:15] +[@1713,10025:10025='A',<Simple_Identifier>,380:22] +[@1714,10027:10034='operator',<'operator'>,380:24] +[@1715,10036:10036='+',<'+'>,380:33] +[@1716,10037:10037='(',<'('>,380:34] +[@1717,10038:10038='A',<Simple_Identifier>,380:35] +[@1718,10040:10044='first',<Simple_Identifier>,380:37] +[@1719,10045:10045=',',<','>,380:42] +[@1720,10047:10047='A',<Simple_Identifier>,380:44] +[@1721,10049:10054='second',<Simple_Identifier>,380:46] +[@1722,10055:10055=')',<')'>,380:52] +[@1723,10065:10065='{',<'{'>,381:8] +[@1724,10079:10084='return',<'return'>,382:12] +[@1725,10086:10090='first',<Simple_Identifier>,382:19] +[@1726,10091:10091='.',<'.'>,382:24] +[@1727,10092:10094='Add',<Simple_Identifier>,382:25] +[@1728,10095:10095='(',<'('>,382:28] +[@1729,10096:10101='second',<Simple_Identifier>,382:29] +[@1730,10102:10102=')',<')'>,382:35] +[@1731,10103:10103=';',<';'>,382:36] +[@1732,10113:10113='}',<'}'>,383:8] +[@1733,10123:10127='fixed',<'fixed'>,384:8] +[@1734,10129:10131='int',<'int'>,384:14] +[@1735,10133:10137='field',<Simple_Identifier>,384:18] +[@1736,10138:10138='[',<'['>,384:23] +[@1737,10139:10140='10',<Integer_Literal>,384:24] +[@1738,10141:10141=']',<']'>,384:26] +[@1739,10142:10142=';',<';'>,384:27] +[@1740,10152:10156='class',<'class'>,385:8] +[@1741,10158:10158='C',<Simple_Identifier>,385:14] +[@1742,10168:10168='{',<'{'>,386:8] +[@1743,10178:10178='}',<'}'>,387:8] +[@1744,10184:10184='}',<'}'>,388:4] +[@1745,10190:10195='public',<'public'>,389:4] +[@1746,10197:10205='interface',<'interface'>,389:11] +[@1747,10207:10207='I',<Simple_Identifier>,389:21] +[@1748,10213:10213='{',<'{'>,390:4] +[@1749,10223:10226='void',<'void'>,391:8] +[@1750,10228:10228='A',<Simple_Identifier>,391:13] +[@1751,10229:10229='(',<'('>,391:14] +[@1752,10230:10232='int',<'int'>,391:15] +[@1753,10234:10238='value',<'value'>,391:19] +[@1754,10239:10239=')',<')'>,391:24] +[@1755,10240:10240=';',<';'>,391:25] +[@1756,10250:10255='string',<'string'>,392:8] +[@1757,10257:10261='Value',<Simple_Identifier>,392:15] +[@1758,10271:10271='{',<'{'>,393:8] +[@1759,10285:10287='get',<'get'>,394:12] +[@1760,10288:10288=';',<';'>,394:15] +[@1761,10302:10304='set',<'set'>,395:12] +[@1762,10305:10305=';',<';'>,395:15] +[@1763,10315:10315='}',<'}'>,396:8] +[@1764,10321:10321='}',<'}'>,397:4] +[@1765,10327:10327='[',<'['>,398:4] +[@1766,10328:10331='type',<Simple_Identifier>,398:5] +[@1767,10332:10332=':',<':'>,398:9] +[@1768,10334:10338='Flags',<Simple_Identifier>,398:11] +[@1769,10339:10339=']',<']'>,398:16] +[@1770,10345:10350='public',<'public'>,399:4] +[@1771,10352:10355='enum',<'enum'>,399:11] +[@1772,10357:10357='E',<Simple_Identifier>,399:16] +[@1773,10363:10363='{',<'{'>,400:4] +[@1774,10373:10373='A',<Simple_Identifier>,401:8] +[@1775,10374:10374=',',<','>,401:9] +[@1776,10384:10384='B',<Simple_Identifier>,402:8] +[@1777,10386:10386='=',<'='>,402:10] +[@1778,10388:10388='A',<Simple_Identifier>,402:12] +[@1779,10389:10389=',',<','>,402:13] +[@1780,10399:10399='C',<Simple_Identifier>,403:8] +[@1781,10401:10401='=',<'='>,403:10] +[@1782,10403:10403='2',<Integer_Literal>,403:12] +[@1783,10405:10405='+',<'+'>,403:14] +[@1784,10407:10407='A',<Simple_Identifier>,403:16] +[@1785,10408:10408=',',<','>,403:17] +[@1786,10418:10418='D',<Simple_Identifier>,404:8] +[@1787,10419:10419=',',<','>,404:9] +[@1788,10425:10425='}',<'}'>,405:4] +[@1789,10436:10441='public',<'public'>,407:4] +[@1790,10443:10450='delegate',<'delegate'>,407:11] +[@1791,10452:10455='void',<'void'>,407:20] +[@1792,10457:10464='Delegate',<Simple_Identifier>,407:25] +[@1793,10465:10465='(',<'('>,407:33] +[@1794,10466:10471='object',<'object'>,407:34] +[@1795,10473:10473='P',<Simple_Identifier>,407:41] +[@1796,10474:10474=')',<')'>,407:42] +[@1797,10475:10475=';',<';'>,407:43] +[@1798,10481:10489='namespace',<'namespace'>,408:4] +[@1799,10491:10494='Test',<Simple_Identifier>,408:14] +[@1800,10500:10500='{',<'{'>,409:4] +[@1801,10510:10514='using',<'using'>,410:8] +[@1802,10516:10521='System',<Simple_Identifier>,410:14] +[@1803,10522:10522=';',<';'>,410:20] +[@1804,10532:10536='using',<'using'>,411:8] +[@1805,10538:10543='System',<Simple_Identifier>,411:14] +[@1806,10544:10544='.',<'.'>,411:20] +[@1807,10545:10555='Collections',<Simple_Identifier>,411:21] +[@1808,10556:10556=';',<';'>,411:32] +[@1809,10566:10571='public',<'public'>,412:8] +[@1810,10573:10577='class',<'class'>,412:15] +[@1811,10579:10584='Список',<Simple_Identifier>,412:21] +[@1812,10594:10594='{',<'{'>,413:8] +[@1813,10608:10613='public',<'public'>,414:12] +[@1814,10615:10620='static',<'static'>,414:19] +[@1815,10622:10632='IEnumerable',<Simple_Identifier>,414:26] +[@1816,10634:10638='Power',<Simple_Identifier>,414:38] +[@1817,10639:10639='(',<'('>,414:43] +[@1818,10640:10642='int',<'int'>,414:44] +[@1819,10644:10649='number',<Simple_Identifier>,414:48] +[@1820,10650:10650=',',<','>,414:54] +[@1821,10652:10654='int',<'int'>,414:56] +[@1822,10656:10663='exponent',<Simple_Identifier>,414:60] +[@1823,10664:10664=')',<')'>,414:68] +[@1824,10678:10678='{',<'{'>,415:12] +[@1825,10696:10701='Список',<Simple_Identifier>,416:16] +[@1826,10703:10708='Список',<Simple_Identifier>,416:23] +[@1827,10710:10710='=',<'='>,416:30] +[@1828,10712:10714='new',<'new'>,416:32] +[@1829,10716:10721='Список',<Simple_Identifier>,416:36] +[@1830,10722:10722='(',<'('>,416:42] +[@1831,10723:10723=')',<')'>,416:43] +[@1832,10724:10724=';',<';'>,416:44] +[@1833,10742:10747='Список',<Simple_Identifier>,417:16] +[@1834,10748:10748='.',<'.'>,417:22] +[@1835,10749:10752='Main',<Simple_Identifier>,417:23] +[@1836,10753:10753='(',<'('>,417:27] +[@1837,10754:10754=')',<')'>,417:28] +[@1838,10755:10755=';',<';'>,417:29] +[@1839,10773:10775='int',<'int'>,418:16] +[@1840,10777:10783='counter',<Simple_Identifier>,418:20] +[@1841,10785:10785='=',<'='>,418:28] +[@1842,10787:10787='(',<'('>,418:30] +[@1843,10788:10788='0',<Integer_Literal>,418:31] +[@1844,10790:10790='+',<'+'>,418:33] +[@1845,10792:10792='0',<Integer_Literal>,418:35] +[@1846,10793:10793=')',<')'>,418:36] +[@1847,10794:10794=';',<';'>,418:37] +[@1848,10812:10814='int',<'int'>,419:16] +[@1849,10816:10818='אתר',<Simple_Identifier>,419:20] +[@1850,10820:10820='=',<'='>,419:24] +[@1851,10822:10822='0',<Integer_Literal>,419:26] +[@1852,10823:10823=';',<';'>,419:27] +[@1853,10841:10845='while',<'while'>,420:16] +[@1854,10847:10847='(',<'('>,420:22] +[@1855,10848:10849='++',<'++'>,420:23] +[@1856,10850:10856='counter',<Simple_Identifier>,420:25] +[@1857,10857:10858='++',<'++'>,420:32] +[@1858,10860:10860='<',<'<'>,420:35] +[@1859,10862:10863='--',<'--'>,420:37] +[@1860,10864:10871='exponent',<Simple_Identifier>,420:39] +[@1861,10872:10873='--',<'--'>,420:47] +[@1862,10874:10874=')',<')'>,420:49] +[@1863,10892:10892='{',<'{'>,421:16] +[@1864,10914:10919='result',<Simple_Identifier>,422:20] +[@1865,10921:10921='=',<'='>,422:27] +[@1866,10923:10928='result',<Simple_Identifier>,422:29] +[@1867,10930:10930='*',<'*'>,422:36] +[@1868,10932:10937='number',<Simple_Identifier>,422:38] +[@1869,10939:10939='+',<'+'>,422:45] +[@1870,10941:10941='+',<'+'>,422:47] +[@1871,10942:10947='number',<Simple_Identifier>,422:48] +[@1872,10948:10949='++',<'++'>,422:54] +[@1873,10950:10951='++',<'++'>,422:56] +[@1874,10952:10952='+',<'+'>,422:58] +[@1875,10953:10958='number',<Simple_Identifier>,422:59] +[@1876,10959:10959=';',<';'>,422:65] +[@1877,10981:10985='yield',<'yield'>,423:20] +[@1878,10987:10992='return',<'return'>,423:26] +[@1879,10994:10999='result',<Simple_Identifier>,423:33] +[@1880,11000:11000=';',<';'>,423:39] +[@1881,11018:11018='}',<'}'>,424:16] +[@1882,11032:11032='}',<'}'>,425:12] +[@1883,11046:11051='static',<'static'>,426:12] +[@1884,11053:11056='void',<'void'>,426:19] +[@1885,11058:11061='Main',<Simple_Identifier>,426:24] +[@1886,11062:11062='(',<'('>,426:28] +[@1887,11063:11063=')',<')'>,426:29] +[@1888,11077:11077='{',<'{'>,427:12] +[@1889,11095:11101='foreach',<'foreach'>,428:16] +[@1890,11103:11103='(',<'('>,428:24] +[@1891,11104:11106='int',<'int'>,428:25] +[@1892,11108:11108='i',<Simple_Identifier>,428:29] +[@1893,11110:11111='in',<'in'>,428:31] +[@1894,11113:11117='Power',<Simple_Identifier>,428:34] +[@1895,11118:11118='(',<'('>,428:39] +[@1896,11119:11119='2',<Integer_Literal>,428:40] +[@1897,11120:11120=',',<','>,428:41] +[@1898,11122:11122='8',<Integer_Literal>,428:43] +[@1899,11123:11123=')',<')'>,428:44] +[@1900,11124:11124=')',<')'>,428:45] +[@1901,11142:11142='{',<'{'>,429:16] +[@1902,11164:11170='Console',<Simple_Identifier>,430:20] +[@1903,11171:11171='.',<'.'>,430:27] +[@1904,11172:11176='Write',<Simple_Identifier>,430:28] +[@1905,11177:11177='(',<'('>,430:33] +[@1906,11178:11183='"{0} "',<String_Literal>,430:34] +[@1907,11184:11184=',',<','>,430:40] +[@1908,11186:11186='i',<Simple_Identifier>,430:42] +[@1909,11187:11187=')',<')'>,430:43] +[@1910,11188:11188=';',<';'>,430:44] +[@1911,11206:11206='}',<'}'>,431:16] +[@1912,11220:11220='}',<'}'>,432:12] +[@1913,11234:11238='async',<'async'>,433:12] +[@1914,11240:11243='void',<'void'>,433:18] +[@1915,11245:11248='Wait',<Simple_Identifier>,433:23] +[@1916,11249:11249='(',<'('>,433:27] +[@1917,11250:11250=')',<')'>,433:28] +[@1918,11264:11264='{',<'{'>,434:12] +[@1919,11282:11286='await',<'await'>,435:16] +[@1920,11288:11293='System',<Simple_Identifier>,435:22] +[@1921,11294:11294='.',<'.'>,435:28] +[@1922,11295:11303='Threading',<Simple_Identifier>,435:29] +[@1923,11304:11304='.',<'.'>,435:38] +[@1924,11305:11309='Tasks',<Simple_Identifier>,435:39] +[@1925,11310:11310='.',<'.'>,435:44] +[@1926,11311:11314='Task',<Simple_Identifier>,435:45] +[@1927,11315:11315='.',<'.'>,435:49] +[@1928,11316:11320='Delay',<Simple_Identifier>,435:50] +[@1929,11321:11321='(',<'('>,435:55] +[@1930,11322:11322='0',<Integer_Literal>,435:56] +[@1931,11323:11323=')',<')'>,435:57] +[@1932,11324:11324=';',<';'>,435:58] +[@1933,11338:11338='}',<'}'>,436:12] +[@1934,11352:11355='void',<'void'>,437:12] +[@1935,11357:11370='AsyncAnonymous',<Simple_Identifier>,437:17] +[@1936,11371:11371='(',<'('>,437:31] +[@1937,11372:11372=')',<')'>,437:32] +[@1938,11403:11403='{',<'{'>,438:12] +[@1939,11421:11423='var',<'var'>,439:16] +[@1940,11425:11428='task',<Simple_Identifier>,439:20] +[@1941,11430:11430='=',<'='>,439:25] +[@1942,11432:11435='Task',<Simple_Identifier>,439:27] +[@1943,11436:11436='.',<'.'>,439:31] +[@1944,11437:11443='Factory',<Simple_Identifier>,439:32] +[@1945,11444:11444='.',<'.'>,439:39] +[@1946,11445:11452='StartNew',<Simple_Identifier>,439:40] +[@1947,11453:11453='(',<'('>,439:48] +[@1948,11454:11458='async',<'async'>,439:49] +[@1949,11460:11460='(',<'('>,439:55] +[@1950,11461:11461=')',<')'>,439:56] +[@1951,11463:11464='=>',<'=>'>,439:58] +[@1952,11482:11482='{',<'{'>,440:16] +[@1953,11504:11509='return',<'return'>,441:20] +[@1954,11511:11515='await',<'await'>,441:27] +[@1955,11517:11519='new',<'new'>,441:33] +[@1956,11521:11529='WebClient',<Simple_Identifier>,441:37] +[@1957,11530:11530='(',<'('>,441:46] +[@1958,11531:11531=')',<')'>,441:47] +[@1959,11532:11532='.',<'.'>,441:48] +[@1960,11533:11555='DownloadStringTaskAsync',<Simple_Identifier>,441:49] +[@1961,11556:11556='(',<'('>,441:72] +[@1962,11557:11576='"http://example.com"',<String_Literal>,441:73] +[@1963,11577:11577=')',<')'>,441:93] +[@1964,11578:11578=';',<';'>,441:94] +[@1965,11596:11596='}',<'}'>,442:16] +[@1966,11597:11597=')',<')'>,442:17] +[@1967,11598:11598=';',<';'>,442:18] +[@1968,11612:11612='}',<'}'>,443:12] +[@1969,11622:11622='}',<'}'>,444:8] +[@1970,11628:11628='}',<'}'>,445:4] +[@1971,11630:11630='}',<'}'>,446:0] +[@1972,11633:11641='namespace',<'namespace'>,448:0] +[@1973,11643:11661='ConsoleApplication1',<Simple_Identifier>,448:10] +[@1974,11663:11663='{',<'{'>,449:0] +[@1975,11669:11677='namespace',<'namespace'>,450:4] +[@1976,11679:11702='RecursiveGenericBaseType',<Simple_Identifier>,450:14] +[@1977,11708:11708='{',<'{'>,451:4] +[@1978,11718:11722='class',<'class'>,452:8] +[@1979,11724:11724='A',<Simple_Identifier>,452:14] +[@1980,11725:11725='<',<'<'>,452:15] +[@1981,11726:11726='T',<Simple_Identifier>,452:16] +[@1982,11727:11727='>',<'>'>,452:17] +[@1983,11729:11729=':',<':'>,452:19] +[@1984,11731:11731='B',<Simple_Identifier>,452:21] +[@1985,11732:11732='<',<'<'>,452:22] +[@1986,11733:11733='A',<Simple_Identifier>,452:23] +[@1987,11734:11734='<',<'<'>,452:24] +[@1988,11735:11735='T',<Simple_Identifier>,452:25] +[@1989,11736:11736='>',<'>'>,452:26] +[@1990,11737:11737=',',<','>,452:27] +[@1991,11739:11739='A',<Simple_Identifier>,452:29] +[@1992,11740:11740='<',<'<'>,452:30] +[@1993,11741:11741='T',<Simple_Identifier>,452:31] +[@1994,11742:11742='>',<'>'>,452:32] +[@1995,11743:11743='>',<'>'>,452:33] +[@1996,11745:11749='where',<'where'>,452:35] +[@1997,11751:11751='T',<Simple_Identifier>,452:41] +[@1998,11753:11753=':',<':'>,452:43] +[@1999,11755:11755='A',<Simple_Identifier>,452:45] +[@2000,11756:11756='<',<'<'>,452:46] +[@2001,11757:11757='T',<Simple_Identifier>,452:47] +[@2002,11758:11758='>',<'>'>,452:48] +[@2003,11768:11768='{',<'{'>,453:8] +[@2004,11782:11790='protected',<'protected'>,454:12] +[@2005,11792:11798='virtual',<'virtual'>,454:22] +[@2006,11800:11800='A',<Simple_Identifier>,454:30] +[@2007,11801:11801='<',<'<'>,454:31] +[@2008,11802:11802='T',<Simple_Identifier>,454:32] +[@2009,11803:11803='>',<'>'>,454:33] +[@2010,11805:11805='M',<Simple_Identifier>,454:35] +[@2011,11806:11806='(',<'('>,454:36] +[@2012,11807:11807=')',<')'>,454:37] +[@2013,11809:11809='{',<'{'>,454:39] +[@2014,11811:11811='}',<'}'>,454:41] +[@2015,11825:11833='protected',<'protected'>,455:12] +[@2016,11835:11842='abstract',<'abstract'>,455:22] +[@2017,11844:11844='B',<Simple_Identifier>,455:31] +[@2018,11845:11845='<',<'<'>,455:32] +[@2019,11846:11846='A',<Simple_Identifier>,455:33] +[@2020,11847:11847='<',<'<'>,455:34] +[@2021,11848:11848='T',<Simple_Identifier>,455:35] +[@2022,11849:11849='>',<'>'>,455:36] +[@2023,11850:11850=',',<','>,455:37] +[@2024,11852:11852='A',<Simple_Identifier>,455:39] +[@2025,11853:11853='<',<'<'>,455:40] +[@2026,11854:11854='T',<Simple_Identifier>,455:41] +[@2027,11855:11855='>',<'>'>,455:42] +[@2028,11856:11856='>',<'>'>,455:43] +[@2029,11858:11858='N',<Simple_Identifier>,455:45] +[@2030,11859:11859='(',<'('>,455:46] +[@2031,11860:11860=')',<')'>,455:47] +[@2032,11862:11862='{',<'{'>,455:49] +[@2033,11864:11864='}',<'}'>,455:51] +[@2034,11878:11883='static',<'static'>,456:12] +[@2035,11885:11885='B',<Simple_Identifier>,456:19] +[@2036,11886:11886='<',<'<'>,456:20] +[@2037,11887:11887='A',<Simple_Identifier>,456:21] +[@2038,11888:11888='<',<'<'>,456:22] +[@2039,11889:11889='T',<Simple_Identifier>,456:23] +[@2040,11890:11890='>',<'>'>,456:24] +[@2041,11891:11891=',',<','>,456:25] +[@2042,11893:11893='A',<Simple_Identifier>,456:27] +[@2043,11894:11894='<',<'<'>,456:28] +[@2044,11895:11895='T',<Simple_Identifier>,456:29] +[@2045,11896:11896='>',<'>'>,456:30] +[@2046,11897:11897='>',<'>'>,456:31] +[@2047,11899:11899='O',<Simple_Identifier>,456:33] +[@2048,11900:11900='(',<'('>,456:34] +[@2049,11901:11901=')',<')'>,456:35] +[@2050,11903:11903='{',<'{'>,456:37] +[@2051,11905:11905='}',<'}'>,456:39] +[@2052,11915:11915='}',<'}'>,457:8] +[@2053,11926:11931='sealed',<'sealed'>,459:8] +[@2054,11933:11937='class',<'class'>,459:15] +[@2055,11939:11939='B',<Simple_Identifier>,459:21] +[@2056,11940:11940='<',<'<'>,459:22] +[@2057,11941:11942='T1',<Simple_Identifier>,459:23] +[@2058,11943:11943=',',<','>,459:25] +[@2059,11945:11946='T2',<Simple_Identifier>,459:27] +[@2060,11947:11947='>',<'>'>,459:29] +[@2061,11949:11949=':',<':'>,459:31] +[@2062,11951:11951='A',<Simple_Identifier>,459:33] +[@2063,11952:11952='<',<'<'>,459:34] +[@2064,11953:11953='B',<Simple_Identifier>,459:35] +[@2065,11954:11954='<',<'<'>,459:36] +[@2066,11955:11956='T1',<Simple_Identifier>,459:37] +[@2067,11957:11957=',',<','>,459:39] +[@2068,11959:11960='T2',<Simple_Identifier>,459:41] +[@2069,11961:11961='>',<'>'>,459:43] +[@2070,11962:11962='>',<'>'>,459:44] +[@2071,11972:11972='{',<'{'>,460:8] +[@2072,11986:11994='protected',<'protected'>,461:12] +[@2073,11996:12003='override',<'override'>,461:22] +[@2074,12005:12005='A',<Simple_Identifier>,461:31] +[@2075,12006:12006='<',<'<'>,461:32] +[@2076,12007:12007='T',<Simple_Identifier>,461:33] +[@2077,12008:12008='>',<'>'>,461:34] +[@2078,12010:12010='M',<Simple_Identifier>,461:36] +[@2079,12011:12011='(',<'('>,461:37] +[@2080,12012:12012=')',<')'>,461:38] +[@2081,12014:12014='{',<'{'>,461:40] +[@2082,12016:12016='}',<'}'>,461:42] +[@2083,12030:12038='protected',<'protected'>,462:12] +[@2084,12040:12045='sealed',<'sealed'>,462:22] +[@2085,12047:12054='override',<'override'>,462:29] +[@2086,12056:12056='B',<Simple_Identifier>,462:38] +[@2087,12057:12057='<',<'<'>,462:39] +[@2088,12058:12058='A',<Simple_Identifier>,462:40] +[@2089,12059:12059='<',<'<'>,462:41] +[@2090,12060:12060='T',<Simple_Identifier>,462:42] +[@2091,12061:12061='>',<'>'>,462:43] +[@2092,12062:12062=',',<','>,462:44] +[@2093,12064:12064='A',<Simple_Identifier>,462:46] +[@2094,12065:12065='<',<'<'>,462:47] +[@2095,12066:12066='T',<Simple_Identifier>,462:48] +[@2096,12067:12067='>',<'>'>,462:49] +[@2097,12068:12068='>',<'>'>,462:50] +[@2098,12070:12070='N',<Simple_Identifier>,462:52] +[@2099,12071:12071='(',<'('>,462:53] +[@2100,12072:12072=')',<')'>,462:54] +[@2101,12074:12074='{',<'{'>,462:56] +[@2102,12076:12076='}',<'}'>,462:58] +[@2103,12090:12092='new',<'new'>,463:12] +[@2104,12094:12099='static',<'static'>,463:16] +[@2105,12101:12101='A',<Simple_Identifier>,463:23] +[@2106,12102:12102='<',<'<'>,463:24] +[@2107,12103:12103='T',<Simple_Identifier>,463:25] +[@2108,12104:12104='>',<'>'>,463:26] +[@2109,12106:12106='O',<Simple_Identifier>,463:28] +[@2110,12107:12107='(',<'('>,463:29] +[@2111,12108:12108=')',<')'>,463:30] +[@2112,12110:12110='{',<'{'>,463:32] +[@2113,12112:12112='}',<'}'>,463:34] +[@2114,12122:12122='}',<'}'>,464:8] +[@2115,12128:12128='}',<'}'>,465:4] +[@2116,12135:12143='namespace',<'namespace'>,467:4] +[@2117,12145:12147='Boo',<Simple_Identifier>,467:14] +[@2118,12153:12153='{',<'{'>,468:4] +[@2119,12163:12168='public',<'public'>,469:8] +[@2120,12170:12174='class',<'class'>,469:15] +[@2121,12176:12178='Bar',<Simple_Identifier>,469:21] +[@2122,12179:12179='<',<'<'>,469:24] +[@2123,12180:12180='T',<Simple_Identifier>,469:25] +[@2124,12181:12181='>',<'>'>,469:26] +[@2125,12183:12187='where',<'where'>,469:28] +[@2126,12189:12189='T',<Simple_Identifier>,469:34] +[@2127,12191:12191=':',<':'>,469:36] +[@2128,12193:12203='IComparable',<Simple_Identifier>,469:38] +[@2129,12213:12213='{',<'{'>,470:8] +[@2130,12227:12232='public',<'public'>,471:12] +[@2131,12234:12234='T',<Simple_Identifier>,471:19] +[@2132,12236:12236='f',<Simple_Identifier>,471:21] +[@2133,12237:12237=';',<';'>,471:22] +[@2134,12251:12256='public',<'public'>,472:12] +[@2135,12258:12262='class',<'class'>,472:19] +[@2136,12264:12266='Foo',<Simple_Identifier>,472:25] +[@2137,12267:12267='<',<'<'>,472:28] +[@2138,12268:12268='U',<Simple_Identifier>,472:29] +[@2139,12269:12269='>',<'>'>,472:30] +[@2140,12271:12271=':',<':'>,472:32] +[@2141,12273:12283='IEnumerable',<Simple_Identifier>,472:34] +[@2142,12284:12284='<',<'<'>,472:45] +[@2143,12285:12285='T',<Simple_Identifier>,472:46] +[@2144,12286:12286='>',<'>'>,472:47] +[@2145,12300:12300='{',<'{'>,473:12] +[@2146,12318:12323='public',<'public'>,474:16] +[@2147,12325:12328='void',<'void'>,474:23] +[@2148,12330:12335='Method',<Simple_Identifier>,474:28] +[@2149,12336:12336='<',<'<'>,474:34] +[@2150,12337:12337='K',<Simple_Identifier>,474:35] +[@2151,12338:12338=',',<','>,474:36] +[@2152,12340:12340='V',<Simple_Identifier>,474:38] +[@2153,12341:12341='>',<'>'>,474:39] +[@2154,12342:12342='(',<'('>,474:40] +[@2155,12343:12343='K',<Simple_Identifier>,474:41] +[@2156,12345:12345='k',<Simple_Identifier>,474:43] +[@2157,12346:12346=',',<','>,474:44] +[@2158,12348:12348='T',<Simple_Identifier>,474:46] +[@2159,12350:12350='t',<Simple_Identifier>,474:48] +[@2160,12351:12351=',',<','>,474:49] +[@2161,12353:12353='U',<Simple_Identifier>,474:51] +[@2162,12355:12355='u',<Simple_Identifier>,474:53] +[@2163,12356:12356=')',<')'>,474:54] +[@2164,12378:12382='where',<'where'>,475:20] +[@2165,12384:12384='K',<Simple_Identifier>,475:26] +[@2166,12386:12386=':',<':'>,475:28] +[@2167,12388:12392='IList',<Simple_Identifier>,475:30] +[@2168,12393:12393='<',<'<'>,475:35] +[@2169,12394:12394='V',<Simple_Identifier>,475:36] +[@2170,12395:12395='>',<'>'>,475:37] +[@2171,12396:12396=',',<','>,475:38] +[@2172,12398:12402='IList',<Simple_Identifier>,475:40] +[@2173,12403:12403='<',<'<'>,475:45] +[@2174,12404:12404='T',<Simple_Identifier>,475:46] +[@2175,12405:12405='>',<'>'>,475:47] +[@2176,12406:12406=',',<','>,475:48] +[@2177,12408:12412='IList',<Simple_Identifier>,475:50] +[@2178,12413:12413='<',<'<'>,475:55] +[@2179,12414:12414='U',<Simple_Identifier>,475:56] +[@2180,12415:12415='>',<'>'>,475:57] +[@2181,12437:12441='where',<'where'>,476:20] +[@2182,12443:12443='V',<Simple_Identifier>,476:26] +[@2183,12445:12445=':',<':'>,476:28] +[@2184,12447:12451='IList',<Simple_Identifier>,476:30] +[@2185,12452:12452='<',<'<'>,476:35] +[@2186,12453:12453='K',<Simple_Identifier>,476:36] +[@2187,12454:12454='>',<'>'>,476:37] +[@2188,12472:12472='{',<'{'>,477:16] +[@2189,12494:12494='A',<Simple_Identifier>,478:20] +[@2190,12495:12495='<',<'<'>,478:21] +[@2191,12496:12498='int',<'int'>,478:22] +[@2192,12499:12499='>',<'>'>,478:25] +[@2193,12501:12501='a',<Simple_Identifier>,478:27] +[@2194,12502:12502=';',<';'>,478:28] +[@2195,12524:12524='M',<Simple_Identifier>,479:20] +[@2196,12525:12525='(',<'('>,479:21] +[@2197,12526:12526='A',<Simple_Identifier>,479:22] +[@2198,12527:12527='<',<'<'>,479:23] +[@2199,12528:12528='B',<Simple_Identifier>,479:24] +[@2200,12529:12529=',',<','>,479:25] +[@2201,12531:12531='C',<Simple_Identifier>,479:27] +[@2202,12532:12532='>',<'>'>,479:28] +[@2203,12533:12533='(',<'('>,479:29] +[@2204,12534:12534='5',<Integer_Literal>,479:30] +[@2205,12535:12535=')',<')'>,479:31] +[@2206,12536:12536=')',<')'>,479:32] +[@2207,12537:12537=';',<';'>,479:33] +[@2208,12555:12555='}',<'}'>,480:16] +[@2209,12569:12569='}',<'}'>,481:12] +[@2210,12570:12570=';',<';'>,481:13] +[@2211,12580:12580='}',<'}'>,482:8] +[@2212,12581:12581=';',<';'>,482:9] +[@2213,12587:12587='}',<'}'>,483:4] +[@2214,12588:12588=';',<';'>,483:5] +[@2215,12595:12599='class',<'class'>,485:4] +[@2216,12601:12604='Test',<Simple_Identifier>,485:10] +[@2217,12610:12610='{',<'{'>,486:4] +[@2218,12620:12623='void',<'void'>,487:8] +[@2219,12625:12628='Bar3',<Simple_Identifier>,487:13] +[@2220,12629:12629='(',<'('>,487:17] +[@2221,12630:12630=')',<')'>,487:18] +[@2222,12640:12640='{',<'{'>,488:8] +[@2223,12654:12656='var',<'var'>,489:12] +[@2224,12658:12658='x',<Simple_Identifier>,489:16] +[@2225,12660:12660='=',<'='>,489:18] +[@2226,12662:12664='new',<'new'>,489:20] +[@2227,12666:12668='Boo',<Simple_Identifier>,489:24] +[@2228,12669:12669='.',<'.'>,489:27] +[@2229,12670:12672='Bar',<Simple_Identifier>,489:28] +[@2230,12673:12673='<',<'<'>,489:31] +[@2231,12674:12676='int',<'int'>,489:32] +[@2232,12677:12677='>',<'>'>,489:35] +[@2233,12678:12678='.',<'.'>,489:36] +[@2234,12679:12681='Foo',<Simple_Identifier>,489:37] +[@2235,12682:12682='<',<'<'>,489:40] +[@2236,12683:12688='object',<'object'>,489:41] +[@2237,12689:12689='>',<'>'>,489:47] +[@2238,12690:12690='(',<'('>,489:48] +[@2239,12691:12691=')',<')'>,489:49] +[@2240,12692:12692=';',<';'>,489:50] +[@2241,12706:12706='x',<Simple_Identifier>,490:12] +[@2242,12707:12707='.',<'.'>,490:13] +[@2243,12708:12713='Method',<Simple_Identifier>,490:14] +[@2244,12714:12714='<',<'<'>,490:20] +[@2245,12715:12720='string',<'string'>,490:21] +[@2246,12721:12721=',',<','>,490:27] +[@2247,12723:12728='string',<'string'>,490:29] +[@2248,12729:12729='>',<'>'>,490:35] +[@2249,12730:12730='(',<'('>,490:36] +[@2250,12731:12733='" "',<String_Literal>,490:37] +[@2251,12734:12734=',',<','>,490:40] +[@2252,12736:12736='5',<Integer_Literal>,490:42] +[@2253,12737:12737=',',<','>,490:43] +[@2254,12739:12741='new',<'new'>,490:45] +[@2255,12743:12748='object',<'object'>,490:49] +[@2256,12749:12749='(',<'('>,490:55] +[@2257,12750:12750=')',<')'>,490:56] +[@2258,12751:12751=')',<')'>,490:57] +[@2259,12752:12752=';',<';'>,490:58] +[@2260,12767:12769='var',<'var'>,492:12] +[@2261,12771:12771='q',<Simple_Identifier>,492:16] +[@2262,12773:12773='=',<'='>,492:18] +[@2263,12775:12778='from',<'from'>,492:20] +[@2264,12780:12780='i',<Simple_Identifier>,492:25] +[@2265,12782:12783='in',<'in'>,492:27] +[@2266,12785:12787='new',<'new'>,492:30] +[@2267,12789:12791='int',<'int'>,492:34] +[@2268,12792:12792='[',<'['>,492:37] +[@2269,12793:12793=']',<']'>,492:38] +[@2270,12795:12795='{',<'{'>,492:40] +[@2271,12797:12797='1',<Integer_Literal>,492:42] +[@2272,12798:12798=',',<','>,492:43] +[@2273,12800:12800='2',<Integer_Literal>,492:45] +[@2274,12801:12801=',',<','>,492:46] +[@2275,12803:12803='3',<Integer_Literal>,492:48] +[@2276,12804:12804=',',<','>,492:49] +[@2277,12806:12806='4',<Integer_Literal>,492:51] +[@2278,12808:12808='}',<'}'>,492:53] +[@2279,12830:12834='where',<'where'>,493:20] +[@2280,12836:12836='i',<Simple_Identifier>,493:26] +[@2281,12838:12838='>',<'>'>,493:28] +[@2282,12840:12840='5',<Integer_Literal>,493:30] +[@2283,12862:12867='select',<'select'>,494:20] +[@2284,12869:12869='i',<Simple_Identifier>,494:27] +[@2285,12870:12870=';',<';'>,494:28] +[@2286,12880:12880='}',<'}'>,495:8] +[@2287,12891:12896='public',<'public'>,497:8] +[@2288,12898:12903='static',<'static'>,497:15] +[@2289,12905:12912='implicit',<'implicit'>,497:22] +[@2290,12914:12921='operator',<'operator'>,497:31] +[@2291,12923:12926='Test',<Simple_Identifier>,497:40] +[@2292,12927:12927='(',<'('>,497:44] +[@2293,12928:12933='string',<'string'>,497:45] +[@2294,12935:12935='s',<Simple_Identifier>,497:52] +[@2295,12936:12936=')',<')'>,497:53] +[@2296,12946:12946='{',<'{'>,498:8] +[@2297,12960:12965='return',<'return'>,499:12] +[@2298,12967:12969='new',<'new'>,499:19] +[@2299,12971:12989='ConsoleApplication1',<Simple_Identifier>,499:23] +[@2300,12990:12990='.',<'.'>,499:42] +[@2301,12991:12994='Test',<Simple_Identifier>,499:43] +[@2302,12995:12995='(',<'('>,499:47] +[@2303,12996:12996=')',<')'>,499:48] +[@2304,12997:12997=';',<';'>,499:49] +[@2305,13007:13007='}',<'}'>,500:8] +[@2306,13017:13022='public',<'public'>,501:8] +[@2307,13024:13029='static',<'static'>,501:15] +[@2308,13031:13038='explicit',<'explicit'>,501:22] +[@2309,13040:13047='operator',<'operator'>,501:31] +[@2310,13049:13052='Test',<Simple_Identifier>,501:40] +[@2311,13053:13053='(',<'('>,501:44] +[@2312,13054:13059='string',<'string'>,501:45] +[@2313,13061:13061='s',<Simple_Identifier>,501:52] +[@2314,13063:13063='=',<'='>,501:54] +[@2315,13065:13066='""',<String_Literal>,501:56] +[@2316,13067:13067=')',<')'>,501:58] +[@2317,13077:13077='{',<'{'>,502:8] +[@2318,13091:13096='return',<'return'>,503:12] +[@2319,13098:13100='new',<'new'>,503:19] +[@2320,13102:13105='Test',<Simple_Identifier>,503:23] +[@2321,13106:13106='(',<'('>,503:27] +[@2322,13107:13107=')',<')'>,503:28] +[@2323,13108:13108=';',<';'>,503:29] +[@2324,13118:13118='}',<'}'>,504:8] +[@2325,13129:13134='public',<'public'>,506:8] +[@2326,13136:13138='int',<'int'>,506:15] +[@2327,13140:13142='foo',<Simple_Identifier>,506:19] +[@2328,13144:13144='=',<'='>,506:23] +[@2329,13146:13146='5',<Integer_Literal>,506:25] +[@2330,13147:13147=';',<';'>,506:26] +[@2331,13157:13160='void',<'void'>,507:8] +[@2332,13162:13165='Bar2',<Simple_Identifier>,507:13] +[@2333,13166:13166='(',<'('>,507:17] +[@2334,13167:13167=')',<')'>,507:18] +[@2335,13177:13177='{',<'{'>,508:8] +[@2336,13191:13193='foo',<Simple_Identifier>,509:12] +[@2337,13195:13195='=',<'='>,509:16] +[@2338,13197:13197='6',<Integer_Literal>,509:18] +[@2339,13198:13198=';',<';'>,509:19] +[@2340,13212:13215='this',<'this'>,510:12] +[@2341,13216:13216='.',<'.'>,510:16] +[@2342,13217:13219='Foo',<Simple_Identifier>,510:17] +[@2343,13221:13221='=',<'='>,510:21] +[@2344,13223:13223='5',<Integer_Literal>,510:23] +[@2345,13224:13224='.',<'.'>,510:24] +[@2346,13225:13231='GetType',<Simple_Identifier>,510:25] +[@2347,13232:13232='(',<'('>,510:32] +[@2348,13233:13233=')',<')'>,510:33] +[@2349,13234:13234=';',<';'>,510:34] +[@2350,13236:13239='Test',<Simple_Identifier>,510:36] +[@2351,13241:13241='t',<Simple_Identifier>,510:41] +[@2352,13243:13243='=',<'='>,510:43] +[@2353,13245:13249='"sss"',<String_Literal>,510:45] +[@2354,13250:13250=';',<';'>,510:50] +[@2355,13260:13260='}',<'}'>,511:8] +[@2356,13271:13276='public',<'public'>,513:8] +[@2357,13278:13282='event',<'event'>,513:15] +[@2358,13284:13295='EventHandler',<Simple_Identifier>,513:21] +[@2359,13297:13303='MyEvent',<Simple_Identifier>,513:34] +[@2360,13305:13305='=',<'='>,513:42] +[@2361,13307:13314='delegate',<'delegate'>,513:44] +[@2362,13316:13316='{',<'{'>,513:53] +[@2363,13318:13318='}',<'}'>,513:55] +[@2364,13319:13319=';',<';'>,513:56] +[@2365,13330:13333='void',<'void'>,515:8] +[@2366,13335:13338='Blah',<Simple_Identifier>,515:13] +[@2367,13339:13339='(',<'('>,515:17] +[@2368,13340:13340=')',<')'>,515:18] +[@2369,13350:13350='{',<'{'>,516:8] +[@2370,13364:13366='int',<'int'>,517:12] +[@2371,13368:13368='i',<Simple_Identifier>,517:16] +[@2372,13370:13370='=',<'='>,517:18] +[@2373,13372:13372='5',<Integer_Literal>,517:20] +[@2374,13373:13373=';',<';'>,517:21] +[@2375,13387:13389='int',<'int'>,518:12] +[@2376,13390:13390='?',<'?'>,518:15] +[@2377,13392:13392='j',<Simple_Identifier>,518:17] +[@2378,13394:13394='=',<'='>,518:19] +[@2379,13396:13396='6',<Integer_Literal>,518:21] +[@2380,13397:13397=';',<';'>,518:22] +[@2381,13412:13421='Expression',<Simple_Identifier>,520:12] +[@2382,13422:13422='<',<'<'>,520:22] +[@2383,13423:13426='Func',<Simple_Identifier>,520:23] +[@2384,13427:13427='<',<'<'>,520:27] +[@2385,13428:13430='int',<'int'>,520:28] +[@2386,13431:13431='>',<'>'>,520:31] +[@2387,13432:13432='>',<'>'>,520:32] +[@2388,13434:13434='e',<Simple_Identifier>,520:34] +[@2389,13436:13436='=',<'='>,520:36] +[@2390,13438:13438='(',<'('>,520:38] +[@2391,13439:13439=')',<')'>,520:39] +[@2392,13441:13442='=>',<'=>'>,520:41] +[@2393,13444:13444='i',<Simple_Identifier>,520:44] +[@2394,13445:13445=';',<';'>,520:45] +[@2395,13459:13468='Expression',<Simple_Identifier>,521:12] +[@2396,13469:13469='<',<'<'>,521:22] +[@2397,13470:13473='Func',<Simple_Identifier>,521:23] +[@2398,13474:13474='<',<'<'>,521:27] +[@2399,13475:13478='bool',<'bool'>,521:28] +[@2400,13479:13479=',',<','>,521:32] +[@2401,13481:13486='Action',<Simple_Identifier>,521:34] +[@2402,13487:13487='>',<'>'>,521:40] +[@2403,13488:13488='>',<'>'>,521:41] +[@2404,13490:13491='e2',<Simple_Identifier>,521:43] +[@2405,13493:13493='=',<'='>,521:46] +[@2406,13495:13495='b',<Simple_Identifier>,521:48] +[@2407,13497:13498='=>',<'=>'>,521:50] +[@2408,13500:13500='(',<'('>,521:53] +[@2409,13501:13501=')',<')'>,521:54] +[@2410,13503:13504='=>',<'=>'>,521:56] +[@2411,13506:13506='{',<'{'>,521:59] +[@2412,13508:13513='return',<'return'>,521:61] +[@2413,13514:13514=';',<';'>,521:67] +[@2414,13516:13516='}',<'}'>,521:69] +[@2415,13517:13517=';',<';'>,521:70] +[@2416,13531:13534='Func',<Simple_Identifier>,522:12] +[@2417,13535:13535='<',<'<'>,522:16] +[@2418,13536:13539='bool',<'bool'>,522:17] +[@2419,13540:13540=',',<','>,522:21] +[@2420,13542:13545='bool',<'bool'>,522:23] +[@2421,13546:13546='>',<'>'>,522:27] +[@2422,13548:13548='f',<Simple_Identifier>,522:29] +[@2423,13550:13550='=',<'='>,522:31] +[@2424,13552:13556='async',<'async'>,522:33] +[@2425,13558:13565='delegate',<'delegate'>,522:39] +[@2426,13567:13567='(',<'('>,522:48] +[@2427,13568:13571='bool',<'bool'>,522:49] +[@2428,13573:13573='a',<Simple_Identifier>,522:54] +[@2429,13574:13574=')',<')'>,522:55] +[@2430,13588:13588='{',<'{'>,523:12] +[@2431,13606:13611='return',<'return'>,524:16] +[@2432,13613:13617='await',<'await'>,524:23] +[@2433,13619:13619='!',<'!'>,524:29] +[@2434,13620:13620='a',<Simple_Identifier>,524:30] +[@2435,13621:13621=';',<';'>,524:31] +[@2436,13635:13635='}',<'}'>,525:12] +[@2437,13636:13636=';',<';'>,525:13] +[@2438,13650:13653='Func',<Simple_Identifier>,526:12] +[@2439,13654:13654='<',<'<'>,526:16] +[@2440,13655:13657='int',<'int'>,526:17] +[@2441,13658:13658=',',<','>,526:20] +[@2442,13660:13662='int',<'int'>,526:22] +[@2443,13663:13663=',',<','>,526:25] +[@2444,13665:13667='int',<'int'>,526:27] +[@2445,13668:13668='>',<'>'>,526:30] +[@2446,13670:13671='f2',<Simple_Identifier>,526:32] +[@2447,13673:13673='=',<'='>,526:35] +[@2448,13675:13675='(',<'('>,526:37] +[@2449,13676:13676='a',<Simple_Identifier>,526:38] +[@2450,13677:13677=',',<','>,526:39] +[@2451,13679:13679='b',<Simple_Identifier>,526:41] +[@2452,13680:13680=')',<')'>,526:42] +[@2453,13682:13683='=>',<'=>'>,526:44] +[@2454,13685:13685='0',<Integer_Literal>,526:47] +[@2455,13686:13686=';',<';'>,526:48] +[@2456,13700:13701='f2',<Simple_Identifier>,527:12] +[@2457,13703:13703='=',<'='>,527:15] +[@2458,13705:13705='(',<'('>,527:17] +[@2459,13706:13708='int',<'int'>,527:18] +[@2460,13710:13710='a',<Simple_Identifier>,527:22] +[@2461,13711:13711=',',<','>,527:23] +[@2462,13713:13715='int',<'int'>,527:25] +[@2463,13717:13717='b',<Simple_Identifier>,527:29] +[@2464,13718:13718=')',<')'>,527:30] +[@2465,13720:13721='=>',<'=>'>,527:32] +[@2466,13723:13723='1',<Integer_Literal>,527:35] +[@2467,13724:13724=';',<';'>,527:36] +[@2468,13738:13743='Action',<Simple_Identifier>,528:12] +[@2469,13745:13745='a',<Simple_Identifier>,528:19] +[@2470,13747:13747='=',<'='>,528:21] +[@2471,13749:13752='Blah',<Simple_Identifier>,528:23] +[@2472,13753:13753=';',<';'>,528:27] +[@2473,13767:13768='f2',<Simple_Identifier>,529:12] +[@2474,13770:13770='=',<'='>,529:15] +[@2475,13772:13772='(',<'('>,529:17] +[@2476,13773:13773=')',<')'>,529:18] +[@2477,13775:13776='=>',<'=>'>,529:20] +[@2478,13778:13778='{',<'{'>,529:23] +[@2479,13779:13779='}',<'}'>,529:24] +[@2480,13780:13780=';',<';'>,529:25] +[@2481,13794:13795='f2',<Simple_Identifier>,530:12] +[@2482,13797:13797='=',<'='>,530:15] +[@2483,13799:13799='(',<'('>,530:17] +[@2484,13800:13800=')',<')'>,530:18] +[@2485,13802:13803='=>',<'=>'>,530:20] +[@2486,13805:13805='{',<'{'>,530:23] +[@2487,13806:13806=';',<';'>,530:24] +[@2488,13807:13807='}',<'}'>,530:25] +[@2489,13808:13808=';',<';'>,530:26] +[@2490,13818:13818='}',<'}'>,531:8] +[@2491,13829:13836='delegate',<'delegate'>,533:8] +[@2492,13838:13846='Recursive',<Simple_Identifier>,533:17] +[@2493,13848:13856='Recursive',<Simple_Identifier>,533:27] +[@2494,13857:13857='(',<'('>,533:36] +[@2495,13858:13866='Recursive',<Simple_Identifier>,533:37] +[@2496,13868:13868='r',<Simple_Identifier>,533:47] +[@2497,13869:13869=')',<')'>,533:48] +[@2498,13870:13870=';',<';'>,533:49] +[@2499,13880:13887='delegate',<'delegate'>,534:8] +[@2500,13889:13897='Recursive',<Simple_Identifier>,534:17] +[@2501,13899:13907='Recursive',<Simple_Identifier>,534:27] +[@2502,13908:13908='<',<'<'>,534:36] +[@2503,13909:13909='A',<Simple_Identifier>,534:37] +[@2504,13910:13910=',',<','>,534:38] +[@2505,13911:13911='R',<Simple_Identifier>,534:39] +[@2506,13912:13912='>',<'>'>,534:40] +[@2507,13913:13913='(',<'('>,534:41] +[@2508,13914:13922='Recursive',<Simple_Identifier>,534:42] +[@2509,13923:13923='<',<'<'>,534:51] +[@2510,13924:13924='A',<Simple_Identifier>,534:52] +[@2511,13925:13925=',',<','>,534:53] +[@2512,13926:13926='R',<Simple_Identifier>,534:54] +[@2513,13927:13927='>',<'>'>,534:55] +[@2514,13929:13929='r',<Simple_Identifier>,534:57] +[@2515,13930:13930=')',<')'>,534:58] +[@2516,13931:13931=';',<';'>,534:59] +[@2517,13942:13947='public',<'public'>,536:8] +[@2518,13949:13952='Type',<Simple_Identifier>,536:15] +[@2519,13954:13956='Foo',<Simple_Identifier>,536:20] +[@2520,13966:13966='{',<'{'>,537:8] +[@2521,13980:13980='[',<'['>,538:12] +[@2522,13981:13988='Obsolete',<Simple_Identifier>,538:13] +[@2523,13989:13989='(',<'('>,538:21] +[@2524,13990:13995='"Name"',<String_Literal>,538:22] +[@2525,13996:13996=',',<','>,538:28] +[@2526,13998:14002='error',<Simple_Identifier>,538:30] +[@2527,14004:14004='=',<'='>,538:36] +[@2528,14006:14010='false',<'false'>,538:38] +[@2529,14011:14011=')',<')'>,538:43] +[@2530,14012:14012=']',<']'>,538:44] +[@2531,14026:14028='get',<'get'>,539:12] +[@2532,14042:14042='{',<'{'>,540:12] +[@2533,14060:14062='var',<'var'>,541:16] +[@2534,14064:14069='result',<Simple_Identifier>,541:20] +[@2535,14071:14071='=',<'='>,541:27] +[@2536,14073:14078='typeof',<'typeof'>,541:29] +[@2537,14079:14079='(',<'('>,541:35] +[@2538,14080:14090='IEnumerable',<Simple_Identifier>,541:36] +[@2539,14091:14091='<',<'<'>,541:47] +[@2540,14092:14094='int',<'int'>,541:48] +[@2541,14095:14095='>',<'>'>,541:51] +[@2542,14096:14096=')',<')'>,541:52] +[@2543,14097:14097=';',<';'>,541:53] +[@2544,14115:14117='var',<'var'>,542:16] +[@2545,14119:14119='t',<Simple_Identifier>,542:20] +[@2546,14121:14121='=',<'='>,542:22] +[@2547,14123:14128='typeof',<'typeof'>,542:24] +[@2548,14129:14129='(',<'('>,542:30] +[@2549,14130:14132='int',<'int'>,542:31] +[@2550,14133:14133='?',<'?'>,542:34] +[@2551,14134:14134=')',<')'>,542:35] +[@2552,14136:14137='==',<'=='>,542:37] +[@2553,14139:14144='typeof',<'typeof'>,542:40] +[@2554,14145:14145='(',<'('>,542:46] +[@2555,14146:14153='Nullable',<Simple_Identifier>,542:47] +[@2556,14154:14154='<',<'<'>,542:55] +[@2557,14155:14157='int',<'int'>,542:56] +[@2558,14158:14158='>',<'>'>,542:59] +[@2559,14159:14159=')',<')'>,542:60] +[@2560,14160:14160=';',<';'>,542:61] +[@2561,14178:14178='t',<Simple_Identifier>,543:16] +[@2562,14180:14180='=',<'='>,543:18] +[@2563,14182:14187='typeof',<'typeof'>,543:20] +[@2564,14188:14188='(',<'('>,543:26] +[@2565,14189:14199='IEnumerable',<Simple_Identifier>,543:27] +[@2566,14200:14200='<',<'<'>,543:38] +[@2567,14201:14203='int',<'int'>,543:39] +[@2568,14204:14204='?',<'?'>,543:42] +[@2569,14205:14205='[',<'['>,543:43] +[@2570,14206:14206=']',<']'>,543:44] +[@2571,14207:14207='[',<'['>,543:45] +[@2572,14208:14208=']',<']'>,543:46] +[@2573,14209:14209='[',<'['>,543:47] +[@2574,14210:14210=']',<']'>,543:48] +[@2575,14211:14211='>',<'>'>,543:49] +[@2576,14212:14212=')',<')'>,543:50] +[@2577,14213:14213=';',<';'>,543:51] +[@2578,14231:14236='return',<'return'>,544:16] +[@2579,14238:14243='typeof',<'typeof'>,544:23] +[@2580,14244:14244='(',<'('>,544:29] +[@2581,14245:14255='IEnumerable',<Simple_Identifier>,544:30] +[@2582,14256:14256='<',<'<'>,544:41] +[@2583,14257:14257='>',<'>'>,544:42] +[@2584,14258:14258=')',<')'>,544:43] +[@2585,14259:14259=';',<';'>,544:44] +[@2586,14273:14273='}',<'}'>,545:12] +[@2587,14287:14289='set',<'set'>,546:12] +[@2588,14303:14303='{',<'{'>,547:12] +[@2589,14321:14323='var',<'var'>,548:16] +[@2590,14325:14325='t',<Simple_Identifier>,548:20] +[@2591,14327:14327='=',<'='>,548:22] +[@2592,14329:14334='typeof',<'typeof'>,548:24] +[@2593,14335:14335='(',<'('>,548:30] +[@2594,14336:14341='System',<Simple_Identifier>,548:31] +[@2595,14342:14342='.',<'.'>,548:37] +[@2596,14343:14347='Int32',<Simple_Identifier>,548:38] +[@2597,14348:14348=')',<')'>,548:43] +[@2598,14349:14349=';',<';'>,548:44] +[@2599,14367:14367='t',<Simple_Identifier>,549:16] +[@2600,14368:14368='.',<'.'>,549:17] +[@2601,14369:14376='ToString',<Simple_Identifier>,549:18] +[@2602,14377:14377='(',<'('>,549:26] +[@2603,14378:14378=')',<')'>,549:27] +[@2604,14379:14379=';',<';'>,549:28] +[@2605,14397:14397='t',<Simple_Identifier>,550:16] +[@2606,14399:14399='=',<'='>,550:18] +[@2607,14401:14405='value',<'value'>,550:20] +[@2608,14406:14406=';',<';'>,550:25] +[@2609,14420:14420='}',<'}'>,551:12] +[@2610,14430:14430='}',<'}'>,552:8] +[@2611,14441:14446='public',<'public'>,554:8] +[@2612,14448:14451='void',<'void'>,554:15] +[@2613,14453:14461='Constants',<Simple_Identifier>,554:20] +[@2614,14462:14462='(',<'('>,554:29] +[@2615,14463:14463=')',<')'>,554:30] +[@2616,14473:14473='{',<'{'>,555:8] +[@2617,14487:14489='int',<'int'>,556:12] +[@2618,14491:14491='i',<Simple_Identifier>,556:16] +[@2619,14493:14493='=',<'='>,556:18] +[@2620,14495:14495='1',<Integer_Literal>,556:20] +[@2621,14497:14497='+',<'+'>,556:22] +[@2622,14499:14499='2',<Integer_Literal>,556:24] +[@2623,14501:14501='+',<'+'>,556:26] +[@2624,14503:14503='3',<Integer_Literal>,556:28] +[@2625,14505:14505='+',<'+'>,556:30] +[@2626,14507:14507='5',<Integer_Literal>,556:32] +[@2627,14508:14508=';',<';'>,556:33] +[@2628,14522:14527='global',<'global'>,557:12] +[@2629,14528:14529='::',<'::'>,557:18] +[@2630,14530:14535='System',<Simple_Identifier>,557:20] +[@2631,14536:14536='.',<'.'>,557:26] +[@2632,14537:14542='String',<Simple_Identifier>,557:27] +[@2633,14544:14544='s',<Simple_Identifier>,557:34] +[@2634,14546:14546='=',<'='>,557:36] +[@2635,14548:14550='"a"',<String_Literal>,557:38] +[@2636,14552:14552='+',<'+'>,557:42] +[@2637,14554:14554='(',<'('>,557:44] +[@2638,14555:14560='System',<Simple_Identifier>,557:45] +[@2639,14561:14561='.',<'.'>,557:51] +[@2640,14562:14567='String',<Simple_Identifier>,557:52] +[@2641,14568:14568=')',<')'>,557:58] +[@2642,14569:14571='"a"',<String_Literal>,557:59] +[@2643,14573:14573='+',<'+'>,557:63] +[@2644,14575:14577='"a"',<String_Literal>,557:65] +[@2645,14579:14579='+',<'+'>,557:69] +[@2646,14581:14583='"a"',<String_Literal>,557:71] +[@2647,14585:14585='+',<'+'>,557:75] +[@2648,14587:14589='"a"',<String_Literal>,557:77] +[@2649,14591:14591='+',<'+'>,557:81] +[@2650,14593:14595='"A"',<String_Literal>,557:83] +[@2651,14596:14596=';',<';'>,557:86] +[@2652,14606:14606='}',<'}'>,558:8] +[@2653,14617:14622='public',<'public'>,560:8] +[@2654,14624:14627='void',<'void'>,560:15] +[@2655,14629:14643='ConstructedType',<Simple_Identifier>,560:20] +[@2656,14644:14644='(',<'('>,560:35] +[@2657,14645:14645=')',<')'>,560:36] +[@2658,14655:14655='{',<'{'>,561:8] +[@2659,14669:14672='List',<Simple_Identifier>,562:12] +[@2660,14673:14673='<',<'<'>,562:16] +[@2661,14674:14676='int',<'int'>,562:17] +[@2662,14677:14677='>',<'>'>,562:20] +[@2663,14679:14679='i',<Simple_Identifier>,562:22] +[@2664,14681:14681='=',<'='>,562:24] +[@2665,14683:14686='null',<'null'>,562:26] +[@2666,14687:14687=';',<';'>,562:30] +[@2667,14701:14703='int',<'int'>,563:12] +[@2668,14705:14705='c',<Simple_Identifier>,563:16] +[@2669,14707:14707='=',<'='>,563:18] +[@2670,14709:14709='i',<Simple_Identifier>,563:20] +[@2671,14710:14710='.',<'.'>,563:21] +[@2672,14711:14715='Count',<Simple_Identifier>,563:22] +[@2673,14716:14716=';',<';'>,563:27] +[@2674,14726:14726='}',<'}'>,564:8] +[@2675,14732:14732='}',<'}'>,565:4] +[@2676,14734:14734='}',<'}'>,566:0] +[@2677,14737:14745='namespace',<'namespace'>,568:0] +[@2678,14747:14754='Comments',<Simple_Identifier>,568:10] +[@2679,14755:14755='.',<'.'>,568:18] +[@2680,14756:14766='XmlComments',<Simple_Identifier>,568:19] +[@2681,14767:14767='.',<'.'>,568:30] +[@2682,14768:14787='UndocumentedKeywords',<Simple_Identifier>,568:31] +[@2683,14789:14789='{',<'{'>,569:0] +[@2684,15241:15245='class',<'class'>,586:4] +[@2685,15254:15254='C',<Simple_Identifier>,586:17] +[@2686,15255:15255='<',<'<'>,586:18] +[@2687,15256:15256='T',<Simple_Identifier>,586:19] +[@2688,15257:15257='>',<'>'>,586:20] +[@2689,15263:15263='{',<'{'>,587:4] +[@2690,15273:15276='void',<'void'>,588:8] +[@2691,15278:15278='M',<Simple_Identifier>,588:13] +[@2692,15279:15279='<',<'<'>,588:14] +[@2693,15280:15280='U',<Simple_Identifier>,588:15] +[@2694,15281:15281='>',<'>'>,588:16] +[@2695,15282:15282='(',<'('>,588:17] +[@2696,15283:15283='T',<Simple_Identifier>,588:18] +[@2697,15285:15285='t',<Simple_Identifier>,588:20] +[@2698,15286:15286=',',<','>,588:21] +[@2699,15288:15288='U',<Simple_Identifier>,588:23] +[@2700,15290:15290='u',<Simple_Identifier>,588:25] +[@2701,15291:15291=')',<')'>,588:26] +[@2702,15301:15301='{',<'{'>,589:8] +[@2703,15449:15451='int',<'int'>,596:17] +[@2704,15458:15465='intValue',<Simple_Identifier>,596:26] +[@2705,15467:15467='=',<'='>,596:35] +[@2706,15469:15469='0',<Integer_Literal>,596:37] +[@2707,15470:15470=';',<';'>,596:38] +[@2708,15484:15491='intValue',<Simple_Identifier>,597:12] +[@2709,15493:15493='=',<'='>,597:21] +[@2710,15495:15502='intValue',<Simple_Identifier>,597:23] +[@2711,15509:15509='+',<'+'>,597:37] +[@2712,15511:15511='1',<Integer_Literal>,597:39] +[@2713,15512:15512=';',<';'>,597:40] +[@2714,15526:15531='string',<'string'>,598:12] +[@2715,15533:15540='strValue',<Simple_Identifier>,598:19] +[@2716,15542:15542='=',<'='>,598:28] +[@2717,15549:15555='"hello"',<String_Literal>,598:35] +[@2718,15556:15556=';',<';'>,598:42] +[@2719,15575:15581='MyClass',<Simple_Identifier>,599:17] +[@2720,15583:15583='c',<Simple_Identifier>,599:25] +[@2721,15585:15585='=',<'='>,599:27] +[@2722,15587:15589='new',<'new'>,599:29] +[@2723,15591:15597='MyClass',<Simple_Identifier>,599:33] +[@2724,15598:15598='(',<'('>,599:40] +[@2725,15599:15599=')',<')'>,599:41] +[@2726,15600:15600=';',<';'>,599:42] +[@2727,15614:15619='string',<'string'>,600:12] +[@2728,15621:15631='verbatimStr',<Simple_Identifier>,600:19] +[@2729,15633:15633='=',<'='>,600:31] +[@2730,15640:15646='@"\\\\"',<String_Literal>,600:38] +[@2731,15647:15647=';',<';'>,600:45] +[@2732,15657:15657='}',<'}'>,601:8] +[@2733,15663:15663='}',<'}'>,602:4] +[@2734,15795:15799='class',<'class'>,605:4] +[@2735,15801:16311='TestClassXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',<Simple_Identifier>,605:10] +[@2736,16321:16321='{',<'{'>,605:530] +[@2737,16323:16323='}',<'}'>,605:532] +[@2738,16330:16334='class',<'class'>,607:4] +[@2739,16336:16847='TestClassXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX22',<Simple_Identifier>,607:10] +[@2740,16857:16857='{',<'{'>,607:531] +[@2741,16859:16859='}',<'}'>,607:533] +[@2742,16866:16870='class',<'class'>,609:4] +[@2743,16872:16876='yield',<'yield'>,609:10] +[@2744,16882:16882='{',<'{'>,610:4] +[@2745,16892:16895='void',<'void'>,611:8] +[@2746,16897:16902='Params',<Simple_Identifier>,611:13] +[@2747,16903:16903='(',<'('>,611:19] +[@2748,16904:16906='ref',<'ref'>,611:20] +[@2749,16908:16914='dynamic',<'dynamic'>,611:24] +[@2750,16916:16916='a',<Simple_Identifier>,611:32] +[@2751,16917:16917=',',<','>,611:33] +[@2752,16919:16921='out',<'out'>,611:35] +[@2753,16923:16929='dynamic',<'dynamic'>,611:39] +[@2754,16931:16931='b',<Simple_Identifier>,611:47] +[@2755,16932:16932=',',<','>,611:48] +[@2756,16934:16939='params',<'params'>,611:50] +[@2757,16941:16947='dynamic',<'dynamic'>,611:57] +[@2758,16948:16948='[',<'['>,611:64] +[@2759,16949:16949=']',<']'>,611:65] +[@2760,16951:16951='c',<Simple_Identifier>,611:67] +[@2761,16952:16952=')',<')'>,611:68] +[@2762,16954:16954='{',<'{'>,611:70] +[@2763,16955:16955='}',<'}'>,611:71] +[@2764,16965:16968='void',<'void'>,612:8] +[@2765,16970:16975='Params',<Simple_Identifier>,612:13] +[@2766,16976:16976='(',<'('>,612:19] +[@2767,16977:16979='out',<'out'>,612:20] +[@2768,16981:16987='dynamic',<'dynamic'>,612:24] +[@2769,16989:16989='a',<Simple_Identifier>,612:32] +[@2770,16991:16991='=',<'='>,612:34] +[@2771,16993:16993='2',<Integer_Literal>,612:36] +[@2772,16994:16994=',',<','>,612:37] +[@2773,16996:16998='ref',<'ref'>,612:39] +[@2774,17000:17006='dynamic',<'dynamic'>,612:43] +[@2775,17008:17008='c',<Simple_Identifier>,612:51] +[@2776,17010:17010='=',<'='>,612:53] +[@2777,17012:17018='default',<'default'>,612:55] +[@2778,17019:17019='(',<'('>,612:62] +[@2779,17020:17026='dynamic',<'dynamic'>,612:63] +[@2780,17027:17027=')',<')'>,612:70] +[@2781,17028:17028=',',<','>,612:71] +[@2782,17030:17035='params',<'params'>,612:73] +[@2783,17037:17043='dynamic',<'dynamic'>,612:80] +[@2784,17044:17044='[',<'['>,612:87] +[@2785,17045:17045=']',<']'>,612:88] +[@2786,17046:17046='[',<'['>,612:89] +[@2787,17047:17047=']',<']'>,612:90] +[@2788,17049:17049='c',<Simple_Identifier>,612:92] +[@2789,17050:17050=')',<')'>,612:93] +[@2790,17052:17052='{',<'{'>,612:95] +[@2791,17053:17053='}',<'}'>,612:96] +[@2792,17064:17069='public',<'public'>,614:8] +[@2793,17071:17078='override',<'override'>,614:15] +[@2794,17080:17085='string',<'string'>,614:24] +[@2795,17087:17094='ToString',<Simple_Identifier>,614:31] +[@2796,17095:17095='(',<'('>,614:39] +[@2797,17096:17096=')',<')'>,614:40] +[@2798,17098:17098='{',<'{'>,614:42] +[@2799,17100:17105='return',<'return'>,614:44] +[@2800,17107:17110='base',<'base'>,614:51] +[@2801,17111:17111='.',<'.'>,614:55] +[@2802,17112:17119='ToString',<Simple_Identifier>,614:56] +[@2803,17120:17120='(',<'('>,614:64] +[@2804,17121:17121=')',<')'>,614:65] +[@2805,17122:17122=';',<';'>,614:66] +[@2806,17124:17124='}',<'}'>,614:68] +[@2807,17136:17141='public',<'public'>,616:8] +[@2808,17143:17149='partial',<'partial'>,616:15] +[@2809,17151:17154='void',<'void'>,616:23] +[@2810,17156:17162='OnError',<Simple_Identifier>,616:28] +[@2811,17163:17163='(',<'('>,616:35] +[@2812,17164:17164=')',<')'>,616:36] +[@2813,17165:17165=';',<';'>,616:37] +[@2814,17176:17181='public',<'public'>,618:8] +[@2815,17183:17189='partial',<'partial'>,618:15] +[@2816,17191:17194='void',<'void'>,618:23] +[@2817,17196:17201='method',<Simple_Identifier>,618:28] +[@2818,17202:17202='(',<'('>,618:34] +[@2819,17203:17203=')',<')'>,618:35] +[@2820,17213:17213='{',<'{'>,619:8] +[@2821,17227:17229='int',<'int'>,620:12] +[@2822,17230:17230='?',<'?'>,620:15] +[@2823,17231:17231='[',<'['>,620:16] +[@2824,17232:17232=']',<']'>,620:17] +[@2825,17234:17234='a',<Simple_Identifier>,620:19] +[@2826,17236:17236='=',<'='>,620:21] +[@2827,17238:17240='new',<'new'>,620:23] +[@2828,17242:17244='int',<'int'>,620:27] +[@2829,17245:17245='?',<'?'>,620:30] +[@2830,17246:17246='[',<'['>,620:31] +[@2831,17247:17247='5',<Integer_Literal>,620:32] +[@2832,17248:17248=']',<']'>,620:33] +[@2833,17249:17249=';',<';'>,620:34] +[@2834,17283:17285='int',<'int'>,621:12] +[@2835,17286:17286='[',<'['>,621:15] +[@2836,17287:17287=']',<']'>,621:16] +[@2837,17289:17291='var',<'var'>,621:18] +[@2838,17293:17293='=',<'='>,621:22] +[@2839,17295:17295='{',<'{'>,621:24] +[@2840,17297:17297='1',<Integer_Literal>,621:26] +[@2841,17298:17298=',',<','>,621:27] +[@2842,17300:17300='2',<Integer_Literal>,621:29] +[@2843,17301:17301=',',<','>,621:30] +[@2844,17303:17303='3',<Integer_Literal>,621:32] +[@2845,17304:17304=',',<','>,621:33] +[@2846,17306:17306='4',<Integer_Literal>,621:35] +[@2847,17307:17307=',',<','>,621:36] +[@2848,17309:17309='5',<Integer_Literal>,621:38] +[@2849,17311:17311='}',<'}'>,621:40] +[@2850,17312:17312=';',<';'>,621:41] +[@2851,17332:17334='int',<'int'>,622:12] +[@2852,17336:17336='i',<Simple_Identifier>,622:16] +[@2853,17338:17338='=',<'='>,622:18] +[@2854,17340:17340='a',<Simple_Identifier>,622:20] +[@2855,17341:17341='[',<'['>,622:21] +[@2856,17342:17342='i',<Simple_Identifier>,622:22] +[@2857,17343:17343=']',<']'>,622:23] +[@2858,17344:17344=';',<';'>,622:24] +[@2859,17364:17366='Foo',<Simple_Identifier>,623:12] +[@2860,17367:17367='<',<'<'>,623:15] +[@2861,17368:17368='T',<Simple_Identifier>,623:16] +[@2862,17369:17369='>',<'>'>,623:17] +[@2863,17371:17371='f',<Simple_Identifier>,623:19] +[@2864,17373:17373='=',<'='>,623:21] +[@2865,17375:17377='new',<'new'>,623:23] +[@2866,17379:17381='Foo',<Simple_Identifier>,623:27] +[@2867,17382:17382='<',<'<'>,623:30] +[@2868,17383:17385='int',<'int'>,623:31] +[@2869,17386:17386='>',<'>'>,623:34] +[@2870,17387:17387='(',<'('>,623:35] +[@2871,17388:17388=')',<')'>,623:36] +[@2872,17389:17389=';',<';'>,623:37] +[@2873,17412:17412='f',<Simple_Identifier>,624:12] +[@2874,17413:17413='.',<'.'>,624:13] +[@2875,17414:17419='method',<Simple_Identifier>,624:14] +[@2876,17420:17420='(',<'('>,624:20] +[@2877,17421:17421=')',<')'>,624:21] +[@2878,17422:17422=';',<';'>,624:22] +[@2879,17443:17443='i',<Simple_Identifier>,625:12] +[@2880,17445:17445='=',<'='>,625:14] +[@2881,17447:17447='i',<Simple_Identifier>,625:16] +[@2882,17449:17449='+',<'+'>,625:18] +[@2883,17451:17451='i',<Simple_Identifier>,625:20] +[@2884,17453:17453='-',<'-'>,625:22] +[@2885,17455:17455='i',<Simple_Identifier>,625:24] +[@2886,17457:17457='*',<'*'>,625:26] +[@2887,17459:17459='i',<Simple_Identifier>,625:28] +[@2888,17461:17461='/',<'/'>,625:30] +[@2889,17463:17463='i',<Simple_Identifier>,625:32] +[@2890,17465:17465='%',<'%'>,625:34] +[@2891,17467:17467='i',<Simple_Identifier>,625:36] +[@2892,17469:17469='&',<'&'>,625:38] +[@2893,17471:17471='i',<Simple_Identifier>,625:40] +[@2894,17473:17473='|',<'|'>,625:42] +[@2895,17475:17475='i',<Simple_Identifier>,625:44] +[@2896,17477:17477='^',<'^'>,625:46] +[@2897,17479:17479='i',<Simple_Identifier>,625:48] +[@2898,17480:17480=';',<';'>,625:49] +[@2899,17513:17516='bool',<'bool'>,626:12] +[@2900,17518:17518='b',<Simple_Identifier>,626:17] +[@2901,17520:17520='=',<'='>,626:19] +[@2902,17522:17525='true',<'true'>,626:21] +[@2903,17527:17527='&',<'&'>,626:26] +[@2904,17529:17533='false',<'false'>,626:28] +[@2905,17535:17535='|',<'|'>,626:34] +[@2906,17537:17540='true',<'true'>,626:36] +[@2907,17542:17542='^',<'^'>,626:41] +[@2908,17544:17548='false',<'false'>,626:43] +[@2909,17549:17549=';',<';'>,626:48] +[@2910,17572:17572='b',<Simple_Identifier>,627:12] +[@2911,17574:17574='=',<'='>,627:14] +[@2912,17576:17576='!',<'!'>,627:16] +[@2913,17577:17577='b',<Simple_Identifier>,627:17] +[@2914,17578:17578=';',<';'>,627:18] +[@2915,17597:17597='i',<Simple_Identifier>,628:12] +[@2916,17599:17599='=',<'='>,628:14] +[@2917,17601:17601='~',<'~'>,628:16] +[@2918,17602:17602='i',<Simple_Identifier>,628:17] +[@2919,17603:17603=';',<';'>,628:18] +[@2920,17623:17623='b',<Simple_Identifier>,629:12] +[@2921,17625:17625='=',<'='>,629:14] +[@2922,17627:17627='i',<Simple_Identifier>,629:16] +[@2923,17629:17629='<',<'<'>,629:18] +[@2924,17631:17631='i',<Simple_Identifier>,629:20] +[@2925,17633:17634='&&',<'&&'>,629:22] +[@2926,17636:17636='i',<Simple_Identifier>,629:25] +[@2927,17638:17638='>',<'>'>,629:27] +[@2928,17640:17640='i',<Simple_Identifier>,629:29] +[@2929,17641:17641=';',<';'>,629:30] +[@2930,17665:17667='int',<'int'>,630:12] +[@2931,17668:17668='?',<'?'>,630:15] +[@2932,17670:17671='ii',<Simple_Identifier>,630:17] +[@2933,17673:17673='=',<'='>,630:20] +[@2934,17675:17675='5',<Integer_Literal>,630:22] +[@2935,17676:17676=';',<';'>,630:23] +[@2936,17707:17709='int',<'int'>,631:12] +[@2937,17711:17711='f',<Simple_Identifier>,631:16] +[@2938,17713:17713='=',<'='>,631:18] +[@2939,17715:17718='true',<'true'>,631:20] +[@2940,17720:17720='?',<'?'>,631:25] +[@2941,17722:17722='1',<Integer_Literal>,631:27] +[@2942,17724:17724=':',<':'>,631:29] +[@2943,17726:17726='0',<Integer_Literal>,631:31] +[@2944,17727:17727=';',<';'>,631:32] +[@2945,17759:17759='i',<Simple_Identifier>,632:12] +[@2946,17760:17761='++',<'++'>,632:13] +[@2947,17762:17762=';',<';'>,632:15] +[@2948,17782:17782='i',<Simple_Identifier>,633:12] +[@2949,17783:17784='--',<'--'>,633:13] +[@2950,17785:17785=';',<';'>,633:15] +[@2951,17805:17805='b',<Simple_Identifier>,634:12] +[@2952,17807:17807='=',<'='>,634:14] +[@2953,17809:17812='true',<'true'>,634:16] +[@2954,17814:17815='&&',<'&&'>,634:21] +[@2955,17817:17821='false',<'false'>,634:24] +[@2956,17823:17824='||',<'||'>,634:30] +[@2957,17826:17829='true',<'true'>,634:33] +[@2958,17830:17830=';',<';'>,634:37] +[@2959,17853:17853='b',<Simple_Identifier>,635:12] +[@2960,17855:17855='=',<'='>,635:14] +[@2961,17857:17857='i',<Simple_Identifier>,635:16] +[@2962,17859:17860='==',<'=='>,635:18] +[@2963,17862:17862='i',<Simple_Identifier>,635:21] +[@2964,17864:17865='&&',<'&&'>,635:23] +[@2965,17867:17867='i',<Simple_Identifier>,635:26] +[@2966,17869:17870='!=',<'!='>,635:28] +[@2967,17872:17872='i',<Simple_Identifier>,635:31] +[@2968,17874:17875='&&',<'&&'>,635:33] +[@2969,17877:17877='i',<Simple_Identifier>,635:36] +[@2970,17879:17880='<=',<'<='>,635:38] +[@2971,17882:17882='i',<Simple_Identifier>,635:41] +[@2972,17884:17885='&&',<'&&'>,635:43] +[@2973,17887:17887='i',<Simple_Identifier>,635:46] +[@2974,17889:17890='>=',<'>='>,635:48] +[@2975,17892:17892='i',<Simple_Identifier>,635:51] +[@2976,17893:17893=';',<';'>,635:52] +[@2977,17927:17927='i',<Simple_Identifier>,636:12] +[@2978,17929:17930='+=',<'+='>,636:14] +[@2979,17932:17934='5.0',<Real_Literal>,636:17] +[@2980,17935:17935=';',<';'>,636:20] +[@2981,17955:17955='i',<Simple_Identifier>,637:12] +[@2982,17957:17958='-=',<'-='>,637:14] +[@2983,17960:17960='i',<Simple_Identifier>,637:17] +[@2984,17961:17961=';',<';'>,637:18] +[@2985,17981:17981='i',<Simple_Identifier>,638:12] +[@2986,17983:17984='*=',<'*='>,638:14] +[@2987,17986:17986='i',<Simple_Identifier>,638:17] +[@2988,17987:17987=';',<';'>,638:18] +[@2989,18007:18007='i',<Simple_Identifier>,639:12] +[@2990,18009:18010='/=',<'/='>,639:14] +[@2991,18012:18012='i',<Simple_Identifier>,639:17] +[@2992,18013:18013=';',<';'>,639:18] +[@2993,18033:18033='i',<Simple_Identifier>,640:12] +[@2994,18035:18036='%=',<'%='>,640:14] +[@2995,18038:18038='i',<Simple_Identifier>,640:17] +[@2996,18039:18039=';',<';'>,640:18] +[@2997,18059:18059='i',<Simple_Identifier>,641:12] +[@2998,18061:18062='&=',<'&='>,641:14] +[@2999,18064:18064='i',<Simple_Identifier>,641:17] +[@3000,18065:18065=';',<';'>,641:18] +[@3001,18085:18085='i',<Simple_Identifier>,642:12] +[@3002,18087:18088='|=',<'|='>,642:14] +[@3003,18090:18090='i',<Simple_Identifier>,642:17] +[@3004,18091:18091=';',<';'>,642:18] +[@3005,18111:18111='i',<Simple_Identifier>,643:12] +[@3006,18113:18114='^=',<'^='>,643:14] +[@3007,18116:18116='i',<Simple_Identifier>,643:17] +[@3008,18117:18117=';',<';'>,643:18] +[@3009,18137:18137='i',<Simple_Identifier>,644:12] +[@3010,18139:18141='<<=',<'<<='>,644:14] +[@3011,18143:18143='i',<Simple_Identifier>,644:18] +[@3012,18144:18144=';',<';'>,644:19] +[@3013,18165:18165='i',<Simple_Identifier>,645:12] +[@3014,18167:18167='>',<'>'>,645:14] +[@3015,18168:18169='>=',<'>='>,645:15] +[@3016,18171:18171='i',<Simple_Identifier>,645:18] +[@3017,18172:18172=';',<';'>,645:19] +[@3018,18193:18198='object',<'object'>,646:12] +[@3019,18200:18200='s',<Simple_Identifier>,646:19] +[@3020,18202:18202='=',<'='>,646:21] +[@3021,18204:18204='x',<Simple_Identifier>,646:23] +[@3022,18206:18207='=>',<'=>'>,646:25] +[@3023,18209:18209='x',<Simple_Identifier>,646:28] +[@3024,18211:18211='+',<'+'>,646:30] +[@3025,18213:18213='1',<Integer_Literal>,646:32] +[@3026,18214:18214=';',<';'>,646:33] +[@3027,18234:18239='double',<'double'>,647:12] +[@3028,18241:18241='d',<Simple_Identifier>,647:19] +[@3029,18243:18243='=',<'='>,647:21] +[@3030,18245:18246='.3',<Real_Literal>,647:23] +[@3031,18247:18247=';',<';'>,647:25] +[@3032,18261:18265='Point',<Simple_Identifier>,648:12] +[@3033,18267:18271='point',<Simple_Identifier>,648:18] +[@3034,18272:18272=';',<';'>,648:23] +[@3035,18286:18291='unsafe',<'unsafe'>,649:12] +[@3036,18305:18305='{',<'{'>,650:12] +[@3037,18323:18327='Point',<Simple_Identifier>,651:16] +[@3038,18328:18328='*',<'*'>,651:21] +[@3039,18330:18330='p',<Simple_Identifier>,651:23] +[@3040,18332:18332='=',<'='>,651:25] +[@3041,18334:18334='&',<'&'>,651:27] +[@3042,18335:18339='point',<Simple_Identifier>,651:28] +[@3043,18340:18340=';',<';'>,651:33] +[@3044,18365:18365='p',<Simple_Identifier>,652:16] +[@3045,18366:18367='->',<'->'>,652:17] +[@3046,18368:18368='x',<Simple_Identifier>,652:19] +[@3047,18370:18370='=',<'='>,652:21] +[@3048,18372:18373='10',<Integer_Literal>,652:23] +[@3049,18374:18374=';',<';'>,652:25] +[@3050,18394:18394='}',<'}'>,653:12] +[@3051,18408:18409='IO',<Simple_Identifier>,654:12] +[@3052,18410:18411='::',<'::'>,654:14] +[@3053,18412:18423='BinaryReader',<Simple_Identifier>,654:16] +[@3054,18425:18426='br',<Simple_Identifier>,654:29] +[@3055,18428:18428='=',<'='>,654:32] +[@3056,18430:18433='null',<'null'>,654:34] +[@3057,18434:18434=';',<';'>,654:38] +[@3058,18448:18448='x',<Simple_Identifier>,655:12] +[@3059,18449:18449='[',<'['>,655:13] +[@3060,18450:18450='i',<Simple_Identifier>,655:14] +[@3061,18451:18451=':',<':'>,655:15] +[@3062,18453:18453='1',<Integer_Literal>,655:17] +[@3063,18454:18454=']',<']'>,655:18] +[@3064,18456:18456='=',<'='>,655:20] +[@3065,18458:18458='3',<Integer_Literal>,655:22] +[@3066,18459:18459=';',<';'>,655:23] +[@3067,18473:18473='x',<Simple_Identifier>,656:12] +[@3068,18474:18474='[',<'['>,656:13] +[@3069,18475:18475='i',<Simple_Identifier>,656:14] +[@3070,18476:18476=':',<':'>,656:15] +[@3071,18478:18478='1',<Integer_Literal>,656:17] +[@3072,18479:18479=',',<','>,656:18] +[@3073,18481:18481='j',<Simple_Identifier>,656:20] +[@3074,18482:18482=':',<':'>,656:21] +[@3075,18484:18484='5',<Integer_Literal>,656:23] +[@3076,18485:18485=']',<']'>,656:24] +[@3077,18487:18487='=',<'='>,656:26] +[@3078,18489:18493='"str"',<String_Literal>,656:28] +[@3079,18494:18494=';',<';'>,656:33] +[@3080,18504:18504='}',<'}'>,657:8] +[@3081,18515:18520='struct',<'struct'>,659:8] +[@3082,18522:18526='Point',<Simple_Identifier>,659:15] +[@3083,18528:18528='{',<'{'>,659:21] +[@3084,18530:18535='public',<'public'>,659:23] +[@3085,18537:18539='int',<'int'>,659:30] +[@3086,18541:18541='X',<Simple_Identifier>,659:34] +[@3087,18542:18542=';',<';'>,659:35] +[@3088,18544:18549='public',<'public'>,659:37] +[@3089,18551:18553='int',<'int'>,659:44] +[@3090,18555:18555='Y',<Simple_Identifier>,659:48] +[@3091,18556:18556=';',<';'>,659:49] +[@3092,18558:18563='public',<'public'>,659:51] +[@3093,18565:18568='void',<'void'>,659:58] +[@3094,18570:18579='ThisAccess',<Simple_Identifier>,659:63] +[@3095,18580:18580='(',<'('>,659:73] +[@3096,18581:18581=')',<')'>,659:74] +[@3097,18583:18583='{',<'{'>,659:76] +[@3098,18585:18588='this',<'this'>,659:78] +[@3099,18590:18590='=',<'='>,659:83] +[@3100,18592:18595='this',<'this'>,659:85] +[@3101,18596:18596=';',<';'>,659:89] +[@3102,18598:18598='}',<'}'>,659:91] +[@3103,18600:18600='}',<'}'>,659:93] +[@3104,18606:18606='}',<'}'>,660:4] +[@3105,18704:18708='class',<'class'>,663:4] +[@3106,18710:18724='CSharp6Features',<Simple_Identifier>,663:10] +[@3107,18730:18730='{',<'{'>,664:4] +[@3108,18784:18789='public',<'public'>,666:8] +[@3109,18791:18796='string',<'string'>,666:15] +[@3110,18798:18802='First',<Simple_Identifier>,666:22] +[@3111,18804:18804='{',<'{'>,666:28] +[@3112,18806:18808='get',<'get'>,666:30] +[@3113,18809:18809=';',<';'>,666:33] +[@3114,18811:18813='set',<'set'>,666:35] +[@3115,18814:18814=';',<';'>,666:38] +[@3116,18816:18816='}',<'}'>,666:40] +[@3117,18818:18818='=',<'='>,666:42] +[@3118,18820:18825='"Jane"',<String_Literal>,666:44] +[@3119,18826:18826=';',<';'>,666:50] +[@3120,18836:18841='public',<'public'>,667:8] +[@3121,18843:18848='string',<'string'>,667:15] +[@3122,18850:18853='Last',<Simple_Identifier>,667:22] +[@3123,18855:18855='{',<'{'>,667:27] +[@3124,18857:18859='get',<'get'>,667:29] +[@3125,18860:18860=';',<';'>,667:32] +[@3126,18862:18864='set',<'set'>,667:34] +[@3127,18865:18865=';',<';'>,667:37] +[@3128,18867:18867='}',<'}'>,667:39] +[@3129,18869:18869='=',<'='>,667:41] +[@3130,18871:18875='"Doe"',<String_Literal>,667:43] +[@3131,18876:18876=';',<';'>,667:48] +[@3132,18930:18935='public',<'public'>,670:8] +[@3133,18937:18942='string',<'string'>,670:15] +[@3134,18944:18948='Third',<Simple_Identifier>,670:22] +[@3135,18950:18950='{',<'{'>,670:28] +[@3136,18952:18954='get',<'get'>,670:30] +[@3137,18955:18955=';',<';'>,670:33] +[@3138,18957:18957='}',<'}'>,670:35] +[@3139,18959:18959='=',<'='>,670:37] +[@3140,18961:18966='"Jane"',<String_Literal>,670:39] +[@3141,18967:18967=';',<';'>,670:45] +[@3142,18977:18982='public',<'public'>,671:8] +[@3143,18984:18989='string',<'string'>,671:15] +[@3144,18991:18996='Fourth',<Simple_Identifier>,671:22] +[@3145,18998:18998='{',<'{'>,671:29] +[@3146,19000:19002='get',<'get'>,671:31] +[@3147,19003:19003=';',<';'>,671:34] +[@3148,19005:19005='}',<'}'>,671:36] +[@3149,19007:19007='=',<'='>,671:38] +[@3150,19009:19013='"Doe"',<String_Literal>,671:40] +[@3151,19014:19014=';',<';'>,671:45] +[@3152,19085:19090='public',<'public'>,674:8] +[@3153,19092:19096='Point',<Simple_Identifier>,674:15] +[@3154,19098:19101='Move',<Simple_Identifier>,674:21] +[@3155,19102:19102='(',<'('>,674:25] +[@3156,19103:19105='int',<'int'>,674:26] +[@3157,19107:19108='dx',<Simple_Identifier>,674:30] +[@3158,19109:19109=',',<','>,674:32] +[@3159,19111:19113='int',<'int'>,674:34] +[@3160,19115:19116='dy',<Simple_Identifier>,674:38] +[@3161,19117:19117=')',<')'>,674:40] +[@3162,19119:19120='=>',<'=>'>,674:42] +[@3163,19122:19124='new',<'new'>,674:45] +[@3164,19126:19130='Point',<Simple_Identifier>,674:49] +[@3165,19131:19131='(',<'('>,674:54] +[@3166,19132:19132='x',<Simple_Identifier>,674:55] +[@3167,19134:19134='+',<'+'>,674:57] +[@3168,19136:19137='dx',<Simple_Identifier>,674:59] +[@3169,19138:19138=',',<','>,674:61] +[@3170,19140:19140='y',<Simple_Identifier>,674:63] +[@3171,19142:19142='+',<'+'>,674:65] +[@3172,19144:19145='dy',<Simple_Identifier>,674:67] +[@3173,19146:19146=')',<')'>,674:69] +[@3174,19147:19147=';',<';'>,674:70] +[@3175,19158:19163='public',<'public'>,675:8] +[@3176,19165:19170='static',<'static'>,675:15] +[@3177,19172:19178='Complex',<Simple_Identifier>,675:22] +[@3178,19180:19187='operator',<'operator'>,675:30] +[@3179,19189:19189='+',<'+'>,675:39] +[@3180,19190:19190='(',<'('>,675:40] +[@3181,19191:19197='Complex',<Simple_Identifier>,675:41] +[@3182,19199:19199='a',<Simple_Identifier>,675:49] +[@3183,19200:19200=',',<','>,675:50] +[@3184,19202:19208='Complex',<Simple_Identifier>,675:52] +[@3185,19210:19210='b',<Simple_Identifier>,675:60] +[@3186,19211:19211=')',<')'>,675:61] +[@3187,19213:19214='=>',<'=>'>,675:63] +[@3188,19216:19216='a',<Simple_Identifier>,675:66] +[@3189,19217:19217='.',<'.'>,675:67] +[@3190,19218:19220='Add',<Simple_Identifier>,675:68] +[@3191,19221:19221='(',<'('>,675:71] +[@3192,19222:19222='b',<Simple_Identifier>,675:72] +[@3193,19223:19223=')',<')'>,675:73] +[@3194,19224:19224=';',<';'>,675:74] +[@3195,19234:19239='public',<'public'>,676:8] +[@3196,19241:19246='static',<'static'>,676:15] +[@3197,19248:19255='implicit',<'implicit'>,676:22] +[@3198,19257:19264='operator',<'operator'>,676:31] +[@3199,19266:19271='string',<'string'>,676:40] +[@3200,19272:19272='(',<'('>,676:46] +[@3201,19273:19278='Person',<Simple_Identifier>,676:47] +[@3202,19280:19280='p',<Simple_Identifier>,676:54] +[@3203,19281:19281=')',<')'>,676:55] +[@3204,19283:19284='=>',<'=>'>,676:57] +[@3205,19286:19286='p',<Simple_Identifier>,676:60] +[@3206,19287:19287='.',<'.'>,676:61] +[@3207,19288:19292='First',<Simple_Identifier>,676:62] +[@3208,19294:19294='+',<'+'>,676:68] +[@3209,19296:19298='" "',<String_Literal>,676:70] +[@3210,19300:19300='+',<'+'>,676:74] +[@3211,19302:19302='p',<Simple_Identifier>,676:76] +[@3212,19303:19303='.',<'.'>,676:77] +[@3213,19304:19307='Last',<Simple_Identifier>,676:78] +[@3214,19308:19308=';',<';'>,676:82] +[@3215,19318:19323='public',<'public'>,677:8] +[@3216,19325:19328='void',<'void'>,677:15] +[@3217,19330:19334='Print',<Simple_Identifier>,677:20] +[@3218,19335:19335='(',<'('>,677:25] +[@3219,19336:19336=')',<')'>,677:26] +[@3220,19338:19339='=>',<'=>'>,677:28] +[@3221,19341:19347='Console',<Simple_Identifier>,677:31] +[@3222,19348:19348='.',<'.'>,677:38] +[@3223,19349:19357='WriteLine',<Simple_Identifier>,677:39] +[@3224,19358:19358='(',<'('>,677:48] +[@3225,19359:19363='First',<Simple_Identifier>,677:49] +[@3226,19365:19365='+',<'+'>,677:55] +[@3227,19367:19369='" "',<String_Literal>,677:57] +[@3228,19371:19371='+',<'+'>,677:61] +[@3229,19373:19376='Last',<Simple_Identifier>,677:63] +[@3230,19377:19377=')',<')'>,677:67] +[@3231,19378:19378=';',<';'>,677:68] +[@3232,19460:19465='public',<'public'>,680:8] +[@3233,19467:19472='string',<'string'>,680:15] +[@3234,19474:19477='Name',<Simple_Identifier>,680:22] +[@3235,19479:19480='=>',<'=>'>,680:27] +[@3236,19482:19486='First',<Simple_Identifier>,680:30] +[@3237,19488:19488='+',<'+'>,680:36] +[@3238,19490:19492='" "',<String_Literal>,680:38] +[@3239,19494:19494='+',<'+'>,680:42] +[@3240,19496:19499='Last',<Simple_Identifier>,680:44] +[@3241,19500:19500=';',<';'>,680:48] +[@3242,19510:19515='public',<'public'>,681:8] +[@3243,19517:19519='int',<'int'>,681:15] +[@3244,19521:19524='this',<'this'>,681:19] +[@3245,19525:19525='[',<'['>,681:23] +[@3246,19526:19529='long',<'long'>,681:24] +[@3247,19531:19532='id',<Simple_Identifier>,681:29] +[@3248,19533:19533=']',<']'>,681:31] +[@3249,19535:19536='=>',<'=>'>,681:33] +[@3250,19538:19539='id',<Simple_Identifier>,681:36] +[@3251,19540:19540=';',<';'>,681:38] +[@3252,19559:19563='async',<'async'>,683:8] +[@3253,19565:19568='void',<'void'>,683:14] +[@3254,19570:19573='Test',<Simple_Identifier>,683:19] +[@3255,19574:19574='(',<'('>,683:23] +[@3256,19575:19575=')',<')'>,683:24] +[@3257,19585:19585='{',<'{'>,684:8] +[@3258,19627:19635='WriteLine',<Simple_Identifier>,686:12] +[@3259,19636:19636='(',<'('>,686:21] +[@3260,19637:19640='Sqrt',<Simple_Identifier>,686:22] +[@3261,19641:19641='(',<'('>,686:26] +[@3262,19642:19642='3',<Integer_Literal>,686:27] +[@3263,19643:19643='*',<'*'>,686:28] +[@3264,19644:19644='3',<Integer_Literal>,686:29] +[@3265,19646:19646='+',<'+'>,686:31] +[@3266,19648:19648='4',<Integer_Literal>,686:33] +[@3267,19649:19649='*',<'*'>,686:34] +[@3268,19650:19650='4',<Integer_Literal>,686:35] +[@3269,19651:19651=')',<')'>,686:36] +[@3270,19652:19652=')',<')'>,686:37] +[@3271,19653:19653=';',<';'>,686:38] +[@3272,19667:19675='WriteLine',<Simple_Identifier>,687:12] +[@3273,19676:19676='(',<'('>,687:21] +[@3274,19677:19682='Friday',<Simple_Identifier>,687:22] +[@3275,19684:19684='-',<'-'>,687:29] +[@3276,19686:19691='Monday',<Simple_Identifier>,687:31] +[@3277,19692:19692=')',<')'>,687:37] +[@3278,19693:19693=';',<';'>,687:38] +[@3279,19719:19721='var',<'var'>,688:12] +[@3280,19723:19727='range',<Simple_Identifier>,688:16] +[@3281,19729:19729='=',<'='>,688:22] +[@3282,19731:19735='Range',<Simple_Identifier>,688:24] +[@3283,19736:19736='(',<'('>,688:29] +[@3284,19737:19737='5',<Integer_Literal>,688:30] +[@3285,19738:19738=',',<','>,688:31] +[@3286,19740:19741='17',<Integer_Literal>,688:33] +[@3287,19742:19742=')',<')'>,688:35] +[@3288,19743:19743=';',<';'>,688:36] +[@3289,19793:19795='var',<'var'>,689:12] +[@3290,19797:19800='even',<Simple_Identifier>,689:16] +[@3291,19802:19802='=',<'='>,689:21] +[@3292,19804:19808='range',<Simple_Identifier>,689:23] +[@3293,19809:19809='.',<'.'>,689:28] +[@3294,19810:19814='Where',<Simple_Identifier>,689:29] +[@3295,19815:19815='(',<'('>,689:34] +[@3296,19816:19816='i',<Simple_Identifier>,689:35] +[@3297,19818:19819='=>',<'=>'>,689:37] +[@3298,19821:19821='i',<Simple_Identifier>,689:40] +[@3299,19823:19823='%',<'%'>,689:42] +[@3300,19825:19825='2',<Integer_Literal>,689:44] +[@3301,19827:19828='==',<'=='>,689:46] +[@3302,19830:19830='0',<Integer_Literal>,689:49] +[@3303,19831:19831=')',<')'>,689:50] +[@3304,19832:19832=';',<';'>,689:51] +[@3305,19907:19909='int',<'int'>,692:12] +[@3306,19910:19910='?',<'?'>,692:15] +[@3307,19912:19917='length',<Simple_Identifier>,692:17] +[@3308,19919:19919='=',<'='>,692:24] +[@3309,19921:19929='customers',<Simple_Identifier>,692:26] +[@3310,19930:19930='?',<'?'>,692:35] +[@3311,19931:19931='.',<'.'>,692:36] +[@3312,19932:19937='Length',<Simple_Identifier>,692:37] +[@3313,19938:19938=';',<';'>,692:43] +[@3314,19981:19988='Customer',<Simple_Identifier>,693:12] +[@3315,19990:19994='first',<Simple_Identifier>,693:21] +[@3316,19996:19996='=',<'='>,693:27] +[@3317,19998:20006='customers',<Simple_Identifier>,693:29] +[@3318,20007:20007='?',<'?'>,693:38] +[@3319,20008:20008='[',<'['>,693:39] +[@3320,20009:20009='0',<Integer_Literal>,693:40] +[@3321,20010:20010=']',<']'>,693:41] +[@3322,20011:20011=';',<';'>,693:42] +[@3323,20067:20069='int',<'int'>,694:12] +[@3324,20071:20076='length',<Simple_Identifier>,694:16] +[@3325,20078:20078='=',<'='>,694:23] +[@3326,20080:20088='customers',<Simple_Identifier>,694:25] +[@3327,20089:20089='?',<'?'>,694:34] +[@3328,20090:20090='.',<'.'>,694:35] +[@3329,20091:20096='Length',<Simple_Identifier>,694:36] +[@3330,20098:20099='??',<'??'>,694:43] +[@3331,20101:20101='0',<Integer_Literal>,694:46] +[@3332,20102:20102=';',<';'>,694:47] +[@3333,20142:20144='int',<'int'>,695:12] +[@3334,20145:20145='?',<'?'>,695:15] +[@3335,20147:20151='first',<Simple_Identifier>,695:17] +[@3336,20153:20153='=',<'='>,695:23] +[@3337,20155:20163='customers',<Simple_Identifier>,695:25] +[@3338,20164:20164='?',<'?'>,695:34] +[@3339,20165:20165='[',<'['>,695:35] +[@3340,20166:20166='0',<Integer_Literal>,695:36] +[@3341,20167:20167=']',<']'>,695:37] +[@3342,20168:20168='?',<'?'>,695:38] +[@3343,20169:20169='.',<'.'>,695:39] +[@3344,20170:20175='Orders',<Simple_Identifier>,695:40] +[@3345,20176:20176='?',<'?'>,695:46] +[@3346,20177:20177='.',<'.'>,695:47] +[@3347,20178:20182='Count',<Simple_Identifier>,695:48] +[@3348,20183:20183='(',<'('>,695:53] +[@3349,20184:20184=')',<')'>,695:54] +[@3350,20185:20185=';',<';'>,695:55] +[@3351,20199:20213='PropertyChanged',<Simple_Identifier>,696:12] +[@3352,20214:20214='?',<'?'>,696:27] +[@3353,20215:20215='.',<'.'>,696:28] +[@3354,20216:20221='Invoke',<Simple_Identifier>,696:29] +[@3355,20222:20222='(',<'('>,696:35] +[@3356,20223:20226='this',<'this'>,696:36] +[@3357,20227:20227=',',<','>,696:40] +[@3358,20229:20232='args',<Simple_Identifier>,696:42] +[@3359,20233:20233=')',<')'>,696:46] +[@3360,20234:20234=';',<';'>,696:47] +[@3361,20297:20302='string',<'string'>,699:12] +[@3362,20304:20304='s',<Simple_Identifier>,699:19] +[@3363,20306:20306='=',<'='>,699:21] +[@3364,20308:20309='〔$"〕',<Interpolated_Regular_String_Start>,699:23] +[@3365,20310:20310='{',<'{'>,699:25] +[@3366,20311:20311='p',<Simple_Identifier>,699:26] +[@3367,20312:20312='.',<'.'>,699:27] +[@3368,20313:20316='Name',<Simple_Identifier>,699:28] +[@3369,20317:20317=',',<','>,699:32] +[@3370,20319:20320='20',<Integer_Literal>,699:34] +[@3371,20321:20321='}',<'}'>,699:36] +[@3372,20322:20325='〔 is 〕',<Interpolated_Regular_String_Mid>,699:37] +[@3373,20326:20326='{',<'{'>,699:41] +[@3374,20327:20327='p',<Simple_Identifier>,699:42] +[@3375,20328:20328='.',<'.'>,699:43] +[@3376,20329:20331='Age',<Simple_Identifier>,699:44] +[@3377,20332:20334='〔:D3〕',<Regular_Interpolation_Format>,699:47] +[@3378,20335:20335='}',<'}'>,699:50] +[@3379,20336:20351='〔 year{{s}} old #〕',<Interpolated_Regular_String_Mid>,699:51] +[@3380,20352:20352='〔"〕',<Interpolated_Regular_String_End>,699:67] +[@3381,20353:20353=';',<';'>,699:68] +[@3382,20367:20367='s',<Simple_Identifier>,700:12] +[@3383,20369:20369='=',<'='>,700:14] +[@3384,20371:20372='〔$"〕',<Interpolated_Regular_String_Start>,700:16] +[@3385,20373:20373='{',<'{'>,700:18] +[@3386,20374:20374='p',<Simple_Identifier>,700:19] +[@3387,20375:20375='.',<'.'>,700:20] +[@3388,20376:20379='Name',<Simple_Identifier>,700:21] +[@3389,20380:20380='}',<'}'>,700:25] +[@3390,20381:20386='〔 is \"〕',<Interpolated_Regular_String_Mid>,700:26] +[@3391,20387:20387='{',<'{'>,700:32] +[@3392,20388:20388='p',<Simple_Identifier>,700:33] +[@3393,20389:20389='.',<'.'>,700:34] +[@3394,20390:20392='Age',<Simple_Identifier>,700:35] +[@3395,20393:20393='}',<'}'>,700:38] +[@3396,20394:20398='〔 year〕',<Interpolated_Regular_String_Mid>,700:39] +[@3397,20399:20399='{',<'{'>,700:44] +[@3398,20400:20400='(',<'('>,700:45] +[@3399,20401:20401='p',<Simple_Identifier>,700:46] +[@3400,20402:20402='.',<'.'>,700:47] +[@3401,20403:20405='Age',<Simple_Identifier>,700:48] +[@3402,20407:20408='==',<'=='>,700:52] +[@3403,20410:20410='1',<Integer_Literal>,700:55] +[@3404,20412:20412='?',<'?'>,700:57] +[@3405,20414:20415='""',<String_Literal>,700:59] +[@3406,20417:20417=':',<':'>,700:62] +[@3407,20419:20421='"s"',<String_Literal>,700:64] +[@3408,20422:20422=')',<')'>,700:67] +[@3409,20423:20423='}',<'}'>,700:68] +[@3410,20424:20427='〔 old〕',<Interpolated_Regular_String_Mid>,700:69] +[@3411,20428:20428='〔"〕',<Interpolated_Regular_String_End>,700:73] +[@3412,20429:20429=';',<';'>,700:74] +[@3413,20443:20443='s',<Simple_Identifier>,701:12] +[@3414,20445:20445='=',<'='>,701:14] +[@3415,20447:20448='〔$"〕',<Interpolated_Regular_String_Start>,701:16] +[@3416,20449:20449='{',<'{'>,701:18] +[@3417,20450:20450='(',<'('>,701:19] +[@3418,20451:20451='p',<Simple_Identifier>,701:20] +[@3419,20452:20452='.',<'.'>,701:21] +[@3420,20453:20455='Age',<Simple_Identifier>,701:22] +[@3421,20457:20458='==',<'=='>,701:26] +[@3422,20460:20460='2',<Integer_Literal>,701:29] +[@3423,20462:20462='?',<'?'>,701:31] +[@3424,20464:20465='〔$"〕',<Interpolated_Regular_String_Start>,701:33] +[@3425,20466:20466='{',<'{'>,701:35] +[@3426,20467:20469='new',<'new'>,701:36] +[@3427,20471:20476='Person',<Simple_Identifier>,701:40] +[@3428,20478:20478='{',<'{'>,701:47] +[@3429,20480:20480='}',<'}'>,701:49] +[@3430,20482:20482='}',<'}'>,701:51] +[@3431,20483:20483='〔"〕',<Interpolated_Regular_String_End>,701:52] +[@3432,20485:20485=':',<':'>,701:54] +[@3433,20487:20488='""',<String_Literal>,701:56] +[@3434,20489:20489=')',<')'>,701:58] +[@3435,20490:20490='}',<'}'>,701:59] +[@3436,20491:20491='〔"〕',<Interpolated_Regular_String_End>,701:60] +[@3437,20492:20492=';',<';'>,701:61] +[@3438,20506:20506='s',<Simple_Identifier>,702:12] +[@3439,20508:20508='=',<'='>,702:14] +[@3440,20510:20512='〔$@"〕',<Interpolated_Verbatim_String_Start>,702:16] +[@3441,20513:20513='〔\〕',<Interpolated_Verbatim_String_Mid>,702:19] +[@3442,20514:20514='{',<'{'>,702:20] +[@3443,20515:20515='p',<Simple_Identifier>,702:21] +[@3444,20516:20516='.',<'.'>,702:22] +[@3445,20517:20520='Name',<Simple_Identifier>,702:23] +[@3446,20521:20521='}',<'}'>,702:27] +[@3447,20522:20560='〔\n ""\〕',<Interpolated_Verbatim_String_Mid>,702:28] +[@3448,20561:20561='〔"〕',<Interpolated_Verbatim_String_End>,703:38] +[@3449,20562:20562=';',<';'>,703:39] +[@3450,20576:20576='s',<Simple_Identifier>,704:12] +[@3451,20578:20578='=',<'='>,704:14] +[@3452,20580:20581='〔$"〕',<Interpolated_Regular_String_Start>,704:16] +[@3453,20582:20591='〔Color [ R=〕',<Interpolated_Regular_String_Mid>,704:18] +[@3454,20592:20592='{',<'{'>,704:28] +[@3455,20593:20596='func',<Simple_Identifier>,704:29] +[@3456,20597:20597='(',<'('>,704:33] +[@3457,20598:20598='b',<Simple_Identifier>,704:34] +[@3458,20599:20599=':',<':'>,704:35] +[@3459,20601:20601='3',<Integer_Literal>,704:37] +[@3460,20602:20602=')',<')'>,704:38] +[@3461,20603:20608='〔:#0.##〕',<Regular_Interpolation_Format>,704:39] +[@3462,20609:20609='}',<'}'>,704:45] +[@3463,20610:20613='〔, G=〕',<Interpolated_Regular_String_Mid>,704:46] +[@3464,20614:20614='{',<'{'>,704:50] +[@3465,20615:20615='G',<Simple_Identifier>,704:51] +[@3466,20616:20621='〔:#0.##〕',<Regular_Interpolation_Format>,704:52] +[@3467,20622:20622='}',<'}'>,704:58] +[@3468,20623:20626='〔, B=〕',<Interpolated_Regular_String_Mid>,704:59] +[@3469,20627:20627='{',<'{'>,704:63] +[@3470,20628:20628='B',<Simple_Identifier>,704:64] +[@3471,20629:20634='〔:#0.##〕',<Regular_Interpolation_Format>,704:65] +[@3472,20635:20635='}',<'}'>,704:71] +[@3473,20636:20639='〔, A=〕',<Interpolated_Regular_String_Mid>,704:72] +[@3474,20640:20640='{',<'{'>,704:76] +[@3475,20641:20641='A',<Simple_Identifier>,704:77] +[@3476,20642:20647='〔:#0.##〕',<Regular_Interpolation_Format>,704:78] +[@3477,20648:20648='}',<'}'>,704:84] +[@3478,20649:20650='〔 ]〕',<Interpolated_Regular_String_Mid>,704:85] +[@3479,20651:20651='〔"〕',<Interpolated_Regular_String_End>,704:87] +[@3480,20652:20652=';',<';'>,704:88] +[@3481,20713:20714='if',<'if'>,707:12] +[@3482,20716:20716='(',<'('>,707:15] +[@3483,20717:20717='x',<Simple_Identifier>,707:16] +[@3484,20719:20720='==',<'=='>,707:18] +[@3485,20722:20725='null',<'null'>,707:21] +[@3486,20726:20726=')',<')'>,707:25] +[@3487,20744:20748='throw',<'throw'>,708:16] +[@3488,20750:20752='new',<'new'>,708:22] +[@3489,20754:20774='ArgumentNullException',<Simple_Identifier>,708:26] +[@3490,20775:20775='(',<'('>,708:47] +[@3491,20776:20781='nameof',<'nameof'>,708:48] +[@3492,20782:20782='(',<'('>,708:54] +[@3493,20783:20783='x',<Simple_Identifier>,708:55] +[@3494,20784:20784=')',<')'>,708:56] +[@3495,20785:20785=')',<')'>,708:57] +[@3496,20786:20786=';',<';'>,708:58] +[@3497,20800:20808='WriteLine',<Simple_Identifier>,709:12] +[@3498,20809:20809='(',<'('>,709:21] +[@3499,20810:20815='nameof',<'nameof'>,709:22] +[@3500,20816:20816='(',<'('>,709:28] +[@3501,20817:20822='person',<Simple_Identifier>,709:29] +[@3502,20823:20823='.',<'.'>,709:35] +[@3503,20824:20830='Address',<Simple_Identifier>,709:36] +[@3504,20831:20831='.',<'.'>,709:43] +[@3505,20832:20838='ZipCode',<Simple_Identifier>,709:44] +[@3506,20839:20839=')',<')'>,709:51] +[@3507,20840:20840=')',<')'>,709:52] +[@3508,20841:20841=';',<';'>,709:53] +[@3509,20922:20924='var',<'var'>,712:12] +[@3510,20926:20932='numbers',<Simple_Identifier>,712:16] +[@3511,20934:20934='=',<'='>,712:24] +[@3512,20936:20938='new',<'new'>,712:26] +[@3513,20940:20949='Dictionary',<Simple_Identifier>,712:30] +[@3514,20950:20950='<',<'<'>,712:40] +[@3515,20951:20953='int',<'int'>,712:41] +[@3516,20954:20954=',',<','>,712:44] +[@3517,20956:20961='string',<'string'>,712:46] +[@3518,20962:20962='>',<'>'>,712:52] +[@3519,20964:20964='{',<'{'>,712:54] +[@3520,20982:20982='[',<'['>,713:16] +[@3521,20983:20983='7',<Integer_Literal>,713:17] +[@3522,20984:20984=']',<']'>,713:18] +[@3523,20986:20986='=',<'='>,713:20] +[@3524,20988:20994='"seven"',<String_Literal>,713:22] +[@3525,20995:20995=',',<','>,713:29] +[@3526,21013:21013='[',<'['>,714:16] +[@3527,21014:21014='9',<Integer_Literal>,714:17] +[@3528,21015:21015=']',<']'>,714:18] +[@3529,21017:21017='=',<'='>,714:20] +[@3530,21019:21024='"nine"',<String_Literal>,714:22] +[@3531,21025:21025=',',<','>,714:28] +[@3532,21043:21043='[',<'['>,715:16] +[@3533,21044:21045='13',<Integer_Literal>,715:17] +[@3534,21046:21046=']',<']'>,715:19] +[@3535,21048:21048='=',<'='>,715:21] +[@3536,21050:21059='"thirteen"',<String_Literal>,715:23] +[@3537,21073:21073='}',<'}'>,716:12] +[@3538,21074:21074=';',<';'>,716:13] +[@3539,21134:21136='try',<'try'>,719:12] +[@3540,21138:21138='{',<'{'>,719:16] +[@3541,21139:21139='}',<'}'>,719:17] +[@3542,21153:21157='catch',<'catch'>,720:12] +[@3543,21159:21159='(',<'('>,720:18] +[@3544,21160:21170='MyException',<Simple_Identifier>,720:19] +[@3545,21172:21172='e',<Simple_Identifier>,720:31] +[@3546,21173:21173=')',<')'>,720:32] +[@3547,21175:21178='when',<'when'>,720:34] +[@3548,21180:21180='(',<'('>,720:39] +[@3549,21181:21188='myfilter',<Simple_Identifier>,720:40] +[@3550,21189:21189='(',<'('>,720:48] +[@3551,21190:21190='e',<Simple_Identifier>,720:49] +[@3552,21191:21191=')',<')'>,720:50] +[@3553,21192:21192=')',<')'>,720:51] +[@3554,21206:21206='{',<'{'>,721:12] +[@3555,21208:21208='}',<'}'>,721:14] +[@3556,21284:21291='Resource',<Simple_Identifier>,724:12] +[@3557,21293:21295='res',<Simple_Identifier>,724:21] +[@3558,21297:21297='=',<'='>,724:25] +[@3559,21299:21302='null',<'null'>,724:27] +[@3560,21303:21303=';',<';'>,724:31] +[@3561,21317:21319='try',<'try'>,725:12] +[@3562,21333:21333='{',<'{'>,726:12] +[@3563,21351:21353='res',<Simple_Identifier>,727:16] +[@3564,21355:21355='=',<'='>,727:20] +[@3565,21357:21361='await',<'await'>,727:22] +[@3566,21363:21370='Resource',<Simple_Identifier>,727:28] +[@3567,21371:21371='.',<'.'>,727:36] +[@3568,21372:21380='OpenAsync',<Simple_Identifier>,727:37] +[@3569,21381:21381='(',<'('>,727:46] +[@3570,21382:21382=')',<')'>,727:47] +[@3571,21383:21383=';',<';'>,727:48] +[@3572,21425:21425='}',<'}'>,728:12] +[@3573,21440:21444='catch',<'catch'>,729:12] +[@3574,21445:21445='(',<'('>,729:17] +[@3575,21446:21462='ResourceException',<Simple_Identifier>,729:18] +[@3576,21464:21464='e',<Simple_Identifier>,729:36] +[@3577,21465:21465=')',<')'>,729:37] +[@3578,21479:21479='{',<'{'>,730:12] +[@3579,21497:21501='await',<'await'>,731:16] +[@3580,21503:21510='Resource',<Simple_Identifier>,731:22] +[@3581,21511:21511='.',<'.'>,731:30] +[@3582,21512:21519='LogAsync',<Simple_Identifier>,731:31] +[@3583,21520:21520='(',<'('>,731:39] +[@3584,21521:21523='res',<Simple_Identifier>,731:40] +[@3585,21524:21524=',',<','>,731:43] +[@3586,21526:21526='e',<Simple_Identifier>,731:45] +[@3587,21527:21527=')',<')'>,731:46] +[@3588,21528:21528=';',<';'>,731:47] +[@3589,21575:21575='}',<'}'>,732:12] +[@3590,21589:21595='finally',<'finally'>,733:12] +[@3591,21609:21609='{',<'{'>,734:12] +[@3592,21627:21628='if',<'if'>,735:16] +[@3593,21630:21630='(',<'('>,735:19] +[@3594,21631:21633='res',<Simple_Identifier>,735:20] +[@3595,21635:21636='!=',<'!='>,735:24] +[@3596,21638:21641='null',<'null'>,735:27] +[@3597,21642:21642=')',<')'>,735:31] +[@3598,21664:21668='await',<'await'>,736:20] +[@3599,21670:21672='res',<Simple_Identifier>,736:26] +[@3600,21673:21673='.',<'.'>,736:29] +[@3601,21674:21683='CloseAsync',<Simple_Identifier>,736:30] +[@3602,21684:21684='(',<'('>,736:40] +[@3603,21685:21685=')',<')'>,736:41] +[@3604,21686:21686=';',<';'>,736:42] +[@3605,21715:21715='}',<'}'>,737:12] +[@3606,21725:21725='}',<'}'>,738:8] +[@3607,21731:21731='}',<'}'>,739:4] +[@3608,21733:21733='}',<'}'>,740:0] +[@3609,21734:21733='<EOF>',<EOF>,740:1] diff --git a/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/Reference/AllInOneNoPreprocessor-v6.tree.red.txt b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/Reference/AllInOneNoPreprocessor-v6.tree.red.txt new file mode 100644 index 000000000..84030ffc0 --- /dev/null +++ b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/Reference/AllInOneNoPreprocessor-v6.tree.red.txt @@ -0,0 +1 @@ +(prog (compilation_unit (extern_alias_directive extern alias (identifier Foo) ;) (using_directive (using_namespace_directive using (namespace_name (identifier System)) ;)) (using_directive (using_namespace_directive using (namespace_name (namespace_or_type_name (namespace_or_type_name (namespace_or_type_name (identifier System)) . (identifier Collections)) . (identifier Generic))) ;)) (using_directive (using_namespace_directive using (namespace_name (namespace_or_type_name (namespace_or_type_name (identifier System)) . (identifier Linq))) ;)) (using_directive (using_namespace_directive using (namespace_name (namespace_or_type_name (namespace_or_type_name (namespace_or_type_name (identifier System)) . (identifier Linq)) . (identifier Expressions))) ;)) (using_directive (using_namespace_directive using (namespace_name (namespace_or_type_name (namespace_or_type_name (identifier System)) . (identifier Text))) ;)) (using_directive (using_alias_directive using (identifier M) = (namespace_or_type_name (namespace_or_type_name (identifier System)) . (identifier Math)) ;)) (using_directive (using_namespace_directive using (namespace_name (namespace_or_type_name (namespace_or_type_name (identifier ConsoleApplication2)) . (identifier Test))) ;)) (using_directive (using_alias_directive using (identifier X) = (namespace_or_type_name (identifier int1)) ;)) (using_directive (using_alias_directive using (identifier Y) = (namespace_or_type_name (namespace_or_type_name (identifier ABC)) . (identifier X) (type_argument_list < (type_arguments (integral_type int)) >)) ;)) (using_directive (using_static_directive using static (type_name (namespace_or_type_name (namespace_or_type_name (identifier System)) . (identifier Math))) ;)) (using_directive (using_static_directive using static (type_name (namespace_or_type_name (namespace_or_type_name (identifier System)) . (identifier DayOfWeek))) ;)) (using_directive (using_static_directive using static (type_name (namespace_or_type_name (namespace_or_type_name (namespace_or_type_name (identifier System)) . (identifier Linq)) . (identifier Enumerable))) ;)) (global_attributes (global_attribute_section [ (global_attribute_target_specifier (global_attribute_target (identifier assembly)) :) (attribute_list (attribute (attribute_name (namespace_or_type_name (namespace_or_type_name (identifier System)) . (identifier Copyright))) (attribute_arguments ( (positional_argument_list (literal @"(C)"" \n\n2009")) )))) ]) (global_attribute_section [ (global_attribute_target_specifier (global_attribute_target (identifier module)) :) (attribute_list (attribute (attribute_name (namespace_or_type_name (namespace_or_type_name (identifier System)) . (identifier Copyright))) (attribute_arguments ( (positional_argument_list (additive_expression (additive_expression (literal "\n\t\u0123(C) \"2009")) + (multiplicative_expression (literal "\u0123")))) )))) ])) (namespace_member_declaration (class_declaration class (identifier TopLevelType) (class_base : (class_type (identifier IDisposable))) (class_body { (class_member_declaration (method_declaration method_modifiers (return_type void) (method_header (member_name (interface_type (identifier IDisposable)) . (identifier Dispose)) ( )) (method_body (block { })))) }))) (namespace_member_declaration (namespace_declaration namespace (qualified_identifier (identifier My)) (namespace_body { (using_directive (using_namespace_directive using (namespace_name (namespace_or_type_name (namespace_or_type_name (identifier A)) . (identifier B))) ;)) (namespace_member_declaration (interface_declaration interface (identifier CoContra) (variant_type_parameter_list < (variant_type_parameters (variant_type_parameters (variance_annotation out) (type_parameter (identifier T))) , (variance_annotation in) (type_parameter (identifier K))) >) (interface_body { }))) (namespace_member_declaration (delegate_declaration delegate (return_type void) (delegate_header (identifier CoContra2) (variant_type_parameter_list < (variant_type_parameters (variant_type_parameters (attributes (attribute_section [ (attribute_list (attribute (attribute_name (namespace_or_type_name (namespace_or_type_name (identifier System)) . (identifier Obsolete))) (attribute_arguments ( )))) ])) (variance_annotation out) (type_parameter (identifier T))) , (variance_annotation in) (type_parameter (identifier K))) >) ( ) (type_parameter_constraints_clause where (type_parameter (identifier T)) : (type_parameter_constraints (primary_constraint struct))) ;))) (namespace_member_declaration (class_declaration (class_modifier public) (class_modifier (unsafe_modifier unsafe)) partial class (identifier A) (class_base : (interface_type_list (interface_type (identifier C)) , (interface_type (identifier I)))) (class_body { (class_member_declaration (method_declaration (attributes (attribute_section [ (attribute_list (attribute (attribute_name (identifier DllImport)) (attribute_arguments ( (positional_argument_list (literal "kernel32")) , (named_argument_list (named_argument (identifier SetLastError) = (attribute_argument_expression (boolean_literal true)))) )))) ])) (method_modifiers (method_modifier (ref_method_modifier static)) (method_modifier (ref_method_modifier extern))) (return_type (simple_type bool)) (method_header (member_name (identifier CreateDirectory)) ( (parameter_list (fixed_parameters (fixed_parameter (type (class_type string)) (identifier name)) , (fixed_parameter (type (identifier SecurityAttribute)) (identifier sa)))) )) (method_body ;))) (class_member_declaration (constant_declaration (constant_modifier private) const (type (integral_type int)) (constant_declarators (constant_declarator (identifier (contextual_keyword global)) = (constant_expression (additive_expression (additive_expression (member_access (predefined_type int) . (identifier MinValue))) - (multiplicative_expression (literal 1)))))) ;)) (class_member_declaration (static_constructor_declaration (static_constructor_modifiers static) (identifier A) ( ) (static_constructor_body (block { })))) (class_member_declaration (constructor_declaration (attributes (attribute_section [ (attribute_target_specifier (attribute_target (identifier method)) :) (attribute_list (identifier Obsolete)) ])) (constructor_modifier public) (constructor_declarator (identifier A) ( (parameter_list (fixed_parameter (attributes (attribute_section [ (attribute_target_specifier (attribute_target (identifier param)) :) (attribute_list (identifier Obsolete)) ])) (type (integral_type int)) (identifier foo))) ) (constructor_initializer : base ( (argument_list (literal 1)) ))) (constructor_body (block { (statement_list (statement (labeled_statement (identifier L) : (statement (block { (statement_list (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier i) = (local_variable_initializer (sizeof_expression sizeof ( (unmanaged_type (integral_type int)) ))))))) ;)) (statement (expression_statement (statement_expression (pre_increment_expression ++ (unary_expression (identifier i)))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier s1) = (expression (interpolated_regular_string_expression 〔$"〕 〔x 〕 { (regular_interpolation (expression (literal 1)) , (interpolation_minimum_width (unary_expression - (unary_expression (literal 2)))) 〔:d〕) } 〔"〕))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier s2) = (expression (interpolated_verbatim_string_expression 〔$@"〕 〔x 〕 { (verbatim_interpolation (expression (literal 1)) , (interpolation_minimum_width (unary_expression - (unary_expression (literal 2)))) 〔:d〕) } 〔"〕))))) ;))) })))) (statement (expression_statement (statement_expression (invocation_expression (primary_expression (member_access (primary_expression (identifier Console)) . (identifier WriteLine))) ( (argument_list (member_access (primary_expression (member_access (primary_expression (identifier export)) . (identifier iefSupplied))) . (identifier command))) ))) ;)) (statement (declaration_statement (local_constant_declaration const (type (nullable_value_type (non_nullable_value_type (integral_type int)) (nullable_type_annotation ?))) (constant_declarators (constant_declarator (identifier local) = (constant_expression (member_access (predefined_type int) . (identifier MaxValue)))))) ;)) (statement (declaration_statement (local_constant_declaration const (type (nullable_reference_type (non_nullable_reference_type (identifier Guid)) (nullable_type_annotation ?))) (constant_declarators (constant_declarator (identifier local0) = (constant_expression (object_creation_expression new (type (identifier Guid)) ( (argument_list (invocation_expression (primary_expression (member_access (primary_expression (identifier r)) . (identifier ToString))) ( ))) )))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier привет) = (expression (identifier local))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier мир) = (expression (identifier local))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (contextual_keyword var)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier local3) = (local_variable_initializer (literal 0))) , (explicitly_typed_local_variable_declarator (identifier local4) = (local_variable_initializer (literal 1)))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier local3)) (assignment_operator =) (expression (assignment (unary_expression (identifier local4)) (assignment_operator =) (expression (literal 1)))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier local5) = (expression (null_coalescing_expression (conditional_or_expression (relational_expression (relational_expression (null_literal null)) as (type (identifier Action)))) ?? (null_coalescing_expression (null_literal null))))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier local6) = (expression (relational_expression (relational_expression (identifier local5)) is (type (identifier Action))))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier u) = (expression (literal 1u))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier U) = (expression (literal 1U))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type long)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier hex) = (local_variable_initializer (literal 0xBADC0DE))) , (explicitly_typed_local_variable_declarator (identifier Hex) = (local_variable_initializer (literal 0XDEADBEEF))) , (explicitly_typed_local_variable_declarator (identifier l) = (local_variable_initializer (unary_expression - (unary_expression (literal 1L))))) , (explicitly_typed_local_variable_declarator (identifier L) = (local_variable_initializer (literal 1L))) , (explicitly_typed_local_variable_declarator (identifier l2) = (local_variable_initializer (literal 2l)))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type ulong)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier ul) = (local_variable_initializer (literal 1ul))) , (explicitly_typed_local_variable_declarator (identifier Ul) = (local_variable_initializer (literal 1Ul))) , (explicitly_typed_local_variable_declarator (identifier uL) = (local_variable_initializer (literal 1uL))) , (explicitly_typed_local_variable_declarator (identifier UL) = (local_variable_initializer (literal 1UL))) , (explicitly_typed_local_variable_declarator (identifier lu) = (local_variable_initializer (literal 1lu))) , (explicitly_typed_local_variable_declarator (identifier Lu) = (local_variable_initializer (literal 1Lu))) , (explicitly_typed_local_variable_declarator (identifier lU) = (local_variable_initializer (literal 1lU))) , (explicitly_typed_local_variable_declarator (identifier LU) = (local_variable_initializer (literal 1LU)))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier minInt32Value) = (local_variable_initializer (unary_expression - (unary_expression (literal 2147483648)))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier minInt64Value) = (local_variable_initializer (unary_expression - (unary_expression (literal 9223372036854775808L)))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (simple_type bool)) (explicitly_typed_local_variable_declarators (identifier @bool)))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type byte)) (explicitly_typed_local_variable_declarators (identifier @byte)))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type char)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier @char) = (local_variable_initializer (literal 'c'))) , (explicitly_typed_local_variable_declarator (identifier \u0066) = (local_variable_initializer (literal '\u0066'))) , (explicitly_typed_local_variable_declarator (identifier hexchar) = (local_variable_initializer (literal '\x0130'))) , (explicitly_typed_local_variable_declarator (identifier hexchar2) = (local_variable_initializer (cast_expression ( (type (integral_type char)) ) (unary_expression (literal 0xBAD)))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (class_type string)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier \U00000065) = (local_variable_initializer (literal "\U00000065")))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (numeric_type decimal)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier @decimal) = (local_variable_initializer (literal 1.44M)))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier @decimal)) (assignment_operator =) (expression (literal 1.2m)))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (contextual_keyword dynamic)) (explicitly_typed_local_variable_declarators (identifier @dynamic)))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (floating_point_type double)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier @double) = (local_variable_initializer (member_access (primary_expression (identifier M)) . (identifier PI))))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier @double)) (assignment_operator =) (expression (literal 1d)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier @double)) (assignment_operator =) (expression (literal 1D)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier @double)) (assignment_operator =) (expression (unary_expression - (unary_expression (literal 1.2e3)))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (floating_point_type float)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier @float) = (local_variable_initializer (literal 1.2f)))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier @float)) (assignment_operator =) (expression (literal 1.44F)))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier @int) = (local_variable_initializer (null_coalescing_expression (conditional_or_expression (identifier local)) ?? (null_coalescing_expression (unary_expression - (unary_expression (literal 1)))))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type long)) (explicitly_typed_local_variable_declarators (identifier @long)))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (class_type object)) (explicitly_typed_local_variable_declarators (identifier @object)))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type sbyte)) (explicitly_typed_local_variable_declarators (identifier @sbyte)))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type short)) (explicitly_typed_local_variable_declarators (identifier @short)))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (class_type string)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier @string) = (local_variable_initializer (literal @"""/*")))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type uint)) (explicitly_typed_local_variable_declarators (identifier @uint)))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type ulong)) (explicitly_typed_local_variable_declarators (identifier @ulong)))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type ushort)) (explicitly_typed_local_variable_declarators (identifier @ushort)))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (contextual_keyword dynamic)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier (contextual_keyword dynamic)) = (local_variable_initializer (identifier local5)))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword add)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword alias)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier arglist) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword ascending)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword async)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword await)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword by)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword descending)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword dynamic)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword equals)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword from)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword get)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword group)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword into)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword join)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword let)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword nameof)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword on)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword orderby)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword partial)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword remove)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword select)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword set)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword var)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword when)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword where)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword yield)) = (expression (literal 0))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier __) = (expression (literal 0))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (contextual_keyword where)) (assignment_operator =) (expression (assignment (unary_expression (contextual_keyword yield)) (assignment_operator =) (expression (literal 0)))))) ;)) (statement (if_statement if ( (boolean_expression (relational_expression (relational_expression (identifier i)) > (shift_expression (literal 0)))) ) (embedded_statement (block { (statement_list (return_statement return ;)) })) else (embedded_statement (if_statement if ( (boolean_expression (equality_expression (equality_expression (identifier i)) == (relational_expression (literal 0)))) ) (embedded_statement (block { (statement_list (throw_statement throw (expression (object_creation_expression new (type (identifier Exception)) ( ))) ;)) })))))) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier o1) = (expression (object_creation_expression new (type (identifier MyObject)) ( )))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier o2) = (expression (object_creation_expression new (type (identifier MyObject)) ( (argument_list (contextual_keyword var)) )))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier o3) = (expression (object_creation_expression new (type (identifier MyObject)) (object_or_collection_initializer (object_initializer { (member_initializer_list (member_initializer (initializer_target (identifier A)) = (initializer_value (identifier i)))) }))))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier o4) = (expression (object_creation_expression new (type (identifier MyObject)) ( (argument_list (identifier @dynamic)) ) (object_or_collection_initializer (object_initializer { (member_initializer_list (member_initializer (initializer_target (identifier A)) = (initializer_value (literal 0))) , (member_initializer (initializer_target (identifier B)) = (initializer_value (literal 0))) , (member_initializer (initializer_target (identifier C)) = (initializer_value (literal 0)))) }))))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier o5) = (expression (anonymous_object_creation_expression new (anonymous_object_initializer { (member_declarator_list (member_declarator (identifier A) = (expression (literal 0)))) })))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier dictionaryInitializer) = (expression (object_creation_expression new (type (namespace_or_type_name (identifier Dictionary) (type_argument_list < (type_arguments (type_argument (integral_type int)) , (type_argument (class_type string))) >))) (object_or_collection_initializer (collection_initializer { (element_initializer_list (element_initializer { (expression_list (expression_list (literal 1)) , (expression (literal ""))) }) , (element_initializer { (expression_list (expression_list (literal 2)) , (expression (literal "a"))) })) }))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (array_type (non_array_type (floating_point_type float)) (rank_specifier [ ]))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier a) = (local_variable_initializer (object_creation_expression new (type (array_type (non_array_type (floating_point_type float)) (rank_specifier [ ]))) (object_or_collection_initializer (collection_initializer { (element_initializer_list (element_initializer (literal 0f)) , (element_initializer (literal 1.1f))) })))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (array_type (non_array_type (integral_type int)) (rank_specifier [ , , ]))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier cube) = (local_variable_initializer (array_initializer { (variable_initializer_list (variable_initializer (array_initializer { (variable_initializer_list (variable_initializer (array_initializer { (variable_initializer_list (variable_initializer (literal 111)) , (variable_initializer (literal 112))) , })) , (variable_initializer (array_initializer { (variable_initializer_list (variable_initializer (literal 121)) , (variable_initializer (literal 122))) }))) })) , (variable_initializer (array_initializer { (variable_initializer_list (variable_initializer (array_initializer { (variable_initializer_list (variable_initializer (literal 211)) , (variable_initializer (literal 212))) })) , (variable_initializer (array_initializer { (variable_initializer_list (variable_initializer (literal 221)) , (variable_initializer (literal 222))) }))) }))) })))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (array_type (non_array_type (integral_type int)) (rank_specifier [ ]) (rank_specifier [ ]))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier jagged) = (local_variable_initializer (array_initializer { (variable_initializer_list (variable_initializer (array_initializer { (variable_initializer_list (literal 111)) })) , (variable_initializer (array_initializer { (variable_initializer_list (variable_initializer (literal 121)) , (variable_initializer (literal 122))) }))) })))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (array_type (non_array_type (integral_type int)) (rank_specifier [ ]) (rank_specifier [ , ]))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier arr) = (local_variable_initializer (array_creation_expression new (non_array_type (integral_type int)) [ (expression_list (literal 5)) ] (rank_specifier [ , ]))))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (element_access (primary_no_array_creation_expression (identifier arr)) [ (argument_list (literal 0)) ])) (assignment_operator =) (expression (array_creation_expression new (non_array_type (integral_type int)) [ (expression_list (expression_list (literal 5)) , (expression (literal 5))) ])))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (element_access (primary_no_array_creation_expression (element_access (primary_no_array_creation_expression (identifier arr)) [ (argument_list (literal 0)) ])) [ (argument_list (argument (literal 0)) , (argument (literal 0))) ])) (assignment_operator =) (expression (literal 47)))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (array_type (non_array_type (integral_type int)) (rank_specifier [ ]))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier arrayTypeInference) = (local_variable_initializer (array_creation_expression new (rank_specifier [ ]) (array_initializer { (variable_initializer_list (variable_initializer (literal 0)) , (variable_initializer (literal 1))) , }))))))) ;)) (statement (switch_statement switch ( (expression (literal 3)) ) (switch_block { }))) (statement (switch_statement switch ( (expression (identifier i)) ) (switch_block { (switch_section (switch_label case (pattern (literal 0)) :) (switch_label case (pattern (literal 1)) :) (statement_list (block { (statement_list (goto_statement goto case (constant_expression (literal 2)) ;)) }))) (switch_section (switch_label case (pattern (additive_expression (additive_expression (literal 2)) + (multiplicative_expression (literal 3)))) :) (statement_list (block { (statement_list (statement (goto_statement goto default ;)) (statement (break_statement break ;))) }))) (switch_section (switch_label default :) (statement_list (block { (statement_list (return_statement return ;)) }))) }))) (statement (while_statement while ( (boolean_expression (relational_expression (relational_expression (identifier i)) < (shift_expression (literal 10)))) ) (embedded_statement (block { (statement_list (statement (expression_statement (statement_expression (pre_increment_expression ++ (unary_expression (identifier i)))) ;)) (statement (if_statement if ( (boolean_expression (boolean_literal true)) ) (embedded_statement (continue_statement continue ;)))) (statement (break_statement break ;))) })))) (statement (do_statement do (embedded_statement (block { (statement_list (statement (expression_statement (statement_expression (pre_increment_expression ++ (unary_expression (identifier i)))) ;)) (statement (if_statement if ( (boolean_expression (boolean_literal true)) ) (embedded_statement (continue_statement continue ;)))) (statement (break_statement break ;))) })) while ( (boolean_expression (relational_expression (relational_expression (identifier i)) < (shift_expression (literal 10)))) ) ;)) (statement (for_statement for ( (for_initializer (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier j) = (local_variable_initializer (literal 0)))))) ; (for_condition (relational_expression (relational_expression (identifier j)) < (shift_expression (literal 100)))) ; (for_iterator (pre_increment_expression ++ (unary_expression (identifier j)))) ) (embedded_statement (block { (statement_list (for_statement for ( ; ; ) (embedded_statement (block { (statement_list (statement (for_statement for ( (for_initializer (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier i) = (local_variable_initializer (literal 0))) , (explicitly_typed_local_variable_declarator (identifier j) = (local_variable_initializer (literal 0)))))) ; (for_condition (relational_expression (relational_expression (identifier i)) < (shift_expression (identifier length)))) ; (for_iterator (statement_expression_list (statement_expression (post_increment_expression (primary_expression (identifier i)) ++)) , (statement_expression (post_increment_expression (primary_expression (identifier j)) ++)))) ) (embedded_statement (block { })))) (statement (if_statement if ( (boolean_expression (boolean_literal true)) ) (embedded_statement (continue_statement continue ;)))) (statement (break_statement break ;))) })))) })))) (statement (labeled_statement (identifier label) : (statement (goto_statement goto (identifier label) ;)))) (statement (labeled_statement (identifier label2) : (statement (empty_statement ;)))) (statement (foreach_statement foreach ( (local_variable_type (contextual_keyword var)) (identifier i) in (expression (invocation_expression (primary_expression (identifier Items)) ( ))) ) (embedded_statement (block { (statement_list (if_statement if ( (boolean_expression (equality_expression (equality_expression (identifier i)) == (relational_expression (literal 7)))) ) (embedded_statement (return_statement return ;)) else (embedded_statement (continue_statement continue ;)))) })))) (statement (lock_statement lock ( (expression (identifier sync)) ) (embedded_statement (expression_statement (statement_expression (invocation_expression (primary_expression (identifier process)) ( ))) ;)))) (statement (using_statement using ( (resource_acquisition (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier v) = (expression (invocation_expression (primary_expression (identifier BeginScope)) ( )))))) ) (embedded_statement (using_statement using ( (resource_acquisition (explicitly_typed_local_variable_declaration (type (identifier A)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier a) = (local_variable_initializer (object_creation_expression new (type (identifier A)) ( ))))))) ) (embedded_statement (using_statement using ( (resource_acquisition (explicitly_typed_local_variable_declaration (type (identifier A)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier a) = (local_variable_initializer (object_creation_expression new (type (identifier A)) ( )))) , (explicitly_typed_local_variable_declarator (identifier b) = (local_variable_initializer (object_creation_expression new (type (identifier A)) ( ))))))) ) (embedded_statement (using_statement using ( (resource_acquisition (invocation_expression (primary_expression (identifier BeginScope)) ( ))) ) (embedded_statement (return_statement return ;)))))))))) (statement (yield_statement yield return (expression (element_access (primary_no_array_creation_expression (member_access (primary_expression (this_access this)) . (identifier items))) [ (argument_list (literal 3)) ])) ;)) (statement (yield_statement yield break ;)) (statement (fixed_statement fixed ( (pointer_type (value_type (integral_type int)) *) (fixed_pointer_declarators (fixed_pointer_declarator (identifier p) = (fixed_pointer_initializer (stackalloc_expression stackalloc (unmanaged_type (integral_type int)) [ (expression (literal 100)) ]))) , (fixed_pointer_declarator (identifier q) = (fixed_pointer_initializer & (variable_reference (identifier y))))) ) (embedded_statement (block { (statement_list (expression_statement (statement_expression (assignment (unary_expression (pointer_indirection_expression * (unary_expression (identifier intref)))) (assignment_operator =) (expression (literal 1)))) ;)) })))) (statement (fixed_statement fixed ( (pointer_type (value_type (integral_type int)) *) (fixed_pointer_declarators (fixed_pointer_declarator (identifier p) = (fixed_pointer_initializer (stackalloc_expression stackalloc (unmanaged_type (integral_type int)) [ (expression (literal 100)) ])))) ) (embedded_statement (block { (statement_list (expression_statement (statement_expression (assignment (unary_expression (pointer_indirection_expression * (unary_expression (identifier intref)))) (assignment_operator =) (expression (literal 1)))) ;)) })))) (statement (unsafe_statement unsafe (block { (statement_list (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (pointer_type (value_type (integral_type int)) *)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier p) = (local_variable_initializer (null_literal null)))))) ;)) }))) (statement (try_statement try (block { (statement_list (throw_statement throw (expression (null_literal null)) ;)) }) (catch_clauses (specific_catch_clause catch (exception_specifier ( (type (namespace_or_type_name (namespace_or_type_name (identifier System)) . (identifier AccessViolationException))) (identifier av) )) (block { (statement_list (throw_statement throw (expression (identifier av)) ;)) })) (specific_catch_clause catch (exception_specifier ( (type (identifier Exception)) )) (block { (statement_list (throw_statement throw ;)) }))) (finally_clause finally (block { (statement_list (try_statement try (block { }) (catch_clauses (general_catch_clause catch (block { }))))) })))) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (contextual_keyword var)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier anonymous) = (local_variable_initializer (array_initializer { (variable_initializer_list (variable_initializer (assignment (unary_expression (identifier A)) (assignment_operator =) (expression (literal 1)))) , (variable_initializer (assignment (unary_expression (identifier B)) (assignment_operator =) (expression (literal 2)))) , (variable_initializer (assignment (unary_expression (identifier C)) (assignment_operator =) (expression (literal 3))))) , })))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier query) = (expression (query_expression (from_clause from (identifier c) in (expression (identifier customers))) (query_body (query_body_clauses (query_body_clauses (query_body_clauses (query_body_clauses (let_clause let (identifier d) = (expression (identifier c)))) (query_body_clause (where_clause where (boolean_expression (equality_expression (equality_expression (identifier d)) != (relational_expression (null_literal null))))))) (query_body_clause (join_clause join (identifier c1) in (expression (identifier customers)) on (expression (invocation_expression (primary_expression (member_access (primary_expression (identifier c1)) . (identifier GetHashCode))) ( ))) equals (expression (invocation_expression (primary_expression (member_access (primary_expression (identifier c)) . (identifier GetHashCode))) ( )))))) (query_body_clause (join_into_clause join (identifier c1) in (expression (identifier customers)) on (expression (invocation_expression (primary_expression (member_access (primary_expression (identifier c1)) . (identifier GetHashCode))) ( ))) equals (expression (invocation_expression (primary_expression (member_access (primary_expression (identifier c)) . (identifier GetHashCode))) ( ))) into (identifier e)))) (select_or_group_clause (group_clause group (expression (identifier c)) by (expression (member_access (primary_expression (identifier c)) . (identifier Country))))) (query_continuation into (identifier g) (query_body (query_body_clauses (query_body_clauses (orderby_clause orderby (orderings (ordering (expression (invocation_expression (primary_expression (member_access (primary_expression (identifier g)) . (identifier Count))) ( ))) (ordering_direction ascending))))) (query_body_clause (orderby_clause orderby (orderings (declaration_expression (local_variable_type (namespace_or_type_name (namespace_or_type_name (identifier g)) . (identifier Key))) (identifier (contextual_keyword descending))))))) (select_or_group_clause (select_clause select (expression (anonymous_object_creation_expression new (anonymous_object_initializer { (member_declarator_list (member_declarator (identifier Country) = (expression (member_access (primary_expression (identifier g)) . (identifier Key)))) , (member_declarator (identifier CustCount) = (expression (invocation_expression (primary_expression (member_access (primary_expression (identifier g)) . (identifier Count))) ( ))))) }))))))))))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier query)) (assignment_operator =) (expression (query_expression (from_clause from (identifier c) in (expression (identifier customers))) (query_body (select_or_group_clause (select_clause select (expression (identifier c)))) (query_continuation into (identifier d) (query_body (select_clause select (expression (identifier d)))))))))) ;))) })))) (class_member_declaration (finalizer_declaration ~ (identifier A) ( ) (finalizer_body (block { })))) (class_member_declaration (field_declaration (field_modifier private) (field_modifier readonly) (type (integral_type int)) (variable_declarators (identifier f1)) ;)) (class_member_declaration (field_declaration (attributes (attribute_section [ (attribute_list (identifier Obsolete)) ]) (attribute_section [ (attribute_list (identifier NonExisting)) ]) (attribute_section [ (attribute_list (attribute (attribute_name (qualified_alias_member (identifier Foo) :: (identifier NonExisting))) (attribute_arguments ( (positional_argument_list (positional_argument (contextual_keyword var)) , (positional_argument (literal 5))) )))) ]) (attribute_section [ (attribute_list (attribute (attribute_name (identifier CLSCompliant)) (attribute_arguments ( (positional_argument_list (boolean_literal false)) )))) ]) (attribute_section [ (attribute_list (attribute (identifier Obsolete)) , (attribute (namespace_or_type_name (namespace_or_type_name (identifier System)) . (identifier NonSerialized))) , (attribute (identifier NonSerialized)) , (attribute (attribute_name (identifier CLSCompliant)) (attribute_arguments ( (positional_argument_list (conditional_or_expression (conditional_or_expression (boolean_literal true)) || (conditional_and_expression (and_expression (and_expression (boolean_literal false)) & (equality_expression (boolean_literal true)))))) )))) ])) (field_modifier private) (field_modifier volatile) (type (integral_type int)) (variable_declarators (identifier f2)) ;)) (class_member_declaration (method_declaration (attributes (attribute_section [ (attribute_target_specifier (attribute_target (keyword return)) :) (attribute_list (identifier Obsolete)) ]) (attribute_section [ (attribute_target_specifier (attribute_target (identifier method)) :) (attribute_list (identifier Obsolete)) ])) (method_modifiers (ref_method_modifier public)) (return_type void) (method_header (member_name (identifier Handler)) ( (parameter_list (fixed_parameter (type (class_type object)) (identifier (contextual_keyword value)))) )) (method_body (block { })))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type (integral_type int)) (method_header (member_name (identifier m)) (type_parameter_list < (type_parameters (identifier T)) >) ( (parameter_list (fixed_parameter (type (identifier T)) (identifier t))) ) (type_parameter_constraints_clause where (type_parameter (identifier T)) : (type_parameter_constraints (primary_constraint class) , (constructor_constraint new ( ))))) (method_body (block { (statement_list (statement (expression_statement (statement_expression (invocation_expression (primary_expression (base_access base . (identifier m))) ( (argument_list (identifier t)) ))) ;)) (statement (return_statement return (expression (literal 1)) ;))) })))) (class_member_declaration (property_declaration (property_modifier public) (type (class_type string)) (member_name (identifier P)) (property_body { (accessor_declarations (get_accessor_declaration get (accessor_body (block { (statement_list (return_statement return (expression (literal "A")) ;)) }))) (set_accessor_declaration set (accessor_body ;))) }))) (class_member_declaration (property_declaration (property_modifier public) (property_modifier abstract) (type (class_type string)) (member_name (identifier P)) (property_body { (accessor_declarations (get_accessor_declaration get (accessor_body ;))) }))) (class_member_declaration (indexer_declaration (indexer_modifier public) (indexer_modifier abstract) (indexer_declarator (type (integral_type int)) this [ (parameter_list (fixed_parameter (type (integral_type int)) (identifier index))) ]) (indexer_body { (accessor_declarations (get_accessor_declaration (accessor_modifier protected internal) get (accessor_body ;)) (set_accessor_declaration (accessor_modifier internal protected) set (accessor_body ;))) }))) (class_member_declaration (event_declaration (attributes (attribute_section [ (attribute_target_specifier (attribute_target (keyword event)) :) (attribute_list (identifier Test)) ])) (event_modifier public) event (type (identifier Action)) (member_name (identifier E1)) { (event_accessor_declarations (add_accessor_declaration (attributes (attribute_section [ (attribute_list (identifier Obsolete)) ])) add (block { (statement_list (expression_statement (statement_expression (assignment (unary_expression (contextual_keyword value)) (assignment_operator =) (expression (contextual_keyword value)))) ;)) })) (remove_accessor_declaration (attributes (attribute_section [ (attribute_list (identifier Obsolete)) ]) (attribute_section [ (attribute_target_specifier (attribute_target (keyword return)) :) (attribute_list (identifier Obsolete)) ])) remove (block { (statement_list (statement (expression_statement (statement_expression (assignment (unary_expression (identifier E)) (assignment_operator +=) (expression (identifier Handler)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier E)) (assignment_operator -=) (expression (identifier Handler)))) ;))) }))) })) (class_member_declaration (operator_declaration (operator_modifier public) (operator_modifier static) (operator_declarator (binary_operator_declarator (type (identifier A)) operator (overloadable_binary_operator +) ( (fixed_parameter (type (identifier A)) (identifier first)) , (fixed_parameter (type (identifier A)) (identifier second)) ))) (operator_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (identifier Delegate)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier handler) = (local_variable_initializer (object_creation_expression new (type (identifier Delegate)) ( (argument_list (identifier Handler)) ))))))) ;)) (statement (return_statement return (expression (invocation_expression (primary_expression (member_access (primary_expression (identifier first)) . (identifier Add))) ( (argument_list (identifier second)) ))) ;))) })))) (class_member_declaration (operator_declaration (attributes (attribute_section [ (attribute_target_specifier (attribute_target (identifier method)) :) (attribute_list (identifier Obsolete)) ]) (attribute_section [ (attribute_target_specifier (attribute_target (keyword return)) :) (attribute_list (identifier Obsolete)) ])) (operator_modifier public) (operator_modifier static) (operator_declarator (unary_operator_declarator (type (simple_type bool)) operator (overloadable_unary_operator true) ( (fixed_parameter (type (identifier A)) (identifier a)) ))) (operator_body (block { (statement_list (return_statement return (expression (boolean_literal true)) ;)) })))) (class_member_declaration (operator_declaration (operator_modifier public) (operator_modifier static) (operator_declarator (unary_operator_declarator (type (simple_type bool)) operator (overloadable_unary_operator false) ( (fixed_parameter (type (identifier A)) (identifier a)) ))) (operator_body (block { (statement_list (return_statement return (expression (boolean_literal false)) ;)) })))) (class_member_declaration (class_declaration class (identifier C) (class_body { }))) }))) (namespace_member_declaration (struct_declaration (struct_modifier public) struct (identifier S) (struct_interfaces : (interface_type_list (identifier I))) (struct_body { (struct_member_declaration (constructor_declaration (constructor_modifier public) (constructor_declarator (identifier S) ( )) (constructor_body (block { })))) (struct_member_declaration (field_declaration (field_modifier private) (type (integral_type int)) (variable_declarators (identifier f1)) ;)) (struct_member_declaration (field_declaration (attributes (attribute_section [ (attribute_list (attribute (attribute_name (identifier Obsolete)) (attribute_arguments ( (positional_argument_list (positional_argument (literal "Use Script instead")) , (positional_argument (argument_name (identifier error) :) (attribute_argument_expression (boolean_literal false)))) )))) ])) (field_modifier private) (field_modifier volatile) (type (integral_type int)) (variable_declarators (identifier f2)) ;)) (struct_member_declaration (method_declaration (method_modifiers (method_modifier (ref_method_modifier public)) (method_modifier (ref_method_modifier abstract))) (return_type (integral_type int)) (method_header (member_name (identifier m)) (type_parameter_list < (type_parameters (identifier T)) >) ( (parameter_list (fixed_parameter (type (identifier T)) (identifier t))) ) (type_parameter_constraints_clause where (type_parameter (identifier T)) : (type_parameter_constraints (primary_constraint struct)))) (method_body (block { (statement_list (return_statement return (expression (literal 1)) ;)) })))) (struct_member_declaration (property_declaration (property_modifier public) (type (class_type string)) (member_name (identifier P)) (property_body { (accessor_declarations (get_accessor_declaration get (accessor_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier (contextual_keyword value)) = (local_variable_initializer (literal 0)))))) ;)) (statement (return_statement return (expression (literal "A")) ;))) }))) (set_accessor_declaration set (accessor_body ;))) }))) (struct_member_declaration (property_declaration (property_modifier public) (property_modifier abstract) (type (class_type string)) (member_name (identifier P)) (property_body { (accessor_declarations (get_accessor_declaration get (accessor_body ;))) }))) (struct_member_declaration (indexer_declaration (indexer_modifier public) (indexer_modifier abstract) (indexer_declarator (type (integral_type int)) this [ (parameter_list (fixed_parameter (type (integral_type int)) (identifier index))) ]) (indexer_body { (accessor_declarations (get_accessor_declaration get (accessor_body ;)) (set_accessor_declaration (accessor_modifier internal protected) set (accessor_body ;))) }))) (struct_member_declaration (event_declaration (event_modifier public) event (type (identifier Event)) (variable_declarators (identifier E)) ;)) (struct_member_declaration (operator_declaration (operator_modifier public) (operator_modifier static) (operator_declarator (binary_operator_declarator (type (identifier A)) operator (overloadable_binary_operator +) ( (fixed_parameter (type (identifier A)) (identifier first)) , (fixed_parameter (type (identifier A)) (identifier second)) ))) (operator_body (block { (statement_list (return_statement return (expression (invocation_expression (primary_expression (member_access (primary_expression (identifier first)) . (identifier Add))) ( (argument_list (identifier second)) ))) ;)) })))) (struct_member_declaration (fixed_size_buffer_declaration fixed (buffer_element_type (integral_type int)) (fixed_size_buffer_declarators (fixed_size_buffer_declarator (identifier field) [ (constant_expression (literal 10)) ])) ;)) (struct_member_declaration (class_declaration class (identifier C) (class_body { }))) }))) (namespace_member_declaration (interface_declaration (interface_modifier public) interface (identifier I) (interface_body { (interface_member_declaration (interface_method_declaration (return_type void) (interface_method_header (identifier A) ( (parameter_list (fixed_parameter (type (integral_type int)) (identifier (contextual_keyword value)))) ) ;))) (interface_member_declaration (interface_property_declaration (type (class_type string)) (identifier Value) { (interface_accessors get ; set ;) })) }))) (namespace_member_declaration (enum_declaration (attributes (attribute_section [ (attribute_target_specifier (attribute_target (identifier type)) :) (attribute_list (identifier Flags)) ])) (enum_modifier public) enum (identifier E) (enum_body { (enum_member_declarations (enum_member_declaration (identifier A)) , (enum_member_declaration (identifier B) = (constant_expression (identifier A))) , (enum_member_declaration (identifier C) = (constant_expression (additive_expression (additive_expression (literal 2)) + (multiplicative_expression (identifier A))))) , (enum_member_declaration (identifier D))) , }))) (namespace_member_declaration (delegate_declaration (delegate_modifier public) delegate (return_type void) (delegate_header (identifier Delegate) ( (parameter_list (fixed_parameter (type (class_type object)) (identifier P))) ) ;))) (namespace_member_declaration (namespace_declaration namespace (qualified_identifier (identifier Test)) (namespace_body { (using_directive (using_namespace_directive using (namespace_name (identifier System)) ;)) (using_directive (using_namespace_directive using (namespace_name (namespace_or_type_name (namespace_or_type_name (identifier System)) . (identifier Collections))) ;)) (namespace_member_declaration (class_declaration (class_modifier public) class (identifier Список) (class_body { (class_member_declaration (method_declaration (method_modifiers (method_modifier (ref_method_modifier public)) (method_modifier (ref_method_modifier static))) (return_type (identifier IEnumerable)) (method_header (member_name (identifier Power)) ( (parameter_list (fixed_parameters (fixed_parameter (type (integral_type int)) (identifier number)) , (fixed_parameter (type (integral_type int)) (identifier exponent)))) )) (method_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (identifier Список)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier Список) = (local_variable_initializer (object_creation_expression new (type (identifier Список)) ( ))))))) ;)) (statement (expression_statement (statement_expression (invocation_expression (primary_expression (member_access (primary_expression (identifier Список)) . (identifier Main))) ( ))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier counter) = (local_variable_initializer (parenthesized_expression ( (expression (additive_expression (additive_expression (literal 0)) + (multiplicative_expression (literal 0)))) ))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier אתר) = (local_variable_initializer (literal 0)))))) ;)) (statement (while_statement while ( (boolean_expression (relational_expression (relational_expression (pre_increment_expression ++ (unary_expression (post_increment_expression (primary_expression (identifier counter)) ++)))) < (shift_expression (pre_decrement_expression -- (unary_expression (post_decrement_expression (primary_expression (identifier exponent)) --)))))) ) (embedded_statement (block { (statement_list (statement (expression_statement (statement_expression (assignment (unary_expression (identifier result)) (assignment_operator =) (expression (additive_expression (additive_expression (additive_expression (multiplicative_expression (multiplicative_expression (identifier result)) * (unary_expression (identifier number)))) + (multiplicative_expression (unary_expression + (unary_expression (post_increment_expression (primary_expression (post_increment_expression (primary_expression (identifier number)) ++)) ++))))) + (multiplicative_expression (identifier number)))))) ;)) (statement (yield_statement yield return (expression (identifier result)) ;))) }))))) })))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier static)) (return_type void) (method_header (member_name (identifier Main)) ( )) (method_body (block { (statement_list (foreach_statement foreach ( (local_variable_type (integral_type int)) (identifier i) in (expression (invocation_expression (primary_expression (identifier Power)) ( (argument_list (argument (literal 2)) , (argument (literal 8))) ))) ) (embedded_statement (block { (statement_list (expression_statement (statement_expression (invocation_expression (primary_expression (member_access (primary_expression (identifier Console)) . (identifier Write))) ( (argument_list (argument (literal "{0} ")) , (argument (identifier i))) ))) ;)) })))) })))) (class_member_declaration (method_declaration (method_modifiers (method_modifier async)) (return_type void) (method_header (member_name (identifier Wait)) ( )) (method_body (block { (statement_list (expression_statement (statement_expression (await_expression await (unary_expression (invocation_expression (primary_expression (member_access (primary_expression (member_access (primary_expression (member_access (primary_expression (member_access (primary_expression (identifier System)) . (identifier Threading))) . (identifier Tasks))) . (identifier Task))) . (identifier Delay))) ( (argument_list (literal 0)) ))))) ;)) })))) (class_member_declaration (method_declaration method_modifiers (return_type void) (method_header (member_name (identifier AsyncAnonymous)) ( )) (method_body (block { (statement_list (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier task) = (expression (invocation_expression (primary_expression (member_access (primary_expression (member_access (primary_expression (identifier Task)) . (identifier Factory))) . (identifier StartNew))) ( (argument_list (lambda_expression async (anonymous_function_signature (explicit_anonymous_function_signature ( ))) => (anonymous_function_body (block { (statement_list (return_statement return (expression (await_expression await (unary_expression (invocation_expression (primary_expression (member_access (primary_expression (object_creation_expression new (type (identifier WebClient)) ( ))) . (identifier DownloadStringTaskAsync))) ( (argument_list (literal "http://example.com")) ))))) ;)) })))) )))))) ;)) })))) }))) }))) }))) (namespace_member_declaration (namespace_declaration namespace (qualified_identifier (identifier ConsoleApplication1)) (namespace_body { (namespace_member_declaration (namespace_declaration namespace (qualified_identifier (identifier RecursiveGenericBaseType)) (namespace_body { (namespace_member_declaration (class_declaration class (identifier A) (type_parameter_list < (type_parameters (identifier T)) >) (class_base : (class_type (namespace_or_type_name (identifier B) (type_argument_list < (type_arguments (type_argument (namespace_or_type_name (identifier A) (type_argument_list < (type_arguments (identifier T)) >))) , (type_argument (namespace_or_type_name (identifier A) (type_argument_list < (type_arguments (identifier T)) >)))) >)))) (type_parameter_constraints_clause where (type_parameter (identifier T)) : (type_parameter_constraints (namespace_or_type_name (identifier A) (type_argument_list < (type_arguments (identifier T)) >)))) (class_body { (class_member_declaration (method_declaration (method_modifiers (method_modifier (ref_method_modifier protected)) (method_modifier (ref_method_modifier virtual))) (return_type (namespace_or_type_name (identifier A) (type_argument_list < (type_arguments (identifier T)) >))) (method_header (member_name (identifier M)) ( )) (method_body (block { })))) (class_member_declaration (method_declaration (method_modifiers (method_modifier (ref_method_modifier protected)) (method_modifier (ref_method_modifier abstract))) (return_type (namespace_or_type_name (identifier B) (type_argument_list < (type_arguments (type_argument (namespace_or_type_name (identifier A) (type_argument_list < (type_arguments (identifier T)) >))) , (type_argument (namespace_or_type_name (identifier A) (type_argument_list < (type_arguments (identifier T)) >)))) >))) (method_header (member_name (identifier N)) ( )) (method_body (block { })))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier static)) (return_type (namespace_or_type_name (identifier B) (type_argument_list < (type_arguments (type_argument (namespace_or_type_name (identifier A) (type_argument_list < (type_arguments (identifier T)) >))) , (type_argument (namespace_or_type_name (identifier A) (type_argument_list < (type_arguments (identifier T)) >)))) >))) (method_header (member_name (identifier O)) ( )) (method_body (block { })))) }))) (namespace_member_declaration (class_declaration (class_modifier sealed) class (identifier B) (type_parameter_list < (type_parameters (type_parameters (identifier T1)) , (type_parameter (identifier T2))) >) (class_base : (class_type (namespace_or_type_name (identifier A) (type_argument_list < (type_arguments (namespace_or_type_name (identifier B) (type_argument_list < (type_arguments (type_argument (identifier T1)) , (type_argument (identifier T2))) >))) >)))) (class_body { (class_member_declaration (method_declaration (method_modifiers (method_modifier (ref_method_modifier protected)) (method_modifier (ref_method_modifier override))) (return_type (namespace_or_type_name (identifier A) (type_argument_list < (type_arguments (identifier T)) >))) (method_header (member_name (identifier M)) ( )) (method_body (block { })))) (class_member_declaration (method_declaration (method_modifiers (method_modifier (ref_method_modifier protected)) (method_modifier (ref_method_modifier sealed)) (method_modifier (ref_method_modifier override))) (return_type (namespace_or_type_name (identifier B) (type_argument_list < (type_arguments (type_argument (namespace_or_type_name (identifier A) (type_argument_list < (type_arguments (identifier T)) >))) , (type_argument (namespace_or_type_name (identifier A) (type_argument_list < (type_arguments (identifier T)) >)))) >))) (method_header (member_name (identifier N)) ( )) (method_body (block { })))) (class_member_declaration (method_declaration (method_modifiers (method_modifier (ref_method_modifier new)) (method_modifier (ref_method_modifier static))) (return_type (namespace_or_type_name (identifier A) (type_argument_list < (type_arguments (identifier T)) >))) (method_header (member_name (identifier O)) ( )) (method_body (block { })))) }))) }))) (namespace_member_declaration (namespace_declaration namespace (qualified_identifier (identifier Boo)) (namespace_body { (namespace_member_declaration (class_declaration (class_modifier public) class (identifier Bar) (type_parameter_list < (type_parameters (identifier T)) >) (type_parameter_constraints_clause where (type_parameter (identifier T)) : (type_parameter_constraints (identifier IComparable))) (class_body { (class_member_declaration (field_declaration (field_modifier public) (type (identifier T)) (variable_declarators (identifier f)) ;)) (class_member_declaration (class_declaration (class_modifier public) class (identifier Foo) (type_parameter_list < (type_parameters (identifier U)) >) (class_base : (class_type (namespace_or_type_name (identifier IEnumerable) (type_argument_list < (type_arguments (identifier T)) >)))) (class_body { (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type void) (method_header (member_name (identifier Method)) (type_parameter_list < (type_parameters (type_parameters (identifier K)) , (type_parameter (identifier V))) >) ( (parameter_list (fixed_parameters (fixed_parameter (type (identifier K)) (identifier k)) , (fixed_parameter (type (identifier T)) (identifier t)) , (fixed_parameter (type (identifier U)) (identifier u)))) ) (type_parameter_constraints_clause where (type_parameter (identifier K)) : (type_parameter_constraints (primary_constraint (namespace_or_type_name (identifier IList) (type_argument_list < (type_arguments (identifier V)) >))) , (secondary_constraints (secondary_constraint (namespace_or_type_name (identifier IList) (type_argument_list < (type_arguments (identifier T)) >))) , (secondary_constraint (namespace_or_type_name (identifier IList) (type_argument_list < (type_arguments (identifier U)) >)))))) (type_parameter_constraints_clause where (type_parameter (identifier V)) : (type_parameter_constraints (namespace_or_type_name (identifier IList) (type_argument_list < (type_arguments (identifier K)) >))))) (method_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (namespace_or_type_name (identifier A) (type_argument_list < (type_arguments (integral_type int)) >))) (explicitly_typed_local_variable_declarators (identifier a)))) ;)) (statement (expression_statement (statement_expression (invocation_expression (primary_expression (identifier M)) ( (argument_list (invocation_expression (primary_expression (simple_name (identifier A) (type_argument_list < (type_arguments (type_argument (identifier B)) , (type_argument (identifier C))) >))) ( (argument_list (literal 5)) ))) ))) ;))) })))) }) ;)) }) ;)) }) ;)) (namespace_member_declaration (class_declaration class (identifier Test) (class_body { (class_member_declaration (method_declaration method_modifiers (return_type void) (method_header (member_name (identifier Bar3)) ( )) (method_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier x) = (expression (object_creation_expression new (type (namespace_or_type_name (namespace_or_type_name (namespace_or_type_name (identifier Boo)) . (identifier Bar) (type_argument_list < (type_arguments (integral_type int)) >)) . (identifier Foo) (type_argument_list < (type_arguments (class_type object)) >))) ( )))))) ;)) (statement (expression_statement (statement_expression (invocation_expression (primary_expression (member_access (primary_expression (identifier x)) . (identifier Method) (type_argument_list < (type_arguments (type_argument (class_type string)) , (type_argument (class_type string))) >))) ( (argument_list (argument (literal " ")) , (argument (literal 5)) , (argument (object_creation_expression new (type (class_type object)) ( )))) ))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier q) = (expression (query_expression (from_clause from (identifier i) in (expression (object_creation_expression new (type (array_type (non_array_type (integral_type int)) (rank_specifier [ ]))) (object_or_collection_initializer (collection_initializer { (element_initializer_list (element_initializer (literal 1)) , (element_initializer (literal 2)) , (element_initializer (literal 3)) , (element_initializer (literal 4))) }))))) (query_body (query_body_clauses (where_clause where (boolean_expression (relational_expression (relational_expression (identifier i)) > (shift_expression (literal 5)))))) (select_or_group_clause (select_clause select (expression (identifier i)))))))))) ;))) })))) (class_member_declaration (operator_declaration (operator_modifier public) (operator_modifier static) (operator_declarator (conversion_operator_declarator implicit operator (type (identifier Test)) ( (fixed_parameter (type (class_type string)) (identifier s)) ))) (operator_body (block { (statement_list (return_statement return (expression (object_creation_expression new (type (namespace_or_type_name (namespace_or_type_name (identifier ConsoleApplication1)) . (identifier Test))) ( ))) ;)) })))) (class_member_declaration (operator_declaration (operator_modifier public) (operator_modifier static) (operator_declarator (conversion_operator_declarator explicit operator (type (identifier Test)) ( (fixed_parameter (type (class_type string)) (identifier s) (default_argument = (expression (literal "")))) ))) (operator_body (block { (statement_list (return_statement return (expression (object_creation_expression new (type (identifier Test)) ( ))) ;)) })))) (class_member_declaration (field_declaration (field_modifier public) (type (integral_type int)) (variable_declarators (variable_declarator (identifier foo) = (variable_initializer (literal 5)))) ;)) (class_member_declaration (method_declaration method_modifiers (return_type void) (method_header (member_name (identifier Bar2)) ( )) (method_body (block { (statement_list (statement (expression_statement (statement_expression (assignment (unary_expression (identifier foo)) (assignment_operator =) (expression (literal 6)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (member_access (primary_expression (this_access this)) . (identifier Foo))) (assignment_operator =) (expression (invocation_expression (primary_expression (member_access (primary_expression (literal 5)) . (identifier GetType))) ( ))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (identifier Test)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier t) = (local_variable_initializer (literal "sss")))))) ;))) })))) (class_member_declaration (event_declaration (event_modifier public) event (type (identifier EventHandler)) (variable_declarators (variable_declarator (identifier MyEvent) = (variable_initializer (anonymous_method_expression delegate (block { }))))) ;)) (class_member_declaration (method_declaration method_modifiers (return_type void) (method_header (member_name (identifier Blah)) ( )) (method_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier i) = (local_variable_initializer (literal 5)))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (nullable_value_type (non_nullable_value_type (integral_type int)) (nullable_type_annotation ?))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier j) = (local_variable_initializer (literal 6)))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (namespace_or_type_name (identifier Expression) (type_argument_list < (type_arguments (namespace_or_type_name (identifier Func) (type_argument_list < (type_arguments (integral_type int)) >))) >))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier e) = (local_variable_initializer (lambda_expression (anonymous_function_signature (explicit_anonymous_function_signature ( ))) => (anonymous_function_body (identifier i)))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (namespace_or_type_name (identifier Expression) (type_argument_list < (type_arguments (namespace_or_type_name (identifier Func) (type_argument_list < (type_arguments (type_argument (simple_type bool)) , (type_argument (identifier Action))) >))) >))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier e2) = (local_variable_initializer (lambda_expression (anonymous_function_signature (identifier b)) => (anonymous_function_body (lambda_expression (anonymous_function_signature (explicit_anonymous_function_signature ( ))) => (anonymous_function_body (block { (statement_list (return_statement return ;)) })))))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (namespace_or_type_name (identifier Func) (type_argument_list < (type_arguments (type_argument (simple_type bool)) , (type_argument (simple_type bool))) >))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier f) = (local_variable_initializer (anonymous_method_expression async delegate (explicit_anonymous_function_signature ( (explicit_anonymous_function_parameter_list (explicit_anonymous_function_parameter (type (simple_type bool)) (identifier a))) )) (block { (statement_list (return_statement return (expression (await_expression await (unary_expression (logical_negation_operator !) (unary_expression (identifier a))))) ;)) }))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (namespace_or_type_name (identifier Func) (type_argument_list < (type_arguments (type_argument (integral_type int)) , (type_argument (integral_type int)) , (type_argument (integral_type int))) >))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier f2) = (local_variable_initializer (lambda_expression (anonymous_function_signature (implicit_anonymous_function_signature ( (implicit_anonymous_function_parameter_list (implicit_anonymous_function_parameter (identifier a)) , (implicit_anonymous_function_parameter (identifier b))) ))) => (anonymous_function_body (literal 0)))))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier f2)) (assignment_operator =) (expression (lambda_expression (anonymous_function_signature (explicit_anonymous_function_signature ( (explicit_anonymous_function_parameter_list (explicit_anonymous_function_parameter (type (integral_type int)) (identifier a)) , (explicit_anonymous_function_parameter (type (integral_type int)) (identifier b))) ))) => (anonymous_function_body (literal 1)))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (identifier Action)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier a) = (local_variable_initializer (identifier Blah)))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier f2)) (assignment_operator =) (expression (lambda_expression (anonymous_function_signature (explicit_anonymous_function_signature ( ))) => (anonymous_function_body (block { })))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier f2)) (assignment_operator =) (expression (lambda_expression (anonymous_function_signature (explicit_anonymous_function_signature ( ))) => (anonymous_function_body (block { (statement_list (empty_statement ;)) })))))) ;))) })))) (class_member_declaration (delegate_declaration delegate (return_type (identifier Recursive)) (delegate_header (identifier Recursive) ( (parameter_list (fixed_parameter (type (identifier Recursive)) (identifier r))) ) ;))) (class_member_declaration (delegate_declaration delegate (return_type (identifier Recursive)) (delegate_header (identifier Recursive) (variant_type_parameter_list < (variant_type_parameters (variant_type_parameters (identifier A)) , (type_parameter (identifier R))) >) ( (parameter_list (fixed_parameter (type (namespace_or_type_name (identifier Recursive) (type_argument_list < (type_arguments (type_argument (identifier A)) , (type_argument (identifier R))) >))) (identifier r))) ) ;))) (class_member_declaration (property_declaration (property_modifier public) (type (identifier Type)) (member_name (identifier Foo)) (property_body { (accessor_declarations (get_accessor_declaration (attributes (attribute_section [ (attribute_list (attribute (attribute_name (identifier Obsolete)) (attribute_arguments ( (positional_argument_list (literal "Name")) , (named_argument_list (named_argument (identifier error) = (attribute_argument_expression (boolean_literal false)))) )))) ])) get (accessor_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier result) = (expression (typeof_expression typeof ( (type (namespace_or_type_name (identifier IEnumerable) (type_argument_list < (type_arguments (integral_type int)) >))) )))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier t) = (expression (equality_expression (equality_expression (typeof_expression typeof ( (type (nullable_value_type (non_nullable_value_type (integral_type int)) (nullable_type_annotation ?))) ))) == (relational_expression (typeof_expression typeof ( (type (namespace_or_type_name (identifier Nullable) (type_argument_list < (type_arguments (integral_type int)) >))) )))))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier t)) (assignment_operator =) (expression (typeof_expression typeof ( (type (namespace_or_type_name (identifier IEnumerable) (type_argument_list < (type_arguments (array_type (non_array_type (nullable_value_type (non_nullable_value_type (integral_type int)) (nullable_type_annotation ?))) (rank_specifier [ ]) (rank_specifier [ ]) (rank_specifier [ ]))) >))) ))))) ;)) (statement (return_statement return (expression (typeof_expression typeof ( (unbound_type_name (identifier IEnumerable) (generic_dimension_specifier < >)) ))) ;))) }))) (set_accessor_declaration set (accessor_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier t) = (expression (typeof_expression typeof ( (type (namespace_or_type_name (namespace_or_type_name (identifier System)) . (identifier Int32))) )))))) ;)) (statement (expression_statement (statement_expression (invocation_expression (primary_expression (member_access (primary_expression (identifier t)) . (identifier ToString))) ( ))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier t)) (assignment_operator =) (expression (contextual_keyword value)))) ;))) })))) }))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type void) (method_header (member_name (identifier Constants)) ( )) (method_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier i) = (local_variable_initializer (additive_expression (additive_expression (additive_expression (additive_expression (literal 1)) + (multiplicative_expression (literal 2))) + (multiplicative_expression (literal 3))) + (multiplicative_expression (literal 5)))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (namespace_or_type_name (namespace_or_type_name (qualified_alias_member (identifier (contextual_keyword global)) :: (identifier System))) . (identifier String))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier s) = (local_variable_initializer (additive_expression (additive_expression (additive_expression (additive_expression (additive_expression (additive_expression (literal "a")) + (multiplicative_expression (cast_expression ( (type (namespace_or_type_name (namespace_or_type_name (identifier System)) . (identifier String))) ) (unary_expression (literal "a"))))) + (multiplicative_expression (literal "a"))) + (multiplicative_expression (literal "a"))) + (multiplicative_expression (literal "a"))) + (multiplicative_expression (literal "A")))))))) ;))) })))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type void) (method_header (member_name (identifier ConstructedType)) ( )) (method_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (namespace_or_type_name (identifier List) (type_argument_list < (type_arguments (integral_type int)) >))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier i) = (local_variable_initializer (null_literal null)))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier c) = (local_variable_initializer (member_access (primary_expression (identifier i)) . (identifier Count))))))) ;))) })))) }))) }))) (namespace_member_declaration (namespace_declaration namespace (qualified_identifier (identifier Comments) . (identifier XmlComments) . (identifier UndocumentedKeywords)) (namespace_body { (namespace_member_declaration (class_declaration class (identifier C) (type_parameter_list < (type_parameters (identifier T)) >) (class_body { (class_member_declaration (method_declaration method_modifiers (return_type void) (method_header (member_name (identifier M)) (type_parameter_list < (type_parameters (identifier U)) >) ( (parameter_list (fixed_parameters (fixed_parameter (type (identifier T)) (identifier t)) , (fixed_parameter (type (identifier U)) (identifier u)))) )) (method_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier intValue) = (local_variable_initializer (literal 0)))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier intValue)) (assignment_operator =) (expression (additive_expression (additive_expression (identifier intValue)) + (multiplicative_expression (literal 1)))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (class_type string)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier strValue) = (local_variable_initializer (literal "hello")))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (identifier MyClass)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier c) = (local_variable_initializer (object_creation_expression new (type (identifier MyClass)) ( ))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (class_type string)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier verbatimStr) = (local_variable_initializer (literal @"\\\\")))))) ;))) })))) }))) (namespace_member_declaration (class_declaration class (identifier TestClassXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX) (class_body { }))) (namespace_member_declaration (class_declaration class (identifier TestClassXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX22) (class_body { }))) (namespace_member_declaration (class_declaration class (identifier (contextual_keyword yield)) (class_body { (class_member_declaration (method_declaration method_modifiers (return_type void) (method_header (member_name (identifier Params)) ( (parameter_list (fixed_parameters (fixed_parameter (parameter_modifier (parameter_mode_modifier ref)) (type (contextual_keyword dynamic)) (identifier a)) , (fixed_parameter (parameter_modifier (parameter_mode_modifier out)) (type (contextual_keyword dynamic)) (identifier b))) , (parameter_array params (array_type (non_array_type (contextual_keyword dynamic)) (rank_specifier [ ])) (identifier c))) )) (method_body (block { })))) (class_member_declaration (method_declaration method_modifiers (return_type void) (method_header (member_name (identifier Params)) ( (parameter_list (fixed_parameters (fixed_parameter (parameter_modifier (parameter_mode_modifier out)) (type (contextual_keyword dynamic)) (identifier a) (default_argument = (expression (literal 2)))) , (fixed_parameter (parameter_modifier (parameter_mode_modifier ref)) (type (contextual_keyword dynamic)) (identifier c) (default_argument = (expression (explictly_typed_default default ( (type (contextual_keyword dynamic)) )))))) , (parameter_array params (array_type (non_array_type (contextual_keyword dynamic)) (rank_specifier [ ]) (rank_specifier [ ])) (identifier c))) )) (method_body (block { })))) (class_member_declaration (method_declaration (method_modifiers (method_modifier (ref_method_modifier public)) (method_modifier (ref_method_modifier override))) (return_type (class_type string)) (method_header (member_name (identifier ToString)) ( )) (method_body (block { (statement_list (return_statement return (expression (invocation_expression (primary_expression (base_access base . (identifier ToString))) ( ))) ;)) })))) (class_member_declaration (method_declaration (method_modifiers (method_modifier (ref_method_modifier public)) partial) (return_type void) (method_header (member_name (identifier OnError)) ( )) (method_body ;))) (class_member_declaration (method_declaration (method_modifiers (method_modifier (ref_method_modifier public)) partial) (return_type void) (method_header (member_name (identifier method)) ( )) (method_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (array_type (non_array_type (nullable_value_type (non_nullable_value_type (integral_type int)) (nullable_type_annotation ?))) (rank_specifier [ ]))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier a) = (local_variable_initializer (array_creation_expression new (non_array_type (nullable_value_type (non_nullable_value_type (integral_type int)) (nullable_type_annotation ?))) [ (expression_list (literal 5)) ])))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (array_type (non_array_type (integral_type int)) (rank_specifier [ ]))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier (contextual_keyword var)) = (local_variable_initializer (array_initializer { (variable_initializer_list (variable_initializer (literal 1)) , (variable_initializer (literal 2)) , (variable_initializer (literal 3)) , (variable_initializer (literal 4)) , (variable_initializer (literal 5))) })))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier i) = (local_variable_initializer (element_access (primary_no_array_creation_expression (identifier a)) [ (argument_list (identifier i)) ])))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (namespace_or_type_name (identifier Foo) (type_argument_list < (type_arguments (identifier T)) >))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier f) = (local_variable_initializer (object_creation_expression new (type (namespace_or_type_name (identifier Foo) (type_argument_list < (type_arguments (integral_type int)) >))) ( ))))))) ;)) (statement (expression_statement (statement_expression (invocation_expression (primary_expression (member_access (primary_expression (identifier f)) . (identifier method))) ( ))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier i)) (assignment_operator =) (expression (inclusive_or_expression (inclusive_or_expression (and_expression (and_expression (additive_expression (additive_expression (additive_expression (identifier i)) + (multiplicative_expression (identifier i))) - (multiplicative_expression (multiplicative_expression (multiplicative_expression (multiplicative_expression (identifier i)) * (unary_expression (identifier i))) / (unary_expression (identifier i))) % (unary_expression (identifier i))))) & (equality_expression (identifier i)))) | (exclusive_or_expression (exclusive_or_expression (identifier i)) ^ (and_expression (identifier i))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (simple_type bool)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier b) = (local_variable_initializer (inclusive_or_expression (inclusive_or_expression (and_expression (and_expression (boolean_literal true)) & (equality_expression (boolean_literal false)))) | (exclusive_or_expression (exclusive_or_expression (boolean_literal true)) ^ (and_expression (boolean_literal false))))))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier b)) (assignment_operator =) (expression (unary_expression (logical_negation_operator !) (unary_expression (identifier b)))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier i)) (assignment_operator =) (expression (unary_expression ~ (unary_expression (identifier i)))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier b)) (assignment_operator =) (expression (conditional_and_expression (conditional_and_expression (relational_expression (relational_expression (identifier i)) < (shift_expression (identifier i)))) && (inclusive_or_expression (relational_expression (relational_expression (identifier i)) > (shift_expression (identifier i)))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (nullable_value_type (non_nullable_value_type (integral_type int)) (nullable_type_annotation ?))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier ii) = (local_variable_initializer (literal 5)))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier f) = (local_variable_initializer (conditional_expression (null_coalescing_expression (boolean_literal true)) ? (expression (literal 1)) : (expression (literal 0)))))))) ;)) (statement (expression_statement (statement_expression (post_increment_expression (primary_expression (identifier i)) ++)) ;)) (statement (expression_statement (statement_expression (post_decrement_expression (primary_expression (identifier i)) --)) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier b)) (assignment_operator =) (expression (conditional_or_expression (conditional_or_expression (conditional_and_expression (conditional_and_expression (boolean_literal true)) && (inclusive_or_expression (boolean_literal false)))) || (conditional_and_expression (boolean_literal true)))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier b)) (assignment_operator =) (expression (conditional_and_expression (conditional_and_expression (conditional_and_expression (conditional_and_expression (equality_expression (equality_expression (identifier i)) == (relational_expression (identifier i)))) && (inclusive_or_expression (equality_expression (equality_expression (identifier i)) != (relational_expression (identifier i))))) && (inclusive_or_expression (relational_expression (relational_expression (identifier i)) <= (shift_expression (identifier i))))) && (inclusive_or_expression (relational_expression (relational_expression (identifier i)) >= (shift_expression (identifier i)))))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier i)) (assignment_operator +=) (expression (literal 5.0)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier i)) (assignment_operator -=) (expression (identifier i)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier i)) (assignment_operator *=) (expression (identifier i)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier i)) (assignment_operator /=) (expression (identifier i)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier i)) (assignment_operator %=) (expression (identifier i)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier i)) (assignment_operator &=) (expression (identifier i)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier i)) (assignment_operator |=) (expression (identifier i)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier i)) (assignment_operator ^=) (expression (identifier i)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier i)) (assignment_operator <<=) (expression (identifier i)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier i)) (assignment_operator (right_shift_assignment > >=)) (expression (identifier i)))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (class_type object)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier s) = (local_variable_initializer (lambda_expression (anonymous_function_signature (identifier x)) => (anonymous_function_body (additive_expression (additive_expression (identifier x)) + (multiplicative_expression (literal 1)))))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (floating_point_type double)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier d) = (local_variable_initializer (literal .3)))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (identifier Point)) (explicitly_typed_local_variable_declarators (identifier point)))) ;)) (statement (unsafe_statement unsafe (block { (statement_list (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (pointer_type (value_type (identifier Point)) *)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier p) = (local_variable_initializer (addressof_expression & (unary_expression (identifier point)))))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (pointer_member_access (primary_expression (identifier p)) -> (identifier x))) (assignment_operator =) (expression (literal 10)))) ;))) }))) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (qualified_alias_member (identifier IO) :: (identifier BinaryReader))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier br) = (local_variable_initializer (null_literal null)))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (element_access (primary_no_array_creation_expression (identifier x)) [ (argument_list (argument (argument_name (identifier i) :) (argument_value (literal 1)))) ])) (assignment_operator =) (expression (literal 3)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (element_access (primary_no_array_creation_expression (identifier x)) [ (argument_list (argument (argument_name (identifier i) :) (argument_value (literal 1))) , (argument (argument_name (identifier j) :) (argument_value (literal 5)))) ])) (assignment_operator =) (expression (literal "str")))) ;))) })))) (class_member_declaration (struct_declaration struct (identifier Point) (struct_body { (struct_member_declaration (field_declaration (field_modifier public) (type (integral_type int)) (variable_declarators (identifier X)) ;)) (struct_member_declaration (field_declaration (field_modifier public) (type (integral_type int)) (variable_declarators (identifier Y)) ;)) (struct_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type void) (method_header (member_name (identifier ThisAccess)) ( )) (method_body (block { (statement_list (expression_statement (statement_expression (assignment (unary_expression (this_access this)) (assignment_operator =) (expression (this_access this)))) ;)) })))) }))) }))) (namespace_member_declaration (class_declaration class (identifier CSharp6Features) (class_body { (class_member_declaration (property_declaration (property_modifier public) (type (class_type string)) (member_name (identifier First)) (property_body { (accessor_declarations (get_accessor_declaration get (accessor_body ;)) (set_accessor_declaration set (accessor_body ;))) } (property_initializer = (variable_initializer (literal "Jane")) ;)))) (class_member_declaration (property_declaration (property_modifier public) (type (class_type string)) (member_name (identifier Last)) (property_body { (accessor_declarations (get_accessor_declaration get (accessor_body ;)) (set_accessor_declaration set (accessor_body ;))) } (property_initializer = (variable_initializer (literal "Doe")) ;)))) (class_member_declaration (property_declaration (property_modifier public) (type (class_type string)) (member_name (identifier Third)) (property_body { (accessor_declarations (get_accessor_declaration get (accessor_body ;))) } (property_initializer = (variable_initializer (literal "Jane")) ;)))) (class_member_declaration (property_declaration (property_modifier public) (type (class_type string)) (member_name (identifier Fourth)) (property_body { (accessor_declarations (get_accessor_declaration get (accessor_body ;))) } (property_initializer = (variable_initializer (literal "Doe")) ;)))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type (identifier Point)) (method_header (member_name (identifier Move)) ( (parameter_list (fixed_parameters (fixed_parameter (type (integral_type int)) (identifier dx)) , (fixed_parameter (type (integral_type int)) (identifier dy)))) )) (method_body => (expression (object_creation_expression new (type (identifier Point)) ( (argument_list (argument (additive_expression (additive_expression (identifier x)) + (multiplicative_expression (identifier dx)))) , (argument (additive_expression (additive_expression (identifier y)) + (multiplicative_expression (identifier dy))))) ))) ;))) (class_member_declaration (operator_declaration (operator_modifier public) (operator_modifier static) (operator_declarator (binary_operator_declarator (type (identifier Complex)) operator (overloadable_binary_operator +) ( (fixed_parameter (type (identifier Complex)) (identifier a)) , (fixed_parameter (type (identifier Complex)) (identifier b)) ))) (operator_body => (expression (invocation_expression (primary_expression (member_access (primary_expression (identifier a)) . (identifier Add))) ( (argument_list (identifier b)) ))) ;))) (class_member_declaration (operator_declaration (operator_modifier public) (operator_modifier static) (operator_declarator (conversion_operator_declarator implicit operator (type (class_type string)) ( (fixed_parameter (type (identifier Person)) (identifier p)) ))) (operator_body => (expression (additive_expression (additive_expression (additive_expression (member_access (primary_expression (identifier p)) . (identifier First))) + (multiplicative_expression (literal " "))) + (multiplicative_expression (member_access (primary_expression (identifier p)) . (identifier Last))))) ;))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type void) (method_header (member_name (identifier Print)) ( )) (method_body => (expression (invocation_expression (primary_expression (member_access (primary_expression (identifier Console)) . (identifier WriteLine))) ( (argument_list (additive_expression (additive_expression (additive_expression (identifier First)) + (multiplicative_expression (literal " "))) + (multiplicative_expression (identifier Last)))) ))) ;))) (class_member_declaration (property_declaration (property_modifier public) (type (class_type string)) (member_name (identifier Name)) (property_body => (expression (additive_expression (additive_expression (additive_expression (identifier First)) + (multiplicative_expression (literal " "))) + (multiplicative_expression (identifier Last)))) ;))) (class_member_declaration (indexer_declaration (indexer_modifier public) (indexer_declarator (type (integral_type int)) this [ (parameter_list (fixed_parameter (type (integral_type long)) (identifier id))) ]) (indexer_body => (expression (identifier id)) ;))) (class_member_declaration (method_declaration (method_modifiers (method_modifier async)) (return_type void) (method_header (member_name (identifier Test)) ( )) (method_body (block { (statement_list (statement (expression_statement (statement_expression (invocation_expression (primary_expression (identifier WriteLine)) ( (argument_list (invocation_expression (primary_expression (identifier Sqrt)) ( (argument_list (additive_expression (additive_expression (multiplicative_expression (multiplicative_expression (literal 3)) * (unary_expression (literal 3)))) + (multiplicative_expression (multiplicative_expression (literal 4)) * (unary_expression (literal 4))))) ))) ))) ;)) (statement (expression_statement (statement_expression (invocation_expression (primary_expression (identifier WriteLine)) ( (argument_list (additive_expression (additive_expression (identifier Friday)) - (multiplicative_expression (identifier Monday)))) ))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier range) = (expression (invocation_expression (primary_expression (identifier Range)) ( (argument_list (argument (literal 5)) , (argument (literal 17))) )))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier even) = (expression (invocation_expression (primary_expression (member_access (primary_expression (identifier range)) . (identifier Where))) ( (argument_list (lambda_expression (anonymous_function_signature (identifier i)) => (anonymous_function_body (equality_expression (equality_expression (multiplicative_expression (multiplicative_expression (identifier i)) % (unary_expression (literal 2)))) == (relational_expression (literal 0)))))) )))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (nullable_value_type (non_nullable_value_type (integral_type int)) (nullable_type_annotation ?))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier length) = (local_variable_initializer (null_conditional_member_access (primary_expression (identifier customers)) ? . (identifier Length))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (identifier Customer)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier first) = (local_variable_initializer (null_conditional_element_access (primary_no_array_creation_expression (identifier customers)) ? [ (argument_list (literal 0)) ])))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier length) = (local_variable_initializer (null_coalescing_expression (conditional_or_expression (null_conditional_member_access (primary_expression (identifier customers)) ? . (identifier Length))) ?? (null_coalescing_expression (literal 0)))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (nullable_value_type (non_nullable_value_type (integral_type int)) (nullable_type_annotation ?))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier first) = (local_variable_initializer (null_conditional_member_access (primary_expression (null_conditional_member_access (primary_expression (null_conditional_element_access (primary_no_array_creation_expression (identifier customers)) ? [ (argument_list (literal 0)) ])) ? . (identifier Orders))) ? . (identifier Count) (dependent_access ( )))))))) ;)) (statement (expression_statement (statement_expression (null_conditional_invocation_expression (null_conditional_member_access (primary_expression (identifier PropertyChanged)) ? . (identifier Invoke)) ( (argument_list (argument (this_access this)) , (argument (identifier args))) ))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (class_type string)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier s) = (local_variable_initializer (interpolated_regular_string_expression 〔$"〕 { (regular_interpolation (expression (member_access (primary_expression (identifier p)) . (identifier Name))) , (interpolation_minimum_width (literal 20))) } 〔 is 〕 { (regular_interpolation (expression (member_access (primary_expression (identifier p)) . (identifier Age))) 〔:D3〕) } 〔 year{{s}} old #〕 〔"〕)))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier s)) (assignment_operator =) (expression (interpolated_regular_string_expression 〔$"〕 { (regular_interpolation (member_access (primary_expression (identifier p)) . (identifier Name))) } 〔 is \"〕 { (regular_interpolation (member_access (primary_expression (identifier p)) . (identifier Age))) } 〔 year〕 { (regular_interpolation (parenthesized_expression ( (expression (conditional_expression (null_coalescing_expression (equality_expression (equality_expression (member_access (primary_expression (identifier p)) . (identifier Age))) == (relational_expression (literal 1)))) ? (expression (literal "")) : (expression (literal "s")))) ))) } 〔 old〕 〔"〕)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier s)) (assignment_operator =) (expression (interpolated_regular_string_expression 〔$"〕 { (regular_interpolation (parenthesized_expression ( (expression (conditional_expression (null_coalescing_expression (equality_expression (equality_expression (member_access (primary_expression (identifier p)) . (identifier Age))) == (relational_expression (literal 2)))) ? (expression (interpolated_regular_string_expression 〔$"〕 { (regular_interpolation (object_creation_expression new (type (identifier Person)) (object_or_collection_initializer (object_initializer { })))) } 〔"〕)) : (expression (literal "")))) ))) } 〔"〕)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier s)) (assignment_operator =) (expression (interpolated_verbatim_string_expression 〔$@"〕 〔\〕 { (verbatim_interpolation (member_access (primary_expression (identifier p)) . (identifier Name))) } 〔\n ""\〕 〔"〕)))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (identifier s)) (assignment_operator =) (expression (interpolated_regular_string_expression 〔$"〕 〔Color [ R=〕 { (regular_interpolation (expression (invocation_expression (primary_expression (identifier func)) ( (argument_list (argument (argument_name (identifier b) :) (argument_value (literal 3)))) ))) 〔:#0.##〕) } 〔, G=〕 { (regular_interpolation (expression (identifier G)) 〔:#0.##〕) } 〔, B=〕 { (regular_interpolation (expression (identifier B)) 〔:#0.##〕) } 〔, A=〕 { (regular_interpolation (expression (identifier A)) 〔:#0.##〕) } 〔 ]〕 〔"〕)))) ;)) (statement (if_statement if ( (boolean_expression (equality_expression (equality_expression (identifier x)) == (relational_expression (null_literal null)))) ) (embedded_statement (throw_statement throw (expression (object_creation_expression new (type (identifier ArgumentNullException)) ( (argument_list (invocation_expression (primary_expression (contextual_keyword nameof)) ( (argument_list (identifier x)) ))) ))) ;)))) (statement (expression_statement (statement_expression (invocation_expression (primary_expression (identifier WriteLine)) ( (argument_list (invocation_expression (primary_expression (contextual_keyword nameof)) ( (argument_list (member_access (primary_expression (member_access (primary_expression (identifier person)) . (identifier Address))) . (identifier ZipCode))) ))) ))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier numbers) = (expression (object_creation_expression new (type (namespace_or_type_name (identifier Dictionary) (type_argument_list < (type_arguments (type_argument (integral_type int)) , (type_argument (class_type string))) >))) (object_or_collection_initializer (object_initializer { (member_initializer_list (member_initializer (initializer_target [ (argument_list (literal 7)) ]) = (initializer_value (literal "seven"))) , (member_initializer (initializer_target [ (argument_list (literal 9)) ]) = (initializer_value (literal "nine"))) , (member_initializer (initializer_target [ (argument_list (literal 13)) ]) = (initializer_value (literal "thirteen")))) }))))))) ;)) (statement (try_statement try (block { }) (catch_clauses (specific_catch_clause catch (exception_specifier ( (type (identifier MyException)) (identifier e) )) (exception_filter when ( (boolean_expression (invocation_expression (primary_expression (identifier myfilter)) ( (argument_list (identifier e)) ))) )) (block { }))))) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (identifier Resource)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier res) = (local_variable_initializer (null_literal null)))))) ;)) (statement (try_statement try (block { (statement_list (expression_statement (statement_expression (assignment (unary_expression (identifier res)) (assignment_operator =) (expression (await_expression await (unary_expression (invocation_expression (primary_expression (member_access (primary_expression (identifier Resource)) . (identifier OpenAsync))) ( ))))))) ;)) }) (catch_clauses (specific_catch_clause catch (exception_specifier ( (type (identifier ResourceException)) (identifier e) )) (block { (statement_list (expression_statement (statement_expression (await_expression await (unary_expression (invocation_expression (primary_expression (member_access (primary_expression (identifier Resource)) . (identifier LogAsync))) ( (argument_list (argument (identifier res)) , (argument (identifier e))) ))))) ;)) }))) (finally_clause finally (block { (statement_list (if_statement if ( (boolean_expression (equality_expression (equality_expression (identifier res)) != (relational_expression (null_literal null)))) ) (embedded_statement (expression_statement (statement_expression (await_expression await (unary_expression (invocation_expression (primary_expression (member_access (primary_expression (identifier res)) . (identifier CloseAsync))) ( ))))) ;)))) }))))) })))) }))) }))))) diff --git a/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/Reference/AllInOneNoPreprocessor-v6.tree.svg b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/Reference/AllInOneNoPreprocessor-v6.tree.svg new file mode 100644 index 000000000..55ae33842 --- /dev/null +++ b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/Reference/AllInOneNoPreprocessor-v6.tree.svg @@ -0,0 +1,44805 @@ +<svg width="218422.6" height="2050.4" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><line x1="44239.0869140625" y1="6.0" x2="44239.0869140625" y2="29.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="73.5" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73.5" y1="64.0" x2="17.5" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73.5" y1="64.0" x2="55.0" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73.5" y1="64.0" x2="97.0" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97.0" y1="93.0" x2="97.0" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73.5" y1="64.0" x2="129.5" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="210.0" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="210.0" y1="64.0" x2="210.0" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="210.0" y1="93.0" x2="146.75" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="210.0" y1="93.0" x2="215.75" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="215.75" y1="122.0" x2="215.75" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="215.75" y1="151.0" x2="215.75" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="210.0" y1="93.0" x2="273.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="362.0" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="362.0" y1="64.0" x2="362.0" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="362.0" y1="93.0" x2="298.75" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="362.0" y1="93.0" x2="367.75" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="367.75" y1="122.0" x2="367.75" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="367.75" y1="151.0" x2="312.0" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="312.0" y1="180.0" x2="256.25" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="256.25" y1="209.0" x2="256.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="256.25" y1="238.0" x2="256.25" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="312.0" y1="180.0" x2="335.25" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="312.0" y1="180.0" x2="367.75" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="367.75" y1="209.0" x2="367.75" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="367.75" y1="151.0" x2="391.0" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="367.75" y1="151.0" x2="423.5" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="423.5" y1="180.0" x2="423.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="362.0" y1="93.0" x2="425.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="571.0" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="571.0" y1="64.0" x2="571.0" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="571.0" y1="93.0" x2="507.75" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="571.0" y1="93.0" x2="576.75" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="576.75" y1="122.0" x2="576.75" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="576.75" y1="151.0" x2="521.0" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="521.0" y1="180.0" x2="521.0" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="521.0" y1="209.0" x2="521.0" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="576.75" y1="151.0" x2="600.0" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="576.75" y1="151.0" x2="632.5" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="632.5" y1="180.0" x2="632.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="571.0" y1="93.0" x2="634.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="828.625" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="828.625" y1="64.0" x2="828.625" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="828.625" y1="93.0" x2="765.375" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="828.625" y1="93.0" x2="834.375" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="834.375" y1="122.0" x2="834.375" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="834.375" y1="151.0" x2="775.75" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="775.75" y1="180.0" x2="720.0" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="720.0" y1="209.0" x2="720.0" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="720.0" y1="238.0" x2="720.0" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="775.75" y1="180.0" x2="799.0" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="775.75" y1="180.0" x2="831.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="831.5" y1="209.0" x2="831.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="834.375" y1="151.0" x2="857.625" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="834.375" y1="151.0" x2="893.0" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="893.0" y1="180.0" x2="893.0" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="828.625" y1="93.0" x2="891.875" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="1040.5" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1040.5" y1="64.0" x2="1040.5" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1040.5" y1="93.0" x2="977.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1040.5" y1="93.0" x2="1046.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1046.25" y1="122.0" x2="1046.25" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1046.25" y1="151.0" x2="990.5" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="990.5" y1="180.0" x2="990.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="990.5" y1="209.0" x2="990.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1046.25" y1="151.0" x2="1069.5" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1046.25" y1="151.0" x2="1102.0" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1102.0" y1="180.0" x2="1102.0" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1040.5" y1="93.0" x2="1103.75" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="1259.625" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1259.625" y1="64.0" x2="1259.625" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1259.625" y1="93.0" x2="1129.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1259.625" y1="93.0" x2="1173.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1173.25" y1="122.0" x2="1173.25" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1259.625" y1="93.0" x2="1218.875" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1259.625" y1="93.0" x2="1311.0" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1311.0" y1="122.0" x2="1255.25" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1255.25" y1="151.0" x2="1255.25" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1255.25" y1="180.0" x2="1255.25" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1311.0" y1="122.0" x2="1334.25" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1311.0" y1="122.0" x2="1366.75" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1366.75" y1="151.0" x2="1366.75" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1259.625" y1="93.0" x2="1390.0" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="1506.25" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1506.25" y1="64.0" x2="1506.25" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1506.25" y1="93.0" x2="1443.0" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1506.25" y1="93.0" x2="1512.0" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1512.0" y1="122.0" x2="1512.0" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1512.0" y1="151.0" x2="1456.25" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1456.25" y1="180.0" x2="1456.25" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1456.25" y1="209.0" x2="1456.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1512.0" y1="151.0" x2="1535.25" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1512.0" y1="151.0" x2="1567.75" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1567.75" y1="180.0" x2="1567.75" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1506.25" y1="93.0" x2="1569.5" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="1713.75" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1713.75" y1="64.0" x2="1713.75" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1713.75" y1="93.0" x2="1595.0" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1713.75" y1="93.0" x2="1639.0" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1639.0" y1="122.0" x2="1639.0" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1713.75" y1="93.0" x2="1673.0" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1713.75" y1="93.0" x2="1753.5" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1753.5" y1="122.0" x2="1753.5" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1753.5" y1="151.0" x2="1753.5" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1713.75" y1="93.0" x2="1832.5" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="2007.125" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2007.125" y1="64.0" x2="2007.125" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2007.125" y1="93.0" x2="1858.0" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2007.125" y1="93.0" x2="1902.0" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1902.0" y1="122.0" x2="1902.0" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2007.125" y1="93.0" x2="1966.375" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2007.125" y1="93.0" x2="2077.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2077.25" y1="122.0" x2="1983.0" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1983.0" y1="151.0" x2="1983.0" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1983.0" y1="180.0" x2="1983.0" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2077.25" y1="122.0" x2="2062.0" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2077.25" y1="122.0" x2="2094.5" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2094.5" y1="151.0" x2="2094.5" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2077.25" y1="122.0" x2="2171.5" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2171.5" y1="151.0" x2="2118.0" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2171.5" y1="151.0" x2="2171.5" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2171.5" y1="180.0" x2="2171.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2171.5" y1="209.0" x2="2171.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2171.5" y1="151.0" x2="2225.0" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2007.125" y1="93.0" x2="2156.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="2337.0" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2337.0" y1="64.0" x2="2337.0" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2337.0" y1="93.0" x2="2273.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2337.0" y1="93.0" x2="2310.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2337.0" y1="93.0" x2="2361.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2361.25" y1="122.0" x2="2361.25" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2361.25" y1="151.0" x2="2305.5" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2305.5" y1="180.0" x2="2305.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2305.5" y1="209.0" x2="2305.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2361.25" y1="151.0" x2="2384.5" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2361.25" y1="151.0" x2="2417.0" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2417.0" y1="180.0" x2="2417.0" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2337.0" y1="93.0" x2="2400.75" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="2546.0" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2546.0" y1="64.0" x2="2546.0" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2546.0" y1="93.0" x2="2482.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2546.0" y1="93.0" x2="2519.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2546.0" y1="93.0" x2="2570.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2570.25" y1="122.0" x2="2570.25" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2570.25" y1="151.0" x2="2514.5" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2514.5" y1="180.0" x2="2514.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2514.5" y1="209.0" x2="2514.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2570.25" y1="151.0" x2="2593.5" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2570.25" y1="151.0" x2="2626.0" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2626.0" y1="180.0" x2="2626.0" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2546.0" y1="93.0" x2="2609.75" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="2822.875" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2822.875" y1="64.0" x2="2822.875" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2822.875" y1="93.0" x2="2759.125" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2822.875" y1="93.0" x2="2796.125" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2822.875" y1="93.0" x2="2847.125" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2847.125" y1="122.0" x2="2847.125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2847.125" y1="151.0" x2="2789.25" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2789.25" y1="180.0" x2="2733.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2733.5" y1="209.0" x2="2733.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2733.5" y1="238.0" x2="2733.5" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2789.25" y1="180.0" x2="2812.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2789.25" y1="180.0" x2="2845.0" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2845.0" y1="209.0" x2="2845.0" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2847.125" y1="151.0" x2="2870.375" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2847.125" y1="151.0" x2="2905.0" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2905.0" y1="180.0" x2="2905.0" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2822.875" y1="93.0" x2="2886.625" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="3240.84375" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3240.84375" y1="64.0" x2="3058.75" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3058.75" y1="93.0" x2="2921.625" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3058.75" y1="93.0" x2="3011.125" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3011.125" y1="122.0" x2="2978.125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2978.125" y1="151.0" x2="2978.125" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2978.125" y1="180.0" x2="2978.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3011.125" y1="122.0" x2="3044.125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3058.75" y1="93.0" x2="3154.375" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3154.375" y1="122.0" x2="3154.375" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3154.375" y1="151.0" x2="3079.125" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3079.125" y1="180.0" x2="3079.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3079.125" y1="209.0" x2="3023.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3023.375" y1="238.0" x2="3023.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3023.375" y1="267.0" x2="3023.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3079.125" y1="209.0" x2="3102.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3079.125" y1="209.0" x2="3134.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3134.875" y1="238.0" x2="3134.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3154.375" y1="151.0" x2="3229.625" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3229.625" y1="180.0" x2="3158.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3229.625" y1="180.0" x2="3229.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3229.625" y1="209.0" x2="3229.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3229.625" y1="238.0" x2="3229.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3229.625" y1="180.0" x2="3300.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3058.75" y1="93.0" x2="3195.875" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3240.84375" y1="64.0" x2="3422.9375" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3422.9375" y1="93.0" x2="3274.625" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3422.9375" y1="93.0" x2="3364.125" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3364.125" y1="122.0" x2="3331.125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3331.125" y1="151.0" x2="3331.125" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3331.125" y1="180.0" x2="3331.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3364.125" y1="122.0" x2="3397.125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3422.9375" y1="93.0" x2="3529.75" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3529.75" y1="122.0" x2="3529.75" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3529.75" y1="151.0" x2="3426.125" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3426.125" y1="180.0" x2="3426.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3426.125" y1="209.0" x2="3370.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3370.375" y1="238.0" x2="3370.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3370.375" y1="267.0" x2="3370.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3426.125" y1="209.0" x2="3449.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3426.125" y1="209.0" x2="3481.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3481.875" y1="238.0" x2="3481.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3529.75" y1="151.0" x2="3633.375" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3633.375" y1="180.0" x2="3562.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3633.375" y1="180.0" x2="3633.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3633.375" y1="209.0" x2="3633.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3633.375" y1="238.0" x2="3564.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3564.875" y1="267.0" x2="3564.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3564.875" y1="296.0" x2="3564.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3633.375" y1="238.0" x2="3627.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3633.375" y1="238.0" x2="3701.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3701.875" y1="267.0" x2="3701.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3701.875" y1="296.0" x2="3701.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3633.375" y1="180.0" x2="3704.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3422.9375" y1="93.0" x2="3571.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="3785.3125" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3785.3125" y1="64.0" x2="3785.3125" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3785.3125" y1="93.0" x2="3615.375" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3785.3125" y1="93.0" x2="3659.375" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3659.375" y1="122.0" x2="3659.375" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3785.3125" y1="93.0" x2="3726.375" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3726.375" y1="122.0" x2="3706.875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3726.375" y1="122.0" x2="3745.875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3745.875" y1="151.0" x2="3745.875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3745.875" y1="180.0" x2="3745.875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3785.3125" y1="93.0" x2="3955.25" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3955.25" y1="122.0" x2="3876.75" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3955.25" y1="122.0" x2="3955.25" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3955.25" y1="151.0" x2="3955.25" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3955.25" y1="180.0" x2="3828.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3955.25" y1="180.0" x2="3910.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3910.375" y1="209.0" x2="3910.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3955.25" y1="180.0" x2="4000.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4000.125" y1="209.0" x2="3967.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3967.875" y1="238.0" x2="3928.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3928.125" y1="267.0" x2="3928.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3928.125" y1="296.0" x2="3928.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3967.875" y1="238.0" x2="3975.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3967.875" y1="238.0" x2="4007.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4007.625" y1="267.0" x2="4007.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4000.125" y1="209.0" x2="4017.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4000.125" y1="209.0" x2="4032.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3955.25" y1="180.0" x2="4082.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4082.125" y1="209.0" x2="4082.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4082.125" y1="238.0" x2="4074.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4082.125" y1="238.0" x2="4089.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3955.25" y1="122.0" x2="4033.75" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="18181.7412109375" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18181.7412109375" y1="64.0" x2="18181.7412109375" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18181.7412109375" y1="93.0" x2="4050.625" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18181.7412109375" y1="93.0" x2="4132.625" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4132.625" y1="122.0" x2="4132.625" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4132.625" y1="151.0" x2="4132.625" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18181.7412109375" y1="93.0" x2="32312.857421875" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32312.857421875" y1="122.0" x2="4169.625" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32312.857421875" y1="122.0" x2="4219.125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4219.125" y1="151.0" x2="4219.125" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4219.125" y1="180.0" x2="4155.875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4219.125" y1="180.0" x2="4224.875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4224.875" y1="209.0" x2="4224.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4224.875" y1="238.0" x2="4169.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4169.125" y1="267.0" x2="4169.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4169.125" y1="296.0" x2="4169.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4224.875" y1="238.0" x2="4248.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4224.875" y1="238.0" x2="4280.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4280.625" y1="267.0" x2="4280.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4219.125" y1="180.0" x2="4282.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32312.857421875" y1="122.0" x2="4485.125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4485.125" y1="151.0" x2="4485.125" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4485.125" y1="180.0" x2="4345.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4485.125" y1="180.0" x2="4397.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4397.625" y1="209.0" x2="4397.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4485.125" y1="180.0" x2="4510.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4510.125" y1="209.0" x2="4435.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4510.125" y1="209.0" x2="4510.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4510.125" y1="238.0" x2="4393.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4393.375" y1="267.0" x2="4344.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4344.125" y1="296.0" x2="4344.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4393.375" y1="267.0" x2="4442.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4442.625" y1="296.0" x2="4442.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4442.625" y1="325.0" x2="4442.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4510.125" y1="238.0" x2="4466.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4510.125" y1="238.0" x2="4528.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4528.375" y1="267.0" x2="4528.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4510.125" y1="238.0" x2="4626.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4626.875" y1="267.0" x2="4626.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4626.875" y1="296.0" x2="4626.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4510.125" y1="209.0" x2="4585.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4485.125" y1="180.0" x2="4624.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4624.625" y1="209.0" x2="4617.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4624.625" y1="209.0" x2="4632.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32312.857421875" y1="122.0" x2="4852.375" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4852.375" y1="151.0" x2="4852.375" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4852.375" y1="180.0" x2="4692.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4852.375" y1="180.0" x2="4751.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4751.625" y1="209.0" x2="4751.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4852.375" y1="180.0" x2="5012.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5012.625" y1="209.0" x2="4792.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4792.625" y1="238.0" x2="4792.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5012.625" y1="209.0" x2="4908.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4908.125" y1="238.0" x2="4833.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4908.125" y1="238.0" x2="4908.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4908.125" y1="267.0" x2="4786.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4786.875" y1="296.0" x2="4696.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4696.375" y1="325.0" x2="4696.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4696.375" y1="354.0" x2="4654.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4696.375" y1="354.0" x2="4696.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4696.375" y1="383.0" x2="4696.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4696.375" y1="412.0" x2="4648.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4648.625" y1="441.0" x2="4648.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4648.625" y1="470.0" x2="4592.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4592.875" y1="499.0" x2="4592.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4592.875" y1="528.0" x2="4592.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4648.625" y1="470.0" x2="4671.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4648.625" y1="470.0" x2="4704.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4704.375" y1="499.0" x2="4704.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4696.375" y1="412.0" x2="4744.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4744.125" y1="441.0" x2="4736.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4744.125" y1="441.0" x2="4751.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4696.375" y1="354.0" x2="4737.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4786.875" y1="296.0" x2="4778.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4778.875" y1="325.0" x2="4778.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4786.875" y1="296.0" x2="4877.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4877.375" y1="325.0" x2="4877.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4877.375" y1="354.0" x2="4877.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4908.125" y1="267.0" x2="4864.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4908.125" y1="267.0" x2="4930.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4930.875" y1="296.0" x2="4930.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4908.125" y1="267.0" x2="5029.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5029.375" y1="296.0" x2="5029.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5029.375" y1="325.0" x2="5029.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4908.125" y1="238.0" x2="4983.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5012.625" y1="209.0" x2="4998.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5012.625" y1="209.0" x2="5022.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5012.625" y1="209.0" x2="5132.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5132.625" y1="238.0" x2="5034.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5132.625" y1="238.0" x2="5098.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5098.875" y1="267.0" x2="5098.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5098.875" y1="296.0" x2="5098.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5132.625" y1="238.0" x2="5149.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5132.625" y1="238.0" x2="5230.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5230.875" y1="267.0" x2="5230.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5230.875" y1="296.0" x2="5230.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5012.625" y1="209.0" x2="5232.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32312.857421875" y1="122.0" x2="17488.40625" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17488.40625" y1="151.0" x2="17488.40625" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17488.40625" y1="180.0" x2="5259.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5259.125" y1="209.0" x2="5259.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17488.40625" y1="180.0" x2="5340.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5340.125" y1="209.0" x2="5340.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5340.125" y1="238.0" x2="5340.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17488.40625" y1="180.0" x2="5400.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17488.40625" y1="180.0" x2="5439.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17488.40625" y1="180.0" x2="5483.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5483.125" y1="209.0" x2="5483.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17488.40625" y1="180.0" x2="5542.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5542.125" y1="209.0" x2="5513.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5542.125" y1="209.0" x2="5570.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5570.375" y1="238.0" x2="5523.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5523.375" y1="267.0" x2="5523.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5523.375" y1="296.0" x2="5523.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5570.375" y1="238.0" x2="5570.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5570.375" y1="238.0" x2="5617.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5617.375" y1="267.0" x2="5617.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5617.375" y1="296.0" x2="5617.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17488.40625" y1="180.0" x2="29717.6875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="5879.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="5957.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5957.625" y1="238.0" x2="5957.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5957.625" y1="267.0" x2="5670.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5670.875" y1="296.0" x2="5670.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5670.875" y1="325.0" x2="5629.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5670.875" y1="325.0" x2="5670.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5670.875" y1="354.0" x2="5670.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5670.875" y1="383.0" x2="5586.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5586.625" y1="412.0" x2="5586.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5586.625" y1="441.0" x2="5586.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5670.875" y1="383.0" x2="5755.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5755.125" y1="412.0" x2="5619.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5755.125" y1="412.0" x2="5690.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5690.625" y1="441.0" x2="5690.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5690.625" y1="470.0" x2="5690.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5755.125" y1="412.0" x2="5761.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5755.125" y1="412.0" x2="5825.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5825.625" y1="441.0" x2="5825.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5825.625" y1="470.0" x2="5763.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5763.875" y1="499.0" x2="5763.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5825.625" y1="470.0" x2="5797.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5825.625" y1="470.0" x2="5887.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5887.375" y1="499.0" x2="5887.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5887.375" y1="528.0" x2="5887.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5755.125" y1="412.0" x2="5890.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5670.875" y1="325.0" x2="5712.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5957.625" y1="267.0" x2="5829.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5829.375" y1="296.0" x2="5774.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5774.375" y1="325.0" x2="5774.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5774.375" y1="354.0" x2="5774.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5829.375" y1="296.0" x2="5884.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5884.375" y1="325.0" x2="5884.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5884.375" y1="354.0" x2="5884.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5957.625" y1="267.0" x2="5964.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5964.375" y1="296.0" x2="5964.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5964.375" y1="325.0" x2="5964.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5957.625" y1="267.0" x2="6135.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6135.375" y1="296.0" x2="6040.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6040.875" y1="325.0" x2="6040.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6040.875" y1="354.0" x2="6040.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6135.375" y1="296.0" x2="6112.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6135.375" y1="296.0" x2="6182.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6182.375" y1="325.0" x2="6182.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6182.375" y1="354.0" x2="6130.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6130.375" y1="383.0" x2="6104.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6104.875" y1="412.0" x2="6104.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6104.875" y1="441.0" x2="6104.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6130.375" y1="383.0" x2="6155.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6155.875" y1="412.0" x2="6155.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6182.375" y1="354.0" x2="6182.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6182.375" y1="354.0" x2="6234.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6234.375" y1="383.0" x2="6213.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6213.625" y1="412.0" x2="6213.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6213.625" y1="441.0" x2="6213.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6234.375" y1="383.0" x2="6255.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6255.125" y1="412.0" x2="6255.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6135.375" y1="296.0" x2="6229.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5957.625" y1="267.0" x2="6244.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6244.375" y1="296.0" x2="6244.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="6468.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6468.125" y1="238.0" x2="6468.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6468.125" y1="267.0" x2="6331.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6331.375" y1="296.0" x2="6331.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6468.125" y1="267.0" x2="6398.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6468.125" y1="267.0" x2="6433.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6433.875" y1="296.0" x2="6433.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6433.875" y1="325.0" x2="6433.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6468.125" y1="267.0" x2="6540.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6540.875" y1="296.0" x2="6540.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6540.875" y1="325.0" x2="6470.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6470.375" y1="354.0" x2="6470.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6470.375" y1="383.0" x2="6470.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6540.875" y1="325.0" x2="6525.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6540.875" y1="325.0" x2="6611.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6611.375" y1="354.0" x2="6611.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6611.375" y1="383.0" x2="6543.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6543.875" y1="412.0" x2="6543.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6543.875" y1="441.0" x2="6501.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6501.875" y1="470.0" x2="6501.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6543.875" y1="441.0" x2="6553.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6543.875" y1="441.0" x2="6585.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6585.875" y1="470.0" x2="6585.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6611.375" y1="383.0" x2="6605.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6611.375" y1="383.0" x2="6678.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6678.875" y1="412.0" x2="6678.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6678.875" y1="441.0" x2="6678.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6468.125" y1="267.0" x2="6604.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="6796.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6796.375" y1="238.0" x2="6796.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6796.375" y1="267.0" x2="6686.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6686.375" y1="296.0" x2="6686.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6796.375" y1="267.0" x2="6786.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6786.375" y1="296.0" x2="6786.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6796.375" y1="267.0" x2="6819.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6796.375" y1="267.0" x2="6834.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6796.375" y1="267.0" x2="6906.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6906.375" y1="296.0" x2="6906.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6906.375" y1="325.0" x2="6898.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6906.375" y1="325.0" x2="6913.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="16708.65625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16708.65625" y1="238.0" x2="16708.65625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16708.65625" y1="267.0" x2="7035.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7035.375" y1="296.0" x2="7035.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7035.375" y1="325.0" x2="6928.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7035.375" y1="325.0" x2="7000.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7000.875" y1="354.0" x2="6976.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6976.375" y1="383.0" x2="6976.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6976.375" y1="412.0" x2="6976.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7000.875" y1="354.0" x2="7025.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7035.375" y1="325.0" x2="7100.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7100.875" y1="354.0" x2="7100.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7100.875" y1="383.0" x2="7100.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7035.375" y1="325.0" x2="7142.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16708.65625" y1="267.0" x2="7127.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7127.25" y1="296.0" x2="7127.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16708.65625" y1="267.0" x2="7282.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7282.0" y1="296.0" x2="7180.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7180.625" y1="325.0" x2="7180.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7282.0" y1="296.0" x2="7213.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7282.0" y1="296.0" x2="7261.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7261.125" y1="325.0" x2="7261.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7261.125" y1="354.0" x2="7173.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7173.875" y1="383.0" x2="7173.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7173.875" y1="412.0" x2="7066.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7173.875" y1="412.0" x2="7139.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7139.375" y1="441.0" x2="7114.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7114.875" y1="470.0" x2="7114.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7114.875" y1="499.0" x2="7114.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7139.375" y1="441.0" x2="7163.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7173.875" y1="412.0" x2="7239.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7239.375" y1="441.0" x2="7239.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7239.375" y1="470.0" x2="7239.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7173.875" y1="412.0" x2="7280.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7261.125" y1="354.0" x2="7298.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7298.875" y1="383.0" x2="7298.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7298.875" y1="412.0" x2="7298.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7261.125" y1="354.0" x2="7348.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7348.375" y1="383.0" x2="7348.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7282.0" y1="296.0" x2="7313.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7282.0" y1="296.0" x2="7383.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7383.375" y1="325.0" x2="7313.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7383.375" y1="325.0" x2="7337.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7383.375" y1="325.0" x2="7362.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7383.375" y1="325.0" x2="7408.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7408.125" y1="354.0" x2="7408.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7408.125" y1="383.0" x2="7408.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7383.375" y1="325.0" x2="7453.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16708.65625" y1="267.0" x2="26381.9375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="296.0" x2="26381.9375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="325.0" x2="26335.4375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="325.0" x2="26381.9375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="7466.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7466.625" y1="383.0" x2="7466.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7466.625" y1="412.0" x2="7432.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7432.125" y1="441.0" x2="7432.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7466.625" y1="412.0" x2="7464.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7466.625" y1="412.0" x2="7501.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7501.125" y1="441.0" x2="7501.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7501.125" y1="470.0" x2="7454.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7501.125" y1="470.0" x2="7501.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7501.125" y1="499.0" x2="7165.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7165.375" y1="528.0" x2="7165.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7165.375" y1="557.0" x2="7127.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7127.875" y1="586.0" x2="7127.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7127.875" y1="615.0" x2="7056.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7056.625" y1="644.0" x2="7056.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7056.625" y1="673.0" x2="7056.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7127.875" y1="615.0" x2="7199.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7199.125" y1="644.0" x2="7199.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7199.125" y1="673.0" x2="7146.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7146.875" y1="702.0" x2="7146.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7199.125" y1="673.0" x2="7180.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7199.125" y1="673.0" x2="7251.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7251.375" y1="702.0" x2="7251.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7251.375" y1="731.0" x2="7182.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7251.375" y1="731.0" x2="7210.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7251.375" y1="731.0" x2="7265.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7265.125" y1="760.0" x2="7265.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7265.125" y1="789.0" x2="7265.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7251.375" y1="731.0" x2="7320.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7165.375" y1="557.0" x2="7202.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7501.125" y1="499.0" x2="7383.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7383.375" y1="528.0" x2="7383.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7383.375" y1="557.0" x2="7350.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7350.125" y1="586.0" x2="7350.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7350.125" y1="615.0" x2="7319.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7350.125" y1="615.0" x2="7380.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7380.625" y1="644.0" x2="7380.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7380.625" y1="673.0" x2="7380.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7383.375" y1="557.0" x2="7416.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7501.125" y1="499.0" x2="7565.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7565.625" y1="528.0" x2="7565.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7565.625" y1="557.0" x2="7528.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7528.125" y1="586.0" x2="7528.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7528.125" y1="615.0" x2="7468.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7528.125" y1="615.0" x2="7587.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7587.625" y1="644.0" x2="7531.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7531.875" y1="673.0" x2="7531.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7587.625" y1="644.0" x2="7584.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7587.625" y1="644.0" x2="7643.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7643.375" y1="673.0" x2="7643.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7643.375" y1="702.0" x2="7532.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7643.375" y1="702.0" x2="7575.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7643.375" y1="702.0" x2="7603.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7643.375" y1="702.0" x2="7665.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7665.875" y1="731.0" x2="7557.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7557.625" y1="760.0" x2="7557.625" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7557.625" y1="789.0" x2="7557.625" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7665.875" y1="731.0" x2="7597.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7665.875" y1="731.0" x2="7678.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7678.625" y1="760.0" x2="7678.625" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7678.625" y1="789.0" x2="7650.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7678.625" y1="789.0" x2="7707.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7707.125" y1="818.0" x2="7707.125" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7707.125" y1="847.0" x2="7707.125" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7665.875" y1="731.0" x2="7774.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7643.375" y1="702.0" x2="7727.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7643.375" y1="702.0" x2="7753.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7565.625" y1="557.0" x2="7603.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7501.125" y1="499.0" x2="7836.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7836.875" y1="528.0" x2="7836.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7836.875" y1="557.0" x2="7799.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7799.375" y1="586.0" x2="7799.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7799.375" y1="615.0" x2="7739.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7799.375" y1="615.0" x2="7858.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7858.875" y1="644.0" x2="7801.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7801.125" y1="673.0" x2="7801.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7858.875" y1="644.0" x2="7855.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7858.875" y1="644.0" x2="7916.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7916.625" y1="673.0" x2="7916.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7916.625" y1="702.0" x2="7799.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7916.625" y1="702.0" x2="7847.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7916.625" y1="702.0" x2="7875.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7916.625" y1="702.0" x2="7941.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7941.875" y1="731.0" x2="7833.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7833.625" y1="760.0" x2="7833.625" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7833.625" y1="789.0" x2="7833.625" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7941.875" y1="731.0" x2="7873.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7941.875" y1="731.0" x2="7954.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7954.625" y1="760.0" x2="7954.625" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7954.625" y1="789.0" x2="7926.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7954.625" y1="789.0" x2="7983.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7983.125" y1="818.0" x2="7983.125" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7983.125" y1="847.0" x2="7983.125" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7941.875" y1="731.0" x2="8050.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7916.625" y1="702.0" x2="8007.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7916.625" y1="702.0" x2="8033.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7836.875" y1="557.0" x2="7874.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7501.125" y1="470.0" x2="7547.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="8139.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8139.125" y1="383.0" x2="8139.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8139.125" y1="412.0" x2="8105.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8105.875" y1="441.0" x2="8105.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8105.875" y1="470.0" x2="7996.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7996.625" y1="499.0" x2="7996.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7996.625" y1="528.0" x2="7949.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7949.875" y1="557.0" x2="7949.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7949.875" y1="586.0" x2="7949.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7996.625" y1="528.0" x2="8010.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7996.625" y1="528.0" x2="8043.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8043.375" y1="557.0" x2="8043.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8105.875" y1="470.0" x2="8091.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8105.875" y1="470.0" x2="8169.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8169.625" y1="499.0" x2="8169.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8169.625" y1="528.0" x2="8122.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8122.875" y1="557.0" x2="8122.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8122.875" y1="586.0" x2="8076.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8076.125" y1="615.0" x2="8076.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8076.125" y1="644.0" x2="8076.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8122.875" y1="586.0" x2="8137.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8122.875" y1="586.0" x2="8169.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8169.625" y1="615.0" x2="8169.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8169.625" y1="528.0" x2="8183.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8169.625" y1="528.0" x2="8216.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8216.375" y1="557.0" x2="8216.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8105.875" y1="470.0" x2="8215.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8139.125" y1="412.0" x2="8172.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="8469.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8469.625" y1="383.0" x2="8469.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8469.625" y1="412.0" x2="8431.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8431.125" y1="441.0" x2="8311.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8431.125" y1="441.0" x2="8346.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8346.125" y1="470.0" x2="8346.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8346.125" y1="499.0" x2="8281.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8281.125" y1="528.0" x2="8281.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8281.125" y1="557.0" x2="8281.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8346.125" y1="499.0" x2="8411.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8411.125" y1="528.0" x2="8411.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8431.125" y1="441.0" x2="8551.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8551.125" y1="470.0" x2="8551.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8551.125" y1="499.0" x2="8501.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8501.625" y1="528.0" x2="8501.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8551.125" y1="499.0" x2="8535.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8551.125" y1="499.0" x2="8600.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8600.625" y1="528.0" x2="8600.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8600.625" y1="557.0" x2="8558.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8558.625" y1="586.0" x2="8558.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8600.625" y1="557.0" x2="8610.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8600.625" y1="557.0" x2="8642.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8642.625" y1="586.0" x2="8642.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8469.625" y1="412.0" x2="8508.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="8929.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8929.0" y1="383.0" x2="8929.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8929.0" y1="412.0" x2="8890.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8890.5" y1="441.0" x2="8767.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8890.5" y1="441.0" x2="8802.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8802.875" y1="470.0" x2="8802.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8802.875" y1="499.0" x2="8732.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8732.625" y1="528.0" x2="8732.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8732.625" y1="557.0" x2="8732.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8802.875" y1="499.0" x2="8873.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8873.125" y1="528.0" x2="8873.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8890.5" y1="441.0" x2="9013.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9013.125" y1="470.0" x2="9013.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9013.125" y1="499.0" x2="8963.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8963.625" y1="528.0" x2="8963.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9013.125" y1="499.0" x2="8997.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9013.125" y1="499.0" x2="9062.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9062.625" y1="528.0" x2="9062.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9062.625" y1="557.0" x2="8969.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9062.625" y1="557.0" x2="9001.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9001.0" y1="586.0" x2="9001.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9001.0" y1="615.0" x2="9001.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9062.625" y1="557.0" x2="9044.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9062.625" y1="557.0" x2="9110.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9110.25" y1="586.0" x2="9110.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9110.25" y1="615.0" x2="9072.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9072.0" y1="644.0" x2="9072.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9072.0" y1="673.0" x2="9025.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9025.25" y1="702.0" x2="9025.25" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9025.25" y1="731.0" x2="9025.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9072.0" y1="673.0" x2="9086.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9072.0" y1="673.0" x2="9118.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9118.75" y1="702.0" x2="9118.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9110.25" y1="615.0" x2="9133.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9110.25" y1="615.0" x2="9148.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9062.625" y1="557.0" x2="9155.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8929.0" y1="412.0" x2="8967.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="9215.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9215.125" y1="383.0" x2="9215.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9215.125" y1="412.0" x2="9177.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9177.625" y1="441.0" x2="9177.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9177.625" y1="470.0" x2="9118.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9177.625" y1="470.0" x2="9237.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9237.125" y1="499.0" x2="9199.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9199.625" y1="528.0" x2="9199.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9237.125" y1="499.0" x2="9233.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9237.125" y1="499.0" x2="9274.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9274.625" y1="528.0" x2="9274.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9274.625" y1="557.0" x2="9274.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9215.125" y1="412.0" x2="9252.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="9453.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9453.125" y1="383.0" x2="9453.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9453.125" y1="412.0" x2="9415.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9415.625" y1="441.0" x2="9415.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9415.625" y1="470.0" x2="9356.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9415.625" y1="470.0" x2="9475.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9475.125" y1="499.0" x2="9437.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9437.625" y1="528.0" x2="9437.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9475.125" y1="499.0" x2="9471.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9475.125" y1="499.0" x2="9512.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9512.625" y1="528.0" x2="9512.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9512.625" y1="557.0" x2="9512.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9453.125" y1="412.0" x2="9490.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="9773.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9773.875" y1="383.0" x2="9773.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9773.875" y1="412.0" x2="9736.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9736.375" y1="441.0" x2="9736.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9736.375" y1="470.0" x2="9599.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9599.625" y1="499.0" x2="9599.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9599.625" y1="528.0" x2="9599.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9736.375" y1="470.0" x2="9873.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9873.125" y1="499.0" x2="9760.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9760.125" y1="528.0" x2="9707.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9707.875" y1="557.0" x2="9707.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9760.125" y1="528.0" x2="9741.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9760.125" y1="528.0" x2="9812.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9812.375" y1="557.0" x2="9812.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9812.375" y1="586.0" x2="9812.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9873.125" y1="499.0" x2="9873.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9873.125" y1="499.0" x2="9986.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9986.125" y1="528.0" x2="9933.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9933.875" y1="557.0" x2="9933.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9986.125" y1="528.0" x2="9967.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9986.125" y1="528.0" x2="10038.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10038.375" y1="557.0" x2="10038.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10038.375" y1="586.0" x2="10038.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9773.875" y1="412.0" x2="9811.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="10251.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10251.125" y1="383.0" x2="10251.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10251.125" y1="412.0" x2="10217.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10217.875" y1="441.0" x2="10217.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10217.875" y1="470.0" x2="10119.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10119.875" y1="499.0" x2="10119.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10119.875" y1="528.0" x2="10119.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10217.875" y1="470.0" x2="10226.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10226.375" y1="499.0" x2="10226.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10217.875" y1="470.0" x2="10315.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10315.875" y1="499.0" x2="10315.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10315.875" y1="528.0" x2="10217.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10217.875" y1="557.0" x2="10217.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10217.875" y1="586.0" x2="10217.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10315.875" y1="528.0" x2="10324.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10324.375" y1="557.0" x2="10324.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10315.875" y1="528.0" x2="10413.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10413.875" y1="557.0" x2="10413.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10413.875" y1="586.0" x2="10413.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10251.125" y1="412.0" x2="10284.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="10515.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10515.125" y1="383.0" x2="10515.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10515.125" y1="412.0" x2="10477.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10477.625" y1="441.0" x2="10477.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10477.625" y1="470.0" x2="10418.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10477.625" y1="470.0" x2="10537.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10537.125" y1="499.0" x2="10491.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10491.125" y1="528.0" x2="10491.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10537.125" y1="499.0" x2="10533.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10537.125" y1="499.0" x2="10583.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10583.125" y1="528.0" x2="10583.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10583.125" y1="557.0" x2="10500.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10500.875" y1="586.0" x2="10500.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10500.875" y1="615.0" x2="10452.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10452.875" y1="644.0" x2="10452.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10452.875" y1="673.0" x2="10452.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10500.875" y1="615.0" x2="10521.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10500.875" y1="615.0" x2="10548.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10548.875" y1="644.0" x2="10548.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10548.875" y1="673.0" x2="10548.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10583.125" y1="557.0" x2="10581.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10583.125" y1="557.0" x2="10665.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10665.375" y1="586.0" x2="10665.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10665.375" y1="615.0" x2="10665.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10515.125" y1="412.0" x2="10552.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="10780.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10780.625" y1="383.0" x2="10780.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10780.625" y1="412.0" x2="10743.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10743.125" y1="441.0" x2="10743.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10743.125" y1="470.0" x2="10683.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10743.125" y1="470.0" x2="10802.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10802.625" y1="499.0" x2="10764.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10764.375" y1="528.0" x2="10764.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10802.625" y1="499.0" x2="10799.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10802.625" y1="499.0" x2="10840.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10840.875" y1="528.0" x2="10840.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10840.875" y1="557.0" x2="10794.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10794.875" y1="586.0" x2="10794.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10794.875" y1="615.0" x2="10794.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10840.875" y1="557.0" x2="10861.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10840.875" y1="557.0" x2="10886.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10886.875" y1="586.0" x2="10886.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10886.875" y1="615.0" x2="10886.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10780.625" y1="412.0" x2="10818.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="11018.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11018.625" y1="383.0" x2="11018.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11018.625" y1="412.0" x2="10981.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10981.125" y1="441.0" x2="10981.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10981.125" y1="470.0" x2="10921.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10981.125" y1="470.0" x2="11040.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11040.625" y1="499.0" x2="11003.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11003.125" y1="528.0" x2="11003.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11040.625" y1="499.0" x2="11037.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11040.625" y1="499.0" x2="11078.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11078.125" y1="528.0" x2="11078.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11078.125" y1="557.0" x2="11078.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11018.625" y1="412.0" x2="11056.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="11256.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11256.625" y1="383.0" x2="11256.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11256.625" y1="412.0" x2="11219.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11219.125" y1="441.0" x2="11219.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11219.125" y1="470.0" x2="11159.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11219.125" y1="470.0" x2="11278.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11278.625" y1="499.0" x2="11241.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11241.125" y1="528.0" x2="11241.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11278.625" y1="499.0" x2="11275.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11278.625" y1="499.0" x2="11316.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11316.125" y1="528.0" x2="11316.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11316.125" y1="557.0" x2="11316.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11256.625" y1="412.0" x2="11294.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="11734.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11734.875" y1="383.0" x2="11734.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11734.875" y1="412.0" x2="11697.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11697.375" y1="441.0" x2="11697.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11697.375" y1="470.0" x2="11400.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11400.125" y1="499.0" x2="11400.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11400.125" y1="528.0" x2="11400.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11697.375" y1="470.0" x2="11994.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11994.625" y1="499.0" x2="11542.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11542.625" y1="528.0" x2="11490.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11490.375" y1="557.0" x2="11490.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11542.625" y1="528.0" x2="11524.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11542.625" y1="528.0" x2="11594.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11594.875" y1="557.0" x2="11594.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11594.875" y1="586.0" x2="11594.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11994.625" y1="499.0" x2="11655.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11994.625" y1="499.0" x2="11768.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11768.625" y1="528.0" x2="11716.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11716.375" y1="557.0" x2="11716.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11768.625" y1="528.0" x2="11750.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11768.625" y1="528.0" x2="11820.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11820.875" y1="557.0" x2="11820.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11820.875" y1="586.0" x2="11820.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11994.625" y1="499.0" x2="11881.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11994.625" y1="499.0" x2="11994.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11994.625" y1="528.0" x2="11942.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11942.375" y1="557.0" x2="11942.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11994.625" y1="528.0" x2="11976.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11994.625" y1="528.0" x2="12046.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12046.875" y1="557.0" x2="12046.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12046.875" y1="586.0" x2="12018.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12046.875" y1="586.0" x2="12075.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12075.375" y1="615.0" x2="12075.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12075.375" y1="644.0" x2="12075.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11994.625" y1="499.0" x2="12107.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11994.625" y1="499.0" x2="12220.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12220.625" y1="528.0" x2="12168.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12168.375" y1="557.0" x2="12168.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12220.625" y1="528.0" x2="12202.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12220.625" y1="528.0" x2="12272.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12272.875" y1="557.0" x2="12272.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12272.875" y1="586.0" x2="12272.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11994.625" y1="499.0" x2="12333.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11994.625" y1="499.0" x2="12446.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12446.625" y1="528.0" x2="12394.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12394.375" y1="557.0" x2="12394.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12446.625" y1="528.0" x2="12428.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12446.625" y1="528.0" x2="12498.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12498.875" y1="557.0" x2="12498.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12498.875" y1="586.0" x2="12498.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11734.875" y1="412.0" x2="11772.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="13093.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13093.375" y1="383.0" x2="13093.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13093.375" y1="412.0" x2="13055.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13055.875" y1="441.0" x2="13055.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13055.875" y1="470.0" x2="12589.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12589.125" y1="499.0" x2="12589.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12589.125" y1="528.0" x2="12589.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13055.875" y1="470.0" x2="13522.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13522.625" y1="499.0" x2="12731.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12731.625" y1="528.0" x2="12679.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12679.375" y1="557.0" x2="12679.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12731.625" y1="528.0" x2="12713.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12731.625" y1="528.0" x2="12783.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12783.875" y1="557.0" x2="12783.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12783.875" y1="586.0" x2="12783.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13522.625" y1="499.0" x2="12844.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13522.625" y1="499.0" x2="12957.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12957.625" y1="528.0" x2="12905.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12905.375" y1="557.0" x2="12905.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12957.625" y1="528.0" x2="12939.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12957.625" y1="528.0" x2="13009.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13009.875" y1="557.0" x2="13009.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13009.875" y1="586.0" x2="13009.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13522.625" y1="499.0" x2="13070.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13522.625" y1="499.0" x2="13183.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13183.625" y1="528.0" x2="13131.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13131.375" y1="557.0" x2="13131.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13183.625" y1="528.0" x2="13165.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13183.625" y1="528.0" x2="13235.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13235.875" y1="557.0" x2="13235.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13235.875" y1="586.0" x2="13235.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13522.625" y1="499.0" x2="13296.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13522.625" y1="499.0" x2="13409.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13409.625" y1="528.0" x2="13357.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13357.375" y1="557.0" x2="13357.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13409.625" y1="528.0" x2="13391.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13409.625" y1="528.0" x2="13461.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13461.875" y1="557.0" x2="13461.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13461.875" y1="586.0" x2="13461.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13522.625" y1="499.0" x2="13522.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13522.625" y1="499.0" x2="13635.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13635.625" y1="528.0" x2="13583.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13583.375" y1="557.0" x2="13583.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13635.625" y1="528.0" x2="13617.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13635.625" y1="528.0" x2="13687.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13687.875" y1="557.0" x2="13687.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13687.875" y1="586.0" x2="13687.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13522.625" y1="499.0" x2="13748.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13522.625" y1="499.0" x2="13861.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13861.625" y1="528.0" x2="13809.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13809.375" y1="557.0" x2="13809.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13861.625" y1="528.0" x2="13843.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13861.625" y1="528.0" x2="13913.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13913.875" y1="557.0" x2="13913.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13913.875" y1="586.0" x2="13913.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13522.625" y1="499.0" x2="13974.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13522.625" y1="499.0" x2="14087.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14087.625" y1="528.0" x2="14035.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14035.375" y1="557.0" x2="14035.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14087.625" y1="528.0" x2="14069.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14087.625" y1="528.0" x2="14139.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14139.875" y1="557.0" x2="14139.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14139.875" y1="586.0" x2="14139.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13522.625" y1="499.0" x2="14200.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13522.625" y1="499.0" x2="14313.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14313.625" y1="528.0" x2="14261.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14261.375" y1="557.0" x2="14261.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14313.625" y1="528.0" x2="14295.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14313.625" y1="528.0" x2="14365.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14365.875" y1="557.0" x2="14365.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14365.875" y1="586.0" x2="14365.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13093.375" y1="412.0" x2="13130.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="14564.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14564.875" y1="383.0" x2="14564.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14564.875" y1="412.0" x2="14527.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14527.375" y1="441.0" x2="14527.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14527.375" y1="470.0" x2="14456.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14456.125" y1="499.0" x2="14456.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14456.125" y1="528.0" x2="14456.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14527.375" y1="470.0" x2="14598.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14598.625" y1="499.0" x2="14598.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14598.625" y1="528.0" x2="14546.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14546.375" y1="557.0" x2="14546.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14598.625" y1="528.0" x2="14580.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14598.625" y1="528.0" x2="14650.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14650.875" y1="557.0" x2="14650.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14650.875" y1="586.0" x2="14622.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14650.875" y1="586.0" x2="14679.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14679.375" y1="615.0" x2="14679.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14679.375" y1="644.0" x2="14679.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14564.875" y1="412.0" x2="14602.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="14849.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14849.875" y1="383.0" x2="14849.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14849.875" y1="412.0" x2="14812.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14812.375" y1="441.0" x2="14812.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14812.375" y1="470.0" x2="14741.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14741.125" y1="499.0" x2="14741.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14741.125" y1="528.0" x2="14741.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14812.375" y1="470.0" x2="14883.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14883.625" y1="499.0" x2="14883.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14883.625" y1="528.0" x2="14831.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14831.375" y1="557.0" x2="14831.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14883.625" y1="528.0" x2="14865.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14883.625" y1="528.0" x2="14935.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14935.875" y1="557.0" x2="14935.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14935.875" y1="586.0" x2="14907.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14935.875" y1="586.0" x2="14964.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14964.375" y1="615.0" x2="14964.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14964.375" y1="644.0" x2="14964.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14849.875" y1="412.0" x2="14887.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="15124.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15124.125" y1="383.0" x2="15124.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15124.125" y1="412.0" x2="15086.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15086.625" y1="441.0" x2="15086.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15086.625" y1="470.0" x2="15024.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15024.125" y1="499.0" x2="15024.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15024.125" y1="528.0" x2="15024.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15086.625" y1="470.0" x2="15149.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15149.125" y1="499.0" x2="15149.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15149.125" y1="528.0" x2="15149.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15124.125" y1="412.0" x2="15161.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="15374.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15374.125" y1="383.0" x2="15374.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15374.125" y1="412.0" x2="15336.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15336.625" y1="441.0" x2="15336.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15336.625" y1="470.0" x2="15274.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15274.125" y1="499.0" x2="15274.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15274.125" y1="528.0" x2="15274.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15336.625" y1="470.0" x2="15399.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15399.125" y1="499.0" x2="15399.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15399.125" y1="528.0" x2="15399.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15374.125" y1="412.0" x2="15411.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="15802.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15802.375" y1="383.0" x2="15802.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15802.375" y1="412.0" x2="15764.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15764.875" y1="441.0" x2="15764.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15764.875" y1="470.0" x2="15524.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15524.125" y1="499.0" x2="15524.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15524.125" y1="528.0" x2="15524.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15764.875" y1="470.0" x2="16005.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16005.625" y1="499.0" x2="15666.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15666.625" y1="528.0" x2="15614.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15614.375" y1="557.0" x2="15614.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15666.625" y1="528.0" x2="15648.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15666.625" y1="528.0" x2="15718.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15718.875" y1="557.0" x2="15718.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15718.875" y1="586.0" x2="15718.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16005.625" y1="499.0" x2="15779.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16005.625" y1="499.0" x2="15892.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15892.625" y1="528.0" x2="15840.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15840.375" y1="557.0" x2="15840.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15892.625" y1="528.0" x2="15874.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15892.625" y1="528.0" x2="15944.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15944.875" y1="557.0" x2="15944.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15944.875" y1="586.0" x2="15944.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16005.625" y1="499.0" x2="16005.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16005.625" y1="499.0" x2="16118.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16118.625" y1="528.0" x2="16066.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16066.375" y1="557.0" x2="16066.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16118.625" y1="528.0" x2="16100.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16118.625" y1="528.0" x2="16170.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16170.875" y1="557.0" x2="16170.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16170.875" y1="586.0" x2="16170.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16005.625" y1="499.0" x2="16231.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16005.625" y1="499.0" x2="16344.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16344.625" y1="528.0" x2="16292.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16292.375" y1="557.0" x2="16292.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16344.625" y1="528.0" x2="16326.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16344.625" y1="528.0" x2="16396.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16396.875" y1="557.0" x2="16396.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16396.875" y1="586.0" x2="16344.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16396.875" y1="586.0" x2="16368.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16368.375" y1="615.0" x2="16368.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16368.375" y1="644.0" x2="16368.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16396.875" y1="586.0" x2="16391.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16396.875" y1="586.0" x2="16448.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16448.875" y1="615.0" x2="16448.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16448.875" y1="644.0" x2="16448.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15802.375" y1="412.0" x2="15839.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="16589.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16589.125" y1="383.0" x2="16589.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16589.125" y1="412.0" x2="16551.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16551.625" y1="441.0" x2="16551.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16551.625" y1="470.0" x2="16482.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16482.625" y1="499.0" x2="16482.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16482.625" y1="528.0" x2="16482.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16551.625" y1="470.0" x2="16620.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16620.625" y1="499.0" x2="16620.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16620.625" y1="528.0" x2="16568.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16568.375" y1="557.0" x2="16568.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16620.625" y1="528.0" x2="16602.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16620.625" y1="528.0" x2="16672.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16672.875" y1="557.0" x2="16672.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16672.875" y1="586.0" x2="16672.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16589.125" y1="412.0" x2="16626.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="16874.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16874.875" y1="383.0" x2="16874.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16874.875" y1="412.0" x2="16837.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16837.375" y1="441.0" x2="16837.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16837.375" y1="470.0" x2="16765.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16765.125" y1="499.0" x2="16765.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16765.125" y1="528.0" x2="16765.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16837.375" y1="470.0" x2="16909.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16909.625" y1="499.0" x2="16909.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16909.625" y1="528.0" x2="16857.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16857.375" y1="557.0" x2="16857.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16909.625" y1="528.0" x2="16891.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16909.625" y1="528.0" x2="16961.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16961.875" y1="557.0" x2="16961.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16961.875" y1="586.0" x2="16961.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16874.875" y1="412.0" x2="16912.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="17199.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17199.375" y1="383.0" x2="17199.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17199.375" y1="412.0" x2="17166.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17166.125" y1="441.0" x2="17166.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17166.125" y1="470.0" x2="17068.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17068.125" y1="499.0" x2="17068.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17068.125" y1="528.0" x2="17068.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17166.125" y1="470.0" x2="17174.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17174.625" y1="499.0" x2="17174.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17166.125" y1="470.0" x2="17264.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17264.125" y1="499.0" x2="17264.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17264.125" y1="528.0" x2="17264.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17199.375" y1="412.0" x2="17232.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="17436.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17436.625" y1="383.0" x2="17436.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17436.625" y1="412.0" x2="17399.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17399.125" y1="441.0" x2="17399.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17399.125" y1="470.0" x2="17336.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17336.625" y1="499.0" x2="17336.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17336.625" y1="528.0" x2="17336.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17399.125" y1="470.0" x2="17461.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17461.625" y1="499.0" x2="17461.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17461.625" y1="528.0" x2="17461.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17436.625" y1="412.0" x2="17474.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="17702.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17702.375" y1="383.0" x2="17702.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17702.375" y1="412.0" x2="17664.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17664.875" y1="441.0" x2="17664.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17664.875" y1="470.0" x2="17586.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17586.625" y1="499.0" x2="17586.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17586.625" y1="528.0" x2="17586.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17664.875" y1="470.0" x2="17743.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17743.125" y1="499.0" x2="17743.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17743.125" y1="528.0" x2="17690.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17690.875" y1="557.0" x2="17690.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17743.125" y1="528.0" x2="17724.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17743.125" y1="528.0" x2="17795.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17795.375" y1="557.0" x2="17795.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17795.375" y1="586.0" x2="17748.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17748.625" y1="615.0" x2="17748.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17748.625" y1="644.0" x2="17748.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17795.375" y1="586.0" x2="17809.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17795.375" y1="586.0" x2="17842.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17842.125" y1="615.0" x2="17842.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17702.375" y1="412.0" x2="17739.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="18032.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18032.875" y1="383.0" x2="18032.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18032.875" y1="412.0" x2="17999.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17999.625" y1="441.0" x2="17999.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17999.625" y1="470.0" x2="17901.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17901.625" y1="499.0" x2="17901.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17901.625" y1="528.0" x2="17901.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17999.625" y1="470.0" x2="18008.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18008.125" y1="499.0" x2="18008.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17999.625" y1="470.0" x2="18097.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18097.625" y1="499.0" x2="18097.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18097.625" y1="528.0" x2="18097.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18032.875" y1="412.0" x2="18066.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="18310.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18310.875" y1="383.0" x2="18310.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18310.875" y1="412.0" x2="18277.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18277.625" y1="441.0" x2="18277.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18277.625" y1="470.0" x2="18179.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18179.625" y1="499.0" x2="18179.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18179.625" y1="528.0" x2="18179.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18277.625" y1="470.0" x2="18286.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18286.125" y1="499.0" x2="18286.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18277.625" y1="470.0" x2="18375.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18375.625" y1="499.0" x2="18375.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18375.625" y1="528.0" x2="18375.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18310.875" y1="412.0" x2="18344.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="18588.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18588.875" y1="383.0" x2="18588.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18588.875" y1="412.0" x2="18555.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18555.625" y1="441.0" x2="18555.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18555.625" y1="470.0" x2="18457.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18457.625" y1="499.0" x2="18457.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18457.625" y1="528.0" x2="18457.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18555.625" y1="470.0" x2="18564.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18564.125" y1="499.0" x2="18564.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18555.625" y1="470.0" x2="18653.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18653.625" y1="499.0" x2="18653.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18653.625" y1="528.0" x2="18625.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18653.625" y1="528.0" x2="18682.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18682.125" y1="557.0" x2="18682.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18682.125" y1="586.0" x2="18682.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18588.875" y1="412.0" x2="18622.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="18869.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18869.375" y1="383.0" x2="18869.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18869.375" y1="412.0" x2="18831.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18831.875" y1="441.0" x2="18831.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18831.875" y1="470.0" x2="18753.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18753.625" y1="499.0" x2="18753.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18753.625" y1="528.0" x2="18753.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18831.875" y1="470.0" x2="18910.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18910.125" y1="499.0" x2="18910.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18910.125" y1="528.0" x2="18857.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18857.875" y1="557.0" x2="18857.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18910.125" y1="528.0" x2="18891.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18910.125" y1="528.0" x2="18962.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18962.375" y1="557.0" x2="18962.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18962.375" y1="586.0" x2="18962.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18869.375" y1="412.0" x2="18906.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="19199.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19199.875" y1="383.0" x2="19199.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19199.875" y1="412.0" x2="19166.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19166.625" y1="441.0" x2="19166.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19166.625" y1="470.0" x2="19068.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19068.625" y1="499.0" x2="19068.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19068.625" y1="528.0" x2="19068.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19166.625" y1="470.0" x2="19175.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19175.125" y1="499.0" x2="19175.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19166.625" y1="470.0" x2="19264.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19264.625" y1="499.0" x2="19264.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19264.625" y1="528.0" x2="19264.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19199.875" y1="412.0" x2="19233.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="19427.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19427.875" y1="383.0" x2="19427.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19427.875" y1="412.0" x2="19390.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19390.375" y1="441.0" x2="19390.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19390.375" y1="470.0" x2="19319.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19319.125" y1="499.0" x2="19319.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19319.125" y1="528.0" x2="19319.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19390.375" y1="470.0" x2="19461.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19461.625" y1="499.0" x2="19461.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19461.625" y1="528.0" x2="19409.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19409.375" y1="557.0" x2="19409.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19461.625" y1="528.0" x2="19443.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19461.625" y1="528.0" x2="19513.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19513.875" y1="557.0" x2="19513.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19513.875" y1="586.0" x2="19431.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19431.625" y1="615.0" x2="19431.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19431.625" y1="644.0" x2="19431.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19513.875" y1="586.0" x2="19512.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19513.875" y1="586.0" x2="19596.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19596.125" y1="615.0" x2="19596.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19596.125" y1="644.0" x2="19567.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19596.125" y1="644.0" x2="19624.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19624.625" y1="673.0" x2="19624.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19624.625" y1="702.0" x2="19624.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19427.875" y1="412.0" x2="19465.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="19704.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19704.125" y1="383.0" x2="19704.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19704.125" y1="412.0" x2="19666.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19666.625" y1="441.0" x2="19666.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19666.625" y1="470.0" x2="19604.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19604.125" y1="499.0" x2="19604.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19604.125" y1="528.0" x2="19604.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19666.625" y1="470.0" x2="19729.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19729.125" y1="499.0" x2="19729.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19729.125" y1="528.0" x2="19729.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19704.125" y1="412.0" x2="19741.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="19954.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19954.125" y1="383.0" x2="19954.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19954.125" y1="412.0" x2="19916.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19916.625" y1="441.0" x2="19916.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19916.625" y1="470.0" x2="19854.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19854.125" y1="499.0" x2="19854.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19854.125" y1="528.0" x2="19854.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19916.625" y1="470.0" x2="19979.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19979.125" y1="499.0" x2="19979.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19979.125" y1="528.0" x2="19979.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19954.125" y1="412.0" x2="19991.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="20204.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20204.125" y1="383.0" x2="20204.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20204.125" y1="412.0" x2="20166.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20166.625" y1="441.0" x2="20166.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20166.625" y1="470.0" x2="20104.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20104.125" y1="499.0" x2="20104.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20104.125" y1="528.0" x2="20104.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20166.625" y1="470.0" x2="20229.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20229.125" y1="499.0" x2="20229.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20229.125" y1="528.0" x2="20229.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20204.125" y1="412.0" x2="20241.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="20454.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20454.125" y1="383.0" x2="20454.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20454.125" y1="412.0" x2="20416.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20416.625" y1="441.0" x2="20416.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20416.625" y1="470.0" x2="20354.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20354.125" y1="499.0" x2="20354.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20354.125" y1="528.0" x2="20354.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20416.625" y1="470.0" x2="20479.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20479.125" y1="499.0" x2="20479.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20479.125" y1="528.0" x2="20479.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20454.125" y1="412.0" x2="20491.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="20710.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20710.625" y1="383.0" x2="20710.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20710.625" y1="412.0" x2="20673.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20673.125" y1="441.0" x2="20673.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20673.125" y1="470.0" x2="20604.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20604.125" y1="499.0" x2="20604.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20604.125" y1="528.0" x2="20604.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20673.125" y1="470.0" x2="20742.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20742.125" y1="499.0" x2="20742.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20742.125" y1="528.0" x2="20689.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20689.875" y1="557.0" x2="20689.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20742.125" y1="528.0" x2="20723.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20742.125" y1="528.0" x2="20794.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20794.375" y1="557.0" x2="20794.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20794.375" y1="586.0" x2="20794.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20710.625" y1="412.0" x2="20748.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="20984.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20984.625" y1="383.0" x2="20984.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20984.625" y1="412.0" x2="20947.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20947.125" y1="441.0" x2="20947.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20947.125" y1="470.0" x2="20884.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20884.625" y1="499.0" x2="20884.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20884.625" y1="528.0" x2="20884.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20947.125" y1="470.0" x2="21009.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21009.625" y1="499.0" x2="21009.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21009.625" y1="528.0" x2="21009.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20984.625" y1="412.0" x2="21022.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="21234.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21234.625" y1="383.0" x2="21234.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21234.625" y1="412.0" x2="21197.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21197.125" y1="441.0" x2="21197.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21197.125" y1="470.0" x2="21134.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21134.625" y1="499.0" x2="21134.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21134.625" y1="528.0" x2="21134.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21197.125" y1="470.0" x2="21259.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21259.625" y1="499.0" x2="21259.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21259.625" y1="528.0" x2="21259.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21234.625" y1="412.0" x2="21272.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="21484.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21484.625" y1="383.0" x2="21484.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21484.625" y1="412.0" x2="21447.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21447.125" y1="441.0" x2="21447.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21447.125" y1="470.0" x2="21384.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21384.625" y1="499.0" x2="21384.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21384.625" y1="528.0" x2="21384.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21447.125" y1="470.0" x2="21509.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21509.625" y1="499.0" x2="21509.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21509.625" y1="528.0" x2="21509.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21484.625" y1="412.0" x2="21522.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="21752.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21752.375" y1="383.0" x2="21752.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21752.375" y1="412.0" x2="21714.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21714.875" y1="441.0" x2="21714.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21714.875" y1="470.0" x2="21634.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21634.625" y1="499.0" x2="21634.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21634.625" y1="528.0" x2="21634.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21714.875" y1="470.0" x2="21795.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21795.125" y1="499.0" x2="21795.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21795.125" y1="528.0" x2="21742.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21742.875" y1="557.0" x2="21742.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21742.875" y1="586.0" x2="21742.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21795.125" y1="528.0" x2="21776.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21795.125" y1="528.0" x2="21847.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21847.375" y1="557.0" x2="21847.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21847.375" y1="586.0" x2="21847.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21752.375" y1="412.0" x2="21789.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="22014.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22014.625" y1="383.0" x2="22014.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22014.625" y1="412.0" x2="21977.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21977.125" y1="441.0" x2="21977.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21977.125" y1="470.0" x2="21917.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21977.125" y1="470.0" x2="22036.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22036.625" y1="499.0" x2="21999.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21999.125" y1="528.0" x2="21999.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21999.125" y1="557.0" x2="21999.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22036.625" y1="499.0" x2="22033.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22036.625" y1="499.0" x2="22074.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22074.125" y1="528.0" x2="22074.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22074.125" y1="557.0" x2="22074.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22014.625" y1="412.0" x2="22052.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="22252.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22252.625" y1="383.0" x2="22252.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22252.625" y1="412.0" x2="22215.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22215.125" y1="441.0" x2="22215.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22215.125" y1="470.0" x2="22155.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22215.125" y1="470.0" x2="22274.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22274.625" y1="499.0" x2="22237.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22237.125" y1="528.0" x2="22237.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22237.125" y1="557.0" x2="22237.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22274.625" y1="499.0" x2="22271.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22274.625" y1="499.0" x2="22312.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22312.125" y1="528.0" x2="22312.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22312.125" y1="557.0" x2="22312.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22252.625" y1="412.0" x2="22290.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="22490.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22490.625" y1="383.0" x2="22490.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22490.625" y1="412.0" x2="22453.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22453.125" y1="441.0" x2="22453.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22453.125" y1="470.0" x2="22393.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22453.125" y1="470.0" x2="22512.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22512.625" y1="499.0" x2="22475.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22475.125" y1="528.0" x2="22475.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22512.625" y1="499.0" x2="22509.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22512.625" y1="499.0" x2="22550.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22550.125" y1="528.0" x2="22550.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22550.125" y1="557.0" x2="22550.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22490.625" y1="412.0" x2="22528.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="22728.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22728.625" y1="383.0" x2="22728.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22728.625" y1="412.0" x2="22691.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22691.125" y1="441.0" x2="22691.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22691.125" y1="470.0" x2="22631.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22691.125" y1="470.0" x2="22750.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22750.625" y1="499.0" x2="22713.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22713.125" y1="528.0" x2="22713.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22713.125" y1="557.0" x2="22713.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22750.625" y1="499.0" x2="22747.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22750.625" y1="499.0" x2="22788.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22788.125" y1="528.0" x2="22788.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22788.125" y1="557.0" x2="22788.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22728.625" y1="412.0" x2="22766.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="22966.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22966.625" y1="383.0" x2="22966.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22966.625" y1="412.0" x2="22929.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22929.125" y1="441.0" x2="22929.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22929.125" y1="470.0" x2="22869.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22929.125" y1="470.0" x2="22988.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22988.625" y1="499.0" x2="22951.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22951.125" y1="528.0" x2="22951.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22951.125" y1="557.0" x2="22951.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22988.625" y1="499.0" x2="22985.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22988.625" y1="499.0" x2="23026.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23026.125" y1="528.0" x2="23026.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23026.125" y1="557.0" x2="23026.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22966.625" y1="412.0" x2="23004.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="23204.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23204.625" y1="383.0" x2="23204.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23204.625" y1="412.0" x2="23167.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23167.125" y1="441.0" x2="23167.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23167.125" y1="470.0" x2="23107.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23167.125" y1="470.0" x2="23226.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23226.625" y1="499.0" x2="23189.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23189.125" y1="528.0" x2="23189.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23189.125" y1="557.0" x2="23189.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23226.625" y1="499.0" x2="23223.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23226.625" y1="499.0" x2="23264.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23264.125" y1="528.0" x2="23264.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23264.125" y1="557.0" x2="23264.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23204.625" y1="412.0" x2="23242.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="23442.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23442.625" y1="383.0" x2="23442.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23442.625" y1="412.0" x2="23405.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23405.125" y1="441.0" x2="23405.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23405.125" y1="470.0" x2="23345.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23405.125" y1="470.0" x2="23464.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23464.625" y1="499.0" x2="23427.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23427.125" y1="528.0" x2="23427.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23427.125" y1="557.0" x2="23427.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23464.625" y1="499.0" x2="23461.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23464.625" y1="499.0" x2="23502.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23502.125" y1="528.0" x2="23502.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23502.125" y1="557.0" x2="23502.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23442.625" y1="412.0" x2="23480.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="23680.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23680.625" y1="383.0" x2="23680.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23680.625" y1="412.0" x2="23643.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23643.125" y1="441.0" x2="23643.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23643.125" y1="470.0" x2="23583.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23643.125" y1="470.0" x2="23702.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23702.625" y1="499.0" x2="23665.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23665.125" y1="528.0" x2="23665.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23665.125" y1="557.0" x2="23665.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23702.625" y1="499.0" x2="23699.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23702.625" y1="499.0" x2="23740.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23740.125" y1="528.0" x2="23740.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23740.125" y1="557.0" x2="23740.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23680.625" y1="412.0" x2="23718.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="23918.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23918.625" y1="383.0" x2="23918.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23918.625" y1="412.0" x2="23881.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23881.125" y1="441.0" x2="23881.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23881.125" y1="470.0" x2="23821.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23881.125" y1="470.0" x2="23940.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23940.625" y1="499.0" x2="23903.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23903.125" y1="528.0" x2="23903.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23903.125" y1="557.0" x2="23903.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23940.625" y1="499.0" x2="23937.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23940.625" y1="499.0" x2="23978.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23978.125" y1="528.0" x2="23978.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23978.125" y1="557.0" x2="23978.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23918.625" y1="412.0" x2="23956.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="24156.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24156.625" y1="383.0" x2="24156.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24156.625" y1="412.0" x2="24119.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24119.125" y1="441.0" x2="24119.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24119.125" y1="470.0" x2="24059.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24119.125" y1="470.0" x2="24178.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24178.625" y1="499.0" x2="24141.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24141.125" y1="528.0" x2="24141.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24141.125" y1="557.0" x2="24141.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24178.625" y1="499.0" x2="24175.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24178.625" y1="499.0" x2="24216.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24216.125" y1="528.0" x2="24216.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24216.125" y1="557.0" x2="24216.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24156.625" y1="412.0" x2="24194.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="24394.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24394.625" y1="383.0" x2="24394.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24394.625" y1="412.0" x2="24357.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24357.125" y1="441.0" x2="24357.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24357.125" y1="470.0" x2="24297.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24357.125" y1="470.0" x2="24416.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24416.625" y1="499.0" x2="24379.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24379.125" y1="528.0" x2="24379.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24379.125" y1="557.0" x2="24379.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24416.625" y1="499.0" x2="24413.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24416.625" y1="499.0" x2="24454.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24454.125" y1="528.0" x2="24454.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24454.125" y1="557.0" x2="24454.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24394.625" y1="412.0" x2="24432.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="24632.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24632.625" y1="383.0" x2="24632.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24632.625" y1="412.0" x2="24595.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24595.125" y1="441.0" x2="24595.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24595.125" y1="470.0" x2="24535.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24595.125" y1="470.0" x2="24654.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24654.625" y1="499.0" x2="24617.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24617.125" y1="528.0" x2="24617.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24617.125" y1="557.0" x2="24617.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24654.625" y1="499.0" x2="24651.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24654.625" y1="499.0" x2="24692.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24692.125" y1="528.0" x2="24692.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24692.125" y1="557.0" x2="24692.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24632.625" y1="412.0" x2="24670.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="24870.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24870.625" y1="383.0" x2="24870.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24870.625" y1="412.0" x2="24833.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24833.125" y1="441.0" x2="24833.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24833.125" y1="470.0" x2="24773.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24833.125" y1="470.0" x2="24892.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24892.625" y1="499.0" x2="24855.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24855.125" y1="528.0" x2="24855.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24855.125" y1="557.0" x2="24855.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24892.625" y1="499.0" x2="24889.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24892.625" y1="499.0" x2="24930.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24930.125" y1="528.0" x2="24930.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24930.125" y1="557.0" x2="24930.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24870.625" y1="412.0" x2="24908.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="25108.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25108.625" y1="383.0" x2="25108.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25108.625" y1="412.0" x2="25071.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25071.125" y1="441.0" x2="25071.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25071.125" y1="470.0" x2="25011.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25071.125" y1="470.0" x2="25130.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25130.625" y1="499.0" x2="25093.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25093.125" y1="528.0" x2="25093.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25093.125" y1="557.0" x2="25093.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25130.625" y1="499.0" x2="25127.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25130.625" y1="499.0" x2="25168.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25168.125" y1="528.0" x2="25168.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25168.125" y1="557.0" x2="25168.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25108.625" y1="412.0" x2="25146.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="25346.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25346.625" y1="383.0" x2="25346.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25346.625" y1="412.0" x2="25309.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25309.125" y1="441.0" x2="25309.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25309.125" y1="470.0" x2="25249.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25309.125" y1="470.0" x2="25368.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25368.625" y1="499.0" x2="25331.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25331.125" y1="528.0" x2="25331.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25331.125" y1="557.0" x2="25331.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25368.625" y1="499.0" x2="25365.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25368.625" y1="499.0" x2="25406.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25406.125" y1="528.0" x2="25406.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25406.125" y1="557.0" x2="25406.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25346.625" y1="412.0" x2="25384.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="25584.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25584.625" y1="383.0" x2="25584.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25584.625" y1="412.0" x2="25547.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25547.125" y1="441.0" x2="25547.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25547.125" y1="470.0" x2="25487.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25547.125" y1="470.0" x2="25606.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25606.625" y1="499.0" x2="25569.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25569.125" y1="528.0" x2="25569.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25569.125" y1="557.0" x2="25569.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25606.625" y1="499.0" x2="25603.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25606.625" y1="499.0" x2="25644.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25644.125" y1="528.0" x2="25644.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25644.125" y1="557.0" x2="25644.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25584.625" y1="412.0" x2="25622.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="25822.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25822.625" y1="383.0" x2="25822.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25822.625" y1="412.0" x2="25785.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25785.125" y1="441.0" x2="25785.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25785.125" y1="470.0" x2="25725.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25785.125" y1="470.0" x2="25844.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25844.625" y1="499.0" x2="25807.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25807.125" y1="528.0" x2="25807.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25807.125" y1="557.0" x2="25807.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25844.625" y1="499.0" x2="25841.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25844.625" y1="499.0" x2="25882.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25882.125" y1="528.0" x2="25882.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25882.125" y1="557.0" x2="25882.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="25822.625" y1="412.0" x2="25860.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="26060.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26060.625" y1="383.0" x2="26060.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26060.625" y1="412.0" x2="26023.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26023.125" y1="441.0" x2="26023.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26023.125" y1="470.0" x2="25963.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26023.125" y1="470.0" x2="26082.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26082.625" y1="499.0" x2="26045.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26045.125" y1="528.0" x2="26045.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26045.125" y1="557.0" x2="26045.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26082.625" y1="499.0" x2="26079.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26082.625" y1="499.0" x2="26120.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26120.125" y1="528.0" x2="26120.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26120.125" y1="557.0" x2="26120.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26060.625" y1="412.0" x2="26098.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="26298.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26298.625" y1="383.0" x2="26298.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26298.625" y1="412.0" x2="26261.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26261.125" y1="441.0" x2="26261.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26261.125" y1="470.0" x2="26201.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26261.125" y1="470.0" x2="26320.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26320.625" y1="499.0" x2="26283.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26283.125" y1="528.0" x2="26283.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26283.125" y1="557.0" x2="26283.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26320.625" y1="499.0" x2="26317.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26320.625" y1="499.0" x2="26358.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26358.125" y1="528.0" x2="26358.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26358.125" y1="557.0" x2="26358.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26298.625" y1="412.0" x2="26336.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="26536.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26536.625" y1="383.0" x2="26536.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26536.625" y1="412.0" x2="26499.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26499.125" y1="441.0" x2="26499.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26499.125" y1="470.0" x2="26439.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26499.125" y1="470.0" x2="26558.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26558.625" y1="499.0" x2="26521.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26521.125" y1="528.0" x2="26521.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26521.125" y1="557.0" x2="26521.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26558.625" y1="499.0" x2="26555.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26558.625" y1="499.0" x2="26596.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26596.125" y1="528.0" x2="26596.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26596.125" y1="557.0" x2="26596.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26536.625" y1="412.0" x2="26574.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="26774.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26774.625" y1="383.0" x2="26774.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26774.625" y1="412.0" x2="26737.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26737.125" y1="441.0" x2="26737.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26737.125" y1="470.0" x2="26677.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26737.125" y1="470.0" x2="26796.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26796.625" y1="499.0" x2="26759.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26759.125" y1="528.0" x2="26759.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26759.125" y1="557.0" x2="26759.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26796.625" y1="499.0" x2="26793.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26796.625" y1="499.0" x2="26834.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26834.125" y1="528.0" x2="26834.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26834.125" y1="557.0" x2="26834.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26774.625" y1="412.0" x2="26812.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="27012.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27012.625" y1="383.0" x2="27012.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27012.625" y1="412.0" x2="26975.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26975.125" y1="441.0" x2="26975.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26975.125" y1="470.0" x2="26915.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26975.125" y1="470.0" x2="27034.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27034.625" y1="499.0" x2="26997.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26997.125" y1="528.0" x2="26997.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26997.125" y1="557.0" x2="26997.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27034.625" y1="499.0" x2="27031.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27034.625" y1="499.0" x2="27072.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27072.125" y1="528.0" x2="27072.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27072.125" y1="557.0" x2="27072.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27012.625" y1="412.0" x2="27050.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="27250.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27250.625" y1="383.0" x2="27250.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27250.625" y1="412.0" x2="27213.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27213.125" y1="441.0" x2="27213.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27213.125" y1="470.0" x2="27153.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27213.125" y1="470.0" x2="27272.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27272.625" y1="499.0" x2="27235.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27235.125" y1="528.0" x2="27235.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27235.125" y1="557.0" x2="27235.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27272.625" y1="499.0" x2="27269.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27272.625" y1="499.0" x2="27310.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27310.125" y1="528.0" x2="27310.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27310.125" y1="557.0" x2="27310.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27250.625" y1="412.0" x2="27288.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="27488.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27488.625" y1="383.0" x2="27488.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27488.625" y1="412.0" x2="27451.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27451.125" y1="441.0" x2="27451.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27451.125" y1="470.0" x2="27391.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27451.125" y1="470.0" x2="27510.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27510.625" y1="499.0" x2="27473.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27473.125" y1="528.0" x2="27473.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27473.125" y1="557.0" x2="27473.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27510.625" y1="499.0" x2="27507.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27510.625" y1="499.0" x2="27548.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27548.125" y1="528.0" x2="27548.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27548.125" y1="557.0" x2="27548.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27488.625" y1="412.0" x2="27526.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="27726.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27726.625" y1="383.0" x2="27726.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27726.625" y1="412.0" x2="27689.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27689.125" y1="441.0" x2="27689.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27689.125" y1="470.0" x2="27629.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27689.125" y1="470.0" x2="27748.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27748.625" y1="499.0" x2="27711.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27711.125" y1="528.0" x2="27711.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27711.125" y1="557.0" x2="27711.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27748.625" y1="499.0" x2="27745.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27748.625" y1="499.0" x2="27786.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27786.125" y1="528.0" x2="27786.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27786.125" y1="557.0" x2="27786.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27726.625" y1="412.0" x2="27764.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="27964.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27964.625" y1="383.0" x2="27964.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27964.625" y1="412.0" x2="27927.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27927.125" y1="441.0" x2="27927.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27927.125" y1="470.0" x2="27867.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27927.125" y1="470.0" x2="27986.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27986.625" y1="499.0" x2="27949.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27949.125" y1="528.0" x2="27949.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27949.125" y1="557.0" x2="27949.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27986.625" y1="499.0" x2="27983.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27986.625" y1="499.0" x2="28024.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28024.125" y1="528.0" x2="28024.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28024.125" y1="557.0" x2="28024.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="27964.625" y1="412.0" x2="28002.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="28202.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28202.625" y1="383.0" x2="28202.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28202.625" y1="412.0" x2="28165.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28165.125" y1="441.0" x2="28165.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28165.125" y1="470.0" x2="28105.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28165.125" y1="470.0" x2="28224.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28224.625" y1="499.0" x2="28187.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28187.125" y1="528.0" x2="28187.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28187.125" y1="557.0" x2="28187.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28224.625" y1="499.0" x2="28221.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28224.625" y1="499.0" x2="28262.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28262.125" y1="528.0" x2="28262.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28262.125" y1="557.0" x2="28262.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28202.625" y1="412.0" x2="28240.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="28440.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28440.625" y1="383.0" x2="28440.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28440.625" y1="412.0" x2="28403.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28403.125" y1="441.0" x2="28403.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28403.125" y1="470.0" x2="28343.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28403.125" y1="470.0" x2="28462.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28462.625" y1="499.0" x2="28425.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28425.125" y1="528.0" x2="28425.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28462.625" y1="499.0" x2="28459.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28462.625" y1="499.0" x2="28500.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28500.125" y1="528.0" x2="28500.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28500.125" y1="557.0" x2="28500.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28440.625" y1="412.0" x2="28478.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="28748.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28748.875" y1="383.0" x2="28748.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28748.875" y1="412.0" x2="28715.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28715.625" y1="441.0" x2="28715.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28715.625" y1="470.0" x2="28617.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28617.625" y1="499.0" x2="28617.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28617.625" y1="528.0" x2="28617.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28715.625" y1="470.0" x2="28724.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28724.125" y1="499.0" x2="28724.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28715.625" y1="470.0" x2="28813.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28813.625" y1="499.0" x2="28813.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28813.625" y1="528.0" x2="28715.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28715.625" y1="557.0" x2="28715.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28715.625" y1="586.0" x2="28715.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28813.625" y1="528.0" x2="28822.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28822.125" y1="557.0" x2="28822.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28813.625" y1="528.0" x2="28911.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28911.625" y1="557.0" x2="28911.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28911.625" y1="586.0" x2="28911.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28748.875" y1="412.0" x2="28782.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="29147.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29147.125" y1="383.0" x2="29147.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29147.125" y1="412.0" x2="28932.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29147.125" y1="412.0" x2="28948.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29147.125" y1="412.0" x2="29010.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29010.375" y1="441.0" x2="29010.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29010.375" y1="470.0" x2="28950.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28950.625" y1="499.0" x2="28950.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="28950.625" y1="528.0" x2="28950.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29010.375" y1="470.0" x2="29016.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29010.375" y1="470.0" x2="29070.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29070.125" y1="499.0" x2="29070.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29070.125" y1="528.0" x2="29070.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29147.125" y1="412.0" x2="29088.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29147.125" y1="412.0" x2="29169.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29169.625" y1="441.0" x2="29169.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29169.625" y1="470.0" x2="29123.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29169.625" y1="470.0" x2="29169.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29169.625" y1="499.0" x2="29169.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29169.625" y1="528.0" x2="29156.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29169.625" y1="528.0" x2="29183.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29169.625" y1="470.0" x2="29216.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29147.125" y1="412.0" x2="29265.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29147.125" y1="412.0" x2="29361.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29361.375" y1="441.0" x2="29361.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29361.375" y1="470.0" x2="29233.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29361.375" y1="470.0" x2="29249.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29361.375" y1="470.0" x2="29311.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29311.125" y1="499.0" x2="29311.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29311.125" y1="528.0" x2="29244.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29244.125" y1="557.0" x2="29244.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29244.125" y1="586.0" x2="29244.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29311.125" y1="528.0" x2="29309.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29311.125" y1="528.0" x2="29378.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29378.125" y1="557.0" x2="29378.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29378.125" y1="586.0" x2="29378.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29361.375" y1="470.0" x2="29398.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29361.375" y1="470.0" x2="29489.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29489.125" y1="499.0" x2="29489.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29489.125" y1="528.0" x2="29442.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29489.125" y1="528.0" x2="29489.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29489.125" y1="557.0" x2="29489.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29489.125" y1="586.0" x2="29443.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29489.125" y1="586.0" x2="29495.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29495.125" y1="615.0" x2="29495.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29495.125" y1="644.0" x2="29460.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29495.125" y1="644.0" x2="29491.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29491.625" y1="673.0" x2="29491.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29491.625" y1="702.0" x2="29491.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29495.125" y1="644.0" x2="29515.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29495.125" y1="644.0" x2="29530.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29489.125" y1="586.0" x2="29534.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29489.125" y1="528.0" x2="29535.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="29657.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29657.625" y1="383.0" x2="29657.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29657.625" y1="412.0" x2="29620.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29620.125" y1="441.0" x2="29620.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29620.125" y1="470.0" x2="29560.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29620.125" y1="470.0" x2="29679.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29679.625" y1="499.0" x2="29637.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29637.625" y1="528.0" x2="29637.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29679.625" y1="499.0" x2="29676.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29679.625" y1="499.0" x2="29721.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29721.625" y1="528.0" x2="29721.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29721.625" y1="557.0" x2="29686.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29721.625" y1="557.0" x2="29718.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29718.125" y1="586.0" x2="29718.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29718.125" y1="615.0" x2="29718.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29721.625" y1="557.0" x2="29741.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29721.625" y1="557.0" x2="29756.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29657.625" y1="412.0" x2="29695.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="29895.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29895.625" y1="383.0" x2="29895.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29895.625" y1="412.0" x2="29858.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29858.125" y1="441.0" x2="29858.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29858.125" y1="470.0" x2="29798.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29858.125" y1="470.0" x2="29917.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29917.625" y1="499.0" x2="29875.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29875.625" y1="528.0" x2="29875.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29917.625" y1="499.0" x2="29914.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29917.625" y1="499.0" x2="29959.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29959.625" y1="528.0" x2="29959.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29959.625" y1="557.0" x2="29881.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29959.625" y1="557.0" x2="29912.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29912.625" y1="586.0" x2="29912.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29912.625" y1="615.0" x2="29912.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29959.625" y1="557.0" x2="29941.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29959.625" y1="557.0" x2="29992.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29992.625" y1="586.0" x2="29992.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29992.625" y1="615.0" x2="29992.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29959.625" y1="557.0" x2="30038.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29895.625" y1="412.0" x2="29933.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="30133.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30133.625" y1="383.0" x2="30133.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30133.625" y1="412.0" x2="30096.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30096.125" y1="441.0" x2="30096.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30096.125" y1="470.0" x2="30036.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30096.125" y1="470.0" x2="30155.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30155.625" y1="499.0" x2="30113.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30113.625" y1="528.0" x2="30113.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30155.625" y1="499.0" x2="30152.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30155.625" y1="499.0" x2="30197.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30197.625" y1="528.0" x2="30197.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30197.625" y1="557.0" x2="30130.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30197.625" y1="557.0" x2="30162.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30162.125" y1="586.0" x2="30162.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30162.125" y1="615.0" x2="30162.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30197.625" y1="557.0" x2="30264.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30264.625" y1="586.0" x2="30264.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30264.625" y1="615.0" x2="30198.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30264.625" y1="615.0" x2="30264.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30264.625" y1="644.0" x2="30264.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30264.625" y1="673.0" x2="30213.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30213.625" y1="702.0" x2="30213.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30213.625" y1="731.0" x2="30213.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30264.625" y1="673.0" x2="30265.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30264.625" y1="673.0" x2="30315.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30315.625" y1="702.0" x2="30315.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30315.625" y1="731.0" x2="30315.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30264.625" y1="615.0" x2="30330.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30133.625" y1="412.0" x2="30171.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="30459.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30459.375" y1="383.0" x2="30459.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30459.375" y1="412.0" x2="30421.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30421.875" y1="441.0" x2="30421.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30421.875" y1="470.0" x2="30362.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30421.875" y1="470.0" x2="30481.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30481.375" y1="499.0" x2="30439.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30439.375" y1="528.0" x2="30439.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30481.375" y1="499.0" x2="30477.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30481.375" y1="499.0" x2="30523.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30523.375" y1="528.0" x2="30523.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30523.375" y1="557.0" x2="30408.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30523.375" y1="557.0" x2="30439.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30439.625" y1="586.0" x2="30439.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30439.625" y1="615.0" x2="30439.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30523.375" y1="557.0" x2="30463.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30523.375" y1="557.0" x2="30508.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30508.625" y1="586.0" x2="30508.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30508.625" y1="615.0" x2="30508.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30523.375" y1="557.0" x2="30554.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30523.375" y1="557.0" x2="30638.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30638.625" y1="586.0" x2="30638.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30638.625" y1="615.0" x2="30572.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30638.625" y1="615.0" x2="30638.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30638.625" y1="644.0" x2="30451.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30451.625" y1="673.0" x2="30400.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30400.625" y1="702.0" x2="30400.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30400.625" y1="731.0" x2="30400.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30451.625" y1="673.0" x2="30452.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30451.625" y1="673.0" x2="30502.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30502.625" y1="702.0" x2="30502.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30502.625" y1="731.0" x2="30502.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30638.625" y1="644.0" x2="30545.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30638.625" y1="644.0" x2="30638.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30638.625" y1="673.0" x2="30587.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30587.625" y1="702.0" x2="30587.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30587.625" y1="731.0" x2="30587.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30638.625" y1="673.0" x2="30639.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30638.625" y1="673.0" x2="30689.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30689.625" y1="702.0" x2="30689.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30689.625" y1="731.0" x2="30689.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30638.625" y1="644.0" x2="30732.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30638.625" y1="644.0" x2="30825.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30825.625" y1="673.0" x2="30774.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30774.625" y1="702.0" x2="30774.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30774.625" y1="731.0" x2="30774.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30825.625" y1="673.0" x2="30826.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30825.625" y1="673.0" x2="30876.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30876.625" y1="702.0" x2="30876.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30876.625" y1="731.0" x2="30876.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30638.625" y1="615.0" x2="30704.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30459.375" y1="412.0" x2="30496.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="30840.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30840.125" y1="383.0" x2="30840.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30840.125" y1="412.0" x2="30802.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30802.625" y1="441.0" x2="30802.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30802.625" y1="470.0" x2="30743.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30802.625" y1="470.0" x2="30862.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30862.125" y1="499.0" x2="30804.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30804.375" y1="528.0" x2="30804.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30862.125" y1="499.0" x2="30858.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30862.125" y1="499.0" x2="30919.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30919.875" y1="528.0" x2="30919.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30919.875" y1="557.0" x2="30874.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30919.875" y1="557.0" x2="30965.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30965.125" y1="586.0" x2="30895.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30965.125" y1="586.0" x2="30965.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30965.125" y1="615.0" x2="30965.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30965.125" y1="644.0" x2="30927.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30927.625" y1="673.0" x2="30927.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30965.125" y1="644.0" x2="30961.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30965.125" y1="644.0" x2="31002.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31002.625" y1="673.0" x2="31002.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31002.625" y1="702.0" x2="31002.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30965.125" y1="586.0" x2="31035.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="30840.125" y1="412.0" x2="30877.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="31163.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31163.0" y1="383.0" x2="31163.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31163.0" y1="412.0" x2="31125.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31125.5" y1="441.0" x2="31125.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31125.5" y1="470.0" x2="31066.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31125.5" y1="470.0" x2="31185.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31185.0" y1="499.0" x2="31123.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31123.75" y1="528.0" x2="31123.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31185.0" y1="499.0" x2="31181.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31185.0" y1="499.0" x2="31246.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31246.25" y1="528.0" x2="31246.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31246.25" y1="557.0" x2="31083.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31246.25" y1="557.0" x2="31114.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31114.625" y1="586.0" x2="31114.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31114.625" y1="615.0" x2="31068.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31068.625" y1="644.0" x2="31068.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31114.625" y1="615.0" x2="31160.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31160.625" y1="644.0" x2="31107.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31160.625" y1="644.0" x2="31160.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31160.625" y1="673.0" x2="31111.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31111.625" y1="702.0" x2="31111.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31111.625" y1="731.0" x2="31111.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31160.625" y1="673.0" x2="31160.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31160.625" y1="673.0" x2="31209.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31209.625" y1="702.0" x2="31209.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31209.625" y1="731.0" x2="31209.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31160.625" y1="644.0" x2="31214.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31246.25" y1="557.0" x2="31409.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31409.375" y1="586.0" x2="31409.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31409.375" y1="615.0" x2="31344.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31409.375" y1="615.0" x2="31409.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31409.375" y1="644.0" x2="31327.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31327.875" y1="673.0" x2="31278.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31327.875" y1="673.0" x2="31327.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31327.875" y1="702.0" x2="31283.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31283.625" y1="731.0" x2="31283.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31283.625" y1="760.0" x2="31283.625" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31327.875" y1="702.0" x2="31332.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31327.875" y1="702.0" x2="31372.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31372.125" y1="731.0" x2="31372.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31372.125" y1="760.0" x2="31372.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31327.875" y1="673.0" x2="31377.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31409.375" y1="644.0" x2="31409.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31409.375" y1="644.0" x2="31490.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31490.875" y1="673.0" x2="31441.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31490.875" y1="673.0" x2="31490.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31490.875" y1="702.0" x2="31446.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31446.625" y1="731.0" x2="31446.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31446.625" y1="760.0" x2="31446.625" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31490.875" y1="702.0" x2="31495.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31490.875" y1="702.0" x2="31535.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31535.125" y1="731.0" x2="31535.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31535.125" y1="760.0" x2="31535.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31490.875" y1="673.0" x2="31540.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31409.375" y1="615.0" x2="31474.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31163.0" y1="412.0" x2="31200.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="31696.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31696.25" y1="383.0" x2="31696.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31696.25" y1="412.0" x2="31658.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31658.75" y1="441.0" x2="31658.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31658.75" y1="470.0" x2="31578.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31578.875" y1="499.0" x2="31578.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31578.875" y1="528.0" x2="31536.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31536.875" y1="557.0" x2="31536.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31536.875" y1="586.0" x2="31536.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31578.875" y1="528.0" x2="31620.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31620.875" y1="557.0" x2="31613.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31620.875" y1="557.0" x2="31627.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31658.75" y1="470.0" x2="31738.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31738.625" y1="499.0" x2="31738.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31738.625" y1="528.0" x2="31686.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31686.375" y1="557.0" x2="31686.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31738.625" y1="528.0" x2="31720.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31738.625" y1="528.0" x2="31790.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31790.875" y1="557.0" x2="31790.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31790.875" y1="586.0" x2="31695.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31790.875" y1="586.0" x2="31727.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31727.125" y1="615.0" x2="31727.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31727.125" y1="644.0" x2="31685.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31685.125" y1="673.0" x2="31685.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31685.125" y1="702.0" x2="31685.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31727.125" y1="644.0" x2="31769.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31769.125" y1="673.0" x2="31762.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31769.125" y1="673.0" x2="31776.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31790.875" y1="586.0" x2="31886.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31886.125" y1="615.0" x2="31886.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31886.125" y1="644.0" x2="31821.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31886.125" y1="644.0" x2="31886.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31886.125" y1="673.0" x2="31831.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31831.125" y1="702.0" x2="31831.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31831.125" y1="731.0" x2="31831.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31886.125" y1="673.0" x2="31886.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31886.125" y1="673.0" x2="31941.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31941.125" y1="702.0" x2="31941.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31941.125" y1="731.0" x2="31941.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31886.125" y1="644.0" x2="31951.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31696.25" y1="412.0" x2="31733.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="32216.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32216.25" y1="383.0" x2="32216.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32216.25" y1="412.0" x2="32178.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32178.75" y1="441.0" x2="32178.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32178.75" y1="470.0" x2="32098.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32098.875" y1="499.0" x2="32098.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32098.875" y1="528.0" x2="32056.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32056.875" y1="557.0" x2="32056.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32056.875" y1="586.0" x2="32056.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32098.875" y1="528.0" x2="32140.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32140.875" y1="557.0" x2="32119.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32140.875" y1="557.0" x2="32133.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32140.875" y1="557.0" x2="32147.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32140.875" y1="557.0" x2="32161.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32178.75" y1="470.0" x2="32258.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32258.625" y1="499.0" x2="32258.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32258.625" y1="528.0" x2="32206.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32206.375" y1="557.0" x2="32206.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32258.625" y1="528.0" x2="32240.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32258.625" y1="528.0" x2="32310.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32310.875" y1="557.0" x2="32310.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32310.875" y1="586.0" x2="32245.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32310.875" y1="586.0" x2="32310.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32310.875" y1="615.0" x2="32106.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32106.625" y1="644.0" x2="32106.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32106.625" y1="673.0" x2="32041.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32106.625" y1="673.0" x2="32106.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32106.625" y1="702.0" x2="32007.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32007.125" y1="731.0" x2="32007.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32007.125" y1="760.0" x2="31935.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32007.125" y1="760.0" x2="32000.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32000.125" y1="789.0" x2="31945.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31945.125" y1="818.0" x2="31945.125" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="31945.125" y1="847.0" x2="31945.125" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32000.125" y1="789.0" x2="32000.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32000.125" y1="789.0" x2="32055.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32055.125" y1="818.0" x2="32055.125" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32055.125" y1="847.0" x2="32055.125" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32007.125" y1="760.0" x2="32064.625" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32007.125" y1="760.0" x2="32079.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32106.625" y1="702.0" x2="32106.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32106.625" y1="702.0" x2="32206.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32206.125" y1="731.0" x2="32206.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32206.125" y1="760.0" x2="32141.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32206.125" y1="760.0" x2="32206.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32206.125" y1="789.0" x2="32151.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32151.125" y1="818.0" x2="32151.125" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32151.125" y1="847.0" x2="32151.125" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32206.125" y1="789.0" x2="32206.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32206.125" y1="789.0" x2="32261.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32261.125" y1="818.0" x2="32261.125" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32261.125" y1="847.0" x2="32261.125" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32206.125" y1="760.0" x2="32271.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32106.625" y1="673.0" x2="32171.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32310.875" y1="615.0" x2="32310.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32310.875" y1="615.0" x2="32515.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32515.125" y1="644.0" x2="32515.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32515.125" y1="673.0" x2="32450.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32515.125" y1="673.0" x2="32515.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32515.125" y1="702.0" x2="32412.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32412.125" y1="731.0" x2="32412.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32412.125" y1="760.0" x2="32347.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32412.125" y1="760.0" x2="32412.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32412.125" y1="789.0" x2="32357.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32357.125" y1="818.0" x2="32357.125" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32357.125" y1="847.0" x2="32357.125" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32412.125" y1="789.0" x2="32412.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32412.125" y1="789.0" x2="32467.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32467.125" y1="818.0" x2="32467.125" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32467.125" y1="847.0" x2="32467.125" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32412.125" y1="760.0" x2="32477.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32515.125" y1="702.0" x2="32515.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32515.125" y1="702.0" x2="32618.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32618.125" y1="731.0" x2="32618.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32618.125" y1="760.0" x2="32553.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32618.125" y1="760.0" x2="32618.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32618.125" y1="789.0" x2="32563.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32563.125" y1="818.0" x2="32563.125" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32563.125" y1="847.0" x2="32563.125" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32618.125" y1="789.0" x2="32618.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32618.125" y1="789.0" x2="32673.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32673.125" y1="818.0" x2="32673.125" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32673.125" y1="847.0" x2="32673.125" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32618.125" y1="760.0" x2="32683.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32515.125" y1="673.0" x2="32580.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32310.875" y1="586.0" x2="32375.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32216.25" y1="412.0" x2="32253.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="32642.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32642.0" y1="383.0" x2="32642.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32642.0" y1="412.0" x2="32604.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32604.5" y1="441.0" x2="32604.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32604.5" y1="470.0" x2="32504.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32504.625" y1="499.0" x2="32504.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32504.625" y1="528.0" x2="32422.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32422.625" y1="557.0" x2="32422.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32422.625" y1="586.0" x2="32422.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32504.625" y1="528.0" x2="32506.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32506.625" y1="557.0" x2="32499.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32506.625" y1="557.0" x2="32513.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32504.625" y1="528.0" x2="32586.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32586.625" y1="557.0" x2="32579.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32586.625" y1="557.0" x2="32593.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32604.5" y1="470.0" x2="32704.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32704.375" y1="499.0" x2="32704.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32704.375" y1="528.0" x2="32652.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32652.125" y1="557.0" x2="32652.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32704.375" y1="528.0" x2="32686.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32704.375" y1="528.0" x2="32756.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32756.625" y1="557.0" x2="32756.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32756.625" y1="586.0" x2="32691.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32756.625" y1="586.0" x2="32756.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32756.625" y1="615.0" x2="32684.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32684.125" y1="644.0" x2="32684.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32684.125" y1="673.0" x2="32619.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32684.125" y1="673.0" x2="32684.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32684.125" y1="702.0" x2="32684.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32684.125" y1="731.0" x2="32684.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32684.125" y1="673.0" x2="32749.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32756.625" y1="615.0" x2="32756.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32756.625" y1="615.0" x2="32829.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32829.125" y1="644.0" x2="32829.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32829.125" y1="673.0" x2="32764.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32829.125" y1="673.0" x2="32829.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32829.125" y1="702.0" x2="32774.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32774.125" y1="731.0" x2="32774.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32774.125" y1="760.0" x2="32774.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32829.125" y1="702.0" x2="32829.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32829.125" y1="702.0" x2="32884.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32884.125" y1="731.0" x2="32884.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32884.125" y1="760.0" x2="32884.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32829.125" y1="673.0" x2="32894.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32756.625" y1="586.0" x2="32821.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32642.0" y1="412.0" x2="32679.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="33082.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33082.0" y1="383.0" x2="33082.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33082.0" y1="412.0" x2="33044.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33044.5" y1="441.0" x2="33044.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33044.5" y1="470.0" x2="32944.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32944.625" y1="499.0" x2="32944.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32944.625" y1="528.0" x2="32862.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32862.625" y1="557.0" x2="32862.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32862.625" y1="586.0" x2="32862.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32944.625" y1="528.0" x2="32946.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32946.625" y1="557.0" x2="32939.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32946.625" y1="557.0" x2="32953.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32944.625" y1="528.0" x2="33026.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33026.625" y1="557.0" x2="33012.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33026.625" y1="557.0" x2="33026.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33026.625" y1="557.0" x2="33040.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33044.5" y1="470.0" x2="33144.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33144.375" y1="499.0" x2="33144.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33144.375" y1="528.0" x2="33092.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33092.125" y1="557.0" x2="33092.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33144.375" y1="528.0" x2="33126.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33144.375" y1="528.0" x2="33196.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33196.625" y1="557.0" x2="33196.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33196.625" y1="586.0" x2="33068.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33196.625" y1="586.0" x2="33128.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33128.375" y1="615.0" x2="33128.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33128.375" y1="644.0" x2="33128.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33196.625" y1="586.0" x2="33179.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33196.625" y1="586.0" x2="33228.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33228.375" y1="615.0" x2="33228.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33228.375" y1="644.0" x2="33228.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33196.625" y1="586.0" x2="33277.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33196.625" y1="586.0" x2="33324.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33324.375" y1="615.0" x2="33310.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33324.375" y1="615.0" x2="33324.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33324.375" y1="615.0" x2="33338.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33082.0" y1="412.0" x2="33119.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="33628.0625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33628.0625" y1="383.0" x2="33628.0625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33628.0625" y1="412.0" x2="33594.8125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33594.8125" y1="441.0" x2="33594.8125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33594.8125" y1="470.0" x2="33476.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33476.125" y1="499.0" x2="33476.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33476.125" y1="528.0" x2="33376.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33376.875" y1="557.0" x2="33376.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33376.875" y1="586.0" x2="33376.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33476.125" y1="528.0" x2="33485.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33476.125" y1="528.0" x2="33530.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33530.375" y1="557.0" x2="33530.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33530.375" y1="586.0" x2="33530.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33476.125" y1="528.0" x2="33575.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33594.8125" y1="470.0" x2="33603.3125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33603.3125" y1="499.0" x2="33603.3125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33594.8125" y1="470.0" x2="33713.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33713.5" y1="499.0" x2="33713.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33713.5" y1="528.0" x2="33597.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33713.5" y1="528.0" x2="33657.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33657.375" y1="557.0" x2="33657.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33657.375" y1="586.0" x2="33657.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33713.5" y1="528.0" x2="33719.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33713.5" y1="528.0" x2="33780.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33780.125" y1="557.0" x2="33735.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33735.875" y1="586.0" x2="33735.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33735.875" y1="615.0" x2="33735.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33780.125" y1="557.0" x2="33784.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33780.125" y1="557.0" x2="33824.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33824.375" y1="586.0" x2="33824.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33824.375" y1="615.0" x2="33824.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33713.5" y1="528.0" x2="33829.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33628.0625" y1="412.0" x2="33661.3125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="34276.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34276.75" y1="383.0" x2="34276.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34276.75" y1="412.0" x2="34243.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34243.5" y1="441.0" x2="34243.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34243.5" y1="470.0" x2="34145.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34145.5" y1="499.0" x2="34145.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34145.5" y1="528.0" x2="34043.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34043.125" y1="557.0" x2="34043.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34043.125" y1="586.0" x2="33943.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33943.875" y1="615.0" x2="33943.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="33943.875" y1="644.0" x2="33943.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34043.125" y1="586.0" x2="34052.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34043.125" y1="586.0" x2="34097.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34097.375" y1="615.0" x2="34097.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34097.375" y1="644.0" x2="34097.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34043.125" y1="586.0" x2="34142.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34145.5" y1="528.0" x2="34154.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34145.5" y1="528.0" x2="34202.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34202.875" y1="557.0" x2="34167.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34167.375" y1="586.0" x2="34167.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34167.375" y1="615.0" x2="34167.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34202.875" y1="557.0" x2="34202.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34202.875" y1="557.0" x2="34238.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34238.375" y1="586.0" x2="34238.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34238.375" y1="615.0" x2="34238.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34145.5" y1="528.0" x2="34247.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34243.5" y1="470.0" x2="34252.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34252.0" y1="499.0" x2="34252.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34243.5" y1="470.0" x2="34341.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34341.5" y1="499.0" x2="34341.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34341.5" y1="528.0" x2="34341.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34276.75" y1="412.0" x2="34310.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="34562.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34562.75" y1="383.0" x2="34562.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34562.75" y1="412.0" x2="34525.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34525.25" y1="441.0" x2="34525.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34525.25" y1="470.0" x2="34439.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34439.0" y1="499.0" x2="34439.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34439.0" y1="528.0" x2="34397.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34397.0" y1="557.0" x2="34397.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34397.0" y1="586.0" x2="34397.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34439.0" y1="528.0" x2="34481.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34481.0" y1="557.0" x2="34474.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34481.0" y1="557.0" x2="34488.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34525.25" y1="470.0" x2="34611.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34611.5" y1="499.0" x2="34611.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34611.5" y1="528.0" x2="34549.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34549.0" y1="557.0" x2="34549.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34611.5" y1="528.0" x2="34593.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34611.5" y1="528.0" x2="34674.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34674.0" y1="557.0" x2="34674.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34674.0" y1="586.0" x2="34599.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34674.0" y1="586.0" x2="34655.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34655.0" y1="615.0" x2="34648.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34655.0" y1="615.0" x2="34662.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34674.0" y1="586.0" x2="34748.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34748.5" y1="615.0" x2="34676.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34748.5" y1="615.0" x2="34741.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34741.5" y1="644.0" x2="34686.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34686.5" y1="673.0" x2="34686.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34686.5" y1="702.0" x2="34686.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34741.5" y1="644.0" x2="34741.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34741.5" y1="644.0" x2="34796.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34796.5" y1="673.0" x2="34796.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34796.5" y1="702.0" x2="34796.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34748.5" y1="615.0" x2="34806.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34748.5" y1="615.0" x2="34820.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34562.75" y1="412.0" x2="34600.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="34737.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34737.0" y1="383.0" x2="34737.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34737.0" y1="412.0" x2="34660.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34737.0" y1="412.0" x2="34689.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34737.0" y1="412.0" x2="34729.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34729.0" y1="441.0" x2="34729.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34729.0" y1="470.0" x2="34729.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34737.0" y1="412.0" x2="34769.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34737.0" y1="412.0" x2="34813.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34813.5" y1="441.0" x2="34806.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34813.5" y1="441.0" x2="34821.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="35115.40625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35115.40625" y1="383.0" x2="35115.40625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35115.40625" y1="412.0" x2="34871.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35115.40625" y1="412.0" x2="34900.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35115.40625" y1="412.0" x2="34940.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34940.0" y1="441.0" x2="34940.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34940.0" y1="470.0" x2="34940.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35115.40625" y1="412.0" x2="35147.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35115.40625" y1="412.0" x2="35359.3125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35359.3125" y1="441.0" x2="35018.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35359.3125" y1="441.0" x2="35067.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35067.125" y1="470.0" x2="34981.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34981.5" y1="499.0" x2="34946.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34981.5" y1="499.0" x2="34986.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34986.75" y1="528.0" x2="34986.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34986.75" y1="557.0" x2="34986.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="34981.5" y1="499.0" x2="35016.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35067.125" y1="470.0" x2="35075.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35075.5" y1="499.0" x2="35040.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35075.5" y1="499.0" x2="35080.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35080.75" y1="528.0" x2="35080.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35080.75" y1="557.0" x2="35080.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35075.5" y1="499.0" x2="35110.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35067.125" y1="470.0" x2="35152.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35152.75" y1="499.0" x2="35152.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35152.75" y1="528.0" x2="35106.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35152.75" y1="528.0" x2="35152.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35152.75" y1="557.0" x2="35152.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35152.75" y1="586.0" x2="35067.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35152.75" y1="586.0" x2="35100.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35152.75" y1="586.0" x2="35174.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35174.75" y1="615.0" x2="35174.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35174.75" y1="644.0" x2="35174.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35152.75" y1="586.0" x2="35238.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35152.75" y1="528.0" x2="35199.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35359.3125" y1="441.0" x2="35433.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35433.5" y1="470.0" x2="35326.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35326.5" y1="499.0" x2="35291.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35326.5" y1="499.0" x2="35331.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35331.75" y1="528.0" x2="35331.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35331.75" y1="557.0" x2="35263.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35263.25" y1="586.0" x2="35263.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35263.25" y1="615.0" x2="35263.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35331.75" y1="557.0" x2="35325.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35331.75" y1="557.0" x2="35400.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35400.25" y1="586.0" x2="35400.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35400.25" y1="615.0" x2="35400.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35326.5" y1="499.0" x2="35361.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35433.5" y1="470.0" x2="35540.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35540.5" y1="499.0" x2="35540.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35540.5" y1="528.0" x2="35494.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35540.5" y1="528.0" x2="35540.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35540.5" y1="557.0" x2="35495.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35495.75" y1="586.0" x2="35495.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35495.75" y1="615.0" x2="35462.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35495.75" y1="615.0" x2="35500.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35495.75" y1="615.0" x2="35528.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35540.5" y1="557.0" x2="35585.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35585.25" y1="586.0" x2="35585.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35585.25" y1="615.0" x2="35572.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35585.25" y1="615.0" x2="35598.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35540.5" y1="528.0" x2="35587.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35359.3125" y1="441.0" x2="35651.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35651.5" y1="470.0" x2="35614.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35614.5" y1="499.0" x2="35600.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35614.5" y1="499.0" x2="35628.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35651.5" y1="470.0" x2="35688.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35688.5" y1="499.0" x2="35688.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35688.5" y1="528.0" x2="35642.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35688.5" y1="528.0" x2="35688.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35688.5" y1="557.0" x2="35688.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35688.5" y1="586.0" x2="35675.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35688.5" y1="586.0" x2="35702.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35688.5" y1="528.0" x2="35735.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35359.3125" y1="441.0" x2="35700.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="35952.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35952.125" y1="383.0" x2="35952.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35952.125" y1="412.0" x2="35757.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35952.125" y1="412.0" x2="35782.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35952.125" y1="412.0" x2="35844.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35844.25" y1="441.0" x2="35844.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35844.25" y1="470.0" x2="35784.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35784.5" y1="499.0" x2="35784.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35784.5" y1="528.0" x2="35784.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35844.25" y1="470.0" x2="35850.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35844.25" y1="470.0" x2="35904.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35904.0" y1="499.0" x2="35904.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35904.0" y1="528.0" x2="35904.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35952.125" y1="412.0" x2="35993.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35952.125" y1="412.0" x2="36147.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36147.0" y1="441.0" x2="36147.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36147.0" y1="470.0" x2="36100.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36147.0" y1="470.0" x2="36147.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36147.0" y1="499.0" x2="35975.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35975.0" y1="528.0" x2="35975.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35975.0" y1="557.0" x2="35941.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35941.75" y1="586.0" x2="35941.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35941.75" y1="615.0" x2="35911.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35941.75" y1="615.0" x2="35972.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35972.25" y1="644.0" x2="35972.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35972.25" y1="673.0" x2="35972.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="35975.0" y1="557.0" x2="36008.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36147.0" y1="499.0" x2="36125.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36125.75" y1="528.0" x2="36125.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36125.75" y1="557.0" x2="36023.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36125.75" y1="557.0" x2="36038.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36125.75" y1="557.0" x2="36100.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36100.75" y1="586.0" x2="36100.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36100.75" y1="615.0" x2="36100.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36125.75" y1="557.0" x2="36162.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36125.75" y1="557.0" x2="36228.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36228.25" y1="586.0" x2="36228.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36228.25" y1="615.0" x2="36211.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36228.25" y1="615.0" x2="36244.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36147.0" y1="499.0" x2="36319.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36319.0" y1="528.0" x2="36319.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36319.0" y1="557.0" x2="36305.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36319.0" y1="557.0" x2="36332.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36147.0" y1="470.0" x2="36193.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="36750.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36750.875" y1="383.0" x2="36750.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36750.875" y1="412.0" x2="36534.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36750.875" y1="412.0" x2="36604.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36604.0" y1="441.0" x2="36604.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36604.0" y1="470.0" x2="36557.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36604.0" y1="470.0" x2="36604.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36604.0" y1="499.0" x2="36432.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36432.0" y1="528.0" x2="36432.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36432.0" y1="557.0" x2="36398.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36398.75" y1="586.0" x2="36398.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36398.75" y1="615.0" x2="36368.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36398.75" y1="615.0" x2="36429.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36429.25" y1="644.0" x2="36429.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36429.25" y1="673.0" x2="36429.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36432.0" y1="557.0" x2="36465.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36604.0" y1="499.0" x2="36582.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36582.75" y1="528.0" x2="36582.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36582.75" y1="557.0" x2="36480.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36582.75" y1="557.0" x2="36495.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36582.75" y1="557.0" x2="36557.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36557.75" y1="586.0" x2="36557.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36557.75" y1="615.0" x2="36557.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36582.75" y1="557.0" x2="36619.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36582.75" y1="557.0" x2="36685.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36685.25" y1="586.0" x2="36685.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36685.25" y1="615.0" x2="36668.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36685.25" y1="615.0" x2="36701.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36604.0" y1="499.0" x2="36776.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36776.0" y1="528.0" x2="36776.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36776.0" y1="557.0" x2="36762.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36776.0" y1="557.0" x2="36789.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36604.0" y1="470.0" x2="36650.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36750.875" y1="412.0" x2="36720.916666666664" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36750.875" y1="412.0" x2="36787.333333333336" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36750.875" y1="412.0" x2="36890.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36890.75" y1="441.0" x2="36890.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36890.75" y1="470.0" x2="36831.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36831.0" y1="499.0" x2="36831.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36831.0" y1="528.0" x2="36831.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36890.75" y1="470.0" x2="36896.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36890.75" y1="470.0" x2="36950.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36950.5" y1="499.0" x2="36950.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36950.5" y1="528.0" x2="36950.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36750.875" y1="412.0" x2="36952.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36750.875" y1="412.0" x2="36967.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="37341.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37341.125" y1="383.0" x2="37341.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37341.125" y1="412.0" x2="37020.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37341.125" y1="412.0" x2="37040.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37341.125" y1="412.0" x2="37083.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37083.25" y1="441.0" x2="37083.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37083.25" y1="470.0" x2="37012.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37012.0" y1="499.0" x2="37012.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37012.0" y1="528.0" x2="37012.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37083.25" y1="470.0" x2="37154.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37154.5" y1="499.0" x2="37154.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37154.5" y1="528.0" x2="37102.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37102.25" y1="557.0" x2="37102.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37154.5" y1="528.0" x2="37136.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37154.5" y1="528.0" x2="37206.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37206.75" y1="557.0" x2="37206.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37206.75" y1="586.0" x2="37206.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37341.125" y1="412.0" x2="37231.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37341.125" y1="412.0" x2="37380.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37380.25" y1="441.0" x2="37380.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37380.25" y1="470.0" x2="37320.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37320.5" y1="499.0" x2="37320.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37320.5" y1="528.0" x2="37320.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37380.25" y1="470.0" x2="37386.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37380.25" y1="470.0" x2="37440.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37440.0" y1="499.0" x2="37440.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37440.0" y1="528.0" x2="37440.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37341.125" y1="412.0" x2="37456.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37341.125" y1="412.0" x2="37527.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37527.5" y1="441.0" x2="37527.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37527.5" y1="470.0" x2="37497.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37527.5" y1="470.0" x2="37558.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37558.0" y1="499.0" x2="37558.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37558.0" y1="528.0" x2="37558.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37341.125" y1="412.0" x2="37581.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37341.125" y1="412.0" x2="37661.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37661.5" y1="441.0" x2="37661.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37661.5" y1="470.0" x2="37615.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37661.5" y1="470.0" x2="37661.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37661.5" y1="499.0" x2="37661.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37661.5" y1="528.0" x2="37597.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37661.5" y1="528.0" x2="37617.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37661.5" y1="528.0" x2="37631.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37661.5" y1="528.0" x2="37645.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37661.5" y1="528.0" x2="37660.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37661.5" y1="528.0" x2="37725.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37725.5" y1="557.0" x2="37725.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37725.5" y1="586.0" x2="37679.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37725.5" y1="586.0" x2="37725.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37725.5" y1="615.0" x2="37324.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37324.25" y1="644.0" x2="37324.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37324.25" y1="673.0" x2="36883.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37324.25" y1="673.0" x2="36903.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37324.25" y1="673.0" x2="36946.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36946.0" y1="702.0" x2="36946.0" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36946.0" y1="731.0" x2="36818.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36818.25" y1="760.0" x2="36818.25" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36818.25" y1="789.0" x2="36818.25" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36946.0" y1="731.0" x2="37073.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37073.75" y1="760.0" x2="36960.75" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36960.75" y1="789.0" x2="36908.5" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36908.5" y1="818.0" x2="36908.5" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36960.75" y1="789.0" x2="36942.5" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="36960.75" y1="789.0" x2="37013.0" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37013.0" y1="818.0" x2="37013.0" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37013.0" y1="847.0" x2="37013.0" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37073.75" y1="760.0" x2="37073.75" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37073.75" y1="760.0" x2="37186.75" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37186.75" y1="789.0" x2="37134.5" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37134.5" y1="818.0" x2="37134.5" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37186.75" y1="789.0" x2="37168.5" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37186.75" y1="789.0" x2="37239.0" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37239.0" y1="818.0" x2="37239.0" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37239.0" y1="847.0" x2="37239.0" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37324.25" y1="673.0" x2="37161.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37324.25" y1="673.0" x2="37378.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37378.0" y1="702.0" x2="37378.0" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37378.0" y1="731.0" x2="37318.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37318.25" y1="760.0" x2="37318.25" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37318.25" y1="789.0" x2="37318.25" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37378.0" y1="731.0" x2="37383.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37378.0" y1="731.0" x2="37437.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37437.75" y1="760.0" x2="37437.75" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37437.75" y1="789.0" x2="37437.75" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37324.25" y1="673.0" x2="37500.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37324.25" y1="673.0" x2="37617.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37617.5" y1="702.0" x2="37617.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37617.5" y1="731.0" x2="37544.5" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37544.5" y1="760.0" x2="37544.5" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37544.5" y1="789.0" x2="37511.75" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37511.75" y1="818.0" x2="37511.75" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37511.75" y1="847.0" x2="37511.75" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37544.5" y1="789.0" x2="37577.25" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37617.5" y1="731.0" x2="37617.5" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37617.5" y1="731.0" x2="37690.5" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37690.5" y1="760.0" x2="37690.5" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37690.5" y1="789.0" x2="37657.75" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37657.75" y1="818.0" x2="37657.75" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37657.75" y1="847.0" x2="37657.75" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37690.5" y1="789.0" x2="37723.25" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37324.25" y1="673.0" x2="37678.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37324.25" y1="673.0" x2="37765.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37765.0" y1="702.0" x2="37765.0" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37765.0" y1="731.0" x2="37757.5" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37765.0" y1="731.0" x2="37772.5" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37725.5" y1="615.0" x2="37933.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37933.5" y1="644.0" x2="37933.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37933.5" y1="673.0" x2="37831.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37933.5" y1="673.0" x2="37846.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37933.5" y1="673.0" x2="37908.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37908.5" y1="702.0" x2="37908.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37908.5" y1="731.0" x2="37908.5" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37933.5" y1="673.0" x2="37970.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37933.5" y1="673.0" x2="38036.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38036.0" y1="702.0" x2="38036.0" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38036.0" y1="731.0" x2="38019.5" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38036.0" y1="731.0" x2="38052.5" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37725.5" y1="615.0" x2="38126.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38126.75" y1="644.0" x2="38126.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38126.75" y1="673.0" x2="38113.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38126.75" y1="673.0" x2="38140.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37725.5" y1="586.0" x2="37772.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37661.5" y1="470.0" x2="37708.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="37779.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37779.5" y1="383.0" x2="37779.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37779.5" y1="412.0" x2="37745.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37745.0" y1="441.0" x2="37745.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37779.5" y1="412.0" x2="37777.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37779.5" y1="412.0" x2="37814.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37814.0" y1="441.0" x2="37814.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37814.0" y1="470.0" x2="37777.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37814.0" y1="470.0" x2="37818.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37818.5" y1="499.0" x2="37818.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37814.0" y1="470.0" x2="37851.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="37911.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37911.0" y1="383.0" x2="37911.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37911.0" y1="412.0" x2="37876.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37876.5" y1="441.0" x2="37876.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37911.0" y1="412.0" x2="37909.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37911.0" y1="412.0" x2="37945.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37945.5" y1="441.0" x2="37945.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="37945.5" y1="470.0" x2="37945.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="38211.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38211.625" y1="383.0" x2="38211.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38211.625" y1="412.0" x2="37999.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38211.625" y1="412.0" x2="38030.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38211.625" y1="412.0" x2="38090.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38090.0" y1="441.0" x2="38090.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38090.0" y1="470.0" x2="38090.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38211.625" y1="412.0" x2="38167.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38167.5" y1="441.0" x2="38167.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38211.625" y1="412.0" x2="38202.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38211.625" y1="412.0" x2="38244.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38244.5" y1="441.0" x2="38244.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38244.5" y1="470.0" x2="38206.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38206.25" y1="499.0" x2="38206.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38206.25" y1="528.0" x2="38206.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38244.5" y1="470.0" x2="38267.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38244.5" y1="470.0" x2="38282.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38211.625" y1="412.0" x2="38321.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38211.625" y1="412.0" x2="38424.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38424.25" y1="441.0" x2="38424.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38424.25" y1="470.0" x2="38377.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38424.25" y1="470.0" x2="38424.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38424.25" y1="499.0" x2="38424.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38424.25" y1="528.0" x2="38233.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38424.25" y1="528.0" x2="38248.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38424.25" y1="528.0" x2="38310.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38310.75" y1="557.0" x2="38310.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38310.75" y1="586.0" x2="38243.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38243.75" y1="615.0" x2="38243.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38243.75" y1="644.0" x2="38243.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38310.75" y1="586.0" x2="38309.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38310.75" y1="586.0" x2="38377.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38377.75" y1="615.0" x2="38377.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38377.75" y1="644.0" x2="38377.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38424.25" y1="528.0" x2="38387.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38424.25" y1="528.0" x2="38468.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38468.25" y1="557.0" x2="38468.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38468.25" y1="586.0" x2="38454.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38468.25" y1="586.0" x2="38481.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38424.25" y1="528.0" x2="38541.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38424.25" y1="528.0" x2="38615.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38615.25" y1="557.0" x2="38615.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38615.25" y1="586.0" x2="38598.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38615.25" y1="586.0" x2="38631.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38424.25" y1="470.0" x2="38470.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="38712.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38712.125" y1="383.0" x2="38712.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38712.125" y1="412.0" x2="38625.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38712.125" y1="412.0" x2="38648.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38712.125" y1="412.0" x2="38688.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38688.5" y1="441.0" x2="38688.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38688.5" y1="470.0" x2="38688.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38712.125" y1="412.0" x2="38730.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38712.125" y1="412.0" x2="38798.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38798.75" y1="441.0" x2="38798.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38798.75" y1="470.0" x2="38765.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38765.5" y1="499.0" x2="38765.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38765.5" y1="528.0" x2="38727.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38727.25" y1="557.0" x2="38727.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38727.25" y1="586.0" x2="38727.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38765.5" y1="528.0" x2="38788.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38765.5" y1="528.0" x2="38803.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38798.75" y1="470.0" x2="38832.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="39166.1875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39166.1875" y1="383.0" x2="39166.1875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39166.1875" y1="412.0" x2="38876.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39166.1875" y1="412.0" x2="38902.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39166.1875" y1="412.0" x2="38965.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38965.75" y1="441.0" x2="38965.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38965.75" y1="470.0" x2="38906.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38965.75" y1="470.0" x2="39025.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39025.25" y1="499.0" x2="38987.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38987.75" y1="528.0" x2="38987.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39025.25" y1="499.0" x2="39021.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39025.25" y1="499.0" x2="39062.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39062.75" y1="528.0" x2="39062.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39062.75" y1="557.0" x2="39024.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39024.5" y1="586.0" x2="39024.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39024.5" y1="615.0" x2="39024.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39062.75" y1="557.0" x2="39086.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39062.75" y1="557.0" x2="39101.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39166.1875" y1="412.0" x2="39209.9375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39166.1875" y1="412.0" x2="39456.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39456.125" y1="441.0" x2="39456.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39456.125" y1="470.0" x2="39149.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39456.125" y1="470.0" x2="39175.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39456.125" y1="470.0" x2="39238.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39238.75" y1="499.0" x2="39238.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39238.75" y1="528.0" x2="39173.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39173.0" y1="557.0" x2="39173.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39173.0" y1="586.0" x2="39173.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39238.75" y1="528.0" x2="39304.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39304.5" y1="557.0" x2="39304.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39304.5" y1="586.0" x2="39252.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39252.25" y1="615.0" x2="39252.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39304.5" y1="586.0" x2="39286.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39304.5" y1="586.0" x2="39356.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39356.75" y1="615.0" x2="39356.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39356.75" y1="644.0" x2="39321.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39356.75" y1="644.0" x2="39353.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39353.25" y1="673.0" x2="39353.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39353.25" y1="702.0" x2="39353.25" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39356.75" y1="644.0" x2="39376.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39356.75" y1="644.0" x2="39391.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39456.125" y1="470.0" x2="39499.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39456.125" y1="470.0" x2="39763.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39763.0" y1="499.0" x2="39763.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39763.0" y1="528.0" x2="39487.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39763.0" y1="528.0" x2="39513.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39763.0" y1="528.0" x2="39577.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39577.0" y1="557.0" x2="39577.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39577.0" y1="586.0" x2="39454.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39454.75" y1="615.0" x2="39454.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39454.75" y1="644.0" x2="39454.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39577.0" y1="586.0" x2="39699.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39699.25" y1="615.0" x2="39586.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39586.25" y1="644.0" x2="39534.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39534.0" y1="673.0" x2="39534.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39586.25" y1="644.0" x2="39568.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39586.25" y1="644.0" x2="39638.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39638.5" y1="673.0" x2="39638.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39638.5" y1="702.0" x2="39603.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39638.5" y1="702.0" x2="39635.0" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39635.0" y1="731.0" x2="39635.0" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39635.0" y1="760.0" x2="39635.0" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39638.5" y1="702.0" x2="39658.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39638.5" y1="702.0" x2="39673.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39699.25" y1="615.0" x2="39699.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39699.25" y1="615.0" x2="39812.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39812.25" y1="644.0" x2="39760.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39760.0" y1="673.0" x2="39760.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39812.25" y1="644.0" x2="39794.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39812.25" y1="644.0" x2="39864.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39864.5" y1="673.0" x2="39864.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39864.5" y1="702.0" x2="39829.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39864.5" y1="702.0" x2="39861.0" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39861.0" y1="731.0" x2="39861.0" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39861.0" y1="760.0" x2="39861.0" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39864.5" y1="702.0" x2="39884.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39864.5" y1="702.0" x2="39899.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39763.0" y1="528.0" x2="39806.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39763.0" y1="528.0" x2="40038.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40038.5" y1="557.0" x2="40038.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40038.5" y1="586.0" x2="39929.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40038.5" y1="586.0" x2="39955.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40038.5" y1="586.0" x2="40018.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40018.75" y1="615.0" x2="40018.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40018.75" y1="644.0" x2="39980.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39980.5" y1="673.0" x2="39980.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39980.5" y1="702.0" x2="39980.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40018.75" y1="644.0" x2="40042.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40018.75" y1="644.0" x2="40057.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40038.5" y1="586.0" x2="40082.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40038.5" y1="586.0" x2="40147.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40147.75" y1="615.0" x2="40147.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40147.75" y1="644.0" x2="40134.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40147.75" y1="644.0" x2="40161.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="40341.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40341.0" y1="383.0" x2="40341.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40341.0" y1="412.0" x2="40276.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40341.0" y1="412.0" x2="40313.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40341.0" y1="412.0" x2="40365.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40365.75" y1="441.0" x2="40365.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40365.75" y1="470.0" x2="40266.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40266.5" y1="499.0" x2="40266.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40266.5" y1="528.0" x2="40219.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40219.75" y1="557.0" x2="40219.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40219.75" y1="586.0" x2="40219.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40266.5" y1="528.0" x2="40280.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40266.5" y1="528.0" x2="40313.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40313.25" y1="557.0" x2="40313.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40365.75" y1="470.0" x2="40375.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40365.75" y1="470.0" x2="40420.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40420.0" y1="499.0" x2="40420.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40420.0" y1="528.0" x2="40420.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40365.75" y1="470.0" x2="40465.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40341.0" y1="412.0" x2="40405.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="40460.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40460.0" y1="383.0" x2="40460.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40460.0" y1="412.0" x2="40428.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40460.0" y1="412.0" x2="40464.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40460.0" y1="412.0" x2="40491.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="40789.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40789.5" y1="383.0" x2="40789.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40789.5" y1="412.0" x2="40515.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40789.5" y1="412.0" x2="40539.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40789.5" y1="412.0" x2="40582.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40582.75" y1="441.0" x2="40563.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40563.0" y1="470.0" x2="40563.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40563.0" y1="499.0" x2="40563.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40582.75" y1="441.0" x2="40602.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40789.5" y1="412.0" x2="40770.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40770.25" y1="441.0" x2="40676.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40676.25" y1="470.0" x2="40625.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40625.0" y1="499.0" x2="40625.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40676.25" y1="470.0" x2="40659.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40676.25" y1="470.0" x2="40727.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40727.5" y1="499.0" x2="40727.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40727.5" y1="528.0" x2="40622.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40727.5" y1="528.0" x2="40699.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40699.5" y1="557.0" x2="40699.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40699.5" y1="586.0" x2="40699.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40727.5" y1="528.0" x2="40754.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40727.5" y1="528.0" x2="40793.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40793.5" y1="557.0" x2="40793.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40793.5" y1="586.0" x2="40793.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40727.5" y1="528.0" x2="40833.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40770.25" y1="441.0" x2="40770.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40770.25" y1="441.0" x2="40864.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40864.25" y1="470.0" x2="40813.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40813.0" y1="499.0" x2="40813.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40864.25" y1="470.0" x2="40847.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40864.25" y1="470.0" x2="40915.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40915.5" y1="499.0" x2="40885.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40915.5" y1="499.0" x2="40945.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40945.5" y1="528.0" x2="40945.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40945.5" y1="557.0" x2="40945.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40789.5" y1="412.0" x2="40921.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40789.5" y1="412.0" x2="41063.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41063.75" y1="441.0" x2="41063.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41063.75" y1="470.0" x2="41017.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41063.75" y1="470.0" x2="41063.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41063.75" y1="499.0" x2="41063.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41063.75" y1="528.0" x2="41030.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41030.5" y1="557.0" x2="41030.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41030.5" y1="586.0" x2="40932.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40932.5" y1="615.0" x2="40932.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40932.5" y1="644.0" x2="40904.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40932.5" y1="644.0" x2="40961.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40961.0" y1="673.0" x2="40961.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="40961.0" y1="702.0" x2="40961.0" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41030.5" y1="586.0" x2="41039.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41039.0" y1="615.0" x2="41039.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41030.5" y1="586.0" x2="41128.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41128.5" y1="615.0" x2="41128.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41128.5" y1="644.0" x2="41128.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41063.75" y1="528.0" x2="41097.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41063.75" y1="470.0" x2="41110.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="41380.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41380.0" y1="383.0" x2="41380.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41380.0" y1="412.0" x2="41138.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41380.0" y1="412.0" x2="41163.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41380.0" y1="412.0" x2="41206.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41206.25" y1="441.0" x2="41186.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41186.5" y1="470.0" x2="41186.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41186.5" y1="499.0" x2="41186.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41206.25" y1="441.0" x2="41226.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41380.0" y1="412.0" x2="41308.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41308.75" y1="441.0" x2="41308.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41308.75" y1="470.0" x2="41257.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41257.5" y1="499.0" x2="41257.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41308.75" y1="470.0" x2="41291.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41308.75" y1="470.0" x2="41360.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41360.0" y1="499.0" x2="41360.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41360.0" y1="528.0" x2="41254.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41360.0" y1="528.0" x2="41332.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41332.0" y1="557.0" x2="41332.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41332.0" y1="586.0" x2="41332.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41360.0" y1="528.0" x2="41386.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41360.0" y1="528.0" x2="41426.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41426.0" y1="557.0" x2="41426.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41426.0" y1="586.0" x2="41426.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41360.0" y1="528.0" x2="41465.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41380.0" y1="412.0" x2="41469.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41380.0" y1="412.0" x2="41621.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41621.25" y1="441.0" x2="41621.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41621.25" y1="470.0" x2="41574.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41621.25" y1="470.0" x2="41621.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41621.25" y1="499.0" x2="41621.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41621.25" y1="528.0" x2="41588.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41588.0" y1="557.0" x2="41588.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41588.0" y1="586.0" x2="41490.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41490.0" y1="615.0" x2="41490.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41490.0" y1="644.0" x2="41461.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41490.0" y1="644.0" x2="41518.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41518.5" y1="673.0" x2="41518.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41518.5" y1="702.0" x2="41518.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41588.0" y1="586.0" x2="41596.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41596.5" y1="615.0" x2="41596.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41588.0" y1="586.0" x2="41686.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41686.0" y1="615.0" x2="41686.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41686.0" y1="644.0" x2="41686.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41621.25" y1="528.0" x2="41654.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41621.25" y1="470.0" x2="41667.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="41843.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41843.75" y1="383.0" x2="41843.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41843.75" y1="412.0" x2="41823.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41843.75" y1="412.0" x2="41864.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41864.0" y1="441.0" x2="41817.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41864.0" y1="441.0" x2="41864.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41864.0" y1="470.0" x2="41864.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41864.0" y1="499.0" x2="41826.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41826.5" y1="528.0" x2="41826.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41826.5" y1="557.0" x2="41755.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41755.75" y1="586.0" x2="41755.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41755.75" y1="615.0" x2="41736.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41736.0" y1="644.0" x2="41736.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41736.0" y1="673.0" x2="41736.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41755.75" y1="615.0" x2="41775.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41826.5" y1="557.0" x2="41897.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41897.25" y1="586.0" x2="41897.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41897.25" y1="615.0" x2="41845.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41845.0" y1="644.0" x2="41845.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41897.25" y1="615.0" x2="41879.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41897.25" y1="615.0" x2="41949.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41949.5" y1="644.0" x2="41949.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41949.5" y1="673.0" x2="41949.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41864.0" y1="499.0" x2="41901.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="41864.0" y1="441.0" x2="41910.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="42303.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42303.875" y1="383.0" x2="42303.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42303.875" y1="412.0" x2="41983.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42303.875" y1="412.0" x2="42013.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42013.75" y1="441.0" x2="41967.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42013.75" y1="441.0" x2="42013.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42013.75" y1="470.0" x2="42013.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42013.75" y1="499.0" x2="41968.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42013.75" y1="499.0" x2="42019.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42019.75" y1="528.0" x2="42019.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42019.75" y1="557.0" x2="42019.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42013.75" y1="499.0" x2="42059.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42013.75" y1="441.0" x2="42060.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42303.875" y1="412.0" x2="42346.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42346.125" y1="441.0" x2="42237.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42237.5" y1="470.0" x2="42136.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42237.5" y1="470.0" x2="42207.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42207.5" y1="499.0" x2="42137.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42207.5" y1="499.0" x2="42161.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42161.0" y1="528.0" x2="42161.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42161.0" y1="557.0" x2="42105.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42105.25" y1="586.0" x2="42105.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42105.25" y1="615.0" x2="42105.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42161.0" y1="557.0" x2="42184.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42161.0" y1="557.0" x2="42216.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42216.75" y1="586.0" x2="42216.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42207.5" y1="499.0" x2="42244.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42244.5" y1="528.0" x2="42244.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42207.5" y1="499.0" x2="42277.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42237.5" y1="470.0" x2="42339.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42339.0" y1="499.0" x2="42292.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42339.0" y1="499.0" x2="42339.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42339.0" y1="528.0" x2="42339.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42339.0" y1="557.0" x2="42293.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42339.0" y1="557.0" x2="42345.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42345.0" y1="586.0" x2="42345.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42345.0" y1="615.0" x2="42345.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42339.0" y1="557.0" x2="42384.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42339.0" y1="499.0" x2="42385.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42346.125" y1="441.0" x2="42454.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42454.75" y1="470.0" x2="42376.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42454.75" y1="470.0" x2="42448.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42448.0" y1="499.0" x2="42424.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42448.0" y1="499.0" x2="42448.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42448.0" y1="528.0" x2="42448.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42448.0" y1="557.0" x2="42448.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42448.0" y1="499.0" x2="42471.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42454.75" y1="470.0" x2="42533.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42533.0" y1="499.0" x2="42486.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42533.0" y1="499.0" x2="42533.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42533.0" y1="528.0" x2="42533.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42533.0" y1="557.0" x2="42520.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42533.0" y1="557.0" x2="42546.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42533.0" y1="499.0" x2="42579.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42303.875" y1="412.0" x2="42624.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42624.5" y1="441.0" x2="42605.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42624.5" y1="441.0" x2="42643.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42643.25" y1="470.0" x2="42596.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42643.25" y1="470.0" x2="42643.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42643.25" y1="499.0" x2="42643.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42643.25" y1="528.0" x2="42591.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42643.25" y1="528.0" x2="42621.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42621.5" y1="557.0" x2="42614.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42621.5" y1="557.0" x2="42629.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42643.25" y1="528.0" x2="42695.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42695.5" y1="557.0" x2="42695.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42695.5" y1="586.0" x2="42676.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42695.5" y1="586.0" x2="42714.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42714.25" y1="615.0" x2="42706.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42714.25" y1="615.0" x2="42721.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42643.25" y1="470.0" x2="42689.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="42967.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42967.25" y1="383.0" x2="42967.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42967.25" y1="412.0" x2="42929.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42929.75" y1="441.0" x2="42929.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42929.75" y1="470.0" x2="42849.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42849.5" y1="499.0" x2="42849.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42849.5" y1="528.0" x2="42849.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42929.75" y1="470.0" x2="43010.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43010.0" y1="499.0" x2="43010.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43010.0" y1="528.0" x2="42957.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42957.75" y1="557.0" x2="42957.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43010.0" y1="528.0" x2="42991.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43010.0" y1="528.0" x2="43062.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43062.25" y1="557.0" x2="43062.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43062.25" y1="586.0" x2="42990.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43062.25" y1="586.0" x2="43055.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43055.25" y1="615.0" x2="42777.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42777.25" y1="644.0" x2="42777.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42777.25" y1="673.0" x2="42679.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42679.25" y1="702.0" x2="42679.25" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42679.25" y1="731.0" x2="42679.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42777.25" y1="673.0" x2="42785.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42785.75" y1="702.0" x2="42785.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42777.25" y1="673.0" x2="42875.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42875.25" y1="702.0" x2="42875.25" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42875.25" y1="731.0" x2="42875.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43055.25" y1="615.0" x2="42916.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43055.25" y1="615.0" x2="43055.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43055.25" y1="644.0" x2="43055.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43055.25" y1="673.0" x2="42957.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42957.25" y1="702.0" x2="42957.25" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42957.25" y1="731.0" x2="42957.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43055.25" y1="673.0" x2="43063.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43063.75" y1="702.0" x2="43063.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43055.25" y1="673.0" x2="43153.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43153.25" y1="702.0" x2="43153.25" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43153.25" y1="731.0" x2="43153.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43055.25" y1="615.0" x2="43194.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43055.25" y1="615.0" x2="43333.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43333.25" y1="644.0" x2="43333.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43333.25" y1="673.0" x2="43235.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43235.25" y1="702.0" x2="43235.25" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43235.25" y1="731.0" x2="43235.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43333.25" y1="673.0" x2="43341.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43341.75" y1="702.0" x2="43341.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43333.25" y1="673.0" x2="43431.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43431.25" y1="702.0" x2="43431.25" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43431.25" y1="731.0" x2="43431.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43062.25" y1="586.0" x2="43119.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43062.25" y1="586.0" x2="43134.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="42967.25" y1="412.0" x2="43004.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="43949.3046875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43949.3046875" y1="383.0" x2="43949.3046875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43949.3046875" y1="412.0" x2="43911.8046875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43911.8046875" y1="441.0" x2="43911.8046875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43911.8046875" y1="470.0" x2="43852.3046875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43911.8046875" y1="470.0" x2="43971.3046875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43971.3046875" y1="499.0" x2="43933.8046875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43933.8046875" y1="528.0" x2="43933.8046875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43971.3046875" y1="499.0" x2="43967.8046875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43971.3046875" y1="499.0" x2="44008.8046875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44008.8046875" y1="528.0" x2="44008.8046875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44008.8046875" y1="557.0" x2="43445.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43445.875" y1="586.0" x2="43386.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43445.875" y1="586.0" x2="43428.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43428.375" y1="615.0" x2="43428.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43445.875" y1="586.0" x2="43463.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43445.875" y1="586.0" x2="43505.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43505.375" y1="615.0" x2="43505.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43505.375" y1="644.0" x2="43505.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44008.8046875" y1="557.0" x2="44571.734375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44571.734375" y1="586.0" x2="44081.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44081.75" y1="615.0" x2="43765.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43765.375" y1="644.0" x2="43593.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43593.375" y1="673.0" x2="43520.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43520.25" y1="702.0" x2="43520.25" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43520.25" y1="731.0" x2="43464.5" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43520.25" y1="731.0" x2="43501.0" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43501.0" y1="760.0" x2="43501.0" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43520.25" y1="731.0" x2="43535.0" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43520.25" y1="731.0" x2="43576.0" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43576.0" y1="760.0" x2="43576.0" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43576.0" y1="789.0" x2="43576.0" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43593.375" y1="673.0" x2="43666.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43666.5" y1="702.0" x2="43666.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43666.5" y1="731.0" x2="43629.0" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43666.5" y1="731.0" x2="43704.0" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43704.0" y1="760.0" x2="43704.0" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43704.0" y1="789.0" x2="43638.5" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43638.5" y1="818.0" x2="43638.5" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43638.5" y1="847.0" x2="43638.5" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43704.0" y1="789.0" x2="43702.5" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43704.0" y1="789.0" x2="43769.5" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43769.5" y1="818.0" x2="43769.5" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43769.5" y1="847.0" x2="43769.5" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43765.375" y1="644.0" x2="43937.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43937.375" y1="673.0" x2="43937.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43937.375" y1="702.0" x2="43731.0" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43937.375" y1="702.0" x2="43770.0" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43770.0" y1="731.0" x2="43770.0" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43937.375" y1="702.0" x2="43805.0" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43937.375" y1="702.0" x2="43847.0" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43847.0" y1="731.0" x2="43847.0" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43847.0" y1="760.0" x2="43847.0" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43937.375" y1="702.0" x2="43908.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43937.375" y1="702.0" x2="43970.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43970.75" y1="731.0" x2="43970.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43970.75" y1="760.0" x2="43932.5" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43932.5" y1="789.0" x2="43932.5" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43932.5" y1="818.0" x2="43885.75" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43885.75" y1="847.0" x2="43885.75" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43885.75" y1="876.0" x2="43885.75" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43932.5" y1="818.0" x2="43946.75" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43932.5" y1="818.0" x2="43979.25" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43979.25" y1="847.0" x2="43979.25" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43970.75" y1="760.0" x2="43994.0" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43970.75" y1="760.0" x2="44009.0" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43937.375" y1="702.0" x2="44057.25" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43937.375" y1="702.0" x2="44143.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44143.75" y1="731.0" x2="44143.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44143.75" y1="760.0" x2="44105.5" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44105.5" y1="789.0" x2="44105.5" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44105.5" y1="818.0" x2="44058.75" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44058.75" y1="847.0" x2="44058.75" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44058.75" y1="876.0" x2="44058.75" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44105.5" y1="818.0" x2="44119.75" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44105.5" y1="818.0" x2="44152.25" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44152.25" y1="847.0" x2="44152.25" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44143.75" y1="760.0" x2="44167.0" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44143.75" y1="760.0" x2="44182.0" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44081.75" y1="615.0" x2="44398.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44398.125" y1="644.0" x2="44398.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44398.125" y1="673.0" x2="44148.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44398.125" y1="673.0" x2="44187.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44187.75" y1="702.0" x2="44187.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44398.125" y1="673.0" x2="44222.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44398.125" y1="673.0" x2="44264.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44264.75" y1="702.0" x2="44264.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44264.75" y1="731.0" x2="44264.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44398.125" y1="673.0" x2="44326.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44398.125" y1="673.0" x2="44388.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44388.5" y1="702.0" x2="44388.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44388.5" y1="731.0" x2="44350.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44350.25" y1="760.0" x2="44350.25" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44350.25" y1="789.0" x2="44303.5" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44303.5" y1="818.0" x2="44303.5" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44303.5" y1="847.0" x2="44303.5" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44350.25" y1="789.0" x2="44364.5" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44350.25" y1="789.0" x2="44397.0" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44397.0" y1="818.0" x2="44397.0" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44388.5" y1="731.0" x2="44411.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44388.5" y1="731.0" x2="44426.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44398.125" y1="673.0" x2="44475.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44398.125" y1="673.0" x2="44561.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44561.5" y1="702.0" x2="44561.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44561.5" y1="731.0" x2="44523.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44523.25" y1="760.0" x2="44523.25" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44523.25" y1="789.0" x2="44476.5" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44476.5" y1="818.0" x2="44476.5" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44476.5" y1="847.0" x2="44476.5" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44523.25" y1="789.0" x2="44537.5" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44523.25" y1="789.0" x2="44570.0" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44570.0" y1="818.0" x2="44570.0" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44561.5" y1="731.0" x2="44584.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44561.5" y1="731.0" x2="44599.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44398.125" y1="673.0" x2="44608.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44398.125" y1="673.0" x2="44647.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44647.5" y1="702.0" x2="44647.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44571.734375" y1="586.0" x2="44727.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44727.125" y1="615.0" x2="44727.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44727.125" y1="644.0" x2="44646.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44727.125" y1="644.0" x2="44698.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44698.5" y1="673.0" x2="44698.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44698.5" y1="702.0" x2="44698.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44727.125" y1="644.0" x2="44753.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44727.125" y1="644.0" x2="44807.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44807.75" y1="673.0" x2="44807.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44807.75" y1="702.0" x2="44761.0" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44761.0" y1="731.0" x2="44761.0" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44761.0" y1="760.0" x2="44761.0" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44807.75" y1="702.0" x2="44822.0" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44807.75" y1="702.0" x2="44854.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44854.5" y1="731.0" x2="44854.5" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44571.734375" y1="586.0" x2="45061.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45061.71875" y1="615.0" x2="44931.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45061.71875" y1="615.0" x2="44971.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44971.0" y1="644.0" x2="44971.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45061.71875" y1="615.0" x2="45191.9375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45191.9375" y1="644.0" x2="45036.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45036.0" y1="673.0" x2="44930.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44930.5" y1="702.0" x2="44930.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44930.5" y1="731.0" x2="44904.0" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44930.5" y1="731.0" x2="44957.0" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44957.0" y1="760.0" x2="44957.0" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44957.0" y1="789.0" x2="44911.75" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44911.75" y1="818.0" x2="44911.75" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44911.75" y1="847.0" x2="44873.5" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44873.5" y1="876.0" x2="44873.5" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44873.5" y1="905.0" x2="44826.75" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44826.75" y1="934.0" x2="44826.75" y2="957.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44826.75" y1="963.0" x2="44826.75" y2="986.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44873.5" y1="905.0" x2="44887.75" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44873.5" y1="905.0" x2="44920.25" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44920.25" y1="934.0" x2="44920.25" y2="957.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44911.75" y1="847.0" x2="44935.0" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44911.75" y1="847.0" x2="44950.0" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44957.0" y1="789.0" x2="45002.25" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45002.25" y1="818.0" x2="45002.25" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45036.0" y1="673.0" x2="45141.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45141.5" y1="702.0" x2="45141.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45141.5" y1="731.0" x2="45115.0" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45141.5" y1="731.0" x2="45168.0" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45168.0" y1="760.0" x2="45168.0" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45168.0" y1="789.0" x2="45104.75" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45104.75" y1="818.0" x2="45104.75" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45104.75" y1="847.0" x2="45049.0" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45049.0" y1="876.0" x2="45049.0" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45049.0" y1="905.0" x2="45049.0" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45104.75" y1="847.0" x2="45128.0" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45104.75" y1="847.0" x2="45160.5" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45160.5" y1="876.0" x2="45160.5" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45168.0" y1="789.0" x2="45231.25" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45231.25" y1="818.0" x2="45231.25" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45231.25" y1="847.0" x2="45231.25" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45191.9375" y1="644.0" x2="45347.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45347.875" y1="673.0" x2="45347.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45347.875" y1="702.0" x2="45321.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45347.875" y1="702.0" x2="45374.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45374.125" y1="731.0" x2="45374.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45374.125" y1="760.0" x2="45328.875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45374.125" y1="760.0" x2="45419.375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45419.375" y1="789.0" x2="45349.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45419.375" y1="789.0" x2="45419.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45419.375" y1="818.0" x2="45338.75" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45338.75" y1="847.0" x2="45301.25" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45301.25" y1="876.0" x2="45301.25" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45338.75" y1="847.0" x2="45335.25" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45338.75" y1="847.0" x2="45376.25" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45376.25" y1="876.0" x2="45376.25" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45376.25" y1="905.0" x2="45329.5" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45329.5" y1="934.0" x2="45329.5" y2="957.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45329.5" y1="963.0" x2="45329.5" y2="986.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45376.25" y1="905.0" x2="45390.5" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45376.25" y1="905.0" x2="45423.0" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45423.0" y1="934.0" x2="45423.0" y2="957.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45419.375" y1="818.0" x2="45419.375" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45419.375" y1="818.0" x2="45500.0" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45500.0" y1="847.0" x2="45454.25" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45454.25" y1="876.0" x2="45454.25" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45500.0" y1="847.0" x2="45496.5" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45500.0" y1="847.0" x2="45545.75" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45545.75" y1="876.0" x2="45545.75" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45545.75" y1="905.0" x2="45507.5" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45507.5" y1="934.0" x2="45507.5" y2="957.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45507.5" y1="963.0" x2="45460.75" y2="986.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45460.75" y1="992.0" x2="45460.75" y2="1015.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45460.75" y1="1021.0" x2="45460.75" y2="1044.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45507.5" y1="963.0" x2="45521.75" y2="986.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45507.5" y1="963.0" x2="45554.25" y2="986.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45554.25" y1="992.0" x2="45554.25" y2="1015.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45545.75" y1="905.0" x2="45569.0" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45545.75" y1="905.0" x2="45584.0" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45419.375" y1="789.0" x2="45489.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="43949.3046875" y1="412.0" x2="43986.8046875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="354.0" x2="45297.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45297.25" y1="383.0" x2="45297.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45297.25" y1="412.0" x2="45264.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45264.0" y1="441.0" x2="45264.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45264.0" y1="470.0" x2="45166.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45166.0" y1="499.0" x2="45166.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45166.0" y1="528.0" x2="45166.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45264.0" y1="470.0" x2="45272.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45272.5" y1="499.0" x2="45272.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45264.0" y1="470.0" x2="45362.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45362.0" y1="499.0" x2="45362.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45362.0" y1="528.0" x2="45255.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45255.125" y1="557.0" x2="45195.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45255.125" y1="557.0" x2="45237.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45237.625" y1="586.0" x2="45237.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45255.125" y1="557.0" x2="45272.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45255.125" y1="557.0" x2="45314.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45314.625" y1="586.0" x2="45314.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45314.625" y1="615.0" x2="45314.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45362.0" y1="528.0" x2="45468.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45468.875" y1="557.0" x2="45411.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45411.125" y1="586.0" x2="45411.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45411.125" y1="615.0" x2="45384.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45411.125" y1="615.0" x2="45437.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45437.375" y1="644.0" x2="45437.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45437.375" y1="673.0" x2="45437.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45468.875" y1="557.0" x2="45526.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45526.625" y1="586.0" x2="45476.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45526.625" y1="586.0" x2="45516.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45516.375" y1="615.0" x2="45516.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45526.625" y1="586.0" x2="45576.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45576.375" y1="615.0" x2="45576.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45576.375" y1="644.0" x2="45550.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45576.375" y1="644.0" x2="45602.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45602.625" y1="673.0" x2="45602.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45602.625" y1="702.0" x2="45602.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45297.25" y1="412.0" x2="45330.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="26381.9375" y1="325.0" x2="26428.4375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="32657.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32657.125" y1="238.0" x2="32657.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32657.125" y1="267.0" x2="32592.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32657.125" y1="267.0" x2="32626.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32626.875" y1="296.0" x2="32626.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32657.125" y1="267.0" x2="32659.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32657.125" y1="267.0" x2="32674.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32657.125" y1="267.0" x2="32721.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32721.375" y1="296.0" x2="32721.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32721.375" y1="325.0" x2="32713.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32721.375" y1="325.0" x2="32728.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="39086.3125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39086.3125" y1="238.0" x2="39086.3125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39086.3125" y1="267.0" x2="38951.3125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="38951.3125" y1="296.0" x2="38951.3125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39086.3125" y1="267.0" x2="39025.3125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39025.3125" y1="296.0" x2="39025.3125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39086.3125" y1="267.0" x2="39088.3125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39088.3125" y1="296.0" x2="39088.3125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39088.3125" y1="325.0" x2="39088.3125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39086.3125" y1="267.0" x2="39159.3125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39159.3125" y1="296.0" x2="39159.3125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39159.3125" y1="325.0" x2="39159.3125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="39086.3125" y1="267.0" x2="39221.3125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="46241.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46241.125" y1="238.0" x2="46241.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46241.125" y1="267.0" x2="45844.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45844.5" y1="296.0" x2="45384.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45384.25" y1="325.0" x2="45342.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45384.25" y1="325.0" x2="45384.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45384.25" y1="354.0" x2="45384.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45384.25" y1="383.0" x2="45384.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45384.25" y1="325.0" x2="45425.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45844.5" y1="296.0" x2="45481.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45481.25" y1="325.0" x2="45439.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45481.25" y1="325.0" x2="45481.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45481.25" y1="354.0" x2="45481.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45481.25" y1="383.0" x2="45481.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45481.25" y1="325.0" x2="45522.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45844.5" y1="296.0" x2="45649.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45649.25" y1="325.0" x2="45607.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45649.25" y1="325.0" x2="45649.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45649.25" y1="354.0" x2="45649.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45649.25" y1="383.0" x2="45557.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45557.25" y1="412.0" x2="45557.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45557.25" y1="441.0" x2="45523.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45523.25" y1="470.0" x2="45523.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45557.25" y1="441.0" x2="45557.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45557.25" y1="441.0" x2="45591.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45591.25" y1="470.0" x2="45591.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45649.25" y1="383.0" x2="45741.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45741.25" y1="412.0" x2="45670.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45741.25" y1="412.0" x2="45741.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45741.25" y1="441.0" x2="45680.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45680.25" y1="470.0" x2="45680.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45680.25" y1="499.0" x2="45680.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45741.25" y1="441.0" x2="45741.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45741.25" y1="441.0" x2="45802.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45802.25" y1="470.0" x2="45802.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45802.25" y1="499.0" x2="45802.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45741.25" y1="412.0" x2="45812.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45649.25" y1="325.0" x2="45690.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45844.5" y1="296.0" x2="45948.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45948.25" y1="325.0" x2="45906.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45948.25" y1="325.0" x2="45948.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45948.25" y1="354.0" x2="45948.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45948.25" y1="383.0" x2="45896.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45896.25" y1="412.0" x2="45896.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45896.25" y1="441.0" x2="45896.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45948.25" y1="383.0" x2="46000.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46000.25" y1="412.0" x2="45929.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46000.25" y1="412.0" x2="46000.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46000.25" y1="441.0" x2="46000.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46000.25" y1="470.0" x2="46000.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46000.25" y1="412.0" x2="46071.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45948.25" y1="325.0" x2="45989.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="45844.5" y1="296.0" x2="46304.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46304.75" y1="325.0" x2="46263.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46304.75" y1="325.0" x2="46304.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46304.75" y1="354.0" x2="46106.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46106.25" y1="383.0" x2="46106.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46106.25" y1="412.0" x2="46106.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46304.75" y1="354.0" x2="46183.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46304.75" y1="354.0" x2="46261.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46261.5" y1="383.0" x2="46261.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46261.5" y1="412.0" x2="46205.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46205.75" y1="441.0" x2="46205.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46205.75" y1="470.0" x2="46205.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46261.5" y1="412.0" x2="46284.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46261.5" y1="412.0" x2="46317.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46317.25" y1="441.0" x2="46317.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46304.75" y1="354.0" x2="46321.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46304.75" y1="354.0" x2="46381.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46381.75" y1="383.0" x2="46381.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46381.75" y1="412.0" x2="46381.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46304.75" y1="354.0" x2="46442.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46304.75" y1="354.0" x2="46503.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46503.25" y1="383.0" x2="46448.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46448.75" y1="412.0" x2="46448.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46448.75" y1="441.0" x2="46448.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46503.25" y1="383.0" x2="46557.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46557.75" y1="412.0" x2="46486.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46557.75" y1="412.0" x2="46557.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46557.75" y1="441.0" x2="46557.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46557.75" y1="470.0" x2="46478.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46478.25" y1="499.0" x2="46478.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46478.25" y1="528.0" x2="46478.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46557.75" y1="470.0" x2="46555.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46557.75" y1="470.0" x2="46637.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46637.25" y1="499.0" x2="46637.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46637.25" y1="528.0" x2="46579.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46579.0" y1="557.0" x2="46579.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46579.0" y1="586.0" x2="46579.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46637.25" y1="528.0" x2="46632.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46637.25" y1="528.0" x2="46695.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46695.5" y1="557.0" x2="46695.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46695.5" y1="586.0" x2="46695.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46557.75" y1="412.0" x2="46628.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46304.75" y1="325.0" x2="46346.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46241.125" y1="267.0" x2="46372.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46372.25" y1="296.0" x2="46372.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46241.125" y1="267.0" x2="46446.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46446.25" y1="296.0" x2="46446.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46241.125" y1="267.0" x2="46504.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46504.75" y1="296.0" x2="46504.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46504.75" y1="325.0" x2="46504.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46241.125" y1="267.0" x2="46575.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46575.75" y1="296.0" x2="46575.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46575.75" y1="325.0" x2="46575.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46241.125" y1="267.0" x2="46637.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="47108.0" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47108.0" y1="238.0" x2="47108.0" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47108.0" y1="267.0" x2="46829.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46829.25" y1="296.0" x2="46715.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46715.25" y1="325.0" x2="46608.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46715.25" y1="325.0" x2="46680.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46680.75" y1="354.0" x2="46656.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46656.25" y1="383.0" x2="46656.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46656.25" y1="412.0" x2="46656.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46680.75" y1="354.0" x2="46705.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46715.25" y1="325.0" x2="46780.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46780.75" y1="354.0" x2="46780.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46780.75" y1="383.0" x2="46780.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46715.25" y1="325.0" x2="46822.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46829.25" y1="296.0" x2="46943.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46943.25" y1="325.0" x2="46836.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46943.25" y1="325.0" x2="46908.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46908.75" y1="354.0" x2="46884.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46884.25" y1="383.0" x2="46884.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46884.25" y1="412.0" x2="46884.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46908.75" y1="354.0" x2="46933.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46943.25" y1="325.0" x2="47008.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47008.75" y1="354.0" x2="47008.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47008.75" y1="383.0" x2="47008.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="46943.25" y1="325.0" x2="47050.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47108.0" y1="267.0" x2="47076.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47076.75" y1="296.0" x2="47076.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47076.75" y1="325.0" x2="47076.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47108.0" y1="267.0" x2="47158.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47158.75" y1="296.0" x2="47158.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47108.0" y1="267.0" x2="47288.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47288.5" y1="296.0" x2="47216.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47216.25" y1="325.0" x2="47216.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47216.25" y1="354.0" x2="47216.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47288.5" y1="296.0" x2="47265.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47288.5" y1="296.0" x2="47313.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47313.25" y1="325.0" x2="47313.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47313.25" y1="354.0" x2="47270.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47270.0" y1="383.0" x2="47270.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47270.0" y1="412.0" x2="47270.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47313.25" y1="354.0" x2="47356.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47356.5" y1="383.0" x2="47356.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47356.5" y1="412.0" x2="47356.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47288.5" y1="296.0" x2="47360.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47108.0" y1="267.0" x2="47386.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47386.75" y1="296.0" x2="47386.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47386.75" y1="325.0" x2="47379.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47386.75" y1="325.0" x2="47394.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="47898.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47898.625" y1="238.0" x2="47898.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47898.625" y1="267.0" x2="47473.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47473.75" y1="296.0" x2="47473.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47473.75" y1="325.0" x2="47473.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47898.625" y1="267.0" x2="47565.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47565.25" y1="296.0" x2="47565.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47565.25" y1="325.0" x2="47565.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47898.625" y1="267.0" x2="47829.6875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47829.6875" y1="296.0" x2="47643.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47643.75" y1="325.0" x2="47643.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47643.75" y1="354.0" x2="47643.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47829.6875" y1="296.0" x2="47739.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47739.25" y1="325.0" x2="47683.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47739.25" y1="325.0" x2="47739.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47739.25" y1="354.0" x2="47739.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47739.25" y1="383.0" x2="47739.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47739.25" y1="325.0" x2="47794.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47829.6875" y1="296.0" x2="47800.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47829.6875" y1="296.0" x2="47848.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47848.25" y1="325.0" x2="47848.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47848.25" y1="354.0" x2="47827.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47827.5" y1="383.0" x2="47827.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47827.5" y1="412.0" x2="47827.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47848.25" y1="354.0" x2="47869.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47869.0" y1="383.0" x2="47869.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47829.6875" y1="296.0" x2="47905.4375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47829.6875" y1="296.0" x2="48015.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48015.625" y1="325.0" x2="47913.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48015.625" y1="325.0" x2="47978.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47978.25" y1="354.0" x2="47978.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47978.25" y1="383.0" x2="47978.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48015.625" y1="325.0" x2="48032.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48015.625" y1="325.0" x2="48117.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48117.5" y1="354.0" x2="48054.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48054.75" y1="383.0" x2="48054.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48117.5" y1="354.0" x2="48112.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48117.5" y1="354.0" x2="48180.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48180.25" y1="383.0" x2="48161.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48180.25" y1="383.0" x2="48184.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48180.25" y1="383.0" x2="48199.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="47898.625" y1="267.0" x2="48323.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48323.5" y1="296.0" x2="48323.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48323.5" y1="325.0" x2="48277.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48323.5" y1="325.0" x2="48323.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48323.5" y1="354.0" x2="48270.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48270.25" y1="383.0" x2="48270.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48270.25" y1="412.0" x2="48237.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48237.0" y1="441.0" x2="48237.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48237.0" y1="470.0" x2="48160.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48160.75" y1="499.0" x2="48160.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48160.75" y1="528.0" x2="48132.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48160.75" y1="528.0" x2="48156.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48160.75" y1="528.0" x2="48189.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48189.25" y1="557.0" x2="48189.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48237.0" y1="470.0" x2="48222.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48237.0" y1="470.0" x2="48267.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48267.75" y1="499.0" x2="48267.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48267.75" y1="528.0" x2="48267.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48237.0" y1="470.0" x2="48313.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48270.25" y1="412.0" x2="48303.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48323.5" y1="354.0" x2="48376.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48376.75" y1="383.0" x2="48376.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48376.75" y1="412.0" x2="48330.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48376.75" y1="412.0" x2="48383.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48383.25" y1="441.0" x2="48383.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48383.25" y1="470.0" x2="48383.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48376.75" y1="412.0" x2="48422.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48323.5" y1="325.0" x2="48370.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="48544.0" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48544.0" y1="238.0" x2="48544.0" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48544.0" y1="267.0" x2="48410.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48410.0" y1="296.0" x2="48410.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48544.0" y1="267.0" x2="48474.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48474.0" y1="296.0" x2="48474.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48474.0" y1="325.0" x2="48474.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48544.0" y1="267.0" x2="48532.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48532.0" y1="296.0" x2="48532.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48532.0" y1="325.0" x2="48532.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48544.0" y1="267.0" x2="48678.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48678.0" y1="296.0" x2="48609.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48678.0" y1="296.0" x2="48678.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48678.0" y1="325.0" x2="48609.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48609.5" y1="354.0" x2="48581.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48609.5" y1="354.0" x2="48637.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48637.75" y1="383.0" x2="48637.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48637.75" y1="412.0" x2="48591.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48637.75" y1="412.0" x2="48637.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48637.75" y1="441.0" x2="48637.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48637.75" y1="470.0" x2="48591.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48637.75" y1="470.0" x2="48644.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48644.25" y1="499.0" x2="48644.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48644.25" y1="528.0" x2="48644.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48637.75" y1="470.0" x2="48683.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48637.75" y1="412.0" x2="48684.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48678.0" y1="325.0" x2="48746.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48746.5" y1="354.0" x2="48718.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48746.5" y1="354.0" x2="48774.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48774.75" y1="383.0" x2="48774.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48678.0" y1="296.0" x2="48746.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="48933.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48933.25" y1="238.0" x2="48933.25" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48933.25" y1="267.0" x2="48773.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48773.5" y1="296.0" x2="48773.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48933.25" y1="267.0" x2="48869.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48869.5" y1="296.0" x2="48869.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48933.25" y1="267.0" x2="48933.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48933.5" y1="296.0" x2="48933.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48933.5" y1="325.0" x2="48933.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48933.25" y1="267.0" x2="48991.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48991.5" y1="296.0" x2="48991.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48991.5" y1="325.0" x2="48991.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="48933.25" y1="267.0" x2="49093.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49093.0" y1="296.0" x2="49024.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49093.0" y1="296.0" x2="49093.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49093.0" y1="325.0" x2="49093.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49093.0" y1="354.0" x2="49064.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49093.0" y1="354.0" x2="49121.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49121.25" y1="383.0" x2="49121.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49093.0" y1="296.0" x2="49161.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="49439.0" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49439.0" y1="238.0" x2="49439.0" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49439.0" y1="267.0" x2="49188.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49188.5" y1="296.0" x2="49188.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49439.0" y1="267.0" x2="49279.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49279.5" y1="296.0" x2="49279.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49439.0" y1="267.0" x2="49393.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49393.5" y1="296.0" x2="49321.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49321.0" y1="325.0" x2="49321.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49321.0" y1="354.0" x2="49321.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49393.5" y1="296.0" x2="49351.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49393.5" y1="296.0" x2="49372.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49393.5" y1="296.0" x2="49419.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49419.0" y1="325.0" x2="49419.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49419.0" y1="354.0" x2="49391.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49391.5" y1="383.0" x2="49391.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49391.5" y1="412.0" x2="49391.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49419.0" y1="354.0" x2="49446.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49446.5" y1="383.0" x2="49446.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49393.5" y1="296.0" x2="49466.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49439.0" y1="267.0" x2="49689.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49689.5" y1="296.0" x2="49621.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49689.5" y1="296.0" x2="49689.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49689.5" y1="325.0" x2="49582.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49582.5" y1="354.0" x2="49522.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49522.5" y1="383.0" x2="49496.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49522.5" y1="383.0" x2="49548.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49582.5" y1="354.0" x2="49586.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49582.5" y1="354.0" x2="49642.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49642.5" y1="383.0" x2="49642.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49689.5" y1="325.0" x2="49796.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49796.5" y1="354.0" x2="49736.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49736.5" y1="383.0" x2="49710.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49736.5" y1="383.0" x2="49762.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49796.5" y1="354.0" x2="49800.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49796.5" y1="354.0" x2="49856.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49856.5" y1="383.0" x2="49856.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49689.5" y1="296.0" x2="49758.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="50316.90625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50316.90625" y1="238.0" x2="50316.90625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50316.90625" y1="267.0" x2="50001.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50001.0" y1="296.0" x2="50001.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50001.0" y1="325.0" x2="49894.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50001.0" y1="325.0" x2="49966.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49966.5" y1="354.0" x2="49942.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49942.0" y1="383.0" x2="49942.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49942.0" y1="412.0" x2="49942.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="49966.5" y1="354.0" x2="49991.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50001.0" y1="325.0" x2="50066.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50066.5" y1="354.0" x2="50066.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50066.5" y1="383.0" x2="50066.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50001.0" y1="325.0" x2="50108.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50316.90625" y1="267.0" x2="50070.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50070.0" y1="296.0" x2="50070.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50316.90625" y1="267.0" x2="50130.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50316.90625" y1="267.0" x2="50165.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50165.0" y1="296.0" x2="50165.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50165.0" y1="325.0" x2="50165.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50316.90625" y1="267.0" x2="50223.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50223.0" y1="296.0" x2="50223.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50223.0" y1="325.0" x2="50223.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50316.90625" y1="267.0" x2="50367.65625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50316.90625" y1="267.0" x2="50547.8125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50547.8125" y1="296.0" x2="50322.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50322.125" y1="325.0" x2="50263.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50263.0" y1="354.0" x2="50263.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50263.0" y1="383.0" x2="50221.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50263.0" y1="383.0" x2="50263.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50263.0" y1="412.0" x2="50263.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50263.0" y1="441.0" x2="50263.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50263.0" y1="383.0" x2="50304.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50322.125" y1="325.0" x2="50326.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50322.125" y1="325.0" x2="50381.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50381.25" y1="354.0" x2="50334.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50381.25" y1="354.0" x2="50381.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50381.25" y1="383.0" x2="50381.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50381.25" y1="412.0" x2="50348.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50348.0" y1="441.0" x2="50348.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50348.0" y1="470.0" x2="50250.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50250.0" y1="499.0" x2="50250.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50250.0" y1="528.0" x2="50250.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50348.0" y1="470.0" x2="50356.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50356.5" y1="499.0" x2="50356.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50348.0" y1="470.0" x2="50446.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50446.0" y1="499.0" x2="50446.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50446.0" y1="528.0" x2="50446.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50381.25" y1="412.0" x2="50414.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50381.25" y1="354.0" x2="50427.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50547.8125" y1="296.0" x2="50773.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50773.5" y1="325.0" x2="50570.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50570.5" y1="354.0" x2="50489.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50489.25" y1="383.0" x2="50447.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50489.25" y1="383.0" x2="50489.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50489.25" y1="412.0" x2="50489.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50489.25" y1="441.0" x2="50489.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50489.25" y1="383.0" x2="50530.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50570.5" y1="354.0" x2="50651.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50651.75" y1="383.0" x2="50544.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50651.75" y1="383.0" x2="50617.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50617.25" y1="412.0" x2="50592.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50592.75" y1="441.0" x2="50592.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50592.75" y1="470.0" x2="50592.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50617.25" y1="412.0" x2="50641.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50651.75" y1="383.0" x2="50717.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50717.25" y1="412.0" x2="50717.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50717.25" y1="441.0" x2="50717.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50651.75" y1="383.0" x2="50758.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50773.5" y1="325.0" x2="50778.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50773.5" y1="325.0" x2="50976.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50976.5" y1="354.0" x2="50930.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50976.5" y1="354.0" x2="50976.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50976.5" y1="383.0" x2="50837.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50837.5" y1="412.0" x2="50837.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50837.5" y1="441.0" x2="50804.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50804.25" y1="470.0" x2="50804.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50804.25" y1="499.0" x2="50706.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50706.25" y1="528.0" x2="50706.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50706.25" y1="557.0" x2="50706.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50804.25" y1="499.0" x2="50812.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50812.75" y1="528.0" x2="50812.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50804.25" y1="499.0" x2="50902.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50902.25" y1="528.0" x2="50902.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50902.25" y1="557.0" x2="50902.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50837.5" y1="441.0" x2="50870.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50976.5" y1="383.0" x2="51115.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51115.5" y1="412.0" x2="51115.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51115.5" y1="441.0" x2="51082.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51082.25" y1="470.0" x2="51082.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51082.25" y1="499.0" x2="50984.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50984.25" y1="528.0" x2="50984.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50984.25" y1="557.0" x2="50984.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51082.25" y1="499.0" x2="51090.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51090.75" y1="528.0" x2="51090.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51082.25" y1="499.0" x2="51180.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51180.25" y1="528.0" x2="51180.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51180.25" y1="557.0" x2="51180.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51115.5" y1="441.0" x2="51148.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50976.5" y1="354.0" x2="51023.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="50316.90625" y1="267.0" x2="50632.8125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="51491.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51491.125" y1="238.0" x2="51491.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51491.125" y1="267.0" x2="51176.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51176.75" y1="296.0" x2="51176.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51491.125" y1="267.0" x2="51272.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51272.75" y1="296.0" x2="51272.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51491.125" y1="267.0" x2="51374.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51374.25" y1="296.0" x2="51374.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51374.25" y1="325.0" x2="51154.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51154.0" y1="354.0" x2="51154.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51154.0" y1="383.0" x2="51154.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51374.25" y1="325.0" x2="51196.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51374.25" y1="325.0" x2="51300.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51300.0" y1="354.0" x2="51300.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51374.25" y1="325.0" x2="51385.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51374.25" y1="325.0" x2="51438.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51438.0" y1="354.0" x2="51417.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51417.25" y1="383.0" x2="51417.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51417.25" y1="412.0" x2="51417.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51438.0" y1="354.0" x2="51458.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51458.75" y1="383.0" x2="51458.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51374.25" y1="325.0" x2="51490.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51374.25" y1="325.0" x2="51542.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51542.0" y1="354.0" x2="51517.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51517.5" y1="383.0" x2="51517.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51517.5" y1="412.0" x2="51517.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51542.0" y1="354.0" x2="51566.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51566.5" y1="383.0" x2="51566.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51374.25" y1="325.0" x2="51594.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51491.125" y1="267.0" x2="51805.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51805.5" y1="296.0" x2="51805.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51805.5" y1="325.0" x2="51759.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51805.5" y1="325.0" x2="51805.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51805.5" y1="354.0" x2="51649.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51649.0" y1="383.0" x2="51649.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51649.0" y1="412.0" x2="51611.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51611.5" y1="441.0" x2="51611.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51611.5" y1="470.0" x2="51545.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51545.75" y1="499.0" x2="51545.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51545.75" y1="528.0" x2="51545.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51611.5" y1="470.0" x2="51677.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51677.25" y1="499.0" x2="51677.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51677.25" y1="528.0" x2="51625.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51625.0" y1="557.0" x2="51625.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51677.25" y1="528.0" x2="51659.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51677.25" y1="528.0" x2="51729.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51729.5" y1="557.0" x2="51729.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51729.5" y1="586.0" x2="51656.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51729.5" y1="586.0" x2="51688.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51688.0" y1="615.0" x2="51688.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51688.0" y1="644.0" x2="51688.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51729.5" y1="586.0" x2="51711.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51729.5" y1="586.0" x2="51757.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51757.0" y1="615.0" x2="51757.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51757.0" y1="644.0" x2="51757.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51729.5" y1="586.0" x2="51802.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51649.0" y1="412.0" x2="51686.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51805.5" y1="354.0" x2="51962.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51962.0" y1="383.0" x2="51962.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51962.0" y1="412.0" x2="51916.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51962.0" y1="412.0" x2="51968.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51968.5" y1="441.0" x2="51968.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51968.5" y1="470.0" x2="51892.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51892.25" y1="499.0" x2="51892.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51892.25" y1="528.0" x2="51845.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51845.5" y1="557.0" x2="51845.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51845.5" y1="586.0" x2="51845.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51892.25" y1="528.0" x2="51906.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51892.25" y1="528.0" x2="51939.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51939.0" y1="557.0" x2="51939.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51968.5" y1="470.0" x2="51953.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51968.5" y1="470.0" x2="51999.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51999.25" y1="499.0" x2="51999.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51999.25" y1="528.0" x2="51999.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51968.5" y1="470.0" x2="52044.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51962.0" y1="412.0" x2="52008.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="51805.5" y1="325.0" x2="51852.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="52531.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52531.5" y1="238.0" x2="52531.5" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52531.5" y1="267.0" x2="52211.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52211.5" y1="296.0" x2="52097.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52097.5" y1="325.0" x2="51990.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52097.5" y1="325.0" x2="52063.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52063.0" y1="354.0" x2="52038.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52038.5" y1="383.0" x2="52038.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52038.5" y1="412.0" x2="52038.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52063.0" y1="354.0" x2="52087.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52097.5" y1="325.0" x2="52163.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52163.0" y1="354.0" x2="52163.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52163.0" y1="383.0" x2="52163.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52097.5" y1="325.0" x2="52204.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52211.5" y1="296.0" x2="52325.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52325.5" y1="325.0" x2="52218.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52325.5" y1="325.0" x2="52291.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52291.0" y1="354.0" x2="52266.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52266.5" y1="383.0" x2="52266.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52266.5" y1="412.0" x2="52266.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52291.0" y1="354.0" x2="52315.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52325.5" y1="325.0" x2="52391.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52391.0" y1="354.0" x2="52391.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52391.0" y1="383.0" x2="52391.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52325.5" y1="325.0" x2="52432.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52531.5" y1="267.0" x2="52402.083333333336" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52402.083333333336" y1="296.0" x2="52402.083333333336" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52531.5" y1="267.0" x2="52509.666666666664" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52509.666666666664" y1="296.0" x2="52509.666666666664" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52531.5" y1="267.0" x2="52622.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52622.75" y1="296.0" x2="52622.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52622.75" y1="325.0" x2="52455.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52455.5" y1="354.0" x2="52455.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52455.5" y1="383.0" x2="52455.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52622.75" y1="325.0" x2="52497.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52622.75" y1="325.0" x2="52600.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52600.5" y1="354.0" x2="52600.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52622.75" y1="325.0" x2="52685.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52622.75" y1="325.0" x2="52737.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52737.5" y1="354.0" x2="52716.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52716.75" y1="383.0" x2="52716.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52716.75" y1="412.0" x2="52716.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52737.5" y1="354.0" x2="52758.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52758.25" y1="383.0" x2="52758.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52622.75" y1="325.0" x2="52790.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52531.5" y1="267.0" x2="52851.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52851.5" y1="296.0" x2="52851.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52851.5" y1="325.0" x2="52805.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52851.5" y1="325.0" x2="52851.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52851.5" y1="354.0" x2="52851.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52851.5" y1="383.0" x2="52805.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52851.5" y1="383.0" x2="52858.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52858.0" y1="412.0" x2="52858.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52858.0" y1="441.0" x2="52858.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52851.5" y1="383.0" x2="52897.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52851.5" y1="325.0" x2="52898.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="53153.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53153.625" y1="238.0" x2="53153.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53153.625" y1="267.0" x2="52940.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52940.5" y1="296.0" x2="52940.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53153.625" y1="267.0" x2="53036.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53036.5" y1="296.0" x2="53036.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53153.625" y1="267.0" x2="53138.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53138.0" y1="296.0" x2="53138.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53138.0" y1="325.0" x2="52970.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52970.75" y1="354.0" x2="52970.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="52970.75" y1="383.0" x2="52970.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53138.0" y1="325.0" x2="53012.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53138.0" y1="325.0" x2="53115.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53115.75" y1="354.0" x2="53115.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53138.0" y1="325.0" x2="53200.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53138.0" y1="325.0" x2="53252.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53252.75" y1="354.0" x2="53232.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53232.0" y1="383.0" x2="53232.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53232.0" y1="412.0" x2="53232.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53252.75" y1="354.0" x2="53273.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53273.5" y1="383.0" x2="53273.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53138.0" y1="325.0" x2="53305.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53153.625" y1="267.0" x2="53366.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53366.75" y1="296.0" x2="53366.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53366.75" y1="325.0" x2="53320.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53366.75" y1="325.0" x2="53366.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53366.75" y1="354.0" x2="53366.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53366.75" y1="383.0" x2="53320.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53366.75" y1="383.0" x2="53373.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53373.25" y1="412.0" x2="53373.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53373.25" y1="441.0" x2="53373.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53366.75" y1="383.0" x2="53412.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53366.75" y1="325.0" x2="53413.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="53477.75" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53477.75" y1="238.0" x2="53477.75" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53477.75" y1="267.0" x2="53426.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53477.75" y1="267.0" x2="53470.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53470.25" y1="296.0" x2="53470.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53477.75" y1="267.0" x2="53529.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53529.25" y1="296.0" x2="53521.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53529.25" y1="296.0" x2="53536.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="29717.6875" y1="209.0" x2="53556.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32312.857421875" y1="122.0" x2="54827.59375" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54827.59375" y1="151.0" x2="54827.59375" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54827.59375" y1="180.0" x2="53583.25" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53583.25" y1="209.0" x2="53583.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54827.59375" y1="180.0" x2="53644.25" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54827.59375" y1="180.0" x2="53689.25" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53689.25" y1="209.0" x2="53689.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54827.59375" y1="180.0" x2="53761.25" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53761.25" y1="209.0" x2="53733.0" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53761.25" y1="209.0" x2="53789.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53789.5" y1="238.0" x2="53789.5" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53789.5" y1="267.0" x2="53789.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54827.59375" y1="180.0" x2="56071.9375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56071.9375" y1="209.0" x2="53885.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56071.9375" y1="209.0" x2="53965.0" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53965.0" y1="238.0" x2="53965.0" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53965.0" y1="267.0" x2="53852.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53852.0" y1="296.0" x2="53852.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53965.0" y1="267.0" x2="53968.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53968.5" y1="296.0" x2="53944.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53944.5" y1="325.0" x2="53944.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53968.5" y1="296.0" x2="53977.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53968.5" y1="296.0" x2="53992.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="53965.0" y1="267.0" x2="54078.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54078.0" y1="296.0" x2="54078.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54078.0" y1="325.0" x2="54070.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54078.0" y1="325.0" x2="54085.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56071.9375" y1="209.0" x2="54259.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54259.25" y1="238.0" x2="54259.25" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54259.25" y1="267.0" x2="54163.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54163.5" y1="296.0" x2="54163.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54259.25" y1="267.0" x2="54222.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54222.0" y1="296.0" x2="54222.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54222.0" y1="325.0" x2="54222.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54259.25" y1="267.0" x2="54293.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54293.0" y1="296.0" x2="54293.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54293.0" y1="325.0" x2="54293.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54259.25" y1="267.0" x2="54355.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56071.9375" y1="209.0" x2="54556.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54556.5" y1="238.0" x2="54556.5" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54556.5" y1="267.0" x2="54390.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54390.0" y1="296.0" x2="54390.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54390.0" y1="325.0" x2="54348.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54390.0" y1="325.0" x2="54390.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54390.0" y1="354.0" x2="54390.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54390.0" y1="383.0" x2="54309.5625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54309.5625" y1="412.0" x2="54309.5625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54309.5625" y1="441.0" x2="54309.5625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54390.0" y1="383.0" x2="54470.4375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54470.4375" y1="412.0" x2="54399.4375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54470.4375" y1="412.0" x2="54470.4375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54470.4375" y1="441.0" x2="54391.0625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54391.0625" y1="470.0" x2="54391.0625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54391.0625" y1="499.0" x2="54391.0625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54470.4375" y1="441.0" x2="54470.4375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54470.4375" y1="441.0" x2="54549.8125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54549.8125" y1="470.0" x2="54486.8125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54486.8125" y1="499.0" x2="54470.5625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54470.5625" y1="528.0" x2="54470.5625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54486.8125" y1="499.0" x2="54503.0625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54549.8125" y1="470.0" x2="54612.8125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54612.8125" y1="499.0" x2="54612.8125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54612.8125" y1="528.0" x2="54612.8125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54470.4375" y1="412.0" x2="54541.4375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54390.0" y1="325.0" x2="54431.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54556.5" y1="267.0" x2="54457.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54457.5" y1="296.0" x2="54457.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54556.5" y1="267.0" x2="54531.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54531.5" y1="296.0" x2="54531.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54556.5" y1="267.0" x2="54590.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54590.0" y1="296.0" x2="54590.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54590.0" y1="325.0" x2="54590.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54556.5" y1="267.0" x2="54661.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54661.0" y1="296.0" x2="54661.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54661.0" y1="325.0" x2="54661.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54556.5" y1="267.0" x2="54723.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56071.9375" y1="209.0" x2="55192.0" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55192.0" y1="238.0" x2="55192.0" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55192.0" y1="267.0" x2="54787.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54787.0" y1="296.0" x2="54732.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54732.0" y1="325.0" x2="54732.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54732.0" y1="354.0" x2="54732.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54787.0" y1="296.0" x2="54842.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54842.0" y1="325.0" x2="54842.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54842.0" y1="354.0" x2="54842.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55192.0" y1="267.0" x2="54924.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54924.0" y1="296.0" x2="54924.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="54924.0" y1="325.0" x2="54924.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55192.0" y1="267.0" x2="55186.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55186.625" y1="296.0" x2="55002.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55002.5" y1="325.0" x2="55002.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55002.5" y1="354.0" x2="55002.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55186.625" y1="296.0" x2="55098.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55098.0" y1="325.0" x2="55042.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55098.0" y1="325.0" x2="55098.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55098.0" y1="354.0" x2="55098.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55098.0" y1="383.0" x2="55098.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55098.0" y1="325.0" x2="55153.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55186.625" y1="296.0" x2="55159.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55186.625" y1="296.0" x2="55207.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55207.0" y1="325.0" x2="55207.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55207.0" y1="354.0" x2="55186.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55186.25" y1="383.0" x2="55186.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55186.25" y1="412.0" x2="55186.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55207.0" y1="354.0" x2="55227.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55227.75" y1="383.0" x2="55227.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55186.625" y1="296.0" x2="55262.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55186.625" y1="296.0" x2="55370.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55370.75" y1="325.0" x2="55272.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55370.75" y1="325.0" x2="55337.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55337.0" y1="354.0" x2="55337.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55337.0" y1="383.0" x2="55337.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55370.75" y1="325.0" x2="55388.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55370.75" y1="325.0" x2="55469.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55469.0" y1="354.0" x2="55469.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55469.0" y1="383.0" x2="55469.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55192.0" y1="267.0" x2="55597.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55597.0" y1="296.0" x2="55597.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55597.0" y1="325.0" x2="55550.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55597.0" y1="325.0" x2="55597.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55597.0" y1="354.0" x2="55597.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55597.0" y1="383.0" x2="55551.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55597.0" y1="383.0" x2="55603.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55603.5" y1="412.0" x2="55603.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55603.5" y1="441.0" x2="55603.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55597.0" y1="383.0" x2="55643.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55597.0" y1="325.0" x2="55643.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56071.9375" y1="209.0" x2="55817.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55817.5" y1="238.0" x2="55817.5" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55817.5" y1="267.0" x2="55683.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55683.5" y1="296.0" x2="55683.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55817.5" y1="267.0" x2="55747.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55747.5" y1="296.0" x2="55747.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55747.5" y1="325.0" x2="55747.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55817.5" y1="267.0" x2="55805.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55805.5" y1="296.0" x2="55805.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55805.5" y1="325.0" x2="55805.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55817.5" y1="267.0" x2="55951.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55951.5" y1="296.0" x2="55883.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55951.5" y1="296.0" x2="55951.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55951.5" y1="325.0" x2="55883.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55883.0" y1="354.0" x2="55854.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55883.0" y1="354.0" x2="55911.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55911.25" y1="383.0" x2="55911.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55911.25" y1="412.0" x2="55864.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55911.25" y1="412.0" x2="55911.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55911.25" y1="441.0" x2="55836.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55836.625" y1="470.0" x2="55836.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55836.625" y1="499.0" x2="55799.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55799.125" y1="528.0" x2="55799.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55799.125" y1="557.0" x2="55727.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55727.875" y1="586.0" x2="55727.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55727.875" y1="615.0" x2="55727.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55799.125" y1="557.0" x2="55870.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55870.375" y1="586.0" x2="55870.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55870.375" y1="615.0" x2="55818.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55818.125" y1="644.0" x2="55818.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55818.125" y1="673.0" x2="55818.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55870.375" y1="615.0" x2="55852.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55870.375" y1="615.0" x2="55922.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55922.625" y1="644.0" x2="55922.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55922.625" y1="673.0" x2="55922.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55836.625" y1="499.0" x2="55874.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55911.25" y1="441.0" x2="55985.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55985.875" y1="470.0" x2="55985.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55985.875" y1="499.0" x2="55939.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55985.875" y1="499.0" x2="55992.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55992.375" y1="528.0" x2="55992.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55992.375" y1="557.0" x2="55992.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55985.875" y1="499.0" x2="56031.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55911.25" y1="412.0" x2="55957.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55951.5" y1="325.0" x2="56020.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56020.0" y1="354.0" x2="55991.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56020.0" y1="354.0" x2="56048.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56048.25" y1="383.0" x2="56048.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="55951.5" y1="296.0" x2="56020.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56071.9375" y1="209.0" x2="56206.75" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56206.75" y1="238.0" x2="56206.75" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56206.75" y1="267.0" x2="56047.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56047.0" y1="296.0" x2="56047.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56206.75" y1="267.0" x2="56143.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56143.0" y1="296.0" x2="56143.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56206.75" y1="267.0" x2="56207.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56207.0" y1="296.0" x2="56207.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56207.0" y1="325.0" x2="56207.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56206.75" y1="267.0" x2="56265.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56265.0" y1="296.0" x2="56265.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56265.0" y1="325.0" x2="56265.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56206.75" y1="267.0" x2="56366.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56366.5" y1="296.0" x2="56298.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56366.5" y1="296.0" x2="56366.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56366.5" y1="325.0" x2="56366.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56366.5" y1="354.0" x2="56338.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56366.5" y1="354.0" x2="56394.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56394.75" y1="383.0" x2="56394.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56366.5" y1="296.0" x2="56435.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56071.9375" y1="209.0" x2="56679.5625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56679.5625" y1="238.0" x2="56679.5625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56679.5625" y1="267.0" x2="56462.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56462.0" y1="296.0" x2="56462.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56679.5625" y1="267.0" x2="56553.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56553.0" y1="296.0" x2="56553.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56679.5625" y1="267.0" x2="56667.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56667.0" y1="296.0" x2="56594.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56594.5" y1="325.0" x2="56594.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56594.5" y1="354.0" x2="56594.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56667.0" y1="296.0" x2="56624.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56667.0" y1="296.0" x2="56645.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56667.0" y1="296.0" x2="56692.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56692.5" y1="325.0" x2="56692.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56692.5" y1="354.0" x2="56665.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56665.0" y1="383.0" x2="56665.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56665.0" y1="412.0" x2="56665.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56692.5" y1="354.0" x2="56720.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56720.0" y1="383.0" x2="56720.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56667.0" y1="296.0" x2="56739.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56679.5625" y1="267.0" x2="56897.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56897.125" y1="296.0" x2="56828.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56897.125" y1="296.0" x2="56897.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56897.125" y1="325.0" x2="56806.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56806.0" y1="354.0" x2="56777.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56806.0" y1="354.0" x2="56834.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56834.25" y1="383.0" x2="56834.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56897.125" y1="325.0" x2="56988.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56988.25" y1="354.0" x2="56928.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56928.25" y1="383.0" x2="56902.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56928.25" y1="383.0" x2="56954.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56988.25" y1="354.0" x2="56991.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56988.25" y1="354.0" x2="57048.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57048.25" y1="383.0" x2="57048.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56897.125" y1="296.0" x2="56965.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56071.9375" y1="209.0" x2="57106.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57106.625" y1="238.0" x2="57106.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57106.625" y1="267.0" x2="56992.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56992.625" y1="296.0" x2="56992.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57106.625" y1="267.0" x2="57052.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57106.625" y1="267.0" x2="57087.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57087.625" y1="296.0" x2="57087.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57087.625" y1="325.0" x2="57087.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57106.625" y1="267.0" x2="57158.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57158.625" y1="296.0" x2="57158.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57158.625" y1="325.0" x2="57158.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57106.625" y1="267.0" x2="57220.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56071.9375" y1="209.0" x2="57515.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57515.25" y1="238.0" x2="57515.25" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57515.25" y1="267.0" x2="57275.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57275.625" y1="296.0" x2="57275.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57515.25" y1="267.0" x2="57371.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57371.625" y1="296.0" x2="57371.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57515.25" y1="267.0" x2="57473.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57473.125" y1="296.0" x2="57473.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57473.125" y1="325.0" x2="57252.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57252.875" y1="354.0" x2="57252.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57252.875" y1="383.0" x2="57252.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57473.125" y1="325.0" x2="57294.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57473.125" y1="325.0" x2="57398.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57398.875" y1="354.0" x2="57398.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57473.125" y1="325.0" x2="57484.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57473.125" y1="325.0" x2="57536.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57536.875" y1="354.0" x2="57516.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57516.125" y1="383.0" x2="57516.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57516.125" y1="412.0" x2="57516.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57536.875" y1="354.0" x2="57557.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57557.625" y1="383.0" x2="57557.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57473.125" y1="325.0" x2="57588.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57473.125" y1="325.0" x2="57640.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57640.875" y1="354.0" x2="57616.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57616.375" y1="383.0" x2="57616.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57616.375" y1="412.0" x2="57616.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57640.875" y1="354.0" x2="57665.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57665.375" y1="383.0" x2="57665.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57473.125" y1="325.0" x2="57693.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57515.25" y1="267.0" x2="57754.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57754.875" y1="296.0" x2="57754.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57754.875" y1="325.0" x2="57708.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57754.875" y1="325.0" x2="57754.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57754.875" y1="354.0" x2="57754.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57754.875" y1="383.0" x2="57708.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57754.875" y1="383.0" x2="57761.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57761.375" y1="412.0" x2="57761.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57761.375" y1="441.0" x2="57685.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57685.125" y1="470.0" x2="57685.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57685.125" y1="499.0" x2="57638.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57638.375" y1="528.0" x2="57638.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57638.375" y1="557.0" x2="57638.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57685.125" y1="499.0" x2="57699.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57685.125" y1="499.0" x2="57731.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57731.875" y1="528.0" x2="57731.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57761.375" y1="441.0" x2="57746.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57761.375" y1="441.0" x2="57792.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57792.125" y1="470.0" x2="57792.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57792.125" y1="499.0" x2="57792.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57761.375" y1="441.0" x2="57837.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57754.875" y1="383.0" x2="57800.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57754.875" y1="325.0" x2="57801.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56071.9375" y1="209.0" x2="57957.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57957.375" y1="238.0" x2="57957.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57957.375" y1="267.0" x2="57812.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57957.375" y1="267.0" x2="57884.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57884.875" y1="296.0" x2="57884.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57884.875" y1="325.0" x2="57884.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57957.375" y1="267.0" x2="58017.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58017.375" y1="296.0" x2="58017.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58017.375" y1="325.0" x2="57937.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57937.625" y1="354.0" x2="57937.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58017.375" y1="325.0" x2="57970.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58017.375" y1="325.0" x2="58033.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58033.625" y1="354.0" x2="58033.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58033.625" y1="383.0" x2="58033.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58017.375" y1="325.0" x2="58097.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="57957.375" y1="267.0" x2="58101.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56071.9375" y1="209.0" x2="58178.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58178.875" y1="238.0" x2="58178.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58178.875" y1="267.0" x2="58127.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58178.875" y1="267.0" x2="58171.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58171.375" y1="296.0" x2="58171.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58178.875" y1="267.0" x2="58230.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58230.375" y1="296.0" x2="58222.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58230.375" y1="296.0" x2="58237.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="56071.9375" y1="209.0" x2="58258.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32312.857421875" y1="122.0" x2="58467.21875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58467.21875" y1="151.0" x2="58467.21875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58467.21875" y1="180.0" x2="58285.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58285.375" y1="209.0" x2="58285.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58467.21875" y1="180.0" x2="58360.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58467.21875" y1="180.0" x2="58412.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58412.375" y1="209.0" x2="58412.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58467.21875" y1="180.0" x2="58649.0625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58649.0625" y1="209.0" x2="58426.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58649.0625" y1="209.0" x2="58513.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58513.375" y1="238.0" x2="58513.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58513.375" y1="267.0" x2="58457.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58457.25" y1="296.0" x2="58457.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58513.375" y1="267.0" x2="58569.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58569.5" y1="296.0" x2="58498.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58498.25" y1="325.0" x2="58498.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58569.5" y1="296.0" x2="58531.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58569.5" y1="296.0" x2="58578.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58578.75" y1="325.0" x2="58578.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58578.75" y1="354.0" x2="58533.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58533.25" y1="383.0" x2="58533.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58533.25" y1="412.0" x2="58533.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58578.75" y1="354.0" x2="58624.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58624.25" y1="383.0" x2="58624.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58624.25" y1="412.0" x2="58624.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58569.5" y1="296.0" x2="58626.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58569.5" y1="296.0" x2="58640.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58649.0625" y1="209.0" x2="58784.75" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58784.75" y1="238.0" x2="58784.75" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58784.75" y1="267.0" x2="58679.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58679.75" y1="296.0" x2="58679.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58679.75" y1="325.0" x2="58679.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58784.75" y1="267.0" x2="58730.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58730.75" y1="296.0" x2="58730.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58784.75" y1="267.0" x2="58763.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58784.75" y1="267.0" x2="58826.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58826.75" y1="296.0" x2="58796.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58826.75" y1="296.0" x2="58816.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58826.75" y1="296.0" x2="58836.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58826.75" y1="296.0" x2="58856.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58784.75" y1="267.0" x2="58889.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58649.0625" y1="209.0" x2="58871.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32312.857421875" y1="122.0" x2="59218.25" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59218.25" y1="151.0" x2="59218.25" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59218.25" y1="180.0" x2="58998.25" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58998.25" y1="209.0" x2="58998.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58998.25" y1="238.0" x2="58891.25" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58998.25" y1="238.0" x2="58963.75" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58963.75" y1="267.0" x2="58939.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58939.25" y1="296.0" x2="58939.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58939.25" y1="325.0" x2="58939.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58963.75" y1="267.0" x2="58988.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58998.25" y1="238.0" x2="59063.75" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59063.75" y1="267.0" x2="59063.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59063.75" y1="296.0" x2="59063.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="58998.25" y1="238.0" x2="59105.25" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59218.25" y1="180.0" x2="59107.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59107.5" y1="209.0" x2="59107.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59218.25" y1="180.0" x2="59207.75" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59218.25" y1="180.0" x2="59292.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59292.5" y1="209.0" x2="59292.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59218.25" y1="180.0" x2="59438.25" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59438.25" y1="209.0" x2="59349.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59438.25" y1="209.0" x2="59431.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59431.25" y1="238.0" x2="59183.75" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59183.75" y1="267.0" x2="59183.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59183.75" y1="296.0" x2="59183.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59431.25" y1="238.0" x2="59262.25" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59431.25" y1="238.0" x2="59340.75" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59340.75" y1="267.0" x2="59291.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59291.25" y1="296.0" x2="59291.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59340.75" y1="267.0" x2="59325.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59340.75" y1="267.0" x2="59390.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59390.25" y1="296.0" x2="59390.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59390.25" y1="325.0" x2="59390.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59431.25" y1="238.0" x2="59431.25" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59431.25" y1="238.0" x2="59521.75" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59521.75" y1="267.0" x2="59472.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59472.25" y1="296.0" x2="59472.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59521.75" y1="267.0" x2="59506.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59521.75" y1="267.0" x2="59571.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59571.25" y1="296.0" x2="59571.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59571.25" y1="325.0" x2="59502.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59502.75" y1="354.0" x2="59502.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59502.75" y1="383.0" x2="59502.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59571.25" y1="325.0" x2="59565.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59571.25" y1="325.0" x2="59639.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59639.75" y1="354.0" x2="59639.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59639.75" y1="383.0" x2="59639.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59431.25" y1="238.0" x2="59600.25" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59431.25" y1="238.0" x2="59678.75" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59678.75" y1="267.0" x2="59678.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59678.75" y1="296.0" x2="59678.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59438.25" y1="209.0" x2="59512.75" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59438.25" y1="209.0" x2="59527.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32312.857421875" y1="122.0" x2="59725.625" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59725.625" y1="151.0" x2="59725.625" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59725.625" y1="180.0" x2="59602.75" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59602.75" y1="209.0" x2="59602.75" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59725.625" y1="180.0" x2="59676.75" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59725.625" y1="180.0" x2="59736.25" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59736.25" y1="209.0" x2="59736.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59725.625" y1="180.0" x2="59848.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59848.5" y1="209.0" x2="59777.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59777.25" y1="238.0" x2="59777.25" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59848.5" y1="209.0" x2="59810.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59848.5" y1="209.0" x2="59857.75" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59857.75" y1="238.0" x2="59857.75" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59857.75" y1="267.0" x2="59837.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59837.0" y1="296.0" x2="59837.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59837.0" y1="325.0" x2="59837.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59857.75" y1="267.0" x2="59878.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59878.5" y1="296.0" x2="59878.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59848.5" y1="209.0" x2="59905.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="59848.5" y1="209.0" x2="59919.75" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32312.857421875" y1="122.0" x2="60362.08984375" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60362.08984375" y1="151.0" x2="60362.08984375" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60362.08984375" y1="180.0" x2="59928.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60362.08984375" y1="180.0" x2="60010.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60010.5" y1="209.0" x2="60010.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60010.5" y1="238.0" x2="60010.5" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60362.08984375" y1="180.0" x2="60795.6796875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60795.6796875" y1="209.0" x2="60051.0" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60795.6796875" y1="209.0" x2="60100.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60100.5" y1="238.0" x2="60100.5" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60100.5" y1="267.0" x2="60037.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60100.5" y1="267.0" x2="60106.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60106.25" y1="296.0" x2="60106.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60106.25" y1="325.0" x2="60106.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60100.5" y1="267.0" x2="60163.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60795.6796875" y1="209.0" x2="60252.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60252.5" y1="238.0" x2="60252.5" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60252.5" y1="267.0" x2="60189.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60252.5" y1="267.0" x2="60258.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60258.25" y1="296.0" x2="60258.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60258.25" y1="325.0" x2="60202.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60202.5" y1="354.0" x2="60202.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60202.5" y1="383.0" x2="60202.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60258.25" y1="325.0" x2="60281.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60258.25" y1="325.0" x2="60314.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60314.0" y1="354.0" x2="60314.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60252.5" y1="267.0" x2="60315.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60795.6796875" y1="209.0" x2="61446.359375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61446.359375" y1="238.0" x2="61446.359375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61446.359375" y1="267.0" x2="60760.8125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60760.8125" y1="296.0" x2="60760.8125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61446.359375" y1="267.0" x2="60819.8125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61446.359375" y1="267.0" x2="60863.8125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60863.8125" y1="296.0" x2="60863.8125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61446.359375" y1="267.0" x2="62131.90625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62131.90625" y1="296.0" x2="60895.8125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62131.90625" y1="296.0" x2="60974.3125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60974.3125" y1="325.0" x2="60974.3125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60974.3125" y1="354.0" x2="60394.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60394.5" y1="383.0" x2="60339.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60339.5" y1="412.0" x2="60339.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60339.5" y1="441.0" x2="60339.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60394.5" y1="383.0" x2="60449.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60449.5" y1="412.0" x2="60449.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60449.5" y1="441.0" x2="60449.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60974.3125" y1="354.0" x2="60540.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60540.5" y1="383.0" x2="60540.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60540.5" y1="412.0" x2="60540.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60974.3125" y1="354.0" x2="60695.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60695.5" y1="383.0" x2="60608.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60608.0" y1="412.0" x2="60608.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60608.0" y1="441.0" x2="60608.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60695.5" y1="383.0" x2="60672.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60695.5" y1="383.0" x2="60735.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60735.5" y1="412.0" x2="60735.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60735.5" y1="441.0" x2="60674.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60674.0" y1="470.0" x2="60643.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60643.75" y1="499.0" x2="60643.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60643.75" y1="528.0" x2="60643.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60674.0" y1="470.0" x2="60704.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60704.25" y1="499.0" x2="60704.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60735.5" y1="441.0" x2="60735.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60735.5" y1="441.0" x2="60797.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60797.0" y1="470.0" x2="60764.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60764.75" y1="499.0" x2="60764.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60764.75" y1="528.0" x2="60764.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60797.0" y1="470.0" x2="60829.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60829.25" y1="499.0" x2="60829.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60695.5" y1="383.0" x2="60783.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60974.3125" y1="354.0" x2="61554.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61554.125" y1="383.0" x2="61554.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61554.125" y1="412.0" x2="61507.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61554.125" y1="412.0" x2="61554.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61554.125" y1="441.0" x2="60962.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60962.75" y1="470.0" x2="60962.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60962.75" y1="499.0" x2="60925.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60925.25" y1="528.0" x2="60925.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60925.25" y1="557.0" x2="60859.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60859.5" y1="586.0" x2="60859.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60859.5" y1="615.0" x2="60859.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60925.25" y1="557.0" x2="60991.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60991.0" y1="586.0" x2="60991.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60991.0" y1="615.0" x2="60938.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60938.75" y1="644.0" x2="60938.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60991.0" y1="615.0" x2="60972.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60991.0" y1="615.0" x2="61043.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61043.25" y1="644.0" x2="61043.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61043.25" y1="673.0" x2="61008.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61043.25" y1="673.0" x2="61039.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61039.75" y1="702.0" x2="61039.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61039.75" y1="731.0" x2="61039.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61043.25" y1="673.0" x2="61063.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61043.25" y1="673.0" x2="61078.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60962.75" y1="499.0" x2="61000.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61554.125" y1="441.0" x2="61277.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61277.5" y1="470.0" x2="61277.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61277.5" y1="499.0" x2="61244.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61244.25" y1="528.0" x2="61244.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61244.25" y1="557.0" x2="61206.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61206.0" y1="586.0" x2="61206.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61206.0" y1="615.0" x2="61159.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61159.25" y1="644.0" x2="61159.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61159.25" y1="673.0" x2="61159.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61206.0" y1="615.0" x2="61220.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61206.0" y1="615.0" x2="61252.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61252.75" y1="644.0" x2="61252.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61244.25" y1="557.0" x2="61267.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61244.25" y1="557.0" x2="61282.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61277.5" y1="499.0" x2="61310.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61554.125" y1="441.0" x2="61449.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61449.75" y1="470.0" x2="61449.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61449.75" y1="499.0" x2="61412.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61412.25" y1="528.0" x2="61412.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61412.25" y1="557.0" x2="61341.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61341.0" y1="586.0" x2="61341.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61341.0" y1="615.0" x2="61341.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61412.25" y1="557.0" x2="61483.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61483.5" y1="586.0" x2="61483.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61483.5" y1="615.0" x2="61431.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61431.25" y1="644.0" x2="61431.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61483.5" y1="615.0" x2="61465.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61483.5" y1="615.0" x2="61535.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61535.75" y1="644.0" x2="61535.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61535.75" y1="673.0" x2="61495.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61535.75" y1="673.0" x2="61535.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61535.75" y1="702.0" x2="61535.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61535.75" y1="731.0" x2="61467.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61467.25" y1="760.0" x2="61467.25" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61467.25" y1="789.0" x2="61467.25" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61535.75" y1="731.0" x2="61529.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61535.75" y1="731.0" x2="61604.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61604.25" y1="760.0" x2="61604.25" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61604.25" y1="789.0" x2="61604.25" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61535.75" y1="673.0" x2="61575.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61449.75" y1="499.0" x2="61487.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61554.125" y1="441.0" x2="61734.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61734.75" y1="470.0" x2="61734.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61734.75" y1="499.0" x2="61697.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61697.25" y1="528.0" x2="61697.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61697.25" y1="557.0" x2="61626.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61626.0" y1="586.0" x2="61626.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61626.0" y1="615.0" x2="61626.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61697.25" y1="557.0" x2="61768.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61768.5" y1="586.0" x2="61768.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61768.5" y1="615.0" x2="61716.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61716.25" y1="644.0" x2="61716.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61768.5" y1="615.0" x2="61750.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61768.5" y1="615.0" x2="61820.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61820.75" y1="644.0" x2="61820.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61820.75" y1="673.0" x2="61820.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61734.75" y1="499.0" x2="61772.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61554.125" y1="441.0" x2="62145.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62145.5" y1="470.0" x2="62145.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62145.5" y1="499.0" x2="61932.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62145.5" y1="499.0" x2="61957.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62145.5" y1="499.0" x2="62019.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62019.5" y1="528.0" x2="62019.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62019.5" y1="557.0" x2="61945.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61945.0" y1="586.0" x2="61945.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61945.0" y1="615.0" x2="61914.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61945.0" y1="615.0" x2="61975.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61975.5" y1="644.0" x2="61975.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61975.5" y1="673.0" x2="61942.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61942.75" y1="702.0" x2="61942.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61942.75" y1="731.0" x2="61942.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61975.5" y1="673.0" x2="62008.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62019.5" y1="557.0" x2="62025.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62019.5" y1="557.0" x2="62094.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62094.0" y1="586.0" x2="62094.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62094.0" y1="615.0" x2="62064.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62094.0" y1="615.0" x2="62123.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62123.5" y1="644.0" x2="62123.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62123.5" y1="673.0" x2="62091.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62091.75" y1="702.0" x2="62091.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62091.75" y1="731.0" x2="62091.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62123.5" y1="673.0" x2="62155.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62145.5" y1="499.0" x2="62187.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62145.5" y1="499.0" x2="62358.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62358.5" y1="528.0" x2="62358.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62358.5" y1="557.0" x2="62312.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62358.5" y1="557.0" x2="62358.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62358.5" y1="586.0" x2="62298.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62298.0" y1="615.0" x2="62298.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62298.0" y1="644.0" x2="62264.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62264.75" y1="673.0" x2="62264.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62264.75" y1="702.0" x2="62166.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62166.75" y1="731.0" x2="62166.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62166.75" y1="760.0" x2="62166.75" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62264.75" y1="702.0" x2="62273.25" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62273.25" y1="731.0" x2="62273.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62264.75" y1="702.0" x2="62362.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62362.75" y1="731.0" x2="62362.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62362.75" y1="760.0" x2="62278.9375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62278.9375" y1="789.0" x2="62202.8125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62202.8125" y1="818.0" x2="62202.8125" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62202.8125" y1="847.0" x2="62137.5625" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62137.5625" y1="876.0" x2="62137.5625" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62137.5625" y1="905.0" x2="62137.5625" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62202.8125" y1="847.0" x2="62211.0625" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62202.8125" y1="847.0" x2="62268.0625" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62268.0625" y1="876.0" x2="62268.0625" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62268.0625" y1="905.0" x2="62268.0625" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62278.9375" y1="789.0" x2="62272.9375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62278.9375" y1="789.0" x2="62355.0625" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62355.0625" y1="818.0" x2="62355.0625" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62355.0625" y1="847.0" x2="62326.0625" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62355.0625" y1="847.0" x2="62384.0625" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62384.0625" y1="876.0" x2="62384.0625" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62384.0625" y1="905.0" x2="62351.3125" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62351.3125" y1="934.0" x2="62351.3125" y2="957.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62351.3125" y1="963.0" x2="62318.5625" y2="986.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62318.5625" y1="992.0" x2="62318.5625" y2="1015.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62318.5625" y1="1021.0" x2="62318.5625" y2="1044.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62351.3125" y1="963.0" x2="62384.0625" y2="986.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62384.0625" y1="905.0" x2="62416.8125" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62362.75" y1="760.0" x2="62356.75" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62362.75" y1="760.0" x2="62446.5625" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62446.5625" y1="789.0" x2="62446.5625" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62446.5625" y1="818.0" x2="62446.5625" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62298.0" y1="644.0" x2="62331.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62358.5" y1="586.0" x2="62419.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62419.0" y1="615.0" x2="62419.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62419.0" y1="644.0" x2="62354.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62419.0" y1="644.0" x2="62391.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62419.0" y1="644.0" x2="62443.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62443.75" y1="673.0" x2="62443.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62443.75" y1="702.0" x2="62443.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62419.0" y1="644.0" x2="62483.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62358.5" y1="557.0" x2="62405.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="61554.125" y1="412.0" x2="61600.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62131.90625" y1="296.0" x2="62446.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62446.375" y1="325.0" x2="62446.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62446.375" y1="354.0" x2="62319.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62319.5" y1="383.0" x2="62319.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62319.5" y1="412.0" x2="62319.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62446.375" y1="354.0" x2="62401.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62401.5" y1="383.0" x2="62401.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62446.375" y1="354.0" x2="62491.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62491.25" y1="383.0" x2="62459.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62459.0" y1="412.0" x2="62459.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62459.0" y1="441.0" x2="62459.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62491.25" y1="383.0" x2="62508.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62491.25" y1="383.0" x2="62523.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62446.375" y1="354.0" x2="62573.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62573.25" y1="383.0" x2="62573.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62573.25" y1="412.0" x2="62526.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62573.25" y1="412.0" x2="62573.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62573.25" y1="441.0" x2="62573.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62573.25" y1="470.0" x2="62362.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62573.25" y1="470.0" x2="62393.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62573.25" y1="470.0" x2="62453.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62453.0" y1="499.0" x2="62453.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62453.0" y1="528.0" x2="62453.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62573.25" y1="470.0" x2="62530.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62530.5" y1="499.0" x2="62530.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62573.25" y1="470.0" x2="62565.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62573.25" y1="470.0" x2="62607.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62607.5" y1="499.0" x2="62607.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62607.5" y1="528.0" x2="62531.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62531.25" y1="557.0" x2="62531.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62531.25" y1="586.0" x2="62531.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62607.5" y1="528.0" x2="62592.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62607.5" y1="528.0" x2="62638.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62638.25" y1="557.0" x2="62602.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62602.75" y1="586.0" x2="62602.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62602.75" y1="615.0" x2="62602.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62638.25" y1="557.0" x2="62638.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62638.25" y1="557.0" x2="62673.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62673.75" y1="586.0" x2="62673.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62673.75" y1="615.0" x2="62673.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62607.5" y1="528.0" x2="62683.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62573.25" y1="470.0" x2="62683.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62573.25" y1="470.0" x2="62784.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62784.5" y1="499.0" x2="62784.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62784.5" y1="528.0" x2="62738.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62784.5" y1="528.0" x2="62784.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62784.5" y1="557.0" x2="62784.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62784.5" y1="586.0" x2="62751.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62751.25" y1="615.0" x2="62751.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62751.25" y1="644.0" x2="62665.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62665.625" y1="673.0" x2="62665.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62665.625" y1="702.0" x2="62618.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62618.875" y1="731.0" x2="62618.875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62618.875" y1="760.0" x2="62618.875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62665.625" y1="702.0" x2="62679.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62665.625" y1="702.0" x2="62712.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62712.375" y1="731.0" x2="62712.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62751.25" y1="644.0" x2="62736.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62751.25" y1="644.0" x2="62791.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62791.375" y1="673.0" x2="62755.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62755.875" y1="702.0" x2="62755.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62755.875" y1="731.0" x2="62755.875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62791.375" y1="673.0" x2="62791.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62791.375" y1="673.0" x2="62826.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62826.875" y1="702.0" x2="62826.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62826.875" y1="731.0" x2="62826.875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62751.25" y1="644.0" x2="62836.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62784.5" y1="586.0" x2="62817.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62784.5" y1="528.0" x2="62831.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62573.25" y1="412.0" x2="62619.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62131.90625" y1="296.0" x2="62948.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62948.75" y1="325.0" x2="62948.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62948.75" y1="354.0" x2="62821.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62821.875" y1="383.0" x2="62821.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62821.875" y1="412.0" x2="62821.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62948.75" y1="354.0" x2="62903.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62903.875" y1="383.0" x2="62903.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62948.75" y1="354.0" x2="62993.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62993.625" y1="383.0" x2="62961.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62961.375" y1="412.0" x2="62961.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62961.375" y1="441.0" x2="62961.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62993.625" y1="383.0" x2="63010.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62993.625" y1="383.0" x2="63025.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62948.75" y1="354.0" x2="63075.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63075.625" y1="383.0" x2="63075.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63075.625" y1="412.0" x2="63029.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63075.625" y1="412.0" x2="63075.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63075.625" y1="441.0" x2="63075.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63075.625" y1="470.0" x2="63042.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63042.375" y1="499.0" x2="63042.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63042.375" y1="528.0" x2="63008.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63042.375" y1="528.0" x2="63076.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63076.125" y1="557.0" x2="63076.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63076.125" y1="586.0" x2="62999.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62999.875" y1="615.0" x2="62999.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62999.875" y1="644.0" x2="62953.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62953.125" y1="673.0" x2="62953.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62953.125" y1="702.0" x2="62906.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62906.375" y1="731.0" x2="62906.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62906.375" y1="760.0" x2="62859.625" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62859.625" y1="789.0" x2="62859.625" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62859.625" y1="818.0" x2="62812.875" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62812.875" y1="847.0" x2="62812.875" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62812.875" y1="876.0" x2="62812.875" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62859.625" y1="818.0" x2="62873.875" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62859.625" y1="818.0" x2="62906.375" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62906.375" y1="847.0" x2="62906.375" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62906.375" y1="760.0" x2="62920.625" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62906.375" y1="760.0" x2="62953.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62953.125" y1="789.0" x2="62953.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62953.125" y1="702.0" x2="62967.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62953.125" y1="702.0" x2="62999.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62999.875" y1="731.0" x2="62999.875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62999.875" y1="644.0" x2="63014.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62999.875" y1="644.0" x2="63046.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63046.625" y1="673.0" x2="63046.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63076.125" y1="586.0" x2="63061.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63076.125" y1="586.0" x2="63106.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63106.875" y1="615.0" x2="63106.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63106.875" y1="644.0" x2="63106.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63076.125" y1="586.0" x2="63152.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63075.625" y1="470.0" x2="63108.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63075.625" y1="412.0" x2="63122.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62131.90625" y1="296.0" x2="63289.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63289.5" y1="325.0" x2="63289.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63289.5" y1="354.0" x2="63162.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63289.5" y1="354.0" x2="63244.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63244.625" y1="383.0" x2="63244.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63289.5" y1="354.0" x2="63334.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63334.375" y1="383.0" x2="63302.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63302.125" y1="412.0" x2="63302.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63302.125" y1="441.0" x2="63302.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63334.375" y1="383.0" x2="63351.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63334.375" y1="383.0" x2="63366.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63289.5" y1="354.0" x2="63416.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63416.375" y1="383.0" x2="63416.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63416.375" y1="412.0" x2="63369.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63416.375" y1="412.0" x2="63416.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63416.375" y1="441.0" x2="63416.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63416.375" y1="470.0" x2="63378.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63378.875" y1="499.0" x2="63378.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63378.875" y1="528.0" x2="63319.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63378.875" y1="528.0" x2="63438.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63438.375" y1="557.0" x2="63400.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63400.375" y1="586.0" x2="63400.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63438.375" y1="557.0" x2="63434.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63438.375" y1="557.0" x2="63476.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63476.375" y1="586.0" x2="63476.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63476.375" y1="615.0" x2="63337.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63337.875" y1="644.0" x2="63337.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63337.875" y1="673.0" x2="63291.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63291.125" y1="702.0" x2="63291.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63291.125" y1="731.0" x2="63244.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63244.375" y1="760.0" x2="63244.375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63244.375" y1="789.0" x2="63244.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63291.125" y1="731.0" x2="63305.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63291.125" y1="731.0" x2="63337.875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63337.875" y1="760.0" x2="63337.875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63337.875" y1="673.0" x2="63352.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63337.875" y1="673.0" x2="63384.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63384.625" y1="702.0" x2="63384.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63476.375" y1="615.0" x2="63461.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63476.375" y1="615.0" x2="63569.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63569.375" y1="644.0" x2="63569.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63569.375" y1="673.0" x2="63430.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63569.375" y1="673.0" x2="63532.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63532.625" y1="702.0" x2="63532.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63532.625" y1="731.0" x2="63525.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63532.625" y1="731.0" x2="63540.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63569.375" y1="673.0" x2="63625.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63569.375" y1="673.0" x2="63708.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63708.125" y1="702.0" x2="63708.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63708.125" y1="731.0" x2="63661.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63708.125" y1="731.0" x2="63708.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63708.125" y1="760.0" x2="63708.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63708.125" y1="789.0" x2="63662.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63708.125" y1="789.0" x2="63714.625" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63714.625" y1="818.0" x2="63714.625" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63714.625" y1="847.0" x2="63680.875" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63714.625" y1="847.0" x2="63748.375" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63748.375" y1="876.0" x2="63748.375" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63748.375" y1="905.0" x2="63649.125" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63649.125" y1="934.0" x2="63649.125" y2="957.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63649.125" y1="963.0" x2="63577.125" y2="986.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63577.125" y1="992.0" x2="63577.125" y2="1015.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63577.125" y1="1021.0" x2="63542.125" y2="1044.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63577.125" y1="1021.0" x2="63573.625" y2="1044.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63573.625" y1="1050.0" x2="63573.625" y2="1073.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63573.625" y1="1079.0" x2="63573.625" y2="1102.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63577.125" y1="1021.0" x2="63597.125" y2="1044.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63577.125" y1="1021.0" x2="63612.125" y2="1044.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63649.125" y1="963.0" x2="63663.375" y2="986.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63649.125" y1="963.0" x2="63721.125" y2="986.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63721.125" y1="992.0" x2="63721.125" y2="1015.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63748.375" y1="905.0" x2="63733.625" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63748.375" y1="905.0" x2="63802.125" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63802.125" y1="934.0" x2="63802.125" y2="957.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63802.125" y1="963.0" x2="63802.125" y2="986.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63748.375" y1="905.0" x2="63847.625" y2="928.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63708.125" y1="789.0" x2="63754.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63708.125" y1="731.0" x2="63754.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63476.375" y1="615.0" x2="63614.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63416.375" y1="470.0" x2="63453.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63416.375" y1="412.0" x2="63462.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="62131.90625" y1="296.0" x2="63368.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="60795.6796875" y1="209.0" x2="61540.359375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="32312.857421875" y1="122.0" x2="60456.08984375" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="66620.9189453125" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66620.9189453125" y1="64.0" x2="66620.9189453125" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66620.9189453125" y1="93.0" x2="64225.96875" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66620.9189453125" y1="93.0" x2="64307.96875" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64307.96875" y1="122.0" x2="64307.96875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64307.96875" y1="151.0" x2="64307.96875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66620.9189453125" y1="93.0" x2="69015.869140625" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69015.869140625" y1="122.0" x2="64340.96875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69015.869140625" y1="122.0" x2="64434.96875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64434.96875" y1="151.0" x2="64434.96875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64434.96875" y1="180.0" x2="63835.3125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64434.96875" y1="180.0" x2="63917.3125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63917.3125" y1="209.0" x2="63917.3125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63917.3125" y1="238.0" x2="63917.3125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64434.96875" y1="180.0" x2="65034.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65034.625" y1="209.0" x2="63950.3125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65034.625" y1="209.0" x2="64044.3125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64044.3125" y1="238.0" x2="64044.3125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64044.3125" y1="267.0" x2="63352.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64044.3125" y1="267.0" x2="63396.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63396.875" y1="296.0" x2="63396.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64044.3125" y1="267.0" x2="63475.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63475.875" y1="296.0" x2="63420.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63475.875" y1="296.0" x2="63475.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63475.875" y1="325.0" x2="63475.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63475.875" y1="354.0" x2="63475.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63475.875" y1="296.0" x2="63531.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64044.3125" y1="267.0" x2="63566.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63566.375" y1="296.0" x2="63546.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63566.375" y1="296.0" x2="63585.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63585.875" y1="325.0" x2="63585.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63585.875" y1="354.0" x2="63547.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63547.375" y1="383.0" x2="63547.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63585.875" y1="354.0" x2="63624.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63624.375" y1="383.0" x2="63570.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63624.375" y1="383.0" x2="63624.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63624.375" y1="412.0" x2="63547.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63547.375" y1="441.0" x2="63547.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63547.375" y1="470.0" x2="63508.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63508.875" y1="499.0" x2="63508.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63547.375" y1="470.0" x2="63585.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63585.875" y1="499.0" x2="63532.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63585.875" y1="499.0" x2="63585.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63585.875" y1="528.0" x2="63585.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63585.875" y1="557.0" x2="63585.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63585.875" y1="499.0" x2="63639.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63624.375" y1="412.0" x2="63624.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63624.375" y1="412.0" x2="63701.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63701.375" y1="441.0" x2="63701.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63701.375" y1="470.0" x2="63662.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63662.875" y1="499.0" x2="63662.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63701.375" y1="470.0" x2="63739.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63739.875" y1="499.0" x2="63686.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63739.875" y1="499.0" x2="63739.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63739.875" y1="528.0" x2="63739.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63739.875" y1="557.0" x2="63739.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63739.875" y1="499.0" x2="63793.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63624.375" y1="383.0" x2="63677.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64044.3125" y1="267.0" x2="63736.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63736.625" y1="296.0" x2="63638.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63736.625" y1="296.0" x2="63702.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63702.875" y1="325.0" x2="63702.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63702.875" y1="354.0" x2="63702.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63736.625" y1="296.0" x2="63753.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63736.625" y1="296.0" x2="63834.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63834.875" y1="325.0" x2="63834.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63834.875" y1="354.0" x2="63796.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63796.375" y1="383.0" x2="63796.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63834.875" y1="354.0" x2="63873.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63873.375" y1="383.0" x2="63819.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63873.375" y1="383.0" x2="63873.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63873.375" y1="412.0" x2="63873.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63873.375" y1="441.0" x2="63873.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63873.375" y1="383.0" x2="63926.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64044.3125" y1="267.0" x2="64735.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64735.75" y1="296.0" x2="64159.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64735.75" y1="296.0" x2="64237.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64237.75" y1="325.0" x2="64237.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64237.75" y1="354.0" x2="64035.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64035.875" y1="383.0" x2="63980.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63980.875" y1="412.0" x2="63980.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="63980.875" y1="441.0" x2="63980.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64035.875" y1="383.0" x2="64090.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64090.875" y1="412.0" x2="64090.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64090.875" y1="441.0" x2="64090.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64237.75" y1="354.0" x2="64209.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64209.875" y1="383.0" x2="64209.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64209.875" y1="412.0" x2="64171.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64171.375" y1="441.0" x2="64171.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64209.875" y1="412.0" x2="64248.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64248.375" y1="441.0" x2="64194.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64248.375" y1="441.0" x2="64248.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64248.375" y1="470.0" x2="64248.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64248.375" y1="499.0" x2="64248.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64248.375" y1="441.0" x2="64301.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64237.75" y1="354.0" x2="64357.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64357.625" y1="383.0" x2="64325.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64325.375" y1="412.0" x2="64325.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64325.375" y1="441.0" x2="64325.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64357.625" y1="383.0" x2="64374.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64357.625" y1="383.0" x2="64389.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64237.75" y1="354.0" x2="64439.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64439.625" y1="383.0" x2="64439.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64439.625" y1="412.0" x2="64432.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64439.625" y1="412.0" x2="64447.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64735.75" y1="296.0" x2="64766.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64766.5" y1="325.0" x2="64766.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64766.5" y1="354.0" x2="64564.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64564.625" y1="383.0" x2="64509.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64509.625" y1="412.0" x2="64509.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64509.625" y1="441.0" x2="64509.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64564.625" y1="383.0" x2="64619.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64619.625" y1="412.0" x2="64619.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64619.625" y1="441.0" x2="64619.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64766.5" y1="354.0" x2="64738.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64738.625" y1="383.0" x2="64738.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64738.625" y1="412.0" x2="64700.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64700.125" y1="441.0" x2="64700.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64738.625" y1="412.0" x2="64777.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64777.125" y1="441.0" x2="64723.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64777.125" y1="441.0" x2="64777.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64777.125" y1="470.0" x2="64700.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64700.125" y1="499.0" x2="64700.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64700.125" y1="528.0" x2="64661.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64661.625" y1="557.0" x2="64661.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64700.125" y1="528.0" x2="64738.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64738.625" y1="557.0" x2="64685.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64738.625" y1="557.0" x2="64738.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64738.625" y1="586.0" x2="64738.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64738.625" y1="615.0" x2="64738.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64738.625" y1="557.0" x2="64792.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64777.125" y1="470.0" x2="64777.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64777.125" y1="470.0" x2="64854.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64854.125" y1="499.0" x2="64854.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64854.125" y1="528.0" x2="64815.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64815.625" y1="557.0" x2="64815.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64854.125" y1="528.0" x2="64892.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64892.625" y1="557.0" x2="64839.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64892.625" y1="557.0" x2="64892.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64892.625" y1="586.0" x2="64892.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64892.625" y1="615.0" x2="64892.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64892.625" y1="557.0" x2="64946.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64777.125" y1="441.0" x2="64830.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64766.5" y1="354.0" x2="64886.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64886.375" y1="383.0" x2="64854.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64854.125" y1="412.0" x2="64854.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64854.125" y1="441.0" x2="64854.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64886.375" y1="383.0" x2="64903.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64886.375" y1="383.0" x2="64918.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64766.5" y1="354.0" x2="64968.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64968.375" y1="383.0" x2="64968.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64968.375" y1="412.0" x2="64960.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64968.375" y1="412.0" x2="64975.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64735.75" y1="296.0" x2="65233.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65233.75" y1="325.0" x2="65233.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65233.75" y1="354.0" x2="65055.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65055.375" y1="383.0" x2="65055.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65055.375" y1="412.0" x2="65055.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65233.75" y1="354.0" x2="65182.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65182.375" y1="383.0" x2="65182.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65182.375" y1="412.0" x2="65143.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65143.875" y1="441.0" x2="65143.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65182.375" y1="412.0" x2="65220.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65220.875" y1="441.0" x2="65167.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65220.875" y1="441.0" x2="65220.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65220.875" y1="470.0" x2="65143.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65143.875" y1="499.0" x2="65143.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65143.875" y1="528.0" x2="65105.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65105.375" y1="557.0" x2="65105.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65143.875" y1="528.0" x2="65182.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65182.375" y1="557.0" x2="65128.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65182.375" y1="557.0" x2="65182.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65182.375" y1="586.0" x2="65182.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65182.375" y1="615.0" x2="65182.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65182.375" y1="557.0" x2="65235.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65220.875" y1="470.0" x2="65220.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65220.875" y1="470.0" x2="65297.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65297.875" y1="499.0" x2="65297.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65297.875" y1="528.0" x2="65259.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65259.375" y1="557.0" x2="65259.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65297.875" y1="528.0" x2="65336.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65336.375" y1="557.0" x2="65282.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65336.375" y1="557.0" x2="65336.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65336.375" y1="586.0" x2="65336.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65336.375" y1="615.0" x2="65336.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65336.375" y1="557.0" x2="65389.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65220.875" y1="441.0" x2="65274.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65233.75" y1="354.0" x2="65330.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65330.125" y1="383.0" x2="65297.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65297.875" y1="412.0" x2="65297.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65297.875" y1="441.0" x2="65297.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65330.125" y1="383.0" x2="65347.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65330.125" y1="383.0" x2="65362.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65233.75" y1="354.0" x2="65412.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65412.125" y1="383.0" x2="65412.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65412.125" y1="412.0" x2="65404.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65412.125" y1="412.0" x2="65419.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="64735.75" y1="296.0" x2="65312.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65034.625" y1="209.0" x2="66024.9375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66024.9375" y1="238.0" x2="66024.9375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66024.9375" y1="267.0" x2="65346.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65346.625" y1="296.0" x2="65346.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66024.9375" y1="267.0" x2="65405.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66024.9375" y1="267.0" x2="65449.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65449.625" y1="296.0" x2="65449.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66024.9375" y1="267.0" x2="65528.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65528.625" y1="296.0" x2="65473.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65528.625" y1="296.0" x2="65528.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65528.625" y1="325.0" x2="65476.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65476.125" y1="354.0" x2="65476.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65476.125" y1="383.0" x2="65476.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65528.625" y1="325.0" x2="65530.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65528.625" y1="325.0" x2="65581.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65581.125" y1="354.0" x2="65581.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65581.125" y1="383.0" x2="65581.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65528.625" y1="296.0" x2="65584.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66024.9375" y1="267.0" x2="65677.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65677.625" y1="296.0" x2="65658.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65677.625" y1="296.0" x2="65697.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65697.125" y1="325.0" x2="65697.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65697.125" y1="354.0" x2="65658.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65658.625" y1="383.0" x2="65658.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65697.125" y1="354.0" x2="65735.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65735.625" y1="383.0" x2="65682.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65735.625" y1="383.0" x2="65735.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65735.625" y1="412.0" x2="65735.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65735.625" y1="441.0" x2="65697.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65697.125" y1="470.0" x2="65697.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65735.625" y1="441.0" x2="65774.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65774.125" y1="470.0" x2="65720.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65774.125" y1="470.0" x2="65774.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65774.125" y1="499.0" x2="65725.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65725.125" y1="528.0" x2="65725.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65725.125" y1="557.0" x2="65725.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65774.125" y1="499.0" x2="65774.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65774.125" y1="499.0" x2="65823.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65823.125" y1="528.0" x2="65823.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65823.125" y1="557.0" x2="65823.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65774.125" y1="470.0" x2="65827.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65735.625" y1="383.0" x2="65789.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66024.9375" y1="267.0" x2="66703.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66703.25" y1="296.0" x2="66041.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66703.25" y1="296.0" x2="66119.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66119.5" y1="325.0" x2="66119.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66119.5" y1="354.0" x2="65917.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65917.625" y1="383.0" x2="65862.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65862.625" y1="412.0" x2="65862.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65862.625" y1="441.0" x2="65862.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65917.625" y1="383.0" x2="65972.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65972.625" y1="412.0" x2="65972.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65972.625" y1="441.0" x2="65972.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66119.5" y1="354.0" x2="66091.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66091.625" y1="383.0" x2="66091.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66091.625" y1="412.0" x2="66053.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66053.125" y1="441.0" x2="66053.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66091.625" y1="412.0" x2="66130.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66130.125" y1="441.0" x2="66076.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66130.125" y1="441.0" x2="66130.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66130.125" y1="470.0" x2="66130.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66130.125" y1="499.0" x2="66130.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66130.125" y1="441.0" x2="66183.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66119.5" y1="354.0" x2="66239.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66239.375" y1="383.0" x2="66207.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66207.125" y1="412.0" x2="66207.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66207.125" y1="441.0" x2="66207.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66239.375" y1="383.0" x2="66256.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66239.375" y1="383.0" x2="66271.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66119.5" y1="354.0" x2="66321.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66321.375" y1="383.0" x2="66321.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66321.375" y1="412.0" x2="66313.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66321.375" y1="412.0" x2="66328.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66703.25" y1="296.0" x2="66730.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66730.75" y1="325.0" x2="66730.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66730.75" y1="354.0" x2="66501.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66501.375" y1="383.0" x2="66391.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66391.375" y1="412.0" x2="66391.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66391.375" y1="441.0" x2="66391.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66501.375" y1="383.0" x2="66501.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66501.375" y1="412.0" x2="66501.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66501.375" y1="441.0" x2="66501.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66501.375" y1="383.0" x2="66611.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66611.375" y1="412.0" x2="66611.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66611.375" y1="441.0" x2="66611.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66730.75" y1="354.0" x2="66730.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66730.375" y1="383.0" x2="66730.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66730.375" y1="412.0" x2="66691.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66691.875" y1="441.0" x2="66691.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66730.375" y1="412.0" x2="66768.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66768.875" y1="441.0" x2="66715.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66768.875" y1="441.0" x2="66768.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66768.875" y1="470.0" x2="66691.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66691.875" y1="499.0" x2="66691.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66691.875" y1="528.0" x2="66653.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66653.375" y1="557.0" x2="66653.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66691.875" y1="528.0" x2="66730.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66730.375" y1="557.0" x2="66676.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66730.375" y1="557.0" x2="66730.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66730.375" y1="586.0" x2="66730.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66730.375" y1="615.0" x2="66730.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66730.375" y1="557.0" x2="66783.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66768.875" y1="470.0" x2="66768.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66768.875" y1="470.0" x2="66845.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66845.875" y1="499.0" x2="66845.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66845.875" y1="528.0" x2="66807.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66807.375" y1="557.0" x2="66807.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66845.875" y1="528.0" x2="66884.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66884.375" y1="557.0" x2="66830.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66884.375" y1="557.0" x2="66884.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66884.375" y1="586.0" x2="66884.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66884.375" y1="615.0" x2="66884.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66884.375" y1="557.0" x2="66937.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66768.875" y1="441.0" x2="66822.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66730.75" y1="354.0" x2="66878.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66878.125" y1="383.0" x2="66845.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66845.875" y1="412.0" x2="66845.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66845.875" y1="441.0" x2="66845.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66878.125" y1="383.0" x2="66895.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66878.125" y1="383.0" x2="66910.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66730.75" y1="354.0" x2="66960.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66960.125" y1="383.0" x2="66960.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66960.125" y1="412.0" x2="66952.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66960.125" y1="412.0" x2="66967.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66703.25" y1="296.0" x2="67287.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67287.0" y1="325.0" x2="67287.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67287.0" y1="354.0" x2="67085.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67085.125" y1="383.0" x2="67030.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67030.125" y1="412.0" x2="67030.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67030.125" y1="441.0" x2="67030.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67085.125" y1="383.0" x2="67140.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67140.125" y1="412.0" x2="67140.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67140.125" y1="441.0" x2="67140.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67287.0" y1="354.0" x2="67259.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67259.125" y1="383.0" x2="67259.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67259.125" y1="412.0" x2="67220.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67220.625" y1="441.0" x2="67220.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67259.125" y1="412.0" x2="67297.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67297.625" y1="441.0" x2="67244.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67297.625" y1="441.0" x2="67297.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67297.625" y1="470.0" x2="67297.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67297.625" y1="499.0" x2="67297.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67297.625" y1="441.0" x2="67351.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67287.0" y1="354.0" x2="67406.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67406.875" y1="383.0" x2="67374.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67374.625" y1="412.0" x2="67374.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67374.625" y1="441.0" x2="67374.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67406.875" y1="383.0" x2="67424.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67406.875" y1="383.0" x2="67439.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67287.0" y1="354.0" x2="67488.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67488.875" y1="383.0" x2="67488.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67488.875" y1="412.0" x2="67481.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67488.875" y1="412.0" x2="67496.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="66703.25" y1="296.0" x2="67365.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="65034.625" y1="209.0" x2="66118.9375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69015.869140625" y1="122.0" x2="67851.55078125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67851.55078125" y1="151.0" x2="67851.55078125" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67851.55078125" y1="180.0" x2="67719.05078125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67851.55078125" y1="180.0" x2="67801.05078125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67801.05078125" y1="209.0" x2="67801.05078125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67801.05078125" y1="238.0" x2="67801.05078125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67851.55078125" y1="180.0" x2="67928.05078125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67928.05078125" y1="209.0" x2="67834.05078125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67928.05078125" y1="209.0" x2="67928.05078125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67928.05078125" y1="238.0" x2="67928.05078125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67928.05078125" y1="267.0" x2="67392.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67392.5" y1="296.0" x2="67392.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67928.05078125" y1="267.0" x2="67451.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67928.05078125" y1="267.0" x2="67495.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67495.5" y1="296.0" x2="67495.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67928.05078125" y1="267.0" x2="67574.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67574.5" y1="296.0" x2="67519.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67574.5" y1="296.0" x2="67574.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67574.5" y1="325.0" x2="67574.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67574.5" y1="354.0" x2="67574.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67574.5" y1="296.0" x2="67630.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67928.05078125" y1="267.0" x2="67757.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67757.25" y1="296.0" x2="67659.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67757.25" y1="296.0" x2="67723.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67723.5" y1="325.0" x2="67723.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67723.5" y1="354.0" x2="67723.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67757.25" y1="296.0" x2="67774.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67757.25" y1="296.0" x2="67855.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67855.5" y1="325.0" x2="67855.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67855.5" y1="354.0" x2="67855.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67928.05078125" y1="267.0" x2="68423.1015625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68423.1015625" y1="296.0" x2="67943.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68423.1015625" y1="296.0" x2="68022.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68022.0" y1="325.0" x2="68022.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68022.0" y1="354.0" x2="67929.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67929.0" y1="383.0" x2="67929.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68022.0" y1="354.0" x2="67982.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67982.0" y1="383.0" x2="67982.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67982.0" y1="412.0" x2="67982.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68022.0" y1="354.0" x2="68053.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68053.0" y1="383.0" x2="68053.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68053.0" y1="412.0" x2="68053.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68022.0" y1="354.0" x2="68115.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68423.1015625" y1="296.0" x2="68824.203125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68824.203125" y1="325.0" x2="68824.203125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68824.203125" y1="354.0" x2="68162.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68162.5" y1="383.0" x2="68162.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68824.203125" y1="354.0" x2="68221.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68824.203125" y1="354.0" x2="68265.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68265.5" y1="383.0" x2="68265.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68824.203125" y1="354.0" x2="68344.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68344.5" y1="383.0" x2="68289.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68344.5" y1="383.0" x2="68344.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68344.5" y1="412.0" x2="68344.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68344.5" y1="441.0" x2="68344.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68344.5" y1="383.0" x2="68400.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68824.203125" y1="354.0" x2="68435.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68435.0" y1="383.0" x2="68415.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68435.0" y1="383.0" x2="68454.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68454.5" y1="412.0" x2="68454.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68454.5" y1="441.0" x2="68405.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68405.5" y1="470.0" x2="68405.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68454.5" y1="441.0" x2="68503.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68503.5" y1="470.0" x2="68450.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68503.5" y1="470.0" x2="68503.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68503.5" y1="499.0" x2="68503.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68503.5" y1="528.0" x2="68503.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68503.5" y1="470.0" x2="68557.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68824.203125" y1="354.0" x2="69445.40625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69445.40625" y1="383.0" x2="69366.90625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69445.40625" y1="383.0" x2="69445.40625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69445.40625" y1="412.0" x2="69445.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69445.40625" y1="441.0" x2="68620.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68620.5" y1="470.0" x2="68620.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68620.5" y1="499.0" x2="68620.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69445.40625" y1="441.0" x2="68702.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68702.5" y1="470.0" x2="68702.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69445.40625" y1="441.0" x2="69282.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69282.625" y1="470.0" x2="68760.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68760.0" y1="499.0" x2="68760.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68760.0" y1="528.0" x2="68760.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69282.625" y1="470.0" x2="68883.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68883.0" y1="499.0" x2="68827.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68883.0" y1="499.0" x2="68883.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68883.0" y1="528.0" x2="68830.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68830.5" y1="557.0" x2="68830.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68830.5" y1="586.0" x2="68830.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68883.0" y1="528.0" x2="68884.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68883.0" y1="528.0" x2="68935.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68935.5" y1="557.0" x2="68935.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68935.5" y1="586.0" x2="68935.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68883.0" y1="499.0" x2="68938.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69282.625" y1="470.0" x2="69012.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69282.625" y1="470.0" x2="69128.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69128.5" y1="499.0" x2="69128.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69128.5" y1="528.0" x2="69024.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69024.5" y1="557.0" x2="69003.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69003.75" y1="586.0" x2="69003.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69003.75" y1="615.0" x2="69003.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69024.5" y1="557.0" x2="69045.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69045.25" y1="586.0" x2="69045.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69128.5" y1="528.0" x2="69076.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69128.5" y1="528.0" x2="69128.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69128.5" y1="557.0" x2="69107.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69107.75" y1="586.0" x2="69107.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69107.75" y1="615.0" x2="69107.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69128.5" y1="557.0" x2="69149.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69149.25" y1="586.0" x2="69149.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69128.5" y1="528.0" x2="69180.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69128.5" y1="528.0" x2="69232.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69232.5" y1="557.0" x2="69211.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69211.75" y1="586.0" x2="69211.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69211.75" y1="615.0" x2="69211.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69232.5" y1="557.0" x2="69253.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69253.25" y1="586.0" x2="69253.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69282.625" y1="470.0" x2="69223.6875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69282.625" y1="470.0" x2="69371.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69371.875" y1="499.0" x2="69238.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69371.875" y1="499.0" x2="69303.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69303.0" y1="528.0" x2="69303.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69303.0" y1="557.0" x2="69303.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69371.875" y1="499.0" x2="69389.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69371.875" y1="499.0" x2="69505.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69505.25" y1="528.0" x2="69384.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69384.0" y1="557.0" x2="69384.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69384.0" y1="586.0" x2="69345.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69345.25" y1="615.0" x2="69345.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69384.0" y1="586.0" x2="69422.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69422.75" y1="615.0" x2="69369.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69422.75" y1="615.0" x2="69422.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69422.75" y1="644.0" x2="69422.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69422.75" y1="673.0" x2="69422.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69422.75" y1="615.0" x2="69476.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69505.25" y1="528.0" x2="69500.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69505.25" y1="528.0" x2="69626.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69626.5" y1="557.0" x2="69549.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69549.0" y1="586.0" x2="69549.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69549.0" y1="615.0" x2="69510.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69510.25" y1="644.0" x2="69510.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69549.0" y1="615.0" x2="69587.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69587.75" y1="644.0" x2="69534.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69587.75" y1="644.0" x2="69587.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69587.75" y1="673.0" x2="69587.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69587.75" y1="702.0" x2="69587.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69587.75" y1="644.0" x2="69641.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69626.5" y1="557.0" x2="69626.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69626.5" y1="557.0" x2="69704.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69704.0" y1="586.0" x2="69704.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69704.0" y1="615.0" x2="69665.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69665.25" y1="644.0" x2="69665.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69704.0" y1="615.0" x2="69742.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69742.75" y1="644.0" x2="69689.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69742.75" y1="644.0" x2="69742.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69742.75" y1="673.0" x2="69742.75" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69742.75" y1="702.0" x2="69742.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69742.75" y1="644.0" x2="69796.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69282.625" y1="470.0" x2="69805.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69805.25" y1="499.0" x2="69707.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69805.25" y1="499.0" x2="69771.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69771.5" y1="528.0" x2="69771.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69771.5" y1="557.0" x2="69771.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69805.25" y1="499.0" x2="69822.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69805.25" y1="499.0" x2="69903.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69903.5" y1="528.0" x2="69903.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69903.5" y1="557.0" x2="69864.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69864.75" y1="586.0" x2="69864.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69903.5" y1="557.0" x2="69942.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69942.25" y1="586.0" x2="69888.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69942.25" y1="586.0" x2="69942.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69942.25" y1="615.0" x2="69942.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69942.25" y1="644.0" x2="69942.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69942.25" y1="586.0" x2="69995.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69445.40625" y1="441.0" x2="70270.3125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70270.3125" y1="470.0" x2="70270.3125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70270.3125" y1="499.0" x2="70223.8125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70270.3125" y1="499.0" x2="70270.3125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70270.3125" y1="528.0" x2="70113.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70113.25" y1="557.0" x2="70113.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70113.25" y1="586.0" x2="70075.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70075.75" y1="615.0" x2="70075.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70075.75" y1="644.0" x2="70013.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70013.25" y1="673.0" x2="70013.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70013.25" y1="702.0" x2="69974.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69974.75" y1="731.0" x2="69974.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70013.25" y1="702.0" x2="70051.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70051.75" y1="731.0" x2="69998.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70051.75" y1="731.0" x2="70051.75" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70051.75" y1="760.0" x2="70051.75" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70051.75" y1="789.0" x2="70051.75" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70051.75" y1="731.0" x2="70105.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70075.75" y1="644.0" x2="70138.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70138.25" y1="673.0" x2="70138.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70138.25" y1="702.0" x2="70138.25" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70113.25" y1="586.0" x2="70150.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70270.3125" y1="528.0" x2="70427.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70427.375" y1="557.0" x2="70427.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70427.375" y1="586.0" x2="70394.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70394.125" y1="615.0" x2="70394.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70394.125" y1="644.0" x2="70301.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70301.25" y1="673.0" x2="70301.25" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70301.25" y1="702.0" x2="70301.25" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70394.125" y1="644.0" x2="70379.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70394.125" y1="644.0" x2="70441.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70441.5" y1="673.0" x2="70441.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70441.5" y1="702.0" x2="70365.25" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70365.25" y1="731.0" x2="70365.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70365.25" y1="760.0" x2="70326.75" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70326.75" y1="789.0" x2="70326.75" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70365.25" y1="760.0" x2="70403.75" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70403.75" y1="789.0" x2="70350.25" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70403.75" y1="789.0" x2="70403.75" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70403.75" y1="818.0" x2="70354.75" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70354.75" y1="847.0" x2="70354.75" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70354.75" y1="876.0" x2="70354.75" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70403.75" y1="818.0" x2="70403.75" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70403.75" y1="818.0" x2="70452.75" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70452.75" y1="847.0" x2="70452.75" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70452.75" y1="876.0" x2="70452.75" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70403.75" y1="789.0" x2="70457.25" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70441.5" y1="702.0" x2="70426.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70441.5" y1="702.0" x2="70472.25" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70472.25" y1="731.0" x2="70472.25" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70472.25" y1="760.0" x2="70472.25" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70441.5" y1="702.0" x2="70517.75" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70394.125" y1="644.0" x2="70487.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70427.375" y1="586.0" x2="70460.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70270.3125" y1="499.0" x2="70316.8125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69445.40625" y1="383.0" x2="69523.90625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68824.203125" y1="354.0" x2="69485.90625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="68423.1015625" y1="296.0" x2="68902.703125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67928.05078125" y1="267.0" x2="68463.6015625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67928.05078125" y1="209.0" x2="68022.05078125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="67851.55078125" y1="180.0" x2="67984.05078125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69015.869140625" y1="122.0" x2="73596.76953125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73596.76953125" y1="151.0" x2="73596.76953125" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73596.76953125" y1="180.0" x2="70710.828125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73596.76953125" y1="180.0" x2="70754.828125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70754.828125" y1="209.0" x2="70754.828125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73596.76953125" y1="180.0" x2="76482.7109375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76482.7109375" y1="209.0" x2="70778.828125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76482.7109375" y1="209.0" x2="70857.328125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70857.328125" y1="238.0" x2="70857.328125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70857.328125" y1="267.0" x2="70534.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70857.328125" y1="267.0" x2="70616.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70616.625" y1="296.0" x2="70616.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70857.328125" y1="267.0" x2="70706.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70706.375" y1="296.0" x2="70674.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70674.125" y1="325.0" x2="70674.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70674.125" y1="354.0" x2="70674.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70706.375" y1="296.0" x2="70723.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70706.375" y1="296.0" x2="70738.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70857.328125" y1="267.0" x2="71180.03125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71180.03125" y1="296.0" x2="71180.03125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71180.03125" y1="325.0" x2="71133.53125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71180.03125" y1="325.0" x2="71180.03125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71180.03125" y1="354.0" x2="70720.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70720.625" y1="383.0" x2="70720.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70720.625" y1="412.0" x2="70683.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70683.125" y1="441.0" x2="70683.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70683.125" y1="470.0" x2="70623.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70683.125" y1="470.0" x2="70742.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70742.625" y1="499.0" x2="70702.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70702.125" y1="528.0" x2="70702.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70742.625" y1="499.0" x2="70739.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70742.625" y1="499.0" x2="70783.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70783.125" y1="528.0" x2="70783.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70783.125" y1="557.0" x2="70748.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70783.125" y1="557.0" x2="70779.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70779.625" y1="586.0" x2="70779.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70779.625" y1="615.0" x2="70660.75" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70660.75" y1="644.0" x2="70566.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70566.5" y1="673.0" x2="70566.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70566.5" y1="702.0" x2="70566.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70660.75" y1="644.0" x2="70645.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70660.75" y1="644.0" x2="70678.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70678.0" y1="673.0" x2="70678.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70660.75" y1="644.0" x2="70755.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70755.0" y1="673.0" x2="70701.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70755.0" y1="673.0" x2="70755.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70755.0" y1="702.0" x2="70755.0" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70755.0" y1="731.0" x2="70755.0" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70755.0" y1="673.0" x2="70808.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70779.625" y1="615.0" x2="70764.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70779.625" y1="615.0" x2="70821.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70821.5" y1="644.0" x2="70821.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70779.625" y1="615.0" x2="70898.5" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70898.5" y1="644.0" x2="70845.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70898.5" y1="644.0" x2="70898.5" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70898.5" y1="673.0" x2="70898.5" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70898.5" y1="702.0" x2="70898.5" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70898.5" y1="644.0" x2="70952.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70783.125" y1="557.0" x2="70803.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70783.125" y1="557.0" x2="70818.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70720.625" y1="412.0" x2="70758.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71180.03125" y1="354.0" x2="71176.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71176.75" y1="383.0" x2="71176.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71176.75" y1="412.0" x2="71143.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71143.5" y1="441.0" x2="71143.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71143.5" y1="470.0" x2="70999.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70999.125" y1="499.0" x2="70999.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70999.125" y1="528.0" x2="70909.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70909.625" y1="557.0" x2="70909.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70909.625" y1="586.0" x2="70909.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70999.125" y1="528.0" x2="70970.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70999.125" y1="528.0" x2="71003.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71003.125" y1="557.0" x2="71003.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="70999.125" y1="528.0" x2="71088.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71088.625" y1="557.0" x2="71035.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71088.625" y1="557.0" x2="71088.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71088.625" y1="586.0" x2="71039.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71039.625" y1="615.0" x2="71039.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71039.625" y1="644.0" x2="71039.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71088.625" y1="586.0" x2="71088.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71088.625" y1="586.0" x2="71137.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71137.625" y1="615.0" x2="71137.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71137.625" y1="644.0" x2="71137.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71088.625" y1="557.0" x2="71142.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71143.5" y1="470.0" x2="71128.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71143.5" y1="470.0" x2="71242.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71242.375" y1="499.0" x2="71161.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71161.625" y1="528.0" x2="71161.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71161.625" y1="557.0" x2="71161.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71242.375" y1="499.0" x2="71197.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71242.375" y1="499.0" x2="71232.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71232.625" y1="528.0" x2="71232.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71232.625" y1="557.0" x2="71232.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71242.375" y1="499.0" x2="71277.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71242.375" y1="499.0" x2="71323.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71323.125" y1="528.0" x2="71323.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71323.125" y1="557.0" x2="71288.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71323.125" y1="557.0" x2="71319.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71319.625" y1="586.0" x2="71319.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71319.625" y1="615.0" x2="71319.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71323.125" y1="557.0" x2="71343.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71323.125" y1="557.0" x2="71358.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71143.5" y1="470.0" x2="71287.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71176.75" y1="412.0" x2="71210.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71180.03125" y1="354.0" x2="71639.4375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71639.4375" y1="383.0" x2="71639.4375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71639.4375" y1="412.0" x2="71601.9375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71601.9375" y1="441.0" x2="71601.9375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71601.9375" y1="470.0" x2="71542.4375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71601.9375" y1="470.0" x2="71661.4375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71661.4375" y1="499.0" x2="71623.9375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71623.9375" y1="528.0" x2="71623.9375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71661.4375" y1="499.0" x2="71657.9375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71661.4375" y1="499.0" x2="71698.9375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71698.9375" y1="528.0" x2="71698.9375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71698.9375" y1="557.0" x2="71428.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71428.625" y1="586.0" x2="71368.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71428.625" y1="586.0" x2="71410.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71410.125" y1="615.0" x2="71410.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71428.625" y1="586.0" x2="71446.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71428.625" y1="586.0" x2="71489.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71489.125" y1="615.0" x2="71489.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71489.125" y1="644.0" x2="71338.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71489.125" y1="644.0" x2="71370.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71370.375" y1="673.0" x2="71370.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71370.375" y1="702.0" x2="71328.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71328.375" y1="731.0" x2="71328.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71328.375" y1="760.0" x2="71328.375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71370.375" y1="702.0" x2="71412.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71412.375" y1="731.0" x2="71405.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71412.375" y1="731.0" x2="71419.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71489.125" y1="644.0" x2="71639.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71639.375" y1="673.0" x2="71639.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71639.375" y1="702.0" x2="71574.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71639.375" y1="702.0" x2="71639.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71639.375" y1="731.0" x2="71474.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71474.375" y1="760.0" x2="71474.375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71474.375" y1="789.0" x2="71474.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71639.375" y1="731.0" x2="71529.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71639.375" y1="731.0" x2="71584.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71584.375" y1="760.0" x2="71584.375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71584.375" y1="789.0" x2="71584.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71639.375" y1="731.0" x2="71639.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71639.375" y1="731.0" x2="71694.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71694.375" y1="760.0" x2="71694.375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71694.375" y1="789.0" x2="71694.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71639.375" y1="731.0" x2="71749.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71639.375" y1="731.0" x2="71804.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71804.375" y1="760.0" x2="71804.375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71804.375" y1="789.0" x2="71804.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71639.375" y1="702.0" x2="71704.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71698.9375" y1="557.0" x2="71969.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71969.25" y1="586.0" x2="71900.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71900.125" y1="615.0" x2="71900.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71900.125" y1="644.0" x2="71862.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71900.125" y1="644.0" x2="71937.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71937.625" y1="673.0" x2="71937.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71937.625" y1="702.0" x2="71877.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71877.875" y1="731.0" x2="71877.875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71877.875" y1="760.0" x2="71877.875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71937.625" y1="702.0" x2="71943.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71937.625" y1="702.0" x2="71997.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71997.375" y1="731.0" x2="71997.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71997.375" y1="760.0" x2="71997.375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71969.25" y1="586.0" x2="72038.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72038.375" y1="615.0" x2="72038.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72038.375" y1="644.0" x2="72012.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72038.375" y1="644.0" x2="72064.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72064.625" y1="673.0" x2="72064.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72064.625" y1="702.0" x2="72064.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71639.4375" y1="412.0" x2="71676.9375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71180.03125" y1="325.0" x2="71226.53125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76482.7109375" y1="209.0" x2="71926.75" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71926.75" y1="238.0" x2="71926.75" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71926.75" y1="267.0" x2="71742.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71742.5" y1="296.0" x2="71742.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71926.75" y1="267.0" x2="71838.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71838.5" y1="296.0" x2="71838.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71926.75" y1="267.0" x2="71940.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71940.5" y1="296.0" x2="71940.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71940.5" y1="325.0" x2="71831.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71940.5" y1="325.0" x2="71879.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71940.5" y1="325.0" x2="71921.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71921.0" y1="354.0" x2="71921.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71921.0" y1="383.0" x2="71921.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71940.5" y1="325.0" x2="71944.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71940.5" y1="325.0" x2="71997.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71997.0" y1="354.0" x2="71976.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71976.25" y1="383.0" x2="71976.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71976.25" y1="412.0" x2="71976.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71997.0" y1="354.0" x2="72017.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72017.75" y1="383.0" x2="72017.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71940.5" y1="325.0" x2="72049.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="71926.75" y1="267.0" x2="72111.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72111.0" y1="296.0" x2="72111.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72111.0" y1="325.0" x2="72064.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72111.0" y1="325.0" x2="72111.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72111.0" y1="354.0" x2="72111.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72111.0" y1="383.0" x2="72065.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72111.0" y1="383.0" x2="72117.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72117.5" y1="412.0" x2="72117.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72117.5" y1="441.0" x2="72082.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72117.5" y1="441.0" x2="72114.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72114.0" y1="470.0" x2="72114.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72114.0" y1="499.0" x2="72058.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72058.25" y1="528.0" x2="72058.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72058.25" y1="557.0" x2="72058.25" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72114.0" y1="499.0" x2="72137.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72114.0" y1="499.0" x2="72169.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72169.75" y1="528.0" x2="72169.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72117.5" y1="441.0" x2="72137.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72117.5" y1="441.0" x2="72152.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72111.0" y1="383.0" x2="72157.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72111.0" y1="325.0" x2="72157.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76482.7109375" y1="209.0" x2="72422.9375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72422.9375" y1="238.0" x2="72422.9375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72422.9375" y1="267.0" x2="72200.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72200.0" y1="296.0" x2="72200.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72422.9375" y1="267.0" x2="72296.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72296.0" y1="296.0" x2="72296.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72422.9375" y1="267.0" x2="72398.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72398.0" y1="296.0" x2="72398.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72398.0" y1="325.0" x2="72273.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72398.0" y1="325.0" x2="72321.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72398.0" y1="325.0" x2="72363.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72363.875" y1="354.0" x2="72363.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72363.875" y1="383.0" x2="72363.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72398.0" y1="325.0" x2="72402.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72398.0" y1="325.0" x2="72469.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72469.625" y1="354.0" x2="72412.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72412.375" y1="383.0" x2="72412.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72412.375" y1="412.0" x2="72412.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72469.625" y1="354.0" x2="72453.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72453.875" y1="383.0" x2="72453.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72469.625" y1="354.0" x2="72526.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72526.875" y1="383.0" x2="72506.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72526.875" y1="383.0" x2="72547.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72547.375" y1="412.0" x2="72547.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72547.375" y1="441.0" x2="72547.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72398.0" y1="325.0" x2="72522.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72422.9375" y1="267.0" x2="72645.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72645.875" y1="296.0" x2="72645.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72645.875" y1="325.0" x2="72599.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72645.875" y1="325.0" x2="72645.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72645.875" y1="354.0" x2="72645.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72645.875" y1="383.0" x2="72599.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72645.875" y1="383.0" x2="72652.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72652.375" y1="412.0" x2="72652.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72652.375" y1="441.0" x2="72617.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72652.375" y1="441.0" x2="72648.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72648.875" y1="470.0" x2="72648.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72648.875" y1="499.0" x2="72648.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72652.375" y1="441.0" x2="72672.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72652.375" y1="441.0" x2="72687.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72645.875" y1="383.0" x2="72691.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72645.875" y1="325.0" x2="72692.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76482.7109375" y1="209.0" x2="72827.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72827.125" y1="238.0" x2="72827.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72827.125" y1="267.0" x2="72723.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72723.875" y1="296.0" x2="72723.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72827.125" y1="267.0" x2="72779.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72779.875" y1="296.0" x2="72779.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72779.875" y1="325.0" x2="72779.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72827.125" y1="267.0" x2="72868.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72868.375" y1="296.0" x2="72868.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72868.375" y1="325.0" x2="72823.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72823.125" y1="354.0" x2="72823.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72868.375" y1="325.0" x2="72857.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72868.375" y1="325.0" x2="72913.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72913.625" y1="354.0" x2="72913.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72913.625" y1="383.0" x2="72913.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="72827.125" y1="267.0" x2="72930.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76482.7109375" y1="209.0" x2="73218.5625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73218.5625" y1="238.0" x2="73218.5625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73218.5625" y1="267.0" x2="72985.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73218.5625" y1="267.0" x2="73067.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73067.875" y1="296.0" x2="73067.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73218.5625" y1="267.0" x2="73157.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73157.625" y1="296.0" x2="73125.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73125.375" y1="325.0" x2="73125.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73125.375" y1="354.0" x2="73125.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73157.625" y1="296.0" x2="73174.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73157.625" y1="296.0" x2="73189.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73218.5625" y1="267.0" x2="73451.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73451.25" y1="296.0" x2="73451.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73451.25" y1="325.0" x2="73404.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73451.25" y1="325.0" x2="73451.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73451.25" y1="354.0" x2="73171.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73171.875" y1="383.0" x2="73171.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73171.875" y1="412.0" x2="73138.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73138.625" y1="441.0" x2="73138.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73138.625" y1="470.0" x2="73040.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73040.625" y1="499.0" x2="73040.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73040.625" y1="528.0" x2="73040.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73138.625" y1="470.0" x2="73147.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73147.125" y1="499.0" x2="73147.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73138.625" y1="470.0" x2="73236.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73236.625" y1="499.0" x2="73236.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73236.625" y1="528.0" x2="73236.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73171.875" y1="412.0" x2="73205.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73451.25" y1="354.0" x2="73477.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73477.125" y1="383.0" x2="73477.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73477.125" y1="412.0" x2="73443.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73443.875" y1="441.0" x2="73443.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73443.875" y1="470.0" x2="73345.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73345.875" y1="499.0" x2="73345.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73345.875" y1="528.0" x2="73299.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73299.125" y1="557.0" x2="73299.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73299.125" y1="586.0" x2="73299.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73345.875" y1="528.0" x2="73360.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73345.875" y1="528.0" x2="73392.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73392.625" y1="557.0" x2="73392.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73443.875" y1="470.0" x2="73452.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73452.375" y1="499.0" x2="73452.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73443.875" y1="470.0" x2="73541.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73541.875" y1="499.0" x2="73541.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73541.875" y1="528.0" x2="73503.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73503.625" y1="557.0" x2="73503.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73503.625" y1="586.0" x2="73456.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73456.875" y1="615.0" x2="73456.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73456.875" y1="644.0" x2="73456.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73503.625" y1="586.0" x2="73517.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73503.625" y1="586.0" x2="73550.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73550.375" y1="615.0" x2="73550.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73541.875" y1="528.0" x2="73565.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73541.875" y1="528.0" x2="73580.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73477.125" y1="412.0" x2="73510.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73451.25" y1="354.0" x2="73730.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73730.625" y1="383.0" x2="73730.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73730.625" y1="412.0" x2="73693.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73693.125" y1="441.0" x2="73693.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73693.125" y1="470.0" x2="73627.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73627.375" y1="499.0" x2="73627.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73627.375" y1="528.0" x2="73627.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73693.125" y1="470.0" x2="73758.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73758.875" y1="499.0" x2="73758.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73758.875" y1="528.0" x2="73706.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73706.625" y1="557.0" x2="73706.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73758.875" y1="528.0" x2="73740.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73758.875" y1="528.0" x2="73811.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73811.125" y1="557.0" x2="73811.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73811.125" y1="586.0" x2="73811.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73730.625" y1="412.0" x2="73768.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73451.25" y1="325.0" x2="73497.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76482.7109375" y1="209.0" x2="73766.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73766.625" y1="238.0" x2="73766.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73766.625" y1="267.0" x2="73628.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73628.125" y1="296.0" x2="73628.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73766.625" y1="267.0" x2="73688.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73766.625" y1="267.0" x2="73723.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73723.125" y1="296.0" x2="73723.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73723.125" y1="325.0" x2="73723.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73766.625" y1="267.0" x2="73843.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73843.125" y1="296.0" x2="73843.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73843.125" y1="325.0" x2="73787.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73787.125" y1="354.0" x2="73787.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73843.125" y1="325.0" x2="73831.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73843.125" y1="325.0" x2="73899.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73899.125" y1="354.0" x2="73899.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73899.125" y1="383.0" x2="73876.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73899.125" y1="383.0" x2="73921.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73921.375" y1="412.0" x2="73913.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73921.375" y1="412.0" x2="73928.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="73766.625" y1="267.0" x2="73905.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76482.7109375" y1="209.0" x2="75087.75" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75087.75" y1="238.0" x2="75087.75" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75087.75" y1="267.0" x2="73960.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75087.75" y1="267.0" x2="74042.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74042.625" y1="296.0" x2="74042.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75087.75" y1="267.0" x2="74132.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74132.375" y1="296.0" x2="74100.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74100.125" y1="325.0" x2="74100.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74100.125" y1="354.0" x2="74100.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74132.375" y1="296.0" x2="74149.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74132.375" y1="296.0" x2="74164.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75087.75" y1="267.0" x2="76214.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76214.875" y1="296.0" x2="76214.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76214.875" y1="325.0" x2="76168.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76214.875" y1="325.0" x2="76214.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76214.875" y1="354.0" x2="74145.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74145.625" y1="383.0" x2="74145.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74145.625" y1="412.0" x2="74108.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74108.125" y1="441.0" x2="74108.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74108.125" y1="470.0" x2="74036.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74036.875" y1="499.0" x2="74036.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74036.875" y1="528.0" x2="74036.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74108.125" y1="470.0" x2="74179.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74179.375" y1="499.0" x2="74179.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74179.375" y1="528.0" x2="74127.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74127.125" y1="557.0" x2="74127.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74179.375" y1="528.0" x2="74161.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74179.375" y1="528.0" x2="74231.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74231.625" y1="557.0" x2="74231.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74231.625" y1="586.0" x2="74231.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74145.625" y1="412.0" x2="74183.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76214.875" y1="354.0" x2="74565.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74565.0" y1="383.0" x2="74565.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74565.0" y1="412.0" x2="74527.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74527.5" y1="441.0" x2="74527.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74527.5" y1="470.0" x2="74423.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74423.625" y1="499.0" x2="74423.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74423.625" y1="528.0" x2="74358.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74358.625" y1="557.0" x2="74358.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74358.625" y1="586.0" x2="74358.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74423.625" y1="528.0" x2="74488.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74488.625" y1="557.0" x2="74488.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74527.5" y1="470.0" x2="74631.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74631.375" y1="499.0" x2="74631.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74631.375" y1="528.0" x2="74579.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74579.125" y1="557.0" x2="74579.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74631.375" y1="528.0" x2="74613.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74631.375" y1="528.0" x2="74683.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74683.625" y1="557.0" x2="74683.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74683.625" y1="586.0" x2="74683.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74565.0" y1="412.0" x2="74602.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76214.875" y1="354.0" x2="74993.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74993.875" y1="383.0" x2="74993.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74993.875" y1="412.0" x2="74956.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74956.375" y1="441.0" x2="74956.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74956.375" y1="470.0" x2="74818.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74818.625" y1="499.0" x2="74818.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74818.625" y1="528.0" x2="74771.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74771.125" y1="557.0" x2="74771.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74818.625" y1="528.0" x2="74866.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74866.125" y1="557.0" x2="74812.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74866.125" y1="557.0" x2="74866.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74866.125" y1="586.0" x2="74866.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74866.125" y1="615.0" x2="74826.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74826.125" y1="644.0" x2="74826.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74866.125" y1="615.0" x2="74906.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74906.125" y1="644.0" x2="74852.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74906.125" y1="644.0" x2="74906.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74906.125" y1="673.0" x2="74906.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74906.125" y1="702.0" x2="74906.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74906.125" y1="644.0" x2="74959.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74866.125" y1="557.0" x2="74919.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74956.375" y1="470.0" x2="75094.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75094.125" y1="499.0" x2="75094.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75094.125" y1="528.0" x2="75041.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75041.875" y1="557.0" x2="75041.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75094.125" y1="528.0" x2="75075.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75094.125" y1="528.0" x2="75146.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75146.375" y1="557.0" x2="75146.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75146.375" y1="586.0" x2="75058.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75058.625" y1="615.0" x2="75058.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75058.625" y1="644.0" x2="75051.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75058.625" y1="644.0" x2="75066.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75146.375" y1="586.0" x2="75151.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75146.375" y1="586.0" x2="75234.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75234.125" y1="615.0" x2="75234.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75234.125" y1="644.0" x2="75234.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="74993.875" y1="412.0" x2="75031.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76214.875" y1="354.0" x2="75485.9375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75485.9375" y1="383.0" x2="75485.9375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75485.9375" y1="412.0" x2="75448.4375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75448.4375" y1="441.0" x2="75448.4375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75448.4375" y1="470.0" x2="75329.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75329.625" y1="499.0" x2="75329.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75329.625" y1="528.0" x2="75282.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75282.125" y1="557.0" x2="75282.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75329.625" y1="528.0" x2="75377.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75377.125" y1="557.0" x2="75323.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75377.125" y1="557.0" x2="75377.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75377.125" y1="586.0" x2="75377.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75377.125" y1="615.0" x2="75337.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75337.125" y1="644.0" x2="75337.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75377.125" y1="615.0" x2="75417.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75417.125" y1="644.0" x2="75363.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75417.125" y1="644.0" x2="75417.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75417.125" y1="673.0" x2="75368.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75368.125" y1="702.0" x2="75368.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75368.125" y1="731.0" x2="75368.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75417.125" y1="673.0" x2="75417.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75417.125" y1="673.0" x2="75466.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75466.125" y1="702.0" x2="75466.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75466.125" y1="731.0" x2="75466.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75417.125" y1="644.0" x2="75470.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75377.125" y1="557.0" x2="75430.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75448.4375" y1="470.0" x2="75567.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75567.25" y1="499.0" x2="75567.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75567.25" y1="528.0" x2="75515.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75515.0" y1="557.0" x2="75515.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75567.25" y1="528.0" x2="75549.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75567.25" y1="528.0" x2="75619.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75619.5" y1="557.0" x2="75619.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75619.5" y1="586.0" x2="75530.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75530.625" y1="615.0" x2="75530.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75530.625" y1="644.0" x2="75530.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75619.5" y1="586.0" x2="75624.75" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75619.5" y1="586.0" x2="75708.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75708.375" y1="615.0" x2="75708.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75708.375" y1="644.0" x2="75620.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75620.625" y1="673.0" x2="75620.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75620.625" y1="702.0" x2="75613.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75620.625" y1="702.0" x2="75628.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75708.375" y1="644.0" x2="75713.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75708.375" y1="644.0" x2="75796.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75796.125" y1="673.0" x2="75796.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75796.125" y1="702.0" x2="75749.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75796.125" y1="702.0" x2="75796.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75796.125" y1="731.0" x2="75796.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75796.125" y1="760.0" x2="75782.625" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75796.125" y1="760.0" x2="75809.625" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75796.125" y1="702.0" x2="75842.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75485.9375" y1="412.0" x2="75523.4375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76214.875" y1="354.0" x2="76067.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76067.625" y1="383.0" x2="76067.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76067.625" y1="412.0" x2="76030.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76030.125" y1="441.0" x2="76030.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76030.125" y1="470.0" x2="75891.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75891.625" y1="499.0" x2="75891.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75891.625" y1="528.0" x2="75851.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75851.625" y1="557.0" x2="75851.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75891.625" y1="528.0" x2="75931.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75931.625" y1="557.0" x2="75878.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75931.625" y1="557.0" x2="75931.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75931.625" y1="586.0" x2="75882.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75882.625" y1="615.0" x2="75882.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75882.625" y1="644.0" x2="75882.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75931.625" y1="586.0" x2="75931.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75931.625" y1="586.0" x2="75980.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75980.625" y1="615.0" x2="75980.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75980.625" y1="644.0" x2="75980.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="75931.625" y1="557.0" x2="75985.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76030.125" y1="470.0" x2="76168.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76168.625" y1="499.0" x2="76168.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76168.625" y1="528.0" x2="76116.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76116.375" y1="557.0" x2="76116.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76168.625" y1="528.0" x2="76150.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76168.625" y1="528.0" x2="76220.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76220.875" y1="557.0" x2="76220.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76220.875" y1="586.0" x2="76043.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76220.875" y1="586.0" x2="76089.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76220.875" y1="586.0" x2="76216.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76216.625" y1="615.0" x2="76096.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76216.625" y1="615.0" x2="76216.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76216.625" y1="644.0" x2="76216.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76216.625" y1="673.0" x2="76195.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76195.125" y1="702.0" x2="76195.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76195.125" y1="731.0" x2="76195.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76216.625" y1="673.0" x2="76238.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76238.125" y1="702.0" x2="76238.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76216.625" y1="615.0" x2="76337.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76220.875" y1="586.0" x2="76398.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76398.625" y1="615.0" x2="76352.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76398.625" y1="615.0" x2="76398.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76398.625" y1="644.0" x2="76398.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76398.625" y1="673.0" x2="76352.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76398.625" y1="673.0" x2="76405.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76405.125" y1="702.0" x2="76405.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76405.125" y1="731.0" x2="76371.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76405.125" y1="731.0" x2="76438.875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76438.875" y1="760.0" x2="76380.375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76380.375" y1="789.0" x2="76380.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76438.875" y1="760.0" x2="76497.375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76497.375" y1="789.0" x2="76497.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76497.375" y1="818.0" x2="76497.375" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76398.625" y1="673.0" x2="76444.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76398.625" y1="615.0" x2="76445.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76067.625" y1="412.0" x2="76105.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76214.875" y1="354.0" x2="76740.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76740.625" y1="383.0" x2="76740.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76740.625" y1="412.0" x2="76703.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76703.125" y1="441.0" x2="76703.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76703.125" y1="470.0" x2="76547.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76547.125" y1="499.0" x2="76547.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76547.125" y1="528.0" x2="76507.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76507.125" y1="557.0" x2="76507.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76547.125" y1="528.0" x2="76587.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76587.125" y1="557.0" x2="76533.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76587.125" y1="557.0" x2="76587.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76587.125" y1="586.0" x2="76489.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76489.125" y1="615.0" x2="76489.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76489.125" y1="644.0" x2="76489.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76587.125" y1="586.0" x2="76538.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76587.125" y1="586.0" x2="76587.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76587.125" y1="615.0" x2="76587.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76587.125" y1="644.0" x2="76587.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76587.125" y1="586.0" x2="76636.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76587.125" y1="586.0" x2="76685.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76685.125" y1="615.0" x2="76685.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76685.125" y1="644.0" x2="76685.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76587.125" y1="557.0" x2="76640.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76703.125" y1="470.0" x2="76859.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76859.125" y1="499.0" x2="76859.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76859.125" y1="528.0" x2="76806.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76806.875" y1="557.0" x2="76806.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76859.125" y1="528.0" x2="76840.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76859.125" y1="528.0" x2="76911.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76911.375" y1="557.0" x2="76911.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76911.375" y1="586.0" x2="76823.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76823.625" y1="615.0" x2="76823.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76823.625" y1="644.0" x2="76703.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76823.625" y1="644.0" x2="76823.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76823.625" y1="673.0" x2="76713.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76713.625" y1="702.0" x2="76713.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76713.625" y1="731.0" x2="76713.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76823.625" y1="673.0" x2="76823.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76823.625" y1="673.0" x2="76933.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76933.625" y1="702.0" x2="76933.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76933.625" y1="731.0" x2="76933.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76823.625" y1="644.0" x2="76943.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76911.375" y1="586.0" x2="76916.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76911.375" y1="586.0" x2="76999.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76999.125" y1="615.0" x2="76999.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76999.125" y1="644.0" x2="76999.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76740.625" y1="412.0" x2="76778.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76214.875" y1="354.0" x2="77254.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77254.125" y1="383.0" x2="77254.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77254.125" y1="412.0" x2="77220.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77220.875" y1="441.0" x2="77220.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77220.875" y1="470.0" x2="77122.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77122.875" y1="499.0" x2="77122.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77122.875" y1="528.0" x2="77122.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77220.875" y1="470.0" x2="77229.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77229.375" y1="499.0" x2="77229.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77220.875" y1="470.0" x2="77318.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77318.875" y1="499.0" x2="77318.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77318.875" y1="528.0" x2="77231.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77231.125" y1="557.0" x2="77231.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77231.125" y1="586.0" x2="77110.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77231.125" y1="586.0" x2="77231.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77231.125" y1="615.0" x2="77120.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77120.625" y1="644.0" x2="77098.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77098.125" y1="673.0" x2="77098.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77098.125" y1="702.0" x2="77098.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77120.625" y1="644.0" x2="77143.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77143.125" y1="673.0" x2="77143.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77231.125" y1="615.0" x2="77231.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77231.125" y1="615.0" x2="77341.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77341.625" y1="644.0" x2="77319.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77319.125" y1="673.0" x2="77319.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77319.125" y1="702.0" x2="77319.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77341.625" y1="644.0" x2="77364.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77364.125" y1="673.0" x2="77364.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77231.125" y1="586.0" x2="77351.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77318.875" y1="528.0" x2="77324.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77318.875" y1="528.0" x2="77406.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77406.625" y1="557.0" x2="77406.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77406.625" y1="586.0" x2="77406.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77254.125" y1="412.0" x2="77287.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76214.875" y1="354.0" x2="77601.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77601.375" y1="383.0" x2="77601.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77601.375" y1="412.0" x2="77563.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77563.875" y1="441.0" x2="77563.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77563.875" y1="470.0" x2="77498.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77498.125" y1="499.0" x2="77498.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77498.125" y1="528.0" x2="77498.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77563.875" y1="470.0" x2="77629.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77629.625" y1="499.0" x2="77629.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77629.625" y1="528.0" x2="77577.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77577.375" y1="557.0" x2="77577.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77629.625" y1="528.0" x2="77611.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77629.625" y1="528.0" x2="77681.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77681.875" y1="557.0" x2="77681.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77681.875" y1="586.0" x2="77681.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77601.375" y1="412.0" x2="77638.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76214.875" y1="354.0" x2="77919.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77919.375" y1="383.0" x2="77919.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77919.375" y1="412.0" x2="77886.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77886.125" y1="441.0" x2="77886.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77886.125" y1="470.0" x2="77788.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77788.125" y1="499.0" x2="77788.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77788.125" y1="528.0" x2="77788.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77886.125" y1="470.0" x2="77894.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77894.625" y1="499.0" x2="77894.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77886.125" y1="470.0" x2="77984.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77984.125" y1="499.0" x2="77984.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77984.125" y1="528.0" x2="77896.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77896.375" y1="557.0" x2="77896.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77896.375" y1="586.0" x2="77888.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77896.375" y1="586.0" x2="77903.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77984.125" y1="528.0" x2="77989.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77984.125" y1="528.0" x2="78071.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78071.875" y1="557.0" x2="78071.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78071.875" y1="586.0" x2="78064.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78071.875" y1="586.0" x2="78079.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="77919.375" y1="412.0" x2="77952.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76214.875" y1="354.0" x2="78284.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78284.125" y1="383.0" x2="78284.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78284.125" y1="412.0" x2="78250.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78250.875" y1="441.0" x2="78250.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78250.875" y1="470.0" x2="78152.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78152.875" y1="499.0" x2="78152.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78152.875" y1="528.0" x2="78152.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78250.875" y1="470.0" x2="78259.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78259.375" y1="499.0" x2="78259.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78250.875" y1="470.0" x2="78348.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78348.875" y1="499.0" x2="78348.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78348.875" y1="528.0" x2="78261.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78261.125" y1="557.0" x2="78261.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78261.125" y1="586.0" x2="78253.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78261.125" y1="586.0" x2="78268.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78348.875" y1="528.0" x2="78354.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78348.875" y1="528.0" x2="78436.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78436.625" y1="557.0" x2="78436.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78436.625" y1="586.0" x2="78390.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78436.625" y1="586.0" x2="78436.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78436.625" y1="615.0" x2="78436.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78436.625" y1="644.0" x2="78436.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78436.625" y1="586.0" x2="78483.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78284.125" y1="412.0" x2="78317.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76214.875" y1="325.0" x2="76261.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76482.7109375" y1="209.0" x2="78284.75" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78284.75" y1="238.0" x2="78284.75" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78284.75" y1="267.0" x2="78188.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78284.75" y1="267.0" x2="78248.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78248.375" y1="296.0" x2="78248.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78248.375" y1="325.0" x2="78248.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78284.75" y1="267.0" x2="78380.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78380.625" y1="296.0" x2="78309.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78309.375" y1="325.0" x2="78309.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78380.625" y1="296.0" x2="78342.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78380.625" y1="296.0" x2="78389.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78389.875" y1="325.0" x2="78389.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78389.875" y1="354.0" x2="78369.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78369.125" y1="383.0" x2="78369.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78369.125" y1="412.0" x2="78369.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78389.875" y1="354.0" x2="78410.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78410.625" y1="383.0" x2="78410.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78380.625" y1="296.0" x2="78437.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78380.625" y1="296.0" x2="78451.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76482.7109375" y1="209.0" x2="78606.75" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78606.75" y1="238.0" x2="78606.75" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78606.75" y1="267.0" x2="78452.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78606.75" y1="267.0" x2="78512.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78512.125" y1="296.0" x2="78512.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78512.125" y1="325.0" x2="78512.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78606.75" y1="267.0" x2="78760.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78760.875" y1="296.0" x2="78573.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78573.125" y1="325.0" x2="78573.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78760.875" y1="296.0" x2="78687.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78687.125" y1="325.0" x2="78612.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78687.125" y1="325.0" x2="78687.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78687.125" y1="354.0" x2="78624.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78624.875" y1="383.0" x2="78624.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78624.875" y1="412.0" x2="78624.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78687.125" y1="354.0" x2="78698.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78687.125" y1="354.0" x2="78749.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78749.375" y1="383.0" x2="78749.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78749.375" y1="412.0" x2="78749.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78687.125" y1="325.0" x2="78762.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78760.875" y1="296.0" x2="78803.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78760.875" y1="296.0" x2="78886.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78886.625" y1="325.0" x2="78886.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78886.625" y1="354.0" x2="78846.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78846.875" y1="383.0" x2="78846.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78846.875" y1="412.0" x2="78800.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78800.625" y1="441.0" x2="78800.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78846.875" y1="412.0" x2="78893.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78893.125" y1="441.0" x2="78839.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78893.125" y1="441.0" x2="78893.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78893.125" y1="470.0" x2="78844.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78844.125" y1="499.0" x2="78844.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78844.125" y1="528.0" x2="78844.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78893.125" y1="470.0" x2="78893.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78893.125" y1="470.0" x2="78942.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78942.125" y1="499.0" x2="78942.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78942.125" y1="528.0" x2="78942.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78893.125" y1="441.0" x2="78946.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78886.625" y1="354.0" x2="78926.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78926.375" y1="383.0" x2="78926.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78760.875" y1="296.0" x2="78934.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="78760.875" y1="296.0" x2="78948.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76482.7109375" y1="209.0" x2="79750.5625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79750.5625" y1="238.0" x2="79750.5625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79750.5625" y1="267.0" x2="79328.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79328.625" y1="296.0" x2="79328.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79750.5625" y1="267.0" x2="79392.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79392.625" y1="296.0" x2="79392.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79392.625" y1="325.0" x2="79392.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79750.5625" y1="267.0" x2="79450.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79450.625" y1="296.0" x2="79450.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79450.625" y1="325.0" x2="79450.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79750.5625" y1="267.0" x2="80172.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80172.5" y1="296.0" x2="80104.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80172.5" y1="296.0" x2="80172.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80172.5" y1="325.0" x2="79534.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79534.125" y1="354.0" x2="79109.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79109.875" y1="383.0" x2="79109.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79109.875" y1="412.0" x2="79068.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79109.875" y1="412.0" x2="79109.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79109.875" y1="441.0" x2="79109.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79109.875" y1="470.0" x2="79025.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79025.625" y1="499.0" x2="79025.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79025.625" y1="528.0" x2="79025.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79109.875" y1="470.0" x2="79194.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79194.125" y1="499.0" x2="79058.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79194.125" y1="499.0" x2="79129.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79129.625" y1="528.0" x2="79129.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79129.625" y1="557.0" x2="79129.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79194.125" y1="499.0" x2="79200.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79194.125" y1="499.0" x2="79264.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79264.625" y1="528.0" x2="79264.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79264.625" y1="557.0" x2="79202.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79202.875" y1="586.0" x2="79202.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79264.625" y1="557.0" x2="79236.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79264.625" y1="557.0" x2="79326.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79326.375" y1="586.0" x2="79326.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79326.375" y1="615.0" x2="79326.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79194.125" y1="499.0" x2="79329.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79109.875" y1="412.0" x2="79151.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79534.125" y1="354.0" x2="79526.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79534.125" y1="354.0" x2="79958.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79958.375" y1="383.0" x2="79958.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79958.375" y1="412.0" x2="79911.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79958.375" y1="412.0" x2="79958.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79958.375" y1="441.0" x2="79517.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79517.875" y1="470.0" x2="79517.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79517.875" y1="499.0" x2="79480.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79480.375" y1="528.0" x2="79480.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79480.375" y1="557.0" x2="79420.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79480.375" y1="557.0" x2="79539.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79539.875" y1="586.0" x2="79502.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79502.375" y1="615.0" x2="79502.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79539.875" y1="586.0" x2="79536.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79539.875" y1="586.0" x2="79577.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79577.375" y1="615.0" x2="79577.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79577.375" y1="644.0" x2="79539.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79577.375" y1="644.0" x2="79567.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79577.375" y1="644.0" x2="79591.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79591.375" y1="673.0" x2="79591.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79591.375" y1="702.0" x2="79542.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79542.375" y1="731.0" x2="79542.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79591.375" y1="702.0" x2="79640.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79640.375" y1="731.0" x2="79586.875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79640.375" y1="731.0" x2="79640.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79640.375" y1="760.0" x2="79640.375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79640.375" y1="789.0" x2="79640.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79640.375" y1="731.0" x2="79693.875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79577.375" y1="644.0" x2="79614.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79517.875" y1="499.0" x2="79555.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79958.375" y1="441.0" x2="79832.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79832.75" y1="470.0" x2="79832.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79832.75" y1="499.0" x2="79795.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79795.25" y1="528.0" x2="79795.25" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79795.25" y1="557.0" x2="79735.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79795.25" y1="557.0" x2="79854.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79854.75" y1="586.0" x2="79817.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79817.25" y1="615.0" x2="79817.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79854.75" y1="586.0" x2="79851.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79854.75" y1="586.0" x2="79892.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79892.25" y1="615.0" x2="79892.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79892.25" y1="644.0" x2="79792.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79792.875" y1="673.0" x2="79792.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79792.875" y1="702.0" x2="79755.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79792.875" y1="702.0" x2="79783.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79792.875" y1="702.0" x2="79806.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79806.875" y1="731.0" x2="79806.875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79806.875" y1="760.0" x2="79741.875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79741.875" y1="789.0" x2="79741.875" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79741.875" y1="818.0" x2="79741.875" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79806.875" y1="760.0" x2="79871.875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79871.875" y1="789.0" x2="79871.875" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79792.875" y1="702.0" x2="79830.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79892.25" y1="644.0" x2="79890.75" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79892.25" y1="644.0" x2="79991.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79991.625" y1="673.0" x2="79991.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79991.625" y1="702.0" x2="79954.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79991.625" y1="702.0" x2="79982.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79991.625" y1="702.0" x2="80005.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80005.625" y1="731.0" x2="80005.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80005.625" y1="760.0" x2="79962.375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79962.375" y1="789.0" x2="79962.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80005.625" y1="760.0" x2="80048.875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80048.875" y1="789.0" x2="79995.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80048.875" y1="789.0" x2="80048.875" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80048.875" y1="818.0" x2="80048.875" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80048.875" y1="847.0" x2="80048.875" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80048.875" y1="789.0" x2="80102.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79991.625" y1="702.0" x2="80029.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79832.75" y1="499.0" x2="79870.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79958.375" y1="441.0" x2="80209.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80209.625" y1="470.0" x2="80209.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80209.625" y1="499.0" x2="80176.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80176.375" y1="528.0" x2="80176.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80176.375" y1="557.0" x2="80078.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80078.375" y1="586.0" x2="80078.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80078.375" y1="615.0" x2="80078.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80176.375" y1="557.0" x2="80184.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80184.875" y1="586.0" x2="80184.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80176.375" y1="557.0" x2="80274.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80274.375" y1="586.0" x2="80274.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80274.375" y1="615.0" x2="80236.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80274.375" y1="615.0" x2="80264.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80274.375" y1="615.0" x2="80288.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80288.375" y1="644.0" x2="80288.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80288.375" y1="673.0" x2="80239.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80239.375" y1="702.0" x2="80239.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80288.375" y1="673.0" x2="80337.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80337.375" y1="702.0" x2="80283.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80337.375" y1="702.0" x2="80337.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80337.375" y1="731.0" x2="80337.375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80337.375" y1="760.0" x2="80215.375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80215.375" y1="789.0" x2="80215.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80215.375" y1="818.0" x2="80150.375" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80150.375" y1="847.0" x2="80150.375" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80150.375" y1="876.0" x2="80150.375" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80215.375" y1="818.0" x2="80280.375" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80280.375" y1="847.0" x2="80280.375" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80337.375" y1="760.0" x2="80299.375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80299.375" y1="789.0" x2="80292.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80299.375" y1="789.0" x2="80306.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80337.375" y1="760.0" x2="80379.375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80379.375" y1="789.0" x2="80372.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80379.375" y1="789.0" x2="80386.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80337.375" y1="760.0" x2="80459.375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80459.375" y1="789.0" x2="80452.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80459.375" y1="789.0" x2="80466.375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80337.375" y1="702.0" x2="80390.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80274.375" y1="615.0" x2="80311.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80209.625" y1="499.0" x2="80242.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79958.375" y1="441.0" x2="80398.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80398.875" y1="470.0" x2="80398.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80398.875" y1="499.0" x2="80352.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80398.875" y1="499.0" x2="80405.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80405.375" y1="528.0" x2="80405.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80405.375" y1="557.0" x2="80327.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80405.375" y1="557.0" x2="80355.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80405.375" y1="557.0" x2="80419.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80419.375" y1="586.0" x2="80369.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80369.375" y1="615.0" x2="80369.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80419.375" y1="586.0" x2="80469.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80469.375" y1="615.0" x2="80460.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80469.375" y1="615.0" x2="80477.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80405.375" y1="557.0" x2="80483.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80398.875" y1="499.0" x2="80444.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="79958.375" y1="412.0" x2="80004.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80172.5" y1="325.0" x2="80810.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80810.875" y1="354.0" x2="80782.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80810.875" y1="354.0" x2="80839.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80839.125" y1="383.0" x2="80839.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80839.125" y1="412.0" x2="80792.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80839.125" y1="412.0" x2="80839.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80839.125" y1="441.0" x2="80601.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80601.375" y1="470.0" x2="80601.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80601.375" y1="499.0" x2="80563.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80563.875" y1="528.0" x2="80563.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80563.875" y1="557.0" x2="80504.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80563.875" y1="557.0" x2="80623.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80623.375" y1="586.0" x2="80585.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80585.875" y1="615.0" x2="80585.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80623.375" y1="586.0" x2="80619.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80623.375" y1="586.0" x2="80660.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80660.875" y1="615.0" x2="80660.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80660.875" y1="644.0" x2="80623.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80660.875" y1="644.0" x2="80651.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80660.875" y1="644.0" x2="80674.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80674.875" y1="673.0" x2="80674.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80674.875" y1="702.0" x2="80619.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80619.125" y1="731.0" x2="80619.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80619.125" y1="760.0" x2="80619.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80674.875" y1="702.0" x2="80698.125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80674.875" y1="702.0" x2="80730.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80730.625" y1="731.0" x2="80730.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80660.875" y1="644.0" x2="80698.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80601.375" y1="499.0" x2="80638.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80839.125" y1="441.0" x2="80883.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80883.625" y1="470.0" x2="80883.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80883.625" y1="499.0" x2="80850.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80850.375" y1="528.0" x2="80850.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80850.375" y1="557.0" x2="80812.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80812.125" y1="586.0" x2="80812.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80812.125" y1="615.0" x2="80765.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80765.375" y1="644.0" x2="80765.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80765.375" y1="673.0" x2="80765.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80812.125" y1="615.0" x2="80826.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80812.125" y1="615.0" x2="80858.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80858.875" y1="644.0" x2="80858.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80850.375" y1="557.0" x2="80873.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80850.375" y1="557.0" x2="80888.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80883.625" y1="499.0" x2="80916.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80839.125" y1="441.0" x2="81076.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81076.875" y1="470.0" x2="81076.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81076.875" y1="499.0" x2="81043.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81043.625" y1="528.0" x2="81043.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81043.625" y1="557.0" x2="80945.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80945.625" y1="586.0" x2="80945.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80945.625" y1="615.0" x2="80945.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81043.625" y1="557.0" x2="81052.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81052.125" y1="586.0" x2="81052.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81043.625" y1="557.0" x2="81141.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81141.625" y1="586.0" x2="81141.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81141.625" y1="615.0" x2="81141.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81076.875" y1="499.0" x2="81110.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80839.125" y1="412.0" x2="80885.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="80172.5" y1="296.0" x2="80241.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76482.7109375" y1="209.0" x2="81304.53125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81304.53125" y1="238.0" x2="81304.53125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81304.53125" y1="267.0" x2="81085.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81085.0" y1="296.0" x2="81085.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81085.0" y1="325.0" x2="81085.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81304.53125" y1="267.0" x2="81167.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81167.0" y1="296.0" x2="81167.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81304.53125" y1="267.0" x2="81256.75" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81256.75" y1="296.0" x2="81224.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81224.5" y1="325.0" x2="81224.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81224.5" y1="354.0" x2="81224.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81256.75" y1="296.0" x2="81274.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81256.75" y1="296.0" x2="81289.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81304.53125" y1="267.0" x2="81524.0625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81524.0625" y1="296.0" x2="81524.0625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81524.0625" y1="325.0" x2="81477.5625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81524.0625" y1="325.0" x2="81524.0625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81524.0625" y1="354.0" x2="81284.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81284.5" y1="383.0" x2="81284.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81284.5" y1="412.0" x2="81247.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81247.0" y1="441.0" x2="81247.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81247.0" y1="470.0" x2="81175.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81175.75" y1="499.0" x2="81175.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81175.75" y1="528.0" x2="81175.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81247.0" y1="470.0" x2="81318.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81318.25" y1="499.0" x2="81318.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81318.25" y1="528.0" x2="81266.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81266.0" y1="557.0" x2="81266.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81318.25" y1="528.0" x2="81300.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81318.25" y1="528.0" x2="81370.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81370.5" y1="557.0" x2="81370.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81370.5" y1="586.0" x2="81290.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81290.375" y1="615.0" x2="81214.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81214.125" y1="644.0" x2="81145.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81145.625" y1="673.0" x2="81145.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81145.625" y1="702.0" x2="81145.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81214.125" y1="644.0" x2="81208.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81214.125" y1="644.0" x2="81282.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81282.625" y1="673.0" x2="81282.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81282.625" y1="702.0" x2="81282.625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81290.375" y1="615.0" x2="81284.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81290.375" y1="615.0" x2="81366.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81366.625" y1="644.0" x2="81366.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81366.625" y1="673.0" x2="81366.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81370.5" y1="586.0" x2="81364.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81370.5" y1="586.0" x2="81450.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81450.625" y1="615.0" x2="81450.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81450.625" y1="644.0" x2="81450.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81284.5" y1="412.0" x2="81322.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81524.0625" y1="354.0" x2="81763.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81763.625" y1="383.0" x2="81763.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81763.625" y1="412.0" x2="81726.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81726.125" y1="441.0" x2="81726.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81726.125" y1="470.0" x2="81637.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81637.125" y1="499.0" x2="81637.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81637.125" y1="528.0" x2="81581.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81581.375" y1="557.0" x2="81581.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81581.375" y1="586.0" x2="81542.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81542.125" y1="615.0" x2="81542.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81542.125" y1="644.0" x2="81542.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81581.375" y1="586.0" x2="81581.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81581.375" y1="586.0" x2="81620.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81620.625" y1="615.0" x2="81620.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81637.125" y1="528.0" x2="81660.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81637.125" y1="528.0" x2="81692.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81692.875" y1="557.0" x2="81692.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81726.125" y1="470.0" x2="81815.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81815.125" y1="499.0" x2="81815.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81815.125" y1="528.0" x2="81762.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81762.875" y1="557.0" x2="81762.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81815.125" y1="528.0" x2="81796.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81815.125" y1="528.0" x2="81867.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81867.375" y1="557.0" x2="81867.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81867.375" y1="586.0" x2="81784.34375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81784.34375" y1="615.0" x2="81702.28125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81702.28125" y1="644.0" x2="81622.15625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81622.15625" y1="673.0" x2="81545.90625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81545.90625" y1="702.0" x2="81477.40625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81477.40625" y1="731.0" x2="81477.40625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81477.40625" y1="760.0" x2="81477.40625" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81545.90625" y1="702.0" x2="81539.90625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81545.90625" y1="702.0" x2="81614.40625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81614.40625" y1="731.0" x2="81614.40625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81614.40625" y1="760.0" x2="81555.78125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81614.40625" y1="760.0" x2="81579.28125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81579.28125" y1="789.0" x2="81579.28125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81579.28125" y1="818.0" x2="81523.53125" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81523.53125" y1="847.0" x2="81523.53125" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81523.53125" y1="876.0" x2="81523.53125" y2="899.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81579.28125" y1="818.0" x2="81602.53125" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81579.28125" y1="818.0" x2="81635.03125" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81635.03125" y1="847.0" x2="81635.03125" y2="870.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81614.40625" y1="760.0" x2="81609.40625" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81614.40625" y1="760.0" x2="81673.03125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81673.03125" y1="789.0" x2="81673.03125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81673.03125" y1="818.0" x2="81673.03125" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81622.15625" y1="673.0" x2="81616.15625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81622.15625" y1="673.0" x2="81698.40625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81698.40625" y1="702.0" x2="81698.40625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81698.40625" y1="731.0" x2="81698.40625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81702.28125" y1="644.0" x2="81696.28125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81702.28125" y1="644.0" x2="81782.40625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81782.40625" y1="673.0" x2="81782.40625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81782.40625" y1="702.0" x2="81782.40625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81784.34375" y1="615.0" x2="81778.34375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81784.34375" y1="615.0" x2="81866.40625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81866.40625" y1="644.0" x2="81866.40625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81866.40625" y1="673.0" x2="81866.40625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81867.375" y1="586.0" x2="81861.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81867.375" y1="586.0" x2="81950.40625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81950.40625" y1="615.0" x2="81950.40625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81950.40625" y1="644.0" x2="81950.40625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81763.625" y1="412.0" x2="81801.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81524.0625" y1="325.0" x2="81570.5625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76482.7109375" y1="209.0" x2="82108.09375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82108.09375" y1="238.0" x2="82108.09375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82108.09375" y1="267.0" x2="81923.90625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81923.90625" y1="296.0" x2="81923.90625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81923.90625" y1="325.0" x2="81923.90625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82108.09375" y1="267.0" x2="82005.90625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82005.90625" y1="296.0" x2="82005.90625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82108.09375" y1="267.0" x2="82095.65625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82095.65625" y1="296.0" x2="82063.40625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82063.40625" y1="325.0" x2="82063.40625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82063.40625" y1="354.0" x2="82063.40625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82095.65625" y1="296.0" x2="82112.90625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82095.65625" y1="296.0" x2="82127.90625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82108.09375" y1="267.0" x2="82292.28125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82292.28125" y1="296.0" x2="82292.28125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82292.28125" y1="325.0" x2="82245.78125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82292.28125" y1="325.0" x2="82292.28125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82292.28125" y1="354.0" x2="82140.90625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82140.90625" y1="383.0" x2="82140.90625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82140.90625" y1="412.0" x2="82103.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82103.40625" y1="441.0" x2="82103.40625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82103.40625" y1="470.0" x2="82014.40625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82014.40625" y1="499.0" x2="82014.40625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82014.40625" y1="528.0" x2="81975.90625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="81975.90625" y1="557.0" x2="81975.90625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82014.40625" y1="528.0" x2="82052.90625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82052.90625" y1="557.0" x2="81999.40625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82052.90625" y1="557.0" x2="82052.90625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82052.90625" y1="586.0" x2="82052.90625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82052.90625" y1="615.0" x2="82052.90625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82052.90625" y1="557.0" x2="82106.40625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82103.40625" y1="470.0" x2="82192.40625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82192.40625" y1="499.0" x2="82192.40625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82192.40625" y1="528.0" x2="82140.15625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82140.15625" y1="557.0" x2="82140.15625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82192.40625" y1="528.0" x2="82174.15625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82192.40625" y1="528.0" x2="82244.65625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82244.65625" y1="557.0" x2="82244.65625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82244.65625" y1="586.0" x2="82244.65625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82140.90625" y1="412.0" x2="82178.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82292.28125" y1="354.0" x2="82443.65625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82443.65625" y1="383.0" x2="82443.65625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82443.65625" y1="412.0" x2="82406.15625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82406.15625" y1="441.0" x2="82406.15625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82406.15625" y1="470.0" x2="82334.90625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82334.90625" y1="499.0" x2="82334.90625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82334.90625" y1="528.0" x2="82334.90625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82406.15625" y1="470.0" x2="82477.40625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82477.40625" y1="499.0" x2="82477.40625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82477.40625" y1="528.0" x2="82425.15625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82425.15625" y1="557.0" x2="82425.15625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82477.40625" y1="528.0" x2="82459.15625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82477.40625" y1="528.0" x2="82529.65625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82529.65625" y1="557.0" x2="82529.65625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82529.65625" y1="586.0" x2="82482.90625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82482.90625" y1="615.0" x2="82482.90625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82482.90625" y1="644.0" x2="82482.90625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82529.65625" y1="586.0" x2="82543.90625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82529.65625" y1="586.0" x2="82576.40625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82576.40625" y1="615.0" x2="82576.40625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82443.65625" y1="412.0" x2="82481.15625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82292.28125" y1="325.0" x2="82338.78125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="76482.7109375" y1="209.0" x2="82186.59375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="69015.869140625" y1="122.0" x2="73690.76953125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="44239.0869140625" y1="35.0" x2="88404.673828125" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="88404.673828125" y1="64.0" x2="88404.673828125" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="88404.673828125" y1="93.0" x2="82293.21875" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="88404.673828125" y1="93.0" x2="82375.21875" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82375.21875" y1="122.0" x2="82284.71875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82284.71875" y1="151.0" x2="82284.71875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82375.21875" y1="122.0" x2="82321.21875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82375.21875" y1="122.0" x2="82357.71875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82357.71875" y1="151.0" x2="82357.71875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82375.21875" y1="122.0" x2="82411.71875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82375.21875" y1="122.0" x2="82465.71875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82465.71875" y1="151.0" x2="82465.71875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="88404.673828125" y1="93.0" x2="94516.12890625" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94516.12890625" y1="122.0" x2="82498.71875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94516.12890625" y1="122.0" x2="82592.71875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82592.71875" y1="151.0" x2="82592.71875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82592.71875" y1="180.0" x2="82216.78125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82592.71875" y1="180.0" x2="82260.78125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82260.78125" y1="209.0" x2="82260.78125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82592.71875" y1="180.0" x2="82339.78125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82339.78125" y1="209.0" x2="82284.28125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82339.78125" y1="209.0" x2="82339.78125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82339.78125" y1="238.0" x2="82339.78125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82339.78125" y1="267.0" x2="82339.78125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82339.78125" y1="209.0" x2="82395.28125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82592.71875" y1="180.0" x2="82968.65625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82968.65625" y1="209.0" x2="82890.15625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82968.65625" y1="209.0" x2="82968.65625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82968.65625" y1="238.0" x2="82968.65625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82968.65625" y1="267.0" x2="82397.28125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82968.65625" y1="267.0" x2="82479.28125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82479.28125" y1="296.0" x2="82479.28125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82968.65625" y1="267.0" x2="82669.53125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82669.53125" y1="296.0" x2="82536.78125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82536.78125" y1="325.0" x2="82536.78125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82536.78125" y1="354.0" x2="82536.78125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82669.53125" y1="296.0" x2="82632.28125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82632.28125" y1="325.0" x2="82576.78125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82632.28125" y1="325.0" x2="82632.28125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82632.28125" y1="354.0" x2="82632.28125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82632.28125" y1="383.0" x2="82632.28125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82632.28125" y1="325.0" x2="82687.78125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82669.53125" y1="296.0" x2="82700.28125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82669.53125" y1="296.0" x2="82754.78125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82754.78125" y1="325.0" x2="82754.78125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82754.78125" y1="354.0" x2="82702.78125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82702.78125" y1="383.0" x2="82682.03125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82682.03125" y1="412.0" x2="82682.03125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82682.03125" y1="441.0" x2="82682.03125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82702.78125" y1="383.0" x2="82723.53125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82723.53125" y1="412.0" x2="82723.53125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82754.78125" y1="354.0" x2="82754.78125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82754.78125" y1="354.0" x2="82806.78125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82806.78125" y1="383.0" x2="82786.03125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82786.03125" y1="412.0" x2="82786.03125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82786.03125" y1="441.0" x2="82786.03125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82806.78125" y1="383.0" x2="82827.53125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82827.53125" y1="412.0" x2="82827.53125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82669.53125" y1="296.0" x2="82802.28125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82968.65625" y1="267.0" x2="83540.03125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83540.03125" y1="296.0" x2="83540.03125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83540.03125" y1="325.0" x2="83493.53125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83540.03125" y1="325.0" x2="83540.03125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83540.03125" y1="354.0" x2="82941.53125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82941.53125" y1="383.0" x2="82941.53125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82941.53125" y1="412.0" x2="82904.03125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82904.03125" y1="441.0" x2="82904.03125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82904.03125" y1="470.0" x2="82832.78125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82832.78125" y1="499.0" x2="82832.78125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82832.78125" y1="528.0" x2="82832.78125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82904.03125" y1="470.0" x2="82975.28125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82975.28125" y1="499.0" x2="82975.28125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82975.28125" y1="528.0" x2="82923.03125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82923.03125" y1="557.0" x2="82923.03125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82975.28125" y1="528.0" x2="82957.03125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82975.28125" y1="528.0" x2="83027.53125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83027.53125" y1="557.0" x2="83027.53125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83027.53125" y1="586.0" x2="83027.53125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82941.53125" y1="412.0" x2="82979.03125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83540.03125" y1="354.0" x2="83265.03125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83265.03125" y1="383.0" x2="83265.03125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83265.03125" y1="412.0" x2="83231.78125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83231.78125" y1="441.0" x2="83231.78125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83231.78125" y1="470.0" x2="83133.78125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83133.78125" y1="499.0" x2="83133.78125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83133.78125" y1="528.0" x2="83133.78125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83231.78125" y1="470.0" x2="83240.28125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83240.28125" y1="499.0" x2="83240.28125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83231.78125" y1="470.0" x2="83329.78125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83329.78125" y1="499.0" x2="83329.78125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83329.78125" y1="528.0" x2="83261.28125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83261.28125" y1="557.0" x2="83261.28125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83261.28125" y1="586.0" x2="83261.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83329.78125" y1="528.0" x2="83323.78125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83329.78125" y1="528.0" x2="83398.28125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83398.28125" y1="557.0" x2="83398.28125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83398.28125" y1="586.0" x2="83398.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83265.03125" y1="412.0" x2="83298.28125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83540.03125" y1="354.0" x2="83589.78125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83589.78125" y1="383.0" x2="83589.78125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83589.78125" y1="412.0" x2="83552.28125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83552.28125" y1="441.0" x2="83552.28125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83552.28125" y1="470.0" x2="83483.28125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83483.28125" y1="499.0" x2="83483.28125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83483.28125" y1="528.0" x2="83483.28125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83552.28125" y1="470.0" x2="83621.28125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83621.28125" y1="499.0" x2="83621.28125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83621.28125" y1="528.0" x2="83569.03125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83569.03125" y1="557.0" x2="83569.03125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83621.28125" y1="528.0" x2="83603.03125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83621.28125" y1="528.0" x2="83673.53125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83673.53125" y1="557.0" x2="83673.53125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83673.53125" y1="586.0" x2="83673.53125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83589.78125" y1="412.0" x2="83627.28125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83540.03125" y1="354.0" x2="83865.78125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83865.78125" y1="383.0" x2="83865.78125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83865.78125" y1="412.0" x2="83828.28125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83828.28125" y1="441.0" x2="83828.28125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83828.28125" y1="470.0" x2="83762.53125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83762.53125" y1="499.0" x2="83762.53125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83762.53125" y1="528.0" x2="83762.53125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83828.28125" y1="470.0" x2="83894.03125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83894.03125" y1="499.0" x2="83894.03125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83894.03125" y1="528.0" x2="83841.78125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83841.78125" y1="557.0" x2="83841.78125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83894.03125" y1="528.0" x2="83875.78125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83894.03125" y1="528.0" x2="83946.28125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83946.28125" y1="557.0" x2="83946.28125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83946.28125" y1="586.0" x2="83911.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83946.28125" y1="586.0" x2="83942.78125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83942.78125" y1="615.0" x2="83942.78125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83942.78125" y1="644.0" x2="83942.78125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83946.28125" y1="586.0" x2="83966.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83946.28125" y1="586.0" x2="83981.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83865.78125" y1="412.0" x2="83903.28125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83540.03125" y1="354.0" x2="84138.53125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="84138.53125" y1="383.0" x2="84138.53125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="84138.53125" y1="412.0" x2="84101.03125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="84101.03125" y1="441.0" x2="84101.03125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="84101.03125" y1="470.0" x2="84032.03125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="84032.03125" y1="499.0" x2="84032.03125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="84032.03125" y1="528.0" x2="84032.03125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="84101.03125" y1="470.0" x2="84170.03125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="84170.03125" y1="499.0" x2="84170.03125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="84170.03125" y1="528.0" x2="84117.78125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="84117.78125" y1="557.0" x2="84117.78125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="84170.03125" y1="528.0" x2="84151.78125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="84170.03125" y1="528.0" x2="84222.28125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="84222.28125" y1="557.0" x2="84222.28125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="84222.28125" y1="586.0" x2="84222.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="84138.53125" y1="412.0" x2="84176.03125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="83540.03125" y1="325.0" x2="83586.53125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="82968.65625" y1="209.0" x2="83047.15625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94516.12890625" y1="122.0" x2="85721.40625" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="85721.40625" y1="151.0" x2="85721.40625" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="85721.40625" y1="180.0" x2="84798.15625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="85721.40625" y1="180.0" x2="84842.15625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="84842.15625" y1="209.0" x2="84842.15625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="85721.40625" y1="180.0" x2="86644.65625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="86644.65625" y1="209.0" x2="86637.15625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="86644.65625" y1="209.0" x2="86652.15625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94516.12890625" y1="122.0" x2="89330.15625" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="89330.15625" y1="151.0" x2="89330.15625" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="89330.15625" y1="180.0" x2="88405.65625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="89330.15625" y1="180.0" x2="88449.65625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="88449.65625" y1="209.0" x2="88449.65625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="89330.15625" y1="180.0" x2="90254.65625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90254.65625" y1="209.0" x2="90247.15625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90254.65625" y1="209.0" x2="90262.15625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94516.12890625" y1="122.0" x2="93772.2890625" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93772.2890625" y1="151.0" x2="93772.2890625" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93772.2890625" y1="180.0" x2="90306.65625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93772.2890625" y1="180.0" x2="90350.65625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90350.65625" y1="209.0" x2="90350.65625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90350.65625" y1="238.0" x2="90350.65625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93772.2890625" y1="180.0" x2="97237.921875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97237.921875" y1="209.0" x2="90412.65625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97237.921875" y1="209.0" x2="90491.15625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90491.15625" y1="238.0" x2="90491.15625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90491.15625" y1="267.0" x2="90112.65625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90491.15625" y1="267.0" x2="90194.65625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90194.65625" y1="296.0" x2="90194.65625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90491.15625" y1="267.0" x2="90465.34375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90465.34375" y1="296.0" x2="90252.15625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90252.15625" y1="325.0" x2="90252.15625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90252.15625" y1="354.0" x2="90252.15625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90465.34375" y1="296.0" x2="90442.59375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90465.34375" y1="296.0" x2="90631.03125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90631.03125" y1="325.0" x2="90453.90625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90453.90625" y1="354.0" x2="90321.65625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90321.65625" y1="383.0" x2="90228.40625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90228.40625" y1="412.0" x2="90228.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90228.40625" y1="441.0" x2="90228.40625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90321.65625" y1="383.0" x2="90351.90625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90351.90625" y1="412.0" x2="90351.90625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90351.90625" y1="441.0" x2="90351.90625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90321.65625" y1="383.0" x2="90414.90625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90414.90625" y1="412.0" x2="90414.90625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90453.90625" y1="354.0" x2="90453.90625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90453.90625" y1="354.0" x2="90586.15625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90586.15625" y1="383.0" x2="90492.90625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90492.90625" y1="412.0" x2="90492.90625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90492.90625" y1="441.0" x2="90492.90625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90586.15625" y1="383.0" x2="90616.40625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90616.40625" y1="412.0" x2="90616.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90616.40625" y1="441.0" x2="90616.40625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90586.15625" y1="383.0" x2="90679.40625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90679.40625" y1="412.0" x2="90679.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90631.03125" y1="325.0" x2="90631.78125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90631.03125" y1="325.0" x2="90808.15625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90808.15625" y1="354.0" x2="90734.90625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90808.15625" y1="354.0" x2="90790.90625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90790.90625" y1="383.0" x2="90748.90625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90748.90625" y1="412.0" x2="90748.90625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90748.90625" y1="441.0" x2="90748.90625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90790.90625" y1="383.0" x2="90832.90625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90832.90625" y1="412.0" x2="90825.90625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90832.90625" y1="412.0" x2="90839.90625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90808.15625" y1="354.0" x2="90881.40625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90881.40625" y1="383.0" x2="90881.40625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90465.34375" y1="296.0" x2="90678.53125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90491.15625" y1="267.0" x2="90869.65625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90869.65625" y1="296.0" x2="90869.65625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90869.65625" y1="325.0" x2="90862.15625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="90869.65625" y1="325.0" x2="90877.15625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97237.921875" y1="209.0" x2="91460.90625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91460.90625" y1="238.0" x2="91460.90625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91460.90625" y1="267.0" x2="90956.65625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91460.90625" y1="267.0" x2="91038.65625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91038.65625" y1="296.0" x2="91038.65625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91460.90625" y1="267.0" x2="91386.84375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91386.84375" y1="296.0" x2="91096.15625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91096.15625" y1="325.0" x2="91096.15625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91096.15625" y1="354.0" x2="91096.15625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91386.84375" y1="296.0" x2="91364.09375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91386.84375" y1="296.0" x2="91630.03125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91630.03125" y1="325.0" x2="91356.40625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91356.40625" y1="354.0" x2="91165.65625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91165.65625" y1="383.0" x2="91035.90625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91035.90625" y1="412.0" x2="91035.90625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91035.90625" y1="441.0" x2="91035.90625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91165.65625" y1="383.0" x2="91159.40625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91159.40625" y1="412.0" x2="91159.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91159.40625" y1="441.0" x2="91159.40625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91165.65625" y1="383.0" x2="91222.40625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91222.40625" y1="412.0" x2="91222.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91165.65625" y1="383.0" x2="91295.40625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91295.40625" y1="412.0" x2="91274.90625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91295.40625" y1="412.0" x2="91315.90625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91315.90625" y1="441.0" x2="91315.90625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91315.90625" y1="470.0" x2="91315.90625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91356.40625" y1="354.0" x2="91356.40625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91356.40625" y1="354.0" x2="91547.15625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91547.15625" y1="383.0" x2="91417.40625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91417.40625" y1="412.0" x2="91417.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91417.40625" y1="441.0" x2="91417.40625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91547.15625" y1="383.0" x2="91540.90625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91540.90625" y1="412.0" x2="91540.90625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91540.90625" y1="441.0" x2="91540.90625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91547.15625" y1="383.0" x2="91603.90625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91603.90625" y1="412.0" x2="91603.90625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91547.15625" y1="383.0" x2="91676.90625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91676.90625" y1="412.0" x2="91656.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91676.90625" y1="412.0" x2="91697.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91697.40625" y1="441.0" x2="91697.40625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91697.40625" y1="470.0" x2="91659.40625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91697.40625" y1="470.0" x2="91688.40625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91697.40625" y1="470.0" x2="91711.90625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91711.90625" y1="499.0" x2="91711.90625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91711.90625" y1="528.0" x2="91711.90625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91697.40625" y1="470.0" x2="91735.40625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91630.03125" y1="325.0" x2="91630.78125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91630.03125" y1="325.0" x2="91903.65625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91903.65625" y1="354.0" x2="91810.40625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91903.65625" y1="354.0" x2="91866.40625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91866.40625" y1="383.0" x2="91784.40625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91784.40625" y1="412.0" x2="91784.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91784.40625" y1="441.0" x2="91784.40625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91866.40625" y1="383.0" x2="91868.40625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91868.40625" y1="412.0" x2="91861.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91868.40625" y1="412.0" x2="91875.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91866.40625" y1="383.0" x2="91948.40625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91948.40625" y1="412.0" x2="91941.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91948.40625" y1="412.0" x2="91955.40625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91903.65625" y1="354.0" x2="91996.90625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91996.90625" y1="383.0" x2="91996.90625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91386.84375" y1="296.0" x2="91677.53125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91460.90625" y1="267.0" x2="91965.15625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91965.15625" y1="296.0" x2="91965.15625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91965.15625" y1="325.0" x2="91957.65625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="91965.15625" y1="325.0" x2="91972.65625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97237.921875" y1="209.0" x2="92257.28125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92257.28125" y1="238.0" x2="92257.28125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92257.28125" y1="267.0" x2="92096.90625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92096.90625" y1="296.0" x2="92041.90625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92041.90625" y1="325.0" x2="92041.90625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92041.90625" y1="354.0" x2="92041.90625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92096.90625" y1="296.0" x2="92151.90625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92151.90625" y1="325.0" x2="92151.90625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92151.90625" y1="354.0" x2="92151.90625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92257.28125" y1="267.0" x2="92229.40625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92229.40625" y1="296.0" x2="92229.40625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92229.40625" y1="325.0" x2="92229.40625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92257.28125" y1="267.0" x2="92335.65625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92335.65625" y1="296.0" x2="92303.40625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92303.40625" y1="325.0" x2="92303.40625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92303.40625" y1="354.0" x2="92303.40625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92335.65625" y1="296.0" x2="92352.90625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92335.65625" y1="296.0" x2="92367.90625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92257.28125" y1="267.0" x2="92417.65625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92417.65625" y1="296.0" x2="92417.65625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92417.65625" y1="325.0" x2="92371.15625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92417.65625" y1="325.0" x2="92417.65625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92417.65625" y1="354.0" x2="92417.65625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92417.65625" y1="383.0" x2="92371.65625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92417.65625" y1="383.0" x2="92424.15625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92424.15625" y1="412.0" x2="92424.15625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92424.15625" y1="441.0" x2="92385.90625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92385.90625" y1="470.0" x2="92385.90625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92385.90625" y1="499.0" x2="92357.40625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92385.90625" y1="499.0" x2="92381.90625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92385.90625" y1="499.0" x2="92414.40625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92414.40625" y1="528.0" x2="92414.40625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92424.15625" y1="441.0" x2="92447.40625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92424.15625" y1="441.0" x2="92462.40625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92417.65625" y1="383.0" x2="92463.65625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92417.65625" y1="325.0" x2="92464.15625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97237.921875" y1="209.0" x2="92686.28125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92686.28125" y1="238.0" x2="92686.28125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92686.28125" y1="267.0" x2="92559.40625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92559.40625" y1="296.0" x2="92526.65625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92526.65625" y1="325.0" x2="92526.65625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92526.65625" y1="354.0" x2="92526.65625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92559.40625" y1="296.0" x2="92592.15625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92686.28125" y1="267.0" x2="92641.40625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92641.40625" y1="296.0" x2="92641.40625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92686.28125" y1="267.0" x2="92731.15625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92731.15625" y1="296.0" x2="92698.90625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92698.90625" y1="325.0" x2="92698.90625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92698.90625" y1="354.0" x2="92698.90625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92731.15625" y1="296.0" x2="92748.40625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92731.15625" y1="296.0" x2="92763.40625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92686.28125" y1="267.0" x2="92813.15625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92813.15625" y1="296.0" x2="92813.15625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97237.921875" y1="209.0" x2="95662.859375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95662.859375" y1="238.0" x2="95662.859375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95662.859375" y1="267.0" x2="92900.15625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92900.15625" y1="296.0" x2="92867.40625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92867.40625" y1="325.0" x2="92867.40625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92867.40625" y1="354.0" x2="92867.40625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92900.15625" y1="296.0" x2="92932.90625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95662.859375" y1="267.0" x2="92982.15625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92982.15625" y1="296.0" x2="92982.15625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95662.859375" y1="267.0" x2="93071.90625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93071.90625" y1="296.0" x2="93039.65625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93039.65625" y1="325.0" x2="93039.65625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93039.65625" y1="354.0" x2="93039.65625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93071.90625" y1="296.0" x2="93089.15625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93071.90625" y1="296.0" x2="93104.15625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95662.859375" y1="267.0" x2="98425.5625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="296.0" x2="98425.5625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="325.0" x2="98379.0625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="325.0" x2="98425.5625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="93092.65625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93092.65625" y1="383.0" x2="93092.65625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93092.65625" y1="412.0" x2="93055.15625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93055.15625" y1="441.0" x2="93055.15625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93055.15625" y1="470.0" x2="92967.78125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92967.78125" y1="499.0" x2="92967.78125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92967.78125" y1="528.0" x2="92925.78125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92925.78125" y1="557.0" x2="92925.78125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92925.78125" y1="586.0" x2="92860.78125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92860.78125" y1="615.0" x2="92860.78125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92860.78125" y1="644.0" x2="92860.78125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92925.78125" y1="586.0" x2="92990.78125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92990.78125" y1="615.0" x2="92990.78125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="92967.78125" y1="528.0" x2="93009.78125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93009.78125" y1="557.0" x2="93002.78125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93009.78125" y1="557.0" x2="93016.78125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93055.15625" y1="470.0" x2="93142.53125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93142.53125" y1="499.0" x2="93142.53125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93142.53125" y1="528.0" x2="93090.28125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93090.28125" y1="557.0" x2="93090.28125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93142.53125" y1="528.0" x2="93124.28125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93142.53125" y1="528.0" x2="93194.78125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93194.78125" y1="557.0" x2="93194.78125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93194.78125" y1="586.0" x2="93071.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93194.78125" y1="586.0" x2="93130.78125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93130.78125" y1="615.0" x2="93130.78125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93130.78125" y1="644.0" x2="93065.78125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93065.78125" y1="673.0" x2="93065.78125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93065.78125" y1="702.0" x2="93065.78125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93130.78125" y1="644.0" x2="93195.78125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93195.78125" y1="673.0" x2="93195.78125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93194.78125" y1="586.0" x2="93201.03125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93194.78125" y1="586.0" x2="93269.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93269.28125" y1="615.0" x2="93269.28125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93269.28125" y1="644.0" x2="93269.28125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93194.78125" y1="586.0" x2="93318.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93092.65625" y1="412.0" x2="93130.15625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="93497.15625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93497.15625" y1="383.0" x2="93497.15625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93497.15625" y1="412.0" x2="93459.65625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93459.65625" y1="441.0" x2="93459.65625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93459.65625" y1="470.0" x2="93378.28125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93378.28125" y1="499.0" x2="93378.28125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93378.28125" y1="528.0" x2="93336.28125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93336.28125" y1="557.0" x2="93336.28125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93336.28125" y1="586.0" x2="93336.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93378.28125" y1="528.0" x2="93420.28125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93420.28125" y1="557.0" x2="93413.28125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93420.28125" y1="557.0" x2="93427.28125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93459.65625" y1="470.0" x2="93541.03125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93541.03125" y1="499.0" x2="93541.03125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93541.03125" y1="528.0" x2="93488.78125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93488.78125" y1="557.0" x2="93488.78125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93488.78125" y1="586.0" x2="93488.78125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93541.03125" y1="528.0" x2="93522.78125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93541.03125" y1="528.0" x2="93593.28125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93593.28125" y1="557.0" x2="93593.28125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93593.28125" y1="586.0" x2="93528.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93593.28125" y1="586.0" x2="93593.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93593.28125" y1="615.0" x2="93373.28125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93373.28125" y1="644.0" x2="93373.28125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93373.28125" y1="673.0" x2="93373.28125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93593.28125" y1="615.0" x2="93428.28125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93593.28125" y1="615.0" x2="93483.28125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93483.28125" y1="644.0" x2="93483.28125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93483.28125" y1="673.0" x2="93483.28125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93593.28125" y1="615.0" x2="93538.28125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93593.28125" y1="615.0" x2="93593.28125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93593.28125" y1="644.0" x2="93593.28125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93593.28125" y1="673.0" x2="93593.28125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93593.28125" y1="615.0" x2="93648.28125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93593.28125" y1="615.0" x2="93703.28125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93703.28125" y1="644.0" x2="93703.28125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93703.28125" y1="673.0" x2="93703.28125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93593.28125" y1="615.0" x2="93758.28125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93593.28125" y1="615.0" x2="93813.28125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93813.28125" y1="644.0" x2="93813.28125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93813.28125" y1="673.0" x2="93813.28125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93593.28125" y1="586.0" x2="93658.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93497.15625" y1="412.0" x2="93534.65625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="93900.03125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93900.03125" y1="383.0" x2="93900.03125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93900.03125" y1="412.0" x2="93862.53125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93862.53125" y1="441.0" x2="93862.53125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93862.53125" y1="470.0" x2="93791.28125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93791.28125" y1="499.0" x2="93791.28125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93791.28125" y1="528.0" x2="93791.28125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93862.53125" y1="470.0" x2="93933.78125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93933.78125" y1="499.0" x2="93933.78125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93933.78125" y1="528.0" x2="93881.53125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93881.53125" y1="557.0" x2="93881.53125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93933.78125" y1="528.0" x2="93915.53125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93933.78125" y1="528.0" x2="93986.03125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93986.03125" y1="557.0" x2="93986.03125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93986.03125" y1="586.0" x2="93886.78125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93886.78125" y1="615.0" x2="93886.78125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93886.78125" y1="644.0" x2="93886.78125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93986.03125" y1="586.0" x2="93995.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93986.03125" y1="586.0" x2="94040.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94040.28125" y1="615.0" x2="94040.28125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94040.28125" y1="644.0" x2="94040.28125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93986.03125" y1="586.0" x2="94085.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="93900.03125" y1="412.0" x2="93937.53125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="94238.53125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94238.53125" y1="383.0" x2="94238.53125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94238.53125" y1="412.0" x2="94201.03125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94201.03125" y1="441.0" x2="94201.03125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94201.03125" y1="470.0" x2="94112.03125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94112.03125" y1="499.0" x2="94112.03125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94112.03125" y1="528.0" x2="94073.53125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94073.53125" y1="557.0" x2="94073.53125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94112.03125" y1="528.0" x2="94150.53125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94150.53125" y1="557.0" x2="94097.03125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94150.53125" y1="557.0" x2="94150.53125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94150.53125" y1="586.0" x2="94150.53125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94150.53125" y1="615.0" x2="94150.53125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94150.53125" y1="557.0" x2="94204.03125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94201.03125" y1="470.0" x2="94290.03125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94290.03125" y1="499.0" x2="94290.03125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94290.03125" y1="528.0" x2="94237.78125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94237.78125" y1="557.0" x2="94237.78125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94290.03125" y1="528.0" x2="94271.78125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94290.03125" y1="528.0" x2="94342.28125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94342.28125" y1="557.0" x2="94342.28125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94342.28125" y1="586.0" x2="94307.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94342.28125" y1="586.0" x2="94338.78125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94338.78125" y1="615.0" x2="94338.78125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94338.78125" y1="644.0" x2="94300.28125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94300.28125" y1="673.0" x2="94300.28125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94338.78125" y1="644.0" x2="94377.28125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94377.28125" y1="673.0" x2="94323.78125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94377.28125" y1="673.0" x2="94377.28125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94377.28125" y1="702.0" x2="94377.28125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94377.28125" y1="731.0" x2="94377.28125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94377.28125" y1="673.0" x2="94430.78125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94342.28125" y1="586.0" x2="94362.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94342.28125" y1="586.0" x2="94377.28125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94238.53125" y1="412.0" x2="94276.03125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="94651.6328125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94651.6328125" y1="383.0" x2="94651.6328125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94651.6328125" y1="412.0" x2="94618.3828125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94618.3828125" y1="441.0" x2="94618.3828125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94618.3828125" y1="470.0" x2="94580.1328125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94580.1328125" y1="499.0" x2="94580.1328125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94580.1328125" y1="528.0" x2="94533.3828125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94533.3828125" y1="557.0" x2="94533.3828125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94533.3828125" y1="586.0" x2="94533.3828125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94580.1328125" y1="528.0" x2="94594.3828125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94580.1328125" y1="528.0" x2="94626.8828125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94626.8828125" y1="557.0" x2="94626.8828125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94618.3828125" y1="470.0" x2="94641.6328125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94618.3828125" y1="470.0" x2="94656.6328125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94651.6328125" y1="412.0" x2="94684.8828125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="94924.10546875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94924.10546875" y1="383.0" x2="94924.10546875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94924.10546875" y1="412.0" x2="94890.85546875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94890.85546875" y1="441.0" x2="94890.85546875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94890.85546875" y1="470.0" x2="94788.734375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94788.734375" y1="499.0" x2="94788.734375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94788.734375" y1="528.0" x2="94788.734375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94890.85546875" y1="470.0" x2="94899.35546875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94899.35546875" y1="499.0" x2="94899.35546875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94890.85546875" y1="470.0" x2="94992.9765625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94992.9765625" y1="499.0" x2="94992.9765625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94992.9765625" y1="528.0" x2="94859.734375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94859.734375" y1="557.0" x2="94859.734375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94859.734375" y1="586.0" x2="94736.25" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94736.25" y1="615.0" x2="94736.25" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94736.25" y1="644.0" x2="94561.78125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94561.78125" y1="673.0" x2="94493.28125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94493.28125" y1="702.0" x2="94493.28125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94493.28125" y1="731.0" x2="94493.28125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94561.78125" y1="673.0" x2="94555.78125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94561.78125" y1="673.0" x2="94630.28125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94630.28125" y1="702.0" x2="94630.28125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94630.28125" y1="731.0" x2="94630.28125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94736.25" y1="644.0" x2="94730.25" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94736.25" y1="644.0" x2="94910.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94910.71875" y1="673.0" x2="94838.15625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94838.15625" y1="702.0" x2="94768.03125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94768.03125" y1="731.0" x2="94702.78125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94702.78125" y1="760.0" x2="94702.78125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94702.78125" y1="789.0" x2="94702.78125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94768.03125" y1="731.0" x2="94776.28125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94768.03125" y1="731.0" x2="94833.28125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94833.28125" y1="760.0" x2="94833.28125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94833.28125" y1="789.0" x2="94833.28125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94838.15625" y1="702.0" x2="94846.40625" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94838.15625" y1="702.0" x2="94908.28125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94908.28125" y1="731.0" x2="94908.28125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94908.28125" y1="760.0" x2="94908.28125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94910.71875" y1="673.0" x2="94918.96875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94910.71875" y1="673.0" x2="94983.28125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94983.28125" y1="702.0" x2="94983.28125" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94983.28125" y1="731.0" x2="94983.28125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94859.734375" y1="586.0" x2="94854.984375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94859.734375" y1="586.0" x2="94983.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94983.21875" y1="615.0" x2="94983.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94983.21875" y1="644.0" x2="94983.21875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94992.9765625" y1="528.0" x2="94991.9765625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94992.9765625" y1="528.0" x2="95126.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95126.21875" y1="557.0" x2="95062.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95062.71875" y1="586.0" x2="95062.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95062.71875" y1="615.0" x2="95062.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95126.21875" y1="557.0" x2="95137.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95126.21875" y1="557.0" x2="95189.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95189.71875" y1="586.0" x2="95189.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95189.71875" y1="615.0" x2="95189.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94924.10546875" y1="412.0" x2="94957.35546875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="95315.96875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95315.96875" y1="383.0" x2="95315.96875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95315.96875" y1="412.0" x2="95278.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95278.46875" y1="441.0" x2="95278.46875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95278.46875" y1="470.0" x2="95208.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95208.21875" y1="499.0" x2="95208.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95208.21875" y1="528.0" x2="95208.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95278.46875" y1="470.0" x2="95348.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95348.71875" y1="499.0" x2="95348.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95348.71875" y1="528.0" x2="95296.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95296.46875" y1="557.0" x2="95296.46875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95348.71875" y1="528.0" x2="95330.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95348.71875" y1="528.0" x2="95400.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95400.96875" y1="557.0" x2="95400.96875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95400.96875" y1="586.0" x2="95293.09375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95293.09375" y1="615.0" x2="95293.09375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95293.09375" y1="644.0" x2="95234.84375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95234.84375" y1="673.0" x2="95234.84375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95234.84375" y1="702.0" x2="95234.84375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95293.09375" y1="644.0" x2="95288.34375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95293.09375" y1="644.0" x2="95351.34375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95351.34375" y1="673.0" x2="95351.34375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95351.34375" y1="702.0" x2="95351.34375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95400.96875" y1="586.0" x2="95399.96875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95400.96875" y1="586.0" x2="95508.84375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95508.84375" y1="615.0" x2="95445.34375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95445.34375" y1="644.0" x2="95445.34375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95445.34375" y1="673.0" x2="95445.34375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95508.84375" y1="615.0" x2="95519.84375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95508.84375" y1="615.0" x2="95572.34375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95572.34375" y1="644.0" x2="95572.34375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95572.34375" y1="673.0" x2="95572.34375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95315.96875" y1="412.0" x2="95353.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="95638.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95638.46875" y1="383.0" x2="95638.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95638.46875" y1="412.0" x2="95605.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95605.21875" y1="441.0" x2="95605.21875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95605.21875" y1="470.0" x2="95507.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95507.21875" y1="499.0" x2="95507.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95507.21875" y1="528.0" x2="95507.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95605.21875" y1="470.0" x2="95613.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95613.71875" y1="499.0" x2="95613.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95605.21875" y1="470.0" x2="95703.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95703.21875" y1="499.0" x2="95703.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95703.21875" y1="528.0" x2="95644.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95644.71875" y1="557.0" x2="95644.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95703.21875" y1="528.0" x2="95761.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95761.71875" y1="557.0" x2="95761.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95761.71875" y1="586.0" x2="95761.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95638.46875" y1="412.0" x2="95671.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="95948.96875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95948.96875" y1="383.0" x2="95948.96875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95948.96875" y1="412.0" x2="95915.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95915.71875" y1="441.0" x2="95915.71875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95915.71875" y1="470.0" x2="95817.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95817.71875" y1="499.0" x2="95817.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95817.71875" y1="528.0" x2="95817.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95915.71875" y1="470.0" x2="95924.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95924.21875" y1="499.0" x2="95924.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95915.71875" y1="470.0" x2="96013.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96013.71875" y1="499.0" x2="96013.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96013.71875" y1="528.0" x2="95984.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96013.71875" y1="528.0" x2="96042.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96042.71875" y1="557.0" x2="96042.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96042.71875" y1="586.0" x2="96042.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="95948.96875" y1="412.0" x2="95982.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="96231.96875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96231.96875" y1="383.0" x2="96231.96875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96231.96875" y1="412.0" x2="96198.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96198.71875" y1="441.0" x2="96198.71875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96198.71875" y1="470.0" x2="96100.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96100.71875" y1="499.0" x2="96100.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96100.71875" y1="528.0" x2="96100.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96198.71875" y1="470.0" x2="96207.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96207.21875" y1="499.0" x2="96207.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96198.71875" y1="470.0" x2="96296.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96296.71875" y1="499.0" x2="96296.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96296.71875" y1="528.0" x2="96185.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96185.71875" y1="557.0" x2="96185.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96185.71875" y1="586.0" x2="96125.96875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96125.96875" y1="615.0" x2="96125.96875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96125.96875" y1="644.0" x2="96125.96875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96185.71875" y1="586.0" x2="96191.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96185.71875" y1="586.0" x2="96245.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96245.46875" y1="615.0" x2="96245.46875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96245.46875" y1="644.0" x2="96245.46875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96296.71875" y1="528.0" x2="96300.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96296.71875" y1="528.0" x2="96407.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96407.71875" y1="557.0" x2="96407.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96407.71875" y1="586.0" x2="96347.96875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96347.96875" y1="615.0" x2="96347.96875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96347.96875" y1="644.0" x2="96347.96875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96407.71875" y1="586.0" x2="96413.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96407.71875" y1="586.0" x2="96467.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96467.46875" y1="615.0" x2="96467.46875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96467.46875" y1="644.0" x2="96467.46875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96231.96875" y1="412.0" x2="96265.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="96743.59375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96743.59375" y1="383.0" x2="96743.59375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96743.59375" y1="412.0" x2="96706.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96706.09375" y1="441.0" x2="96706.09375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96706.09375" y1="470.0" x2="96602.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96602.21875" y1="499.0" x2="96602.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96602.21875" y1="528.0" x2="96537.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96537.21875" y1="557.0" x2="96537.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96537.21875" y1="586.0" x2="96537.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96602.21875" y1="528.0" x2="96667.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96667.21875" y1="557.0" x2="96667.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96706.09375" y1="470.0" x2="96809.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96809.96875" y1="499.0" x2="96809.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96809.96875" y1="528.0" x2="96757.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96757.71875" y1="557.0" x2="96757.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96809.96875" y1="528.0" x2="96791.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96809.96875" y1="528.0" x2="96862.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96862.21875" y1="557.0" x2="96862.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96862.21875" y1="586.0" x2="96862.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96743.59375" y1="412.0" x2="96781.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="97061.21875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97061.21875" y1="383.0" x2="97061.21875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97061.21875" y1="412.0" x2="97023.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97023.71875" y1="441.0" x2="97023.71875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97023.71875" y1="470.0" x2="96952.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96952.46875" y1="499.0" x2="96952.46875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="96952.46875" y1="528.0" x2="96952.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97023.71875" y1="470.0" x2="97094.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97094.96875" y1="499.0" x2="97094.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97094.96875" y1="528.0" x2="97042.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97042.71875" y1="557.0" x2="97042.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97094.96875" y1="528.0" x2="97076.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97094.96875" y1="528.0" x2="97147.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97147.21875" y1="557.0" x2="97147.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97147.21875" y1="586.0" x2="97046.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97046.71875" y1="615.0" x2="97046.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97046.71875" y1="644.0" x2="97046.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97147.21875" y1="586.0" x2="97127.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97147.21875" y1="586.0" x2="97168.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97168.71875" y1="615.0" x2="97168.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97168.71875" y1="644.0" x2="97168.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97147.21875" y1="586.0" x2="97208.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97147.21875" y1="586.0" x2="97247.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97247.71875" y1="615.0" x2="97247.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97247.71875" y1="644.0" x2="97247.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97061.21875" y1="412.0" x2="97098.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="97323.96875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97323.96875" y1="383.0" x2="97323.96875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97323.96875" y1="412.0" x2="97290.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97290.71875" y1="441.0" x2="97290.71875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97290.71875" y1="470.0" x2="97257.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97257.96875" y1="499.0" x2="97257.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97257.96875" y1="528.0" x2="97257.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97290.71875" y1="470.0" x2="97323.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97323.96875" y1="412.0" x2="97357.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="97471.96875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97471.96875" y1="383.0" x2="97471.96875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97471.96875" y1="412.0" x2="97438.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97438.71875" y1="441.0" x2="97438.71875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97438.71875" y1="470.0" x2="97406.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97406.96875" y1="499.0" x2="97406.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97406.96875" y1="528.0" x2="97406.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97438.71875" y1="470.0" x2="97470.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97471.96875" y1="412.0" x2="97505.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="97660.71875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97660.71875" y1="383.0" x2="97660.71875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97660.71875" y1="412.0" x2="97627.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97627.46875" y1="441.0" x2="97627.46875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97627.46875" y1="470.0" x2="97529.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97529.46875" y1="499.0" x2="97529.46875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97529.46875" y1="528.0" x2="97529.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97627.46875" y1="470.0" x2="97635.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97635.96875" y1="499.0" x2="97635.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97627.46875" y1="470.0" x2="97725.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97725.46875" y1="499.0" x2="97725.46875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97725.46875" y1="528.0" x2="97645.09375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97645.09375" y1="557.0" x2="97645.09375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97645.09375" y1="586.0" x2="97563.84375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97563.84375" y1="615.0" x2="97563.84375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97563.84375" y1="644.0" x2="97563.84375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97645.09375" y1="586.0" x2="97649.34375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97645.09375" y1="586.0" x2="97726.34375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97726.34375" y1="615.0" x2="97726.34375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97726.34375" y1="644.0" x2="97726.34375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97725.46875" y1="528.0" x2="97723.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97725.46875" y1="528.0" x2="97805.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97805.84375" y1="557.0" x2="97805.84375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97805.84375" y1="586.0" x2="97805.84375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97660.71875" y1="412.0" x2="97693.96875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="98265.03125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98265.03125" y1="383.0" x2="98265.03125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98265.03125" y1="412.0" x2="98231.78125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98231.78125" y1="441.0" x2="98231.78125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98231.78125" y1="470.0" x2="98100.34375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98100.34375" y1="499.0" x2="98100.34375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98100.34375" y1="528.0" x2="98100.34375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98231.78125" y1="470.0" x2="98240.28125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98240.28125" y1="499.0" x2="98240.28125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98231.78125" y1="470.0" x2="98363.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98363.21875" y1="499.0" x2="98363.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98363.21875" y1="528.0" x2="98181.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98181.84375" y1="557.0" x2="98015.59375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98015.59375" y1="586.0" x2="97893.84375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97893.84375" y1="615.0" x2="97893.84375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97893.84375" y1="644.0" x2="97826.84375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97826.84375" y1="673.0" x2="97826.84375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97826.84375" y1="702.0" x2="97826.84375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97893.84375" y1="644.0" x2="97892.34375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97893.84375" y1="644.0" x2="97960.84375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97960.84375" y1="673.0" x2="97960.84375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97960.84375" y1="702.0" x2="97960.84375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98015.59375" y1="586.0" x2="98019.84375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98015.59375" y1="586.0" x2="98137.34375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98137.34375" y1="615.0" x2="98137.34375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98137.34375" y1="644.0" x2="98071.84375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98071.84375" y1="673.0" x2="98071.84375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98071.84375" y1="702.0" x2="98071.84375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98137.34375" y1="644.0" x2="98135.84375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98137.34375" y1="644.0" x2="98202.84375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98202.84375" y1="673.0" x2="98202.84375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98202.84375" y1="702.0" x2="98202.84375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98181.84375" y1="557.0" x2="98186.09375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98181.84375" y1="557.0" x2="98348.09375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98348.09375" y1="586.0" x2="98348.09375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98348.09375" y1="615.0" x2="98285.34375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98285.34375" y1="644.0" x2="98285.34375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98285.34375" y1="673.0" x2="98285.34375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98348.09375" y1="615.0" x2="98353.84375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98348.09375" y1="615.0" x2="98410.84375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98410.84375" y1="644.0" x2="98410.84375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98410.84375" y1="673.0" x2="98410.84375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98363.21875" y1="528.0" x2="98367.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98363.21875" y1="528.0" x2="98544.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98544.59375" y1="557.0" x2="98544.59375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98544.59375" y1="586.0" x2="98481.84375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98481.84375" y1="615.0" x2="98481.84375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98481.84375" y1="644.0" x2="98481.84375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98544.59375" y1="586.0" x2="98550.34375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98544.59375" y1="586.0" x2="98607.34375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98607.34375" y1="615.0" x2="98607.34375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98607.34375" y1="644.0" x2="98607.34375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98265.03125" y1="412.0" x2="98298.28125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="98746.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98746.84375" y1="383.0" x2="98746.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98746.84375" y1="412.0" x2="98713.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98713.59375" y1="441.0" x2="98713.59375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98713.59375" y1="470.0" x2="98615.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98615.59375" y1="499.0" x2="98615.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98615.59375" y1="528.0" x2="98615.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98713.59375" y1="470.0" x2="98722.09375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98722.09375" y1="499.0" x2="98722.09375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98713.59375" y1="470.0" x2="98811.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98811.59375" y1="499.0" x2="98811.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98811.59375" y1="528.0" x2="98811.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98746.84375" y1="412.0" x2="98780.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="99024.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99024.84375" y1="383.0" x2="99024.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99024.84375" y1="412.0" x2="98991.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98991.59375" y1="441.0" x2="98991.59375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98991.59375" y1="470.0" x2="98893.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98893.59375" y1="499.0" x2="98893.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98893.59375" y1="528.0" x2="98893.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98991.59375" y1="470.0" x2="99000.09375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99000.09375" y1="499.0" x2="99000.09375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98991.59375" y1="470.0" x2="99089.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99089.59375" y1="499.0" x2="99089.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99089.59375" y1="528.0" x2="99089.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99024.84375" y1="412.0" x2="99058.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="99302.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99302.84375" y1="383.0" x2="99302.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99302.84375" y1="412.0" x2="99269.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99269.59375" y1="441.0" x2="99269.59375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99269.59375" y1="470.0" x2="99171.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99171.59375" y1="499.0" x2="99171.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99171.59375" y1="528.0" x2="99171.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99269.59375" y1="470.0" x2="99278.09375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99278.09375" y1="499.0" x2="99278.09375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99269.59375" y1="470.0" x2="99367.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99367.59375" y1="499.0" x2="99367.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99367.59375" y1="528.0" x2="99367.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99302.84375" y1="412.0" x2="99336.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="99580.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99580.84375" y1="383.0" x2="99580.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99580.84375" y1="412.0" x2="99547.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99547.59375" y1="441.0" x2="99547.59375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99547.59375" y1="470.0" x2="99449.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99449.59375" y1="499.0" x2="99449.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99449.59375" y1="528.0" x2="99449.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99547.59375" y1="470.0" x2="99556.09375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99556.09375" y1="499.0" x2="99556.09375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99547.59375" y1="470.0" x2="99645.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99645.59375" y1="499.0" x2="99645.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99645.59375" y1="528.0" x2="99645.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99580.84375" y1="412.0" x2="99614.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="99858.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99858.84375" y1="383.0" x2="99858.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99858.84375" y1="412.0" x2="99825.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99825.59375" y1="441.0" x2="99825.59375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99825.59375" y1="470.0" x2="99727.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99727.59375" y1="499.0" x2="99727.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99727.59375" y1="528.0" x2="99727.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99825.59375" y1="470.0" x2="99834.09375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99834.09375" y1="499.0" x2="99834.09375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99825.59375" y1="470.0" x2="99923.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99923.59375" y1="499.0" x2="99923.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99923.59375" y1="528.0" x2="99923.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="99858.84375" y1="412.0" x2="99892.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="100136.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100136.84375" y1="383.0" x2="100136.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100136.84375" y1="412.0" x2="100103.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100103.59375" y1="441.0" x2="100103.59375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100103.59375" y1="470.0" x2="100005.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100005.59375" y1="499.0" x2="100005.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100005.59375" y1="528.0" x2="100005.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100103.59375" y1="470.0" x2="100112.09375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100112.09375" y1="499.0" x2="100112.09375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100103.59375" y1="470.0" x2="100201.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100201.59375" y1="499.0" x2="100201.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100201.59375" y1="528.0" x2="100201.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100136.84375" y1="412.0" x2="100170.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="100414.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100414.84375" y1="383.0" x2="100414.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100414.84375" y1="412.0" x2="100381.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100381.59375" y1="441.0" x2="100381.59375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100381.59375" y1="470.0" x2="100283.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100283.59375" y1="499.0" x2="100283.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100283.59375" y1="528.0" x2="100283.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100381.59375" y1="470.0" x2="100390.09375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100390.09375" y1="499.0" x2="100390.09375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100381.59375" y1="470.0" x2="100479.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100479.59375" y1="499.0" x2="100479.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100479.59375" y1="528.0" x2="100479.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100414.84375" y1="412.0" x2="100448.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="100692.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100692.84375" y1="383.0" x2="100692.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100692.84375" y1="412.0" x2="100659.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100659.59375" y1="441.0" x2="100659.59375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100659.59375" y1="470.0" x2="100561.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100561.59375" y1="499.0" x2="100561.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100561.59375" y1="528.0" x2="100561.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100659.59375" y1="470.0" x2="100668.09375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100668.09375" y1="499.0" x2="100668.09375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100659.59375" y1="470.0" x2="100757.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100757.59375" y1="499.0" x2="100757.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100757.59375" y1="528.0" x2="100757.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100692.84375" y1="412.0" x2="100726.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="100970.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100970.84375" y1="383.0" x2="100970.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100970.84375" y1="412.0" x2="100937.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100937.59375" y1="441.0" x2="100937.59375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100937.59375" y1="470.0" x2="100839.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100839.59375" y1="499.0" x2="100839.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100839.59375" y1="528.0" x2="100839.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100937.59375" y1="470.0" x2="100946.09375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100946.09375" y1="499.0" x2="100946.09375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100937.59375" y1="470.0" x2="101035.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101035.59375" y1="499.0" x2="101035.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101035.59375" y1="528.0" x2="101035.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="100970.84375" y1="412.0" x2="101004.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="101248.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101248.84375" y1="383.0" x2="101248.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101248.84375" y1="412.0" x2="101215.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101215.59375" y1="441.0" x2="101215.59375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101215.59375" y1="470.0" x2="101117.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101117.59375" y1="499.0" x2="101117.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101117.59375" y1="528.0" x2="101117.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101215.59375" y1="470.0" x2="101224.09375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101224.09375" y1="499.0" x2="101224.09375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101224.09375" y1="528.0" x2="101214.09375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101224.09375" y1="528.0" x2="101234.09375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101215.59375" y1="470.0" x2="101313.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101313.59375" y1="499.0" x2="101313.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101313.59375" y1="528.0" x2="101313.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101248.84375" y1="412.0" x2="101282.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="101477.59375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101477.59375" y1="383.0" x2="101477.59375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101477.59375" y1="412.0" x2="101440.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101440.09375" y1="441.0" x2="101440.09375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101440.09375" y1="470.0" x2="101371.09375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101371.09375" y1="499.0" x2="101371.09375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101371.09375" y1="528.0" x2="101371.09375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101440.09375" y1="470.0" x2="101509.09375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101509.09375" y1="499.0" x2="101509.09375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101509.09375" y1="528.0" x2="101456.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101456.84375" y1="557.0" x2="101456.84375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101509.09375" y1="528.0" x2="101490.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101509.09375" y1="528.0" x2="101561.34375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101561.34375" y1="557.0" x2="101561.34375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101561.34375" y1="586.0" x2="101473.59375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101473.59375" y1="615.0" x2="101473.59375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101473.59375" y1="644.0" x2="101473.59375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101561.34375" y1="586.0" x2="101566.59375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101561.34375" y1="586.0" x2="101649.09375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101649.09375" y1="615.0" x2="101649.09375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101649.09375" y1="644.0" x2="101580.59375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101580.59375" y1="673.0" x2="101580.59375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101580.59375" y1="702.0" x2="101580.59375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101649.09375" y1="644.0" x2="101643.09375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101649.09375" y1="644.0" x2="101717.59375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101717.59375" y1="673.0" x2="101717.59375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101717.59375" y1="702.0" x2="101717.59375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101477.59375" y1="412.0" x2="101515.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="101781.34375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101781.34375" y1="383.0" x2="101781.34375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101781.34375" y1="412.0" x2="101743.84375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101743.84375" y1="441.0" x2="101743.84375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101743.84375" y1="470.0" x2="101665.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101665.59375" y1="499.0" x2="101665.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101665.59375" y1="528.0" x2="101665.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101743.84375" y1="470.0" x2="101822.09375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101822.09375" y1="499.0" x2="101822.09375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101822.09375" y1="528.0" x2="101769.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101769.84375" y1="557.0" x2="101769.84375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101822.09375" y1="528.0" x2="101803.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101822.09375" y1="528.0" x2="101874.34375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101874.34375" y1="557.0" x2="101874.34375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101874.34375" y1="586.0" x2="101874.34375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101781.34375" y1="412.0" x2="101818.84375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="102053.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102053.84375" y1="383.0" x2="102053.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102053.84375" y1="412.0" x2="102016.34375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102016.34375" y1="441.0" x2="102016.34375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102016.34375" y1="470.0" x2="101953.84375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101953.84375" y1="499.0" x2="101953.84375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="101953.84375" y1="528.0" x2="101953.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102016.34375" y1="470.0" x2="102078.84375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102078.84375" y1="499.0" x2="102078.84375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102078.84375" y1="528.0" x2="102078.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102053.84375" y1="412.0" x2="102091.34375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="102388.59375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102388.59375" y1="383.0" x2="102388.59375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102388.59375" y1="412.0" x2="102368.34375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102388.59375" y1="412.0" x2="102408.84375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102408.84375" y1="441.0" x2="102362.34375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102408.84375" y1="441.0" x2="102408.84375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102408.84375" y1="470.0" x2="102217.34375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102217.34375" y1="499.0" x2="102217.34375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102217.34375" y1="528.0" x2="102179.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102179.84375" y1="557.0" x2="102179.84375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102179.84375" y1="586.0" x2="102109.09375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102109.09375" y1="615.0" x2="102109.09375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102109.09375" y1="644.0" x2="102089.34375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102089.34375" y1="673.0" x2="102089.34375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102089.34375" y1="702.0" x2="102089.34375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102109.09375" y1="644.0" x2="102128.84375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102179.84375" y1="586.0" x2="102250.59375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102250.59375" y1="615.0" x2="102250.59375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102250.59375" y1="644.0" x2="102198.34375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102198.34375" y1="673.0" x2="102198.34375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102250.59375" y1="644.0" x2="102232.34375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102250.59375" y1="644.0" x2="102302.84375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102302.84375" y1="673.0" x2="102302.84375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102302.84375" y1="702.0" x2="102273.59375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102302.84375" y1="702.0" x2="102332.09375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102332.09375" y1="731.0" x2="102332.09375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102332.09375" y1="760.0" x2="102332.09375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102217.34375" y1="528.0" x2="102254.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102408.84375" y1="470.0" x2="102600.34375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102600.34375" y1="499.0" x2="102600.34375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102600.34375" y1="528.0" x2="102567.09375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102567.09375" y1="557.0" x2="102567.09375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102567.09375" y1="586.0" x2="102469.09375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102469.09375" y1="615.0" x2="102469.09375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102469.09375" y1="644.0" x2="102418.84375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102418.84375" y1="673.0" x2="102418.84375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102418.84375" y1="702.0" x2="102418.84375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102469.09375" y1="644.0" x2="102483.34375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102469.09375" y1="644.0" x2="102519.34375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102519.34375" y1="673.0" x2="102519.34375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102567.09375" y1="586.0" x2="102575.59375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102575.59375" y1="615.0" x2="102575.59375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102567.09375" y1="586.0" x2="102665.09375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102665.09375" y1="615.0" x2="102665.09375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102665.09375" y1="644.0" x2="102665.09375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102600.34375" y1="528.0" x2="102633.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102408.84375" y1="441.0" x2="102455.34375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="102843.34375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102843.34375" y1="383.0" x2="102843.34375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102843.34375" y1="412.0" x2="102805.84375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102805.84375" y1="441.0" x2="102805.84375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102805.84375" y1="470.0" x2="102721.84375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102721.84375" y1="499.0" x2="102721.84375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102721.84375" y1="528.0" x2="102687.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102687.84375" y1="557.0" x2="102687.84375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102721.84375" y1="528.0" x2="102721.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102721.84375" y1="528.0" x2="102755.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102755.84375" y1="557.0" x2="102755.84375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102805.84375" y1="470.0" x2="102889.84375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102889.84375" y1="499.0" x2="102889.84375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102889.84375" y1="528.0" x2="102837.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102837.59375" y1="557.0" x2="102837.59375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102889.84375" y1="528.0" x2="102871.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102889.84375" y1="528.0" x2="102942.09375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102942.09375" y1="557.0" x2="102942.09375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102942.09375" y1="586.0" x2="102942.09375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="102843.34375" y1="412.0" x2="102880.84375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="103336.09375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103336.09375" y1="383.0" x2="103336.09375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103336.09375" y1="412.0" x2="103302.84375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103302.84375" y1="441.0" x2="103302.84375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103302.84375" y1="470.0" x2="103204.84375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103204.84375" y1="499.0" x2="103204.84375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103204.84375" y1="528.0" x2="103105.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103105.59375" y1="557.0" x2="103105.59375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103105.59375" y1="586.0" x2="103105.59375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103204.84375" y1="528.0" x2="103214.09375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103204.84375" y1="528.0" x2="103259.09375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103259.09375" y1="557.0" x2="103259.09375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103259.09375" y1="586.0" x2="103214.34375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103214.34375" y1="615.0" x2="103198.09375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103198.09375" y1="644.0" x2="103198.09375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103214.34375" y1="615.0" x2="103230.59375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103259.09375" y1="586.0" x2="103303.84375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103303.84375" y1="615.0" x2="103303.84375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103303.84375" y1="644.0" x2="103303.84375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103204.84375" y1="528.0" x2="103304.09375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103302.84375" y1="470.0" x2="103311.34375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103311.34375" y1="499.0" x2="103311.34375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103302.84375" y1="470.0" x2="103400.84375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103400.84375" y1="499.0" x2="103400.84375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103400.84375" y1="528.0" x2="103400.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103336.09375" y1="412.0" x2="103369.34375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="354.0" x2="103758.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103758.46875" y1="383.0" x2="103758.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103758.46875" y1="412.0" x2="103725.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103725.21875" y1="441.0" x2="103725.21875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103725.21875" y1="470.0" x2="103627.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103627.21875" y1="499.0" x2="103627.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103627.21875" y1="528.0" x2="103510.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103510.84375" y1="557.0" x2="103510.84375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103510.84375" y1="586.0" x2="103510.84375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103627.21875" y1="528.0" x2="103636.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103627.21875" y1="528.0" x2="103698.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103698.59375" y1="557.0" x2="103609.09375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103609.09375" y1="586.0" x2="103564.34375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103564.34375" y1="615.0" x2="103548.09375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103548.09375" y1="644.0" x2="103548.09375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103564.34375" y1="615.0" x2="103580.59375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103609.09375" y1="586.0" x2="103653.84375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103653.84375" y1="615.0" x2="103653.84375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103653.84375" y1="644.0" x2="103653.84375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103698.59375" y1="557.0" x2="103698.59375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103698.59375" y1="557.0" x2="103788.09375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103788.09375" y1="586.0" x2="103743.34375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103743.34375" y1="615.0" x2="103727.09375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103727.09375" y1="644.0" x2="103727.09375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103743.34375" y1="615.0" x2="103759.59375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103788.09375" y1="586.0" x2="103832.84375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103832.84375" y1="615.0" x2="103832.84375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103832.84375" y1="644.0" x2="103832.84375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103627.21875" y1="528.0" x2="103743.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103725.21875" y1="470.0" x2="103733.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103733.71875" y1="499.0" x2="103733.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103725.21875" y1="470.0" x2="103823.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103823.21875" y1="499.0" x2="103823.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103823.21875" y1="528.0" x2="103823.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103758.46875" y1="412.0" x2="103791.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="98425.5625" y1="325.0" x2="98472.0625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97237.921875" y1="209.0" x2="103984.6875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103984.6875" y1="238.0" x2="103984.6875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103984.6875" y1="267.0" x2="103782.46875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103984.6875" y1="267.0" x2="103827.46875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103827.46875" y1="296.0" x2="103827.46875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103984.6875" y1="267.0" x2="104186.90625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104186.90625" y1="296.0" x2="103852.46875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104186.90625" y1="296.0" x2="103931.96875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103931.96875" y1="325.0" x2="103931.96875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103931.96875" y1="354.0" x2="103837.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103837.46875" y1="383.0" x2="103837.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103931.96875" y1="354.0" x2="103893.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103893.46875" y1="383.0" x2="103893.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103893.46875" y1="412.0" x2="103893.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103931.96875" y1="354.0" x2="103964.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103964.46875" y1="383.0" x2="103964.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103964.46875" y1="412.0" x2="103964.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="103931.96875" y1="354.0" x2="104026.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104186.90625" y1="296.0" x2="104164.96875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104164.96875" y1="325.0" x2="104164.96875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104164.96875" y1="354.0" x2="104070.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104070.46875" y1="383.0" x2="104070.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104164.96875" y1="354.0" x2="104126.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104126.46875" y1="383.0" x2="104126.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104126.46875" y1="412.0" x2="104126.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104164.96875" y1="354.0" x2="104197.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104197.46875" y1="383.0" x2="104197.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104197.46875" y1="412.0" x2="104197.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104164.96875" y1="354.0" x2="104259.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104186.90625" y1="296.0" x2="104441.84375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104441.84375" y1="325.0" x2="104441.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104441.84375" y1="354.0" x2="104314.96875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104314.96875" y1="383.0" x2="104314.96875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104314.96875" y1="412.0" x2="104314.96875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104441.84375" y1="354.0" x2="104396.96875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104396.96875" y1="383.0" x2="104396.96875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104441.84375" y1="354.0" x2="104486.71875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104486.71875" y1="383.0" x2="104454.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104454.46875" y1="412.0" x2="104454.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104454.46875" y1="441.0" x2="104454.46875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104486.71875" y1="383.0" x2="104503.96875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104486.71875" y1="383.0" x2="104518.96875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104441.84375" y1="354.0" x2="104568.71875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104568.71875" y1="383.0" x2="104568.71875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104568.71875" y1="412.0" x2="104522.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104568.71875" y1="412.0" x2="104568.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104568.71875" y1="441.0" x2="104568.71875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104568.71875" y1="470.0" x2="104535.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104535.46875" y1="499.0" x2="104535.46875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104535.46875" y1="528.0" x2="104437.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104437.46875" y1="557.0" x2="104437.46875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104437.46875" y1="586.0" x2="104437.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104535.46875" y1="528.0" x2="104543.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104543.96875" y1="557.0" x2="104543.96875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104535.46875" y1="528.0" x2="104633.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104633.46875" y1="557.0" x2="104633.46875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104633.46875" y1="586.0" x2="104633.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104568.71875" y1="470.0" x2="104601.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104568.71875" y1="412.0" x2="104615.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104186.90625" y1="296.0" x2="104521.34375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="97237.921875" y1="209.0" x2="104063.1875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94516.12890625" y1="122.0" x2="106439.5390625" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106439.5390625" y1="151.0" x2="106439.5390625" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106439.5390625" y1="180.0" x2="104540.28125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106439.5390625" y1="180.0" x2="104584.28125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104584.28125" y1="209.0" x2="104584.28125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106439.5390625" y1="180.0" x2="108338.796875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108338.796875" y1="209.0" x2="104640.78125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108338.796875" y1="209.0" x2="104719.28125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104719.28125" y1="238.0" x2="104719.28125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104719.28125" y1="267.0" x2="104548.34375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104548.34375" y1="296.0" x2="104548.34375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104719.28125" y1="267.0" x2="104612.34375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104612.34375" y1="296.0" x2="104612.34375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104612.34375" y1="325.0" x2="104612.34375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104719.28125" y1="267.0" x2="104670.34375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104670.34375" y1="296.0" x2="104670.34375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104670.34375" y1="325.0" x2="104670.34375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104719.28125" y1="267.0" x2="104890.21875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104890.21875" y1="296.0" x2="104755.34375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104890.21875" y1="296.0" x2="104823.84375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104823.84375" y1="325.0" x2="104755.34375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104755.34375" y1="354.0" x2="104727.09375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104755.34375" y1="354.0" x2="104783.59375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104783.59375" y1="383.0" x2="104783.59375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104823.84375" y1="325.0" x2="104892.34375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104892.34375" y1="354.0" x2="104864.09375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104892.34375" y1="354.0" x2="104920.59375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104920.59375" y1="383.0" x2="104920.59375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104890.21875" y1="296.0" x2="104930.21875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="104890.21875" y1="296.0" x2="105025.09375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105025.09375" y1="325.0" x2="104969.34375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105025.09375" y1="325.0" x2="105025.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105025.84375" y1="354.0" x2="105025.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105025.84375" y1="383.0" x2="105025.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105025.09375" y1="325.0" x2="105080.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108338.796875" y1="209.0" x2="105264.78125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105264.78125" y1="238.0" x2="105264.78125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105264.78125" y1="267.0" x2="105094.09375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105094.09375" y1="296.0" x2="105094.09375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105264.78125" y1="267.0" x2="105158.09375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105158.09375" y1="296.0" x2="105158.09375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105158.09375" y1="325.0" x2="105158.09375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105264.78125" y1="267.0" x2="105216.09375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105216.09375" y1="296.0" x2="105216.09375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105216.09375" y1="325.0" x2="105216.09375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105264.78125" y1="267.0" x2="105435.46875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105435.46875" y1="296.0" x2="105300.59375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105435.46875" y1="296.0" x2="105369.09375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105369.09375" y1="325.0" x2="105300.59375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105300.59375" y1="354.0" x2="105272.34375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105300.59375" y1="354.0" x2="105328.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105328.84375" y1="383.0" x2="105328.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105369.09375" y1="325.0" x2="105437.59375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105437.59375" y1="354.0" x2="105409.34375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105437.59375" y1="354.0" x2="105465.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105465.84375" y1="383.0" x2="105465.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105435.46875" y1="296.0" x2="105475.46875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105435.46875" y1="296.0" x2="105570.34375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105570.34375" y1="325.0" x2="105514.59375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105570.34375" y1="325.0" x2="105571.09375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105571.09375" y1="354.0" x2="105571.09375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105571.09375" y1="383.0" x2="105571.09375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105570.34375" y1="325.0" x2="105626.09375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108338.796875" y1="209.0" x2="105767.15625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105767.15625" y1="238.0" x2="105767.15625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105767.15625" y1="267.0" x2="105639.34375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105639.34375" y1="296.0" x2="105639.34375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105767.15625" y1="267.0" x2="105703.34375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105703.34375" y1="296.0" x2="105703.34375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105703.34375" y1="325.0" x2="105703.34375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105767.15625" y1="267.0" x2="105761.34375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105761.34375" y1="296.0" x2="105761.34375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105761.34375" y1="325.0" x2="105761.34375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105767.15625" y1="267.0" x2="105894.96875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105894.96875" y1="296.0" x2="105794.34375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105894.96875" y1="296.0" x2="105862.84375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105862.84375" y1="325.0" x2="105862.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105862.84375" y1="354.0" x2="105834.59375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105862.84375" y1="354.0" x2="105891.09375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105891.09375" y1="383.0" x2="105891.09375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105894.96875" y1="296.0" x2="105934.96875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105894.96875" y1="296.0" x2="105995.59375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105995.59375" y1="325.0" x2="105939.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105995.59375" y1="325.0" x2="105996.34375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105996.34375" y1="354.0" x2="105996.34375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105996.34375" y1="383.0" x2="105996.34375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="105995.59375" y1="325.0" x2="106051.34375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108338.796875" y1="209.0" x2="106192.40625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106192.40625" y1="238.0" x2="106192.40625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106192.40625" y1="267.0" x2="106064.59375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106064.59375" y1="296.0" x2="106064.59375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106192.40625" y1="267.0" x2="106128.59375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106128.59375" y1="296.0" x2="106128.59375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106128.59375" y1="325.0" x2="106128.59375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106192.40625" y1="267.0" x2="106186.59375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106186.59375" y1="296.0" x2="106186.59375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106186.59375" y1="325.0" x2="106186.59375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106192.40625" y1="267.0" x2="106320.21875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106320.21875" y1="296.0" x2="106219.59375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106320.21875" y1="296.0" x2="106288.09375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106288.09375" y1="325.0" x2="106288.09375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106288.09375" y1="354.0" x2="106259.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106288.09375" y1="354.0" x2="106316.34375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106316.34375" y1="383.0" x2="106316.34375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106320.21875" y1="296.0" x2="106360.21875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106320.21875" y1="296.0" x2="106420.84375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106420.84375" y1="325.0" x2="106365.09375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106420.84375" y1="325.0" x2="106421.59375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106421.59375" y1="354.0" x2="106421.59375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106421.59375" y1="383.0" x2="106421.59375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106420.84375" y1="325.0" x2="106476.59375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108338.796875" y1="209.0" x2="106782.46875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106782.46875" y1="238.0" x2="106782.46875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106782.46875" y1="267.0" x2="106525.34375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106525.34375" y1="296.0" x2="106525.34375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106525.34375" y1="325.0" x2="106525.34375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106782.46875" y1="267.0" x2="106607.34375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106607.34375" y1="296.0" x2="106607.34375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106607.34375" y1="325.0" x2="106607.34375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106782.46875" y1="267.0" x2="106756.59375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106756.59375" y1="296.0" x2="106674.84375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106674.84375" y1="325.0" x2="106674.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106674.84375" y1="354.0" x2="106674.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106756.59375" y1="296.0" x2="106733.84375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106756.59375" y1="296.0" x2="106790.84375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106790.84375" y1="325.0" x2="106790.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106790.84375" y1="354.0" x2="106738.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106738.84375" y1="383.0" x2="106714.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106714.84375" y1="412.0" x2="106714.84375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106714.84375" y1="441.0" x2="106714.84375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106738.84375" y1="383.0" x2="106762.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106762.84375" y1="412.0" x2="106762.84375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106790.84375" y1="354.0" x2="106790.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106790.84375" y1="354.0" x2="106842.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106842.84375" y1="383.0" x2="106818.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106818.84375" y1="412.0" x2="106818.84375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106818.84375" y1="441.0" x2="106818.84375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106842.84375" y1="383.0" x2="106866.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106866.84375" y1="412.0" x2="106866.84375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106756.59375" y1="296.0" x2="106838.34375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106782.46875" y1="267.0" x2="107039.59375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107039.59375" y1="296.0" x2="106997.84375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107039.59375" y1="296.0" x2="107041.84375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107041.84375" y1="325.0" x2="107041.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107041.84375" y1="354.0" x2="106903.34375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107041.84375" y1="354.0" x2="106934.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106934.84375" y1="383.0" x2="106934.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106934.84375" y1="412.0" x2="106934.84375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107041.84375" y1="354.0" x2="107023.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107041.84375" y1="354.0" x2="107134.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107134.84375" y1="383.0" x2="107006.34375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107006.34375" y1="412.0" x2="107006.34375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107006.34375" y1="441.0" x2="106937.84375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106937.84375" y1="470.0" x2="106937.84375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="106937.84375" y1="499.0" x2="106937.84375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107006.34375" y1="441.0" x2="107000.34375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107006.34375" y1="441.0" x2="107074.84375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107074.84375" y1="470.0" x2="107074.84375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107074.84375" y1="499.0" x2="107074.84375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107134.84375" y1="383.0" x2="107134.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107134.84375" y1="383.0" x2="107263.34375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107263.34375" y1="412.0" x2="107263.34375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107263.34375" y1="441.0" x2="107194.84375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107194.84375" y1="470.0" x2="107194.84375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107194.84375" y1="499.0" x2="107194.84375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107263.34375" y1="441.0" x2="107257.34375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107263.34375" y1="441.0" x2="107331.84375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107331.84375" y1="470.0" x2="107331.84375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107331.84375" y1="499.0" x2="107331.84375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107041.84375" y1="354.0" x2="107180.34375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107039.59375" y1="296.0" x2="107081.34375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108338.796875" y1="209.0" x2="107614.71875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107614.71875" y1="238.0" x2="107614.71875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107614.71875" y1="267.0" x2="107341.59375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107341.59375" y1="296.0" x2="107341.59375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107614.71875" y1="267.0" x2="107437.59375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107437.59375" y1="296.0" x2="107437.59375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107614.71875" y1="267.0" x2="107539.09375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107539.09375" y1="296.0" x2="107539.09375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107539.09375" y1="325.0" x2="107318.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107318.84375" y1="354.0" x2="107318.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107318.84375" y1="383.0" x2="107318.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107539.09375" y1="325.0" x2="107360.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107539.09375" y1="325.0" x2="107464.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107464.84375" y1="354.0" x2="107464.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107539.09375" y1="325.0" x2="107550.34375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107539.09375" y1="325.0" x2="107602.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107602.84375" y1="354.0" x2="107582.09375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107582.09375" y1="383.0" x2="107582.09375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107582.09375" y1="412.0" x2="107582.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107602.84375" y1="354.0" x2="107623.59375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107623.59375" y1="383.0" x2="107623.59375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107539.09375" y1="325.0" x2="107654.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107539.09375" y1="325.0" x2="107706.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107706.84375" y1="354.0" x2="107686.09375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107686.09375" y1="383.0" x2="107686.09375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107686.09375" y1="412.0" x2="107686.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107706.84375" y1="354.0" x2="107727.59375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107727.59375" y1="383.0" x2="107727.59375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107539.09375" y1="325.0" x2="107759.34375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107614.71875" y1="267.0" x2="107887.84375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107887.84375" y1="296.0" x2="107846.09375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107887.84375" y1="296.0" x2="107890.09375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107890.09375" y1="325.0" x2="107890.09375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107890.09375" y1="354.0" x2="107813.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107813.84375" y1="383.0" x2="107813.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107813.84375" y1="412.0" x2="107767.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107767.09375" y1="441.0" x2="107767.09375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107767.09375" y1="470.0" x2="107767.09375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107813.84375" y1="412.0" x2="107828.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107813.84375" y1="412.0" x2="107860.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107860.59375" y1="441.0" x2="107860.59375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107890.09375" y1="354.0" x2="107875.34375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107890.09375" y1="354.0" x2="107920.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107920.84375" y1="383.0" x2="107920.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107920.84375" y1="412.0" x2="107920.84375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107890.09375" y1="354.0" x2="107966.34375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107887.84375" y1="296.0" x2="107929.59375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108338.796875" y1="209.0" x2="108225.65625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108225.65625" y1="238.0" x2="108225.65625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108225.65625" y1="267.0" x2="107976.84375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="107976.84375" y1="296.0" x2="107976.84375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108225.65625" y1="267.0" x2="108072.84375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108072.84375" y1="296.0" x2="108072.84375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108225.65625" y1="267.0" x2="108174.84375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108174.84375" y1="296.0" x2="108174.84375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108174.84375" y1="325.0" x2="108065.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108174.84375" y1="325.0" x2="108113.34375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108174.84375" y1="325.0" x2="108155.34375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108155.34375" y1="354.0" x2="108155.34375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108155.34375" y1="383.0" x2="108155.34375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108174.84375" y1="325.0" x2="108178.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108174.84375" y1="325.0" x2="108231.34375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108231.34375" y1="354.0" x2="108210.59375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108210.59375" y1="383.0" x2="108210.59375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108210.59375" y1="412.0" x2="108210.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108231.34375" y1="354.0" x2="108252.09375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108252.09375" y1="383.0" x2="108252.09375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108174.84375" y1="325.0" x2="108283.84375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108225.65625" y1="267.0" x2="108474.46875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108474.46875" y1="296.0" x2="108432.71875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108474.46875" y1="296.0" x2="108476.71875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108476.71875" y1="325.0" x2="108476.71875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108476.71875" y1="354.0" x2="108383.09375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108383.09375" y1="383.0" x2="108314.59375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108314.59375" y1="412.0" x2="108314.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108314.59375" y1="441.0" x2="108267.84375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108267.84375" y1="470.0" x2="108267.84375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108267.84375" y1="499.0" x2="108267.84375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108314.59375" y1="441.0" x2="108328.84375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108314.59375" y1="441.0" x2="108361.34375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108361.34375" y1="470.0" x2="108361.34375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108383.09375" y1="383.0" x2="108377.09375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108383.09375" y1="383.0" x2="108451.59375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108451.59375" y1="412.0" x2="108451.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108451.59375" y1="441.0" x2="108451.59375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108476.71875" y1="354.0" x2="108470.71875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108476.71875" y1="354.0" x2="108570.34375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108570.34375" y1="383.0" x2="108570.34375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108570.34375" y1="412.0" x2="108523.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108523.59375" y1="441.0" x2="108523.59375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108523.59375" y1="470.0" x2="108523.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108570.34375" y1="412.0" x2="108584.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108570.34375" y1="412.0" x2="108617.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108617.09375" y1="441.0" x2="108617.09375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108474.46875" y1="296.0" x2="108516.21875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108338.796875" y1="209.0" x2="108762.78125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108762.78125" y1="238.0" x2="108762.78125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108762.78125" y1="267.0" x2="108578.21875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108578.21875" y1="296.0" x2="108578.21875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108578.21875" y1="325.0" x2="108578.21875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108762.78125" y1="267.0" x2="108660.21875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108660.21875" y1="296.0" x2="108660.21875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108762.78125" y1="267.0" x2="108749.96875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108749.96875" y1="296.0" x2="108717.71875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108717.71875" y1="325.0" x2="108717.71875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108717.71875" y1="354.0" x2="108717.71875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108749.96875" y1="296.0" x2="108767.21875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108749.96875" y1="296.0" x2="108782.21875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108762.78125" y1="267.0" x2="108947.34375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108947.34375" y1="296.0" x2="108905.59375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108947.34375" y1="296.0" x2="108949.59375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108949.59375" y1="325.0" x2="108949.59375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108949.59375" y1="354.0" x2="108788.21875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108788.21875" y1="383.0" x2="108788.21875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108788.21875" y1="412.0" x2="108741.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108741.46875" y1="441.0" x2="108741.46875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108741.46875" y1="470.0" x2="108741.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108788.21875" y1="412.0" x2="108802.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108788.21875" y1="412.0" x2="108834.96875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108834.96875" y1="441.0" x2="108834.96875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108949.59375" y1="354.0" x2="108934.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108949.59375" y1="354.0" x2="109065.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109065.46875" y1="383.0" x2="109065.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109065.46875" y1="412.0" x2="108985.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108985.46875" y1="441.0" x2="108916.96875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108916.96875" y1="470.0" x2="108916.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108916.96875" y1="499.0" x2="108916.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108985.46875" y1="441.0" x2="108979.46875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108985.46875" y1="441.0" x2="109053.96875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109053.96875" y1="470.0" x2="109053.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109053.96875" y1="499.0" x2="109053.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109065.46875" y1="412.0" x2="109059.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109065.46875" y1="412.0" x2="109145.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109145.46875" y1="441.0" x2="109145.46875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109145.46875" y1="470.0" x2="109145.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108949.59375" y1="354.0" x2="109110.96875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108947.34375" y1="296.0" x2="108989.09375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108338.796875" y1="209.0" x2="109280.71875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109280.71875" y1="238.0" x2="109280.71875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109280.71875" y1="267.0" x2="109178.21875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109178.21875" y1="296.0" x2="109178.21875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109280.71875" y1="267.0" x2="109242.21875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109242.21875" y1="296.0" x2="109242.21875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109242.21875" y1="325.0" x2="109242.21875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109280.71875" y1="267.0" x2="109300.21875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109300.21875" y1="296.0" x2="109300.21875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109300.21875" y1="325.0" x2="109300.21875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109280.71875" y1="267.0" x2="109383.21875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109383.21875" y1="296.0" x2="109341.46875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109383.21875" y1="296.0" x2="109385.46875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109385.46875" y1="325.0" x2="109385.46875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109385.46875" y1="354.0" x2="109305.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109305.46875" y1="383.0" x2="109236.96875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109236.96875" y1="412.0" x2="109236.96875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109236.96875" y1="441.0" x2="109236.96875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109305.46875" y1="383.0" x2="109299.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109305.46875" y1="383.0" x2="109373.96875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109373.96875" y1="412.0" x2="109373.96875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109373.96875" y1="441.0" x2="109373.96875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109385.46875" y1="354.0" x2="109379.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109385.46875" y1="354.0" x2="109465.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109465.46875" y1="383.0" x2="109465.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109465.46875" y1="412.0" x2="109465.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109383.21875" y1="296.0" x2="109424.96875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108338.796875" y1="209.0" x2="109627.34375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109627.34375" y1="238.0" x2="109627.34375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109627.34375" y1="267.0" x2="109506.96875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109506.96875" y1="296.0" x2="109506.96875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109627.34375" y1="267.0" x2="109614.96875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109614.96875" y1="296.0" x2="109542.46875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109542.46875" y1="325.0" x2="109542.46875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109542.46875" y1="354.0" x2="109542.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109614.96875" y1="296.0" x2="109572.46875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109614.96875" y1="296.0" x2="109593.46875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109614.96875" y1="296.0" x2="109640.46875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109640.46875" y1="325.0" x2="109640.46875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109640.46875" y1="354.0" x2="109617.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109617.46875" y1="383.0" x2="109617.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109617.46875" y1="412.0" x2="109617.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109640.46875" y1="354.0" x2="109663.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109663.46875" y1="383.0" x2="109663.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109614.96875" y1="296.0" x2="109687.46875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109627.34375" y1="267.0" x2="109747.71875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109747.71875" y1="296.0" x2="109705.96875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109747.71875" y1="296.0" x2="109749.96875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109749.96875" y1="325.0" x2="109749.96875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109749.96875" y1="354.0" x2="109749.96875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109747.71875" y1="296.0" x2="109789.46875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108338.796875" y1="209.0" x2="111958.3125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111958.3125" y1="238.0" x2="111958.3125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111958.3125" y1="267.0" x2="109841.96875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109841.96875" y1="296.0" x2="109841.96875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109841.96875" y1="325.0" x2="109841.96875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111958.3125" y1="267.0" x2="109923.96875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109923.96875" y1="296.0" x2="109923.96875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111958.3125" y1="267.0" x2="110013.71875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110013.71875" y1="296.0" x2="109981.46875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109981.46875" y1="325.0" x2="109981.46875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109981.46875" y1="354.0" x2="109981.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110013.71875" y1="296.0" x2="110030.96875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110013.71875" y1="296.0" x2="110045.96875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111958.3125" y1="267.0" x2="114074.65625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="296.0" x2="114074.65625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="325.0" x2="114028.15625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="325.0" x2="114074.65625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="110027.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110027.46875" y1="383.0" x2="110027.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110027.46875" y1="412.0" x2="109994.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109994.21875" y1="441.0" x2="109994.21875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109994.21875" y1="470.0" x2="109876.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109876.96875" y1="499.0" x2="109876.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109876.96875" y1="528.0" x2="109876.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109994.21875" y1="470.0" x2="109979.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109994.21875" y1="470.0" x2="110065.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110065.96875" y1="499.0" x2="110065.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110065.96875" y1="528.0" x2="109958.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109958.96875" y1="557.0" x2="109958.96875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109958.96875" y1="586.0" x2="109958.96875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110065.96875" y1="528.0" x2="110051.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110065.96875" y1="528.0" x2="110127.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110127.46875" y1="557.0" x2="110127.46875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110127.46875" y1="586.0" x2="110028.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110028.46875" y1="615.0" x2="110028.46875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110028.46875" y1="644.0" x2="109963.21875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109963.21875" y1="673.0" x2="109963.21875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109963.21875" y1="702.0" x2="109963.21875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110028.46875" y1="644.0" x2="110036.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110028.46875" y1="644.0" x2="110093.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110093.71875" y1="673.0" x2="110093.71875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110093.71875" y1="702.0" x2="110093.71875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110127.46875" y1="586.0" x2="110121.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110127.46875" y1="586.0" x2="110226.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110226.46875" y1="615.0" x2="110161.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110161.21875" y1="644.0" x2="110161.21875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110161.21875" y1="673.0" x2="110161.21875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110226.46875" y1="615.0" x2="110234.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110226.46875" y1="615.0" x2="110291.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110291.71875" y1="644.0" x2="110291.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110291.71875" y1="673.0" x2="110291.71875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110065.96875" y1="528.0" x2="110172.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="109994.21875" y1="470.0" x2="110111.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110027.46875" y1="412.0" x2="110060.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="110362.21875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110362.21875" y1="383.0" x2="110362.21875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110362.21875" y1="412.0" x2="110328.96875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110328.96875" y1="441.0" x2="110328.96875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110328.96875" y1="470.0" x2="110231.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110231.46875" y1="499.0" x2="110231.46875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110231.46875" y1="528.0" x2="110231.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110328.96875" y1="470.0" x2="110314.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110328.96875" y1="470.0" x2="110380.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110380.96875" y1="499.0" x2="110380.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110380.96875" y1="528.0" x2="110313.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110313.46875" y1="557.0" x2="110313.46875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110313.46875" y1="586.0" x2="110313.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110380.96875" y1="528.0" x2="110374.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110380.96875" y1="528.0" x2="110448.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110448.46875" y1="557.0" x2="110448.46875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110448.46875" y1="586.0" x2="110448.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110328.96875" y1="470.0" x2="110426.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110362.21875" y1="412.0" x2="110395.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="110551.71875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110551.71875" y1="383.0" x2="110551.71875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110551.71875" y1="412.0" x2="110514.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110514.21875" y1="441.0" x2="110514.21875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110514.21875" y1="470.0" x2="110454.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110514.21875" y1="470.0" x2="110573.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110573.71875" y1="499.0" x2="110533.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110533.96875" y1="528.0" x2="110533.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110573.71875" y1="499.0" x2="110570.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110573.71875" y1="499.0" x2="110613.46875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110613.46875" y1="528.0" x2="110613.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110613.46875" y1="557.0" x2="110537.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110537.21875" y1="586.0" x2="110537.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110537.21875" y1="615.0" x2="110537.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110613.46875" y1="557.0" x2="110598.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110613.46875" y1="557.0" x2="110644.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110644.21875" y1="586.0" x2="110608.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110608.71875" y1="615.0" x2="110608.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110608.71875" y1="644.0" x2="110608.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110644.21875" y1="586.0" x2="110644.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110644.21875" y1="586.0" x2="110679.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110679.71875" y1="615.0" x2="110679.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110679.71875" y1="644.0" x2="110679.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110613.46875" y1="557.0" x2="110689.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110551.71875" y1="412.0" x2="110589.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="110881.21875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110881.21875" y1="383.0" x2="110881.21875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110881.21875" y1="412.0" x2="110843.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110843.71875" y1="441.0" x2="110843.71875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110843.71875" y1="470.0" x2="110784.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110843.71875" y1="470.0" x2="110903.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110903.21875" y1="499.0" x2="110864.46875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110864.46875" y1="528.0" x2="110864.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110903.21875" y1="499.0" x2="110899.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110903.21875" y1="499.0" x2="110941.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110941.96875" y1="528.0" x2="110941.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110941.96875" y1="557.0" x2="110798.46875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110798.46875" y1="586.0" x2="110798.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110798.46875" y1="615.0" x2="110751.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110751.71875" y1="644.0" x2="110751.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110751.71875" y1="673.0" x2="110751.71875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110798.46875" y1="615.0" x2="110812.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110798.46875" y1="615.0" x2="110845.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110845.21875" y1="644.0" x2="110845.21875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110941.96875" y1="557.0" x2="110927.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110941.96875" y1="557.0" x2="111039.96875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111039.96875" y1="586.0" x2="111039.96875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111039.96875" y1="615.0" x2="110952.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110952.21875" y1="644.0" x2="110952.21875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110952.21875" y1="673.0" x2="110952.21875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111039.96875" y1="615.0" x2="111045.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111039.96875" y1="615.0" x2="111127.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111127.71875" y1="644.0" x2="111127.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111127.71875" y1="673.0" x2="111060.71875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111060.71875" y1="702.0" x2="111060.71875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111060.71875" y1="731.0" x2="110992.46875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110992.46875" y1="760.0" x2="110992.46875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110992.46875" y1="789.0" x2="110992.46875" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111060.71875" y1="731.0" x2="111068.96875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111060.71875" y1="731.0" x2="111128.96875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111128.96875" y1="760.0" x2="111128.96875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111128.96875" y1="789.0" x2="111128.96875" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111127.71875" y1="673.0" x2="111126.21875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111127.71875" y1="673.0" x2="111194.71875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111194.71875" y1="702.0" x2="111194.71875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111194.71875" y1="731.0" x2="111194.71875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110941.96875" y1="557.0" x2="111085.46875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="110881.21875" y1="412.0" x2="110918.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="111336.21875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111336.21875" y1="383.0" x2="111336.21875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111336.21875" y1="412.0" x2="111298.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111298.71875" y1="441.0" x2="111298.71875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111298.71875" y1="470.0" x2="111194.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111194.46875" y1="499.0" x2="111194.46875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111194.46875" y1="528.0" x2="111129.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111129.46875" y1="557.0" x2="111129.46875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111129.46875" y1="586.0" x2="111129.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111194.46875" y1="528.0" x2="111259.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111259.46875" y1="557.0" x2="111259.46875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111298.71875" y1="470.0" x2="111402.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111402.96875" y1="499.0" x2="111402.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111402.96875" y1="528.0" x2="111349.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111349.96875" y1="557.0" x2="111349.96875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111402.96875" y1="528.0" x2="111384.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111402.96875" y1="528.0" x2="111455.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111455.96875" y1="557.0" x2="111455.96875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111455.96875" y1="586.0" x2="111400.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111400.71875" y1="615.0" x2="111400.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111400.71875" y1="644.0" x2="111400.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111455.96875" y1="586.0" x2="111463.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111455.96875" y1="586.0" x2="111478.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111455.96875" y1="586.0" x2="111511.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111511.21875" y1="615.0" x2="111511.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111336.21875" y1="412.0" x2="111373.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="111665.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111665.46875" y1="383.0" x2="111665.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111665.46875" y1="412.0" x2="111627.96875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111627.96875" y1="441.0" x2="111627.96875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111627.96875" y1="470.0" x2="111562.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111562.21875" y1="499.0" x2="111562.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111562.21875" y1="528.0" x2="111562.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111627.96875" y1="470.0" x2="111693.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111693.71875" y1="499.0" x2="111693.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111693.71875" y1="528.0" x2="111641.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111641.46875" y1="557.0" x2="111641.46875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111693.71875" y1="528.0" x2="111675.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111693.71875" y1="528.0" x2="111745.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111745.96875" y1="557.0" x2="111745.96875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111745.96875" y1="586.0" x2="111638.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111638.21875" y1="615.0" x2="111638.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111638.21875" y1="644.0" x2="111638.21875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111745.96875" y1="586.0" x2="111748.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111745.96875" y1="586.0" x2="111763.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111745.96875" y1="586.0" x2="111808.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111808.71875" y1="615.0" x2="111808.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111808.71875" y1="644.0" x2="111808.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111745.96875" y1="586.0" x2="111853.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111665.46875" y1="412.0" x2="111702.96875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="111944.96875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111944.96875" y1="383.0" x2="111944.96875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111944.96875" y1="412.0" x2="111907.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111907.46875" y1="441.0" x2="111907.46875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111907.46875" y1="470.0" x2="111836.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111836.21875" y1="499.0" x2="111836.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111836.21875" y1="528.0" x2="111836.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111907.46875" y1="470.0" x2="111978.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111978.71875" y1="499.0" x2="111978.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111978.71875" y1="528.0" x2="111926.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111926.46875" y1="557.0" x2="111926.46875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111978.71875" y1="528.0" x2="111960.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111978.71875" y1="528.0" x2="112030.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112030.96875" y1="557.0" x2="112030.96875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112030.96875" y1="586.0" x2="111948.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111948.71875" y1="615.0" x2="111948.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111948.71875" y1="644.0" x2="111893.46875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111893.46875" y1="673.0" x2="111893.46875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111893.46875" y1="702.0" x2="111893.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111948.71875" y1="644.0" x2="111955.96875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111948.71875" y1="644.0" x2="111971.46875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111948.71875" y1="644.0" x2="112003.96875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112003.96875" y1="673.0" x2="112003.96875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112030.96875" y1="586.0" x2="112029.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112030.96875" y1="586.0" x2="112113.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112113.21875" y1="615.0" x2="112113.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112113.21875" y1="644.0" x2="112113.21875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="111944.96875" y1="412.0" x2="111982.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="112403.09375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112403.09375" y1="383.0" x2="112403.09375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112403.09375" y1="412.0" x2="112365.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112365.59375" y1="441.0" x2="112365.59375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112365.59375" y1="470.0" x2="112261.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112261.71875" y1="499.0" x2="112261.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112261.71875" y1="528.0" x2="112196.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112196.71875" y1="557.0" x2="112196.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112196.71875" y1="586.0" x2="112196.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112261.71875" y1="528.0" x2="112326.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112326.71875" y1="557.0" x2="112326.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112365.59375" y1="470.0" x2="112469.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112469.46875" y1="499.0" x2="112469.46875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112469.46875" y1="528.0" x2="112417.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112417.21875" y1="557.0" x2="112417.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112469.46875" y1="528.0" x2="112451.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112469.46875" y1="528.0" x2="112521.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112521.71875" y1="557.0" x2="112521.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112521.71875" y1="586.0" x2="112427.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112427.71875" y1="615.0" x2="112427.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112427.71875" y1="644.0" x2="112372.46875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112372.46875" y1="673.0" x2="112372.46875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112372.46875" y1="702.0" x2="112264.71875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112264.71875" y1="731.0" x2="112264.71875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112264.71875" y1="760.0" x2="112264.71875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112372.46875" y1="702.0" x2="112374.71875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112372.46875" y1="702.0" x2="112390.21875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112372.46875" y1="702.0" x2="112435.21875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112435.21875" y1="731.0" x2="112435.21875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112435.21875" y1="760.0" x2="112435.21875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112372.46875" y1="702.0" x2="112480.21875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112427.71875" y1="644.0" x2="112434.96875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112427.71875" y1="644.0" x2="112450.46875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112427.71875" y1="644.0" x2="112482.96875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112482.96875" y1="673.0" x2="112482.96875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112521.71875" y1="586.0" x2="112490.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112521.71875" y1="586.0" x2="112505.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112521.71875" y1="586.0" x2="112538.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112538.21875" y1="615.0" x2="112538.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112521.71875" y1="586.0" x2="112615.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112615.71875" y1="615.0" x2="112608.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112615.71875" y1="615.0" x2="112623.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112403.09375" y1="412.0" x2="112440.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="112841.34375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112841.34375" y1="383.0" x2="112841.34375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112841.34375" y1="412.0" x2="112808.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112808.09375" y1="441.0" x2="112808.09375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112808.09375" y1="470.0" x2="112711.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112711.46875" y1="499.0" x2="112656.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112656.21875" y1="528.0" x2="112656.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112656.21875" y1="557.0" x2="112656.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112711.46875" y1="499.0" x2="112718.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112711.46875" y1="499.0" x2="112734.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112711.46875" y1="499.0" x2="112766.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112766.71875" y1="528.0" x2="112766.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112808.09375" y1="470.0" x2="112809.34375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112808.09375" y1="470.0" x2="112859.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112859.21875" y1="499.0" x2="112823.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112823.71875" y1="528.0" x2="112823.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112823.71875" y1="557.0" x2="112823.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112859.21875" y1="499.0" x2="112859.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112859.21875" y1="499.0" x2="112894.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112894.71875" y1="528.0" x2="112894.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112894.71875" y1="557.0" x2="112894.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112808.09375" y1="470.0" x2="112904.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112841.34375" y1="412.0" x2="112874.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="113061.71875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113061.71875" y1="383.0" x2="113061.71875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113061.71875" y1="412.0" x2="113024.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113024.21875" y1="441.0" x2="113024.21875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113024.21875" y1="470.0" x2="112955.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112955.21875" y1="499.0" x2="112955.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112955.21875" y1="528.0" x2="112955.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113024.21875" y1="470.0" x2="113093.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113093.21875" y1="499.0" x2="113093.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113093.21875" y1="528.0" x2="113038.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113038.96875" y1="557.0" x2="113038.96875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113093.21875" y1="528.0" x2="113074.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113093.21875" y1="528.0" x2="113147.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113147.46875" y1="557.0" x2="113147.46875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113147.46875" y1="586.0" x2="112904.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113147.46875" y1="586.0" x2="112933.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113147.46875" y1="586.0" x2="112995.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112995.21875" y1="615.0" x2="112934.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112934.71875" y1="644.0" x2="112934.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112934.71875" y1="673.0" x2="112887.96875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112887.96875" y1="702.0" x2="112887.96875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112887.96875" y1="731.0" x2="112887.96875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112934.71875" y1="673.0" x2="112948.96875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112934.71875" y1="673.0" x2="112981.46875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112981.46875" y1="702.0" x2="112981.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112995.21875" y1="615.0" x2="112974.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="112995.21875" y1="615.0" x2="113055.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113055.71875" y1="644.0" x2="113055.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113055.71875" y1="673.0" x2="113055.71875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113147.46875" y1="586.0" x2="113061.09375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113147.46875" y1="586.0" x2="113095.96875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113147.46875" y1="586.0" x2="113130.84375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113147.46875" y1="586.0" x2="113196.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113196.71875" y1="615.0" x2="113167.96875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113167.96875" y1="644.0" x2="113167.96875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113167.96875" y1="673.0" x2="113121.21875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113121.21875" y1="702.0" x2="113121.21875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113121.21875" y1="731.0" x2="113121.21875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113167.96875" y1="673.0" x2="113182.21875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113167.96875" y1="673.0" x2="113214.71875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113214.71875" y1="702.0" x2="113214.71875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113196.71875" y1="615.0" x2="113225.46875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113147.46875" y1="586.0" x2="113258.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113147.46875" y1="586.0" x2="113319.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113147.46875" y1="586.0" x2="113390.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113061.71875" y1="412.0" x2="113099.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="113591.96875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113591.96875" y1="383.0" x2="113591.96875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113591.96875" y1="412.0" x2="113558.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113558.71875" y1="441.0" x2="113558.71875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113558.71875" y1="470.0" x2="113388.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113388.96875" y1="499.0" x2="113388.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113388.96875" y1="528.0" x2="113388.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113558.71875" y1="470.0" x2="113557.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113557.71875" y1="499.0" x2="113557.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113558.71875" y1="470.0" x2="113728.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113728.46875" y1="499.0" x2="113728.46875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113728.46875" y1="528.0" x2="113418.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113728.46875" y1="528.0" x2="113447.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113728.46875" y1="528.0" x2="113509.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113509.96875" y1="557.0" x2="113509.96875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113509.96875" y1="586.0" x2="113463.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113463.21875" y1="615.0" x2="113463.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113463.21875" y1="644.0" x2="113463.21875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113509.96875" y1="586.0" x2="113524.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113509.96875" y1="586.0" x2="113556.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113556.71875" y1="615.0" x2="113556.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113728.46875" y1="528.0" x2="113571.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113728.46875" y1="528.0" x2="113606.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113728.46875" y1="528.0" x2="113640.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113728.46875" y1="528.0" x2="113702.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113702.96875" y1="557.0" x2="113702.96875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113702.96875" y1="586.0" x2="113656.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113656.21875" y1="615.0" x2="113656.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113656.21875" y1="644.0" x2="113656.21875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113702.96875" y1="586.0" x2="113717.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113702.96875" y1="586.0" x2="113749.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113749.71875" y1="615.0" x2="113749.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113728.46875" y1="528.0" x2="113764.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113728.46875" y1="528.0" x2="113801.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113728.46875" y1="528.0" x2="113837.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113728.46875" y1="528.0" x2="113899.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113899.96875" y1="557.0" x2="113899.96875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113899.96875" y1="586.0" x2="113859.96875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113899.96875" y1="586.0" x2="113899.96875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113899.96875" y1="615.0" x2="113899.96875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113899.96875" y1="644.0" x2="113793.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113793.71875" y1="673.0" x2="113793.71875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113793.71875" y1="702.0" x2="113726.71875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113726.71875" y1="731.0" x2="113726.71875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113726.71875" y1="760.0" x2="113679.96875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113679.96875" y1="789.0" x2="113679.96875" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113679.96875" y1="818.0" x2="113679.96875" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113726.71875" y1="760.0" x2="113740.96875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113726.71875" y1="760.0" x2="113773.46875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113773.46875" y1="789.0" x2="113773.46875" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113793.71875" y1="702.0" x2="113792.21875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113793.71875" y1="702.0" x2="113860.71875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113860.71875" y1="731.0" x2="113860.71875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113860.71875" y1="760.0" x2="113860.71875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113899.96875" y1="644.0" x2="113880.46875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113899.96875" y1="644.0" x2="113927.21875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113927.21875" y1="673.0" x2="113927.21875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113927.21875" y1="702.0" x2="113927.21875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113899.96875" y1="644.0" x2="113966.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113899.96875" y1="644.0" x2="114006.21875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114006.21875" y1="673.0" x2="114006.21875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114006.21875" y1="702.0" x2="114006.21875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113899.96875" y1="586.0" x2="113939.96875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113728.46875" y1="528.0" x2="113961.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113728.46875" y1="528.0" x2="113994.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113728.46875" y1="528.0" x2="114037.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="113591.96875" y1="412.0" x2="113625.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="114240.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114240.46875" y1="383.0" x2="114240.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114240.46875" y1="412.0" x2="114207.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114207.21875" y1="441.0" x2="114207.21875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114207.21875" y1="470.0" x2="114099.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114099.71875" y1="499.0" x2="114099.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114099.71875" y1="528.0" x2="114099.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114207.21875" y1="470.0" x2="114206.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114206.21875" y1="499.0" x2="114206.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114207.21875" y1="470.0" x2="114314.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114314.71875" y1="499.0" x2="114314.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114314.71875" y1="528.0" x2="114225.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114314.71875" y1="528.0" x2="114254.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114314.71875" y1="528.0" x2="114316.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114316.21875" y1="557.0" x2="114316.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114316.21875" y1="586.0" x2="114276.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114316.21875" y1="586.0" x2="114316.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114316.21875" y1="615.0" x2="114316.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114316.21875" y1="644.0" x2="114139.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114139.71875" y1="673.0" x2="114139.71875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114139.71875" y1="702.0" x2="114072.71875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114072.71875" y1="731.0" x2="114072.71875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114072.71875" y1="760.0" x2="114025.96875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114025.96875" y1="789.0" x2="114025.96875" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114025.96875" y1="818.0" x2="114025.96875" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114072.71875" y1="760.0" x2="114086.96875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114072.71875" y1="760.0" x2="114119.46875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114119.46875" y1="789.0" x2="114119.46875" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114139.71875" y1="702.0" x2="114138.21875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114139.71875" y1="702.0" x2="114206.71875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114206.71875" y1="731.0" x2="114206.71875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114206.71875" y1="760.0" x2="114206.71875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114316.21875" y1="644.0" x2="114277.21875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114316.21875" y1="644.0" x2="114374.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114374.71875" y1="673.0" x2="114374.71875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114374.71875" y1="702.0" x2="114285.21875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114374.71875" y1="702.0" x2="114314.21875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114374.71875" y1="702.0" x2="114376.21875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114376.21875" y1="731.0" x2="114376.21875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114376.21875" y1="760.0" x2="114313.96875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114376.21875" y1="760.0" x2="114345.46875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114345.46875" y1="789.0" x2="114345.46875" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114345.46875" y1="818.0" x2="114345.46875" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114376.21875" y1="760.0" x2="114438.46875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114438.46875" y1="789.0" x2="114438.46875" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114438.46875" y1="818.0" x2="114430.96875" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114438.46875" y1="818.0" x2="114445.96875" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114374.71875" y1="702.0" x2="114438.21875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114374.71875" y1="702.0" x2="114464.21875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114316.21875" y1="644.0" x2="114433.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114316.21875" y1="644.0" x2="114492.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114492.71875" y1="673.0" x2="114492.71875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114492.71875" y1="702.0" x2="114492.71875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114316.21875" y1="586.0" x2="114356.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114314.71875" y1="528.0" x2="114378.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114314.71875" y1="528.0" x2="114404.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114240.46875" y1="412.0" x2="114273.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="114587.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114587.84375" y1="383.0" x2="114587.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114587.84375" y1="412.0" x2="114554.59375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114554.59375" y1="441.0" x2="114554.59375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114554.59375" y1="470.0" x2="114440.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114440.21875" y1="499.0" x2="114440.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114440.21875" y1="528.0" x2="114440.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114554.59375" y1="470.0" x2="114551.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114551.59375" y1="499.0" x2="114551.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114554.59375" y1="470.0" x2="114668.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114668.96875" y1="499.0" x2="114668.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114668.96875" y1="528.0" x2="114475.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114668.96875" y1="528.0" x2="114520.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114668.96875" y1="528.0" x2="114546.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114668.96875" y1="528.0" x2="114612.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114612.21875" y1="557.0" x2="114612.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114612.21875" y1="586.0" x2="114565.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114565.46875" y1="615.0" x2="114565.46875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114565.46875" y1="644.0" x2="114565.46875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114612.21875" y1="586.0" x2="114626.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114612.21875" y1="586.0" x2="114658.96875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114658.96875" y1="615.0" x2="114658.96875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114668.96875" y1="528.0" x2="114678.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114668.96875" y1="528.0" x2="114764.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114668.96875" y1="528.0" x2="114862.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114587.84375" y1="412.0" x2="114621.09375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="115156.21875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115156.21875" y1="383.0" x2="115156.21875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115156.21875" y1="412.0" x2="115122.96875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115122.96875" y1="441.0" x2="115122.96875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115122.96875" y1="470.0" x2="114889.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114889.21875" y1="499.0" x2="114889.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114889.21875" y1="528.0" x2="114889.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115122.96875" y1="470.0" x2="115121.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115121.96875" y1="499.0" x2="115121.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115122.96875" y1="470.0" x2="115356.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="499.0" x2="115356.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="114919.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="114981.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115030.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115092.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115092.21875" y1="557.0" x2="115060.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115060.21875" y1="586.0" x2="115060.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115060.21875" y1="615.0" x2="114983.96875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114983.96875" y1="644.0" x2="114983.96875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114983.96875" y1="673.0" x2="114983.96875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115060.21875" y1="615.0" x2="115045.46875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115060.21875" y1="615.0" x2="115090.96875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115090.96875" y1="644.0" x2="115090.96875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115090.96875" y1="673.0" x2="115046.21875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115046.21875" y1="702.0" x2="115029.96875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115029.96875" y1="731.0" x2="115029.96875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115046.21875" y1="702.0" x2="115062.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115090.96875" y1="673.0" x2="115135.71875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115135.71875" y1="702.0" x2="115135.71875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115135.71875" y1="731.0" x2="115135.71875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115060.21875" y1="615.0" x2="115136.46875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115092.21875" y1="557.0" x2="115124.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115154.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115188.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115223.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115285.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115285.21875" y1="557.0" x2="115253.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115253.21875" y1="586.0" x2="115253.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115253.21875" y1="615.0" x2="115253.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115285.21875" y1="557.0" x2="115317.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115347.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115380.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115414.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115476.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115476.21875" y1="557.0" x2="115444.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115444.21875" y1="586.0" x2="115444.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115444.21875" y1="615.0" x2="115444.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115476.21875" y1="557.0" x2="115508.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115538.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115571.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115605.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115667.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115667.21875" y1="557.0" x2="115635.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115635.21875" y1="586.0" x2="115635.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115635.21875" y1="615.0" x2="115635.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115667.21875" y1="557.0" x2="115699.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115729.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115756.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115356.71875" y1="528.0" x2="115794.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115156.21875" y1="412.0" x2="115189.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="115961.78125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115961.78125" y1="383.0" x2="115961.78125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115961.78125" y1="412.0" x2="115810.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115961.78125" y1="412.0" x2="115826.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115961.78125" y1="412.0" x2="115888.21875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115888.21875" y1="441.0" x2="115888.21875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115888.21875" y1="470.0" x2="115821.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115821.21875" y1="499.0" x2="115821.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115821.21875" y1="528.0" x2="115821.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115888.21875" y1="470.0" x2="115886.71875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115888.21875" y1="470.0" x2="115955.21875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115955.21875" y1="499.0" x2="115955.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115955.21875" y1="528.0" x2="115955.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115961.78125" y1="412.0" x2="115998.78125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="115961.78125" y1="412.0" x2="116112.84375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116112.84375" y1="441.0" x2="116112.84375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116112.84375" y1="470.0" x2="116067.34375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116112.84375" y1="470.0" x2="116118.84375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116118.84375" y1="499.0" x2="116118.84375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116118.84375" y1="528.0" x2="115984.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116118.84375" y1="528.0" x2="116015.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116015.71875" y1="557.0" x2="116015.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116015.71875" y1="586.0" x2="116015.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116118.84375" y1="528.0" x2="116100.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116118.84375" y1="528.0" x2="116207.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116207.96875" y1="557.0" x2="116207.96875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116207.96875" y1="586.0" x2="116131.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116131.71875" y1="615.0" x2="116131.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116131.71875" y1="644.0" x2="116131.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116207.96875" y1="586.0" x2="116193.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116207.96875" y1="586.0" x2="116238.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116238.71875" y1="615.0" x2="116238.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116238.71875" y1="644.0" x2="116238.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116207.96875" y1="586.0" x2="116284.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116118.84375" y1="528.0" x2="116253.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116112.84375" y1="470.0" x2="116158.34375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="116428.40625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116428.40625" y1="383.0" x2="116428.40625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116428.40625" y1="412.0" x2="116395.15625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116395.15625" y1="441.0" x2="116395.15625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116395.15625" y1="470.0" x2="116288.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116288.96875" y1="499.0" x2="116288.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116288.96875" y1="528.0" x2="116288.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116395.15625" y1="470.0" x2="116380.40625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116395.15625" y1="470.0" x2="116455.84375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116455.84375" y1="499.0" x2="116455.84375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116455.84375" y1="528.0" x2="116370.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116370.96875" y1="557.0" x2="116370.96875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116370.96875" y1="586.0" x2="116370.96875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116455.84375" y1="528.0" x2="116441.09375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116455.84375" y1="528.0" x2="116495.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116495.21875" y1="557.0" x2="116495.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116495.21875" y1="586.0" x2="116448.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116448.46875" y1="615.0" x2="116448.46875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116448.46875" y1="644.0" x2="116401.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116401.71875" y1="673.0" x2="116401.71875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116401.71875" y1="702.0" x2="116401.71875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116448.46875" y1="644.0" x2="116462.71875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116448.46875" y1="644.0" x2="116495.21875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116495.21875" y1="673.0" x2="116495.21875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116495.21875" y1="586.0" x2="116509.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116495.21875" y1="586.0" x2="116541.96875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116541.96875" y1="615.0" x2="116541.96875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116455.84375" y1="528.0" x2="116540.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116395.15625" y1="470.0" x2="116501.34375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116428.40625" y1="412.0" x2="116461.65625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="116760.96875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116760.96875" y1="383.0" x2="116760.96875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116760.96875" y1="412.0" x2="116723.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116723.46875" y1="441.0" x2="116723.46875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116723.46875" y1="470.0" x2="116663.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116723.46875" y1="470.0" x2="116782.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116782.96875" y1="499.0" x2="116733.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116733.21875" y1="528.0" x2="116733.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116782.96875" y1="499.0" x2="116779.46875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116782.96875" y1="499.0" x2="116832.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116832.71875" y1="528.0" x2="116832.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116832.71875" y1="557.0" x2="116607.96875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116832.71875" y1="557.0" x2="116639.46875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116639.46875" y1="586.0" x2="116639.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116639.46875" y1="615.0" x2="116593.46875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116593.46875" y1="644.0" x2="116593.46875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116639.46875" y1="615.0" x2="116685.46875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116685.46875" y1="644.0" x2="116631.96875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116685.46875" y1="644.0" x2="116685.46875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116685.46875" y1="673.0" x2="116636.46875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116636.46875" y1="702.0" x2="116636.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116636.46875" y1="731.0" x2="116636.46875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116685.46875" y1="673.0" x2="116685.46875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116685.46875" y1="673.0" x2="116734.46875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116734.46875" y1="702.0" x2="116734.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116734.46875" y1="731.0" x2="116734.46875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116685.46875" y1="644.0" x2="116738.96875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116832.71875" y1="557.0" x2="117057.46875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117057.46875" y1="586.0" x2="117057.46875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117057.46875" y1="615.0" x2="116991.46875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117057.46875" y1="615.0" x2="117057.46875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117057.46875" y1="644.0" x2="116870.46875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116870.46875" y1="673.0" x2="116819.46875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116819.46875" y1="702.0" x2="116774.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116819.46875" y1="702.0" x2="116819.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116819.46875" y1="731.0" x2="116819.46875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116819.46875" y1="760.0" x2="116819.46875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116819.46875" y1="702.0" x2="116864.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116870.46875" y1="673.0" x2="116870.96875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116870.46875" y1="673.0" x2="116921.46875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116921.46875" y1="702.0" x2="116921.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116921.46875" y1="731.0" x2="116921.46875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117057.46875" y1="644.0" x2="116963.96875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117057.46875" y1="644.0" x2="117057.46875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117057.46875" y1="673.0" x2="117006.46875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117006.46875" y1="702.0" x2="116961.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117006.46875" y1="702.0" x2="117006.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117006.46875" y1="731.0" x2="117006.46875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117006.46875" y1="760.0" x2="117006.46875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117006.46875" y1="702.0" x2="117051.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117057.46875" y1="673.0" x2="117057.96875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117057.46875" y1="673.0" x2="117108.46875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117108.46875" y1="702.0" x2="117108.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117108.46875" y1="731.0" x2="117108.46875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117057.46875" y1="644.0" x2="117150.96875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117057.46875" y1="644.0" x2="117244.46875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117244.46875" y1="673.0" x2="117193.46875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117193.46875" y1="702.0" x2="117148.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117193.46875" y1="702.0" x2="117193.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117193.46875" y1="731.0" x2="117193.46875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117193.46875" y1="760.0" x2="117193.46875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117193.46875" y1="702.0" x2="117238.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117244.46875" y1="673.0" x2="117244.96875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117244.46875" y1="673.0" x2="117295.46875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117295.46875" y1="702.0" x2="117295.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117295.46875" y1="731.0" x2="117295.46875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117057.46875" y1="615.0" x2="117123.46875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="116760.96875" y1="412.0" x2="116798.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="117232.46875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117232.46875" y1="383.0" x2="117232.46875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117232.46875" y1="412.0" x2="117179.96875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117232.46875" y1="412.0" x2="117210.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117210.46875" y1="441.0" x2="117202.96875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117210.46875" y1="441.0" x2="117217.96875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117232.46875" y1="412.0" x2="117284.96875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117284.96875" y1="441.0" x2="117284.96875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117284.96875" y1="470.0" x2="117125.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117284.96875" y1="470.0" x2="117196.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117196.96875" y1="499.0" x2="117147.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117196.96875" y1="499.0" x2="117171.46875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117171.46875" y1="528.0" x2="117171.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117171.46875" y1="557.0" x2="117171.46875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117196.96875" y1="499.0" x2="117212.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117212.96875" y1="528.0" x2="117212.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117196.96875" y1="499.0" x2="117245.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117284.96875" y1="470.0" x2="117346.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117346.96875" y1="499.0" x2="117271.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117346.96875" y1="499.0" x2="117297.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117346.96875" y1="499.0" x2="117359.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117359.96875" y1="528.0" x2="117359.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117359.96875" y1="557.0" x2="117283.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117283.71875" y1="586.0" x2="117283.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117283.71875" y1="615.0" x2="117283.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117359.96875" y1="557.0" x2="117345.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117359.96875" y1="557.0" x2="117390.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117390.71875" y1="586.0" x2="117390.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117390.71875" y1="615.0" x2="117390.71875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117359.96875" y1="557.0" x2="117436.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117346.96875" y1="499.0" x2="117421.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117284.96875" y1="470.0" x2="117444.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117444.46875" y1="499.0" x2="117436.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117444.46875" y1="499.0" x2="117451.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="117588.21875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117588.21875" y1="383.0" x2="117588.21875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117588.21875" y1="412.0" x2="117550.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117550.71875" y1="441.0" x2="117550.71875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117550.71875" y1="470.0" x2="117484.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117484.96875" y1="499.0" x2="117484.96875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117484.96875" y1="528.0" x2="117484.96875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117550.71875" y1="470.0" x2="117616.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117616.46875" y1="499.0" x2="117616.46875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117616.46875" y1="528.0" x2="117564.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117564.21875" y1="557.0" x2="117564.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117616.46875" y1="528.0" x2="117598.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117616.46875" y1="528.0" x2="117668.71875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117668.71875" y1="557.0" x2="117668.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117668.71875" y1="586.0" x2="117668.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117588.21875" y1="412.0" x2="117625.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="354.0" x2="118121.84375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118121.84375" y1="383.0" x2="118121.84375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118121.84375" y1="412.0" x2="117847.96875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118121.84375" y1="412.0" x2="117878.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117878.46875" y1="441.0" x2="117831.96875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117878.46875" y1="441.0" x2="117878.46875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117878.46875" y1="470.0" x2="117878.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117878.46875" y1="499.0" x2="117845.21875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117845.21875" y1="528.0" x2="117845.21875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117845.21875" y1="557.0" x2="117747.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117747.21875" y1="586.0" x2="117747.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117747.21875" y1="615.0" x2="117747.21875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117845.21875" y1="557.0" x2="117853.71875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117853.71875" y1="586.0" x2="117853.71875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117845.21875" y1="557.0" x2="117943.21875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117943.21875" y1="586.0" x2="117943.21875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117943.21875" y1="615.0" x2="117909.46875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117943.21875" y1="615.0" x2="117976.96875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117976.96875" y1="644.0" x2="117976.96875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117976.96875" y1="673.0" x2="117938.71875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117938.71875" y1="702.0" x2="117938.71875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117938.71875" y1="731.0" x2="117891.96875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117891.96875" y1="760.0" x2="117891.96875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117891.96875" y1="789.0" x2="117891.96875" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117938.71875" y1="731.0" x2="117952.96875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117938.71875" y1="731.0" x2="117985.46875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117985.46875" y1="760.0" x2="117985.46875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117976.96875" y1="673.0" x2="118000.21875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117976.96875" y1="673.0" x2="118015.21875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117878.46875" y1="499.0" x2="117911.71875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="117878.46875" y1="441.0" x2="117924.96875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118121.84375" y1="412.0" x2="118104.46875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118104.46875" y1="441.0" x2="118104.46875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118104.46875" y1="470.0" x2="118008.34375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118104.46875" y1="470.0" x2="118079.84375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118079.84375" y1="499.0" x2="118030.84375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118079.84375" y1="499.0" x2="118054.34375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118054.34375" y1="528.0" x2="118054.34375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118054.34375" y1="557.0" x2="118054.34375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118079.84375" y1="499.0" x2="118095.84375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118095.84375" y1="528.0" x2="118095.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118079.84375" y1="499.0" x2="118128.84375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118104.46875" y1="470.0" x2="118200.59375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118200.59375" y1="499.0" x2="118154.09375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118200.59375" y1="499.0" x2="118200.59375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118200.59375" y1="528.0" x2="118200.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118200.59375" y1="557.0" x2="118167.34375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118167.34375" y1="586.0" x2="118167.34375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118167.34375" y1="615.0" x2="118133.59375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118167.34375" y1="615.0" x2="118201.09375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118201.09375" y1="644.0" x2="118201.09375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118201.09375" y1="673.0" x2="118111.71875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118111.71875" y1="702.0" x2="118111.71875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118111.71875" y1="731.0" x2="118064.96875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118064.96875" y1="760.0" x2="118064.96875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118064.96875" y1="789.0" x2="118064.96875" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118111.71875" y1="731.0" x2="118125.96875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118111.71875" y1="731.0" x2="118158.46875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118158.46875" y1="760.0" x2="118158.46875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118201.09375" y1="673.0" x2="118186.34375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118201.09375" y1="673.0" x2="118244.96875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118244.96875" y1="702.0" x2="118209.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118209.46875" y1="731.0" x2="118209.46875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118209.46875" y1="760.0" x2="118209.46875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118244.96875" y1="702.0" x2="118244.96875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118244.96875" y1="702.0" x2="118280.46875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118280.46875" y1="731.0" x2="118280.46875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118280.46875" y1="760.0" x2="118280.46875" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118201.09375" y1="673.0" x2="118290.46875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118200.59375" y1="557.0" x2="118233.84375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118200.59375" y1="499.0" x2="118247.09375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118121.84375" y1="412.0" x2="118395.71875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118395.71875" y1="441.0" x2="118376.96875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118395.71875" y1="441.0" x2="118414.46875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118414.46875" y1="470.0" x2="118367.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118414.46875" y1="470.0" x2="118414.46875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118414.46875" y1="499.0" x2="118414.46875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118414.46875" y1="528.0" x2="118268.09375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118414.46875" y1="528.0" x2="118283.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118414.46875" y1="528.0" x2="118345.59375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118345.59375" y1="557.0" x2="118345.59375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118345.59375" y1="586.0" x2="118280.09375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118280.09375" y1="615.0" x2="118280.09375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118280.09375" y1="644.0" x2="118280.09375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118345.59375" y1="586.0" x2="118344.09375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118345.59375" y1="586.0" x2="118411.09375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118411.09375" y1="615.0" x2="118411.09375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118411.09375" y1="644.0" x2="118411.09375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118414.46875" y1="528.0" x2="118451.46875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118414.46875" y1="528.0" x2="118560.84375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118560.84375" y1="557.0" x2="118560.84375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118560.84375" y1="586.0" x2="118527.59375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118527.59375" y1="615.0" x2="118527.59375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118527.59375" y1="644.0" x2="118493.84375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118527.59375" y1="644.0" x2="118561.34375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118561.34375" y1="673.0" x2="118561.34375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118561.34375" y1="702.0" x2="118523.09375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118523.09375" y1="731.0" x2="118523.09375" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118523.09375" y1="760.0" x2="118476.34375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118476.34375" y1="789.0" x2="118476.34375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118476.34375" y1="818.0" x2="118476.34375" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118523.09375" y1="760.0" x2="118537.34375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118523.09375" y1="760.0" x2="118569.84375" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118569.84375" y1="789.0" x2="118569.84375" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118561.34375" y1="702.0" x2="118584.59375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118561.34375" y1="702.0" x2="118599.59375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118560.84375" y1="586.0" x2="118594.09375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="118414.46875" y1="470.0" x2="118460.96875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="114074.65625" y1="325.0" x2="114121.15625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="108338.796875" y1="209.0" x2="112036.8125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="94516.12890625" y1="122.0" x2="106533.5390625" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<rect x="77100.875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77102" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="35559.25" y="580.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35561" y="589" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="45432.25" y="870.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45434" y="879" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="56243.0" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56245" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="42927.25" y="580.0" width="61.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42929" y="589" style="font-family:sans-serif;font-size:10px;"> +anonymous +</text> +<rect x="26672.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26674" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="2590.0" y="174.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2592" y="183" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="69643.25" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69645" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="51089.5" y="406.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51091" y="415" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="111794.21875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111796" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="4654.375" y="348.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4656" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="3717.375" y="145.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3719" y="154" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="107569.59375" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107571" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="82751.28125" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82753" y="386" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="62122.0625" y="928.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62124" y="937" style="font-family:sans-serif;font-size:10px;"> +result +</text> +<rect x="28692.875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28694" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="54287.5625" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54289" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63118.125" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63120" y="444" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="61363.359375" y="232.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61365" y="241" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="118241.46875" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118243" y="734" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="41663.75" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41665" y="502" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="69690.0" y="522.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69692" y="531" style="font-family:sans-serif;font-size:10px;"> +where +</text> +<rect x="81312.0" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81314" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="64568.125" y="435.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64570" y="444" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="114151.21875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114153" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="26581.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26583" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="97020.71875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97022" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="83235.28125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83237" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="13307.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13309" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="61666.0" y="609.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61668" y="618" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="60214.0" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60216" y="241" style="font-family:sans-serif;font-size:10px;"> +using_directive +</text> +<rect x="37981.5" y="696.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37983" y="705" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="96662.21875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96664" y="589" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="105594.84375" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105596" y="299" style="font-family:sans-serif;font-size:10px;"> +property_modifier +</text> +<rect x="101511.84375" y="580.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101513" y="589" style="font-family:sans-serif;font-size:10px;"> +lambda_expression +</text> +<rect x="104538.78125" y="232.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104540" y="241" style="font-family:sans-serif;font-size:10px;"> +CSharp6Features +</text> +<rect x="29909.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29911" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="18741.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18743" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="103705.09375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103707" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="42084.75" y="638.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42086" y="647" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="41798.25" y="406.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41800" y="415" style="font-family:sans-serif;font-size:10px;"> +unsafe_statement +</text> +<rect x="52055.5" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52057" y="328" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="32473.125" y="783.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32475" y="792" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="55561.5" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55563" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="95167.71875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95169" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="102451.34375" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102453" y="473" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="30396.125" y="580.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30398" y="589" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="66878.875" y="638.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66880" y="647" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="44532.5" y="696.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44534" y="705" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="62863.375" y="754.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62865" y="763" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="106100.09375" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106102" y="328" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="76376.125" y="696.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76378" y="705" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="2298.5" y="58.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2300" y="67" style="font-family:sans-serif;font-size:10px;"> +using_directive +</text> +<rect x="83022.53125" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83024" y="618" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="14633.375" y="609.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14635" y="618" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="1434.25" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1436" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="64678.125" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64680" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="81975.90625" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81977" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="115185.96875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115187" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="83318.78125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83320" y="560" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="3715.375" y="203.0" width="61.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3717" y="212" style="font-family:sans-serif;font-size:10px;"> +IDisposable +</text> +<rect x="81239.875" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81241" y="618" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="44625.5" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44627" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="44179.75" y="725.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44181" y="734" style="font-family:sans-serif;font-size:10px;"> +c1 +</text> +<rect x="81426.90625" y="725.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81428" y="734" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="79978.125" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79980" y="734" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="43630.5" y="725.0" width="72.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43632" y="734" style="font-family:sans-serif;font-size:10px;"> +where_clause +</text> +<rect x="66366.375" y="464.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66368" y="473" style="font-family:sans-serif;font-size:10px;"> +protected +</text> +<rect x="96103.96875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96105" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="55384.5" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55386" y="357" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="16848.875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16850" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="80015.875" y="841.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80017" y="850" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="117914.21875" y="580.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117916" y="589" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="5646.375" y="290.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5648" y="299" style="font-family:sans-serif;font-size:10px;"> +attributes +</text> +<rect x="45345.125" y="725.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45347" y="734" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="47937.75" y="348.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47939" y="357" style="font-family:sans-serif;font-size:10px;"> +type_parameter +</text> +<rect x="63702.375" y="870.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63704" y="879" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="56028.375" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56030" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="15776.125" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15778" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="114430.21875" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114432" y="676" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="31470.375" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31472" y="647" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="71799.375" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71801" y="821" style="font-family:sans-serif;font-size:10px;"> +4 +</text> +<rect x="108142.84375" y="348.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108144" y="357" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="1968.625" y="58.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1970" y="67" style="font-family:sans-serif;font-size:10px;"> +using_directive +</text> +<rect x="32190.25" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32192" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="105462.34375" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105464" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="61703.75" y="667.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61705" y="676" style="font-family:sans-serif;font-size:10px;"> +אתר +</text> +<rect x="46832.75" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46834" y="357" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="24839.125" y="580.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24841" y="589" style="font-family:sans-serif;font-size:10px;"> +group +</text> +<rect x="62219.75" y="725.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62221" y="734" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="63454.625" y="696.0" width="156.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63456" y="705" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_signature +</text> +<rect x="40535.75" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40537" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="15836.375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15838" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="65237.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65239" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19136.625" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19138" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="80342.875" y="783.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80344" y="792" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="32855.125" y="609.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32857" y="618" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="108512.71875" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108514" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="110041.96875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110043" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="46977.75" y="348.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46979" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="47535.25" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47537" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="21179.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21181" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="69766.0" y="580.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69768" y="589" style="font-family:sans-serif;font-size:10px;"> +V +</text> +<rect x="31289.375" y="696.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31291" y="705" style="font-family:sans-serif;font-size:10px;"> +expression_list +</text> +<rect x="56830.75" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56832" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="106785.84375" y="435.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106787" y="444" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="54456.5625" y="551.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54458" y="560" style="font-family:sans-serif;font-size:10px;"> +error +</text> +<rect x="94329.28125" y="667.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94331" y="676" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="95246.21875" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95248" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="38828.5" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38830" y="502" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="59192.25" y="203.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59194" y="212" style="font-family:sans-serif;font-size:10px;"> +enum +</text> +<rect x="99345.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99347" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="61108.75" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61110" y="647" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="30105.625" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30107" y="560" style="font-family:sans-serif;font-size:10px;"> +o3 +</text> +<rect x="42324.0" y="493.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42326" y="502" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="95195.71875" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95197" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="95396.46875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95398" y="618" style="font-family:sans-serif;font-size:10px;"> +| +</text> +<rect x="35066.25" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35068" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="67895.5" y="377.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67897" y="386" style="font-family:sans-serif;font-size:10px;"> +field_modifier +</text> +<rect x="101558.59375" y="609.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101560" y="618" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="44457.0" y="696.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44459" y="705" style="font-family:sans-serif;font-size:10px;"> +equals +</text> +<rect x="68322.5" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68324" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="95252.09375" y="638.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95254" y="647" style="font-family:sans-serif;font-size:10px;"> +and_expression +</text> +<rect x="16044.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16046" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="18767.375" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18769" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="32616.0" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32618" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="116233.71875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116235" y="676" style="font-family:sans-serif;font-size:10px;"> +x +</text> +<rect x="37774.0" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37776" y="444" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="44005.0" y="783.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44007" y="792" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="3041.125" y="174.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3043" y="183" style="font-family:sans-serif;font-size:10px;"> +attribute_name +</text> +<rect x="109908.46875" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109910" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="59270.5" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59272" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7166.125" y="754.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7168" y="763" style="font-family:sans-serif;font-size:10px;"> +sizeof +</text> +<rect x="69623.0" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69625" y="589" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="34896.0" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34898" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="96132.21875" y="580.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96134" y="589" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="5563.125" y="464.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5565" y="473" style="font-family:sans-serif;font-size:10px;"> +DllImport +</text> +<rect x="36706.916666666664" y="435.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36708" y="444" style="font-family:sans-serif;font-size:10px;"> +while +</text> +<rect x="65138.375" y="464.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65140" y="473" style="font-family:sans-serif;font-size:10px;"> +B +</text> +<rect x="111972.46875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111974" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="37907.5" y="638.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37909" y="647" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="72101.5" y="464.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72103" y="473" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="112439.21875" y="580.0" width="165.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112441" y="589" style="font-family:sans-serif;font-size:10px;"> +null_conditional_member_access +</text> +<rect x="55942.375" y="493.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55944" y="502" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="36276.0" y="551.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36278" y="560" style="font-family:sans-serif;font-size:10px;"> +break_statement +</text> +<rect x="40263.75" y="435.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40265" y="444" style="font-family:sans-serif;font-size:10px;"> +yield +</text> +<rect x="49308.5" y="319.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49310" y="328" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="73605.375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73607" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="102227.34375" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102229" y="676" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="73576.125" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73578" y="560" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="116096.84375" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116098" y="560" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="94681.3828125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94683" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="44281.5" y="841.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44283" y="850" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="44534.0" y="812.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44536" y="821" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="71024.125" y="667.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71026" y="676" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="22045.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22047" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="52386.083333333336" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52388" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="31046.125" y="609.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31048" y="618" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="66114.9375" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66116" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="18813.875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18815" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="113651.96875" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113653" y="560" style="font-family:sans-serif;font-size:10px;"> +regular_interpolation +</text> +<rect x="1554.75" y="203.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1556" y="212" style="font-family:sans-serif;font-size:10px;"> +Test +</text> +<rect x="67346.125" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67348" y="473" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="106312.84375" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106314" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="30780.125" y="667.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30782" y="676" style="font-family:sans-serif;font-size:10px;"> +member_initializer +</text> +<rect x="62527.5" y="522.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62529" y="531" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="76356.875" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76358" y="763" style="font-family:sans-serif;font-size:10px;"> +await +</text> +<rect x="102148.09375" y="638.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102150" y="647" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="6225.875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6227" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="59654.25" y="203.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59656" y="212" style="font-family:sans-serif;font-size:10px;"> +delegate +</text> +<rect x="111873.21875" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111875" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="60974.25" y="667.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60976" y="676" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="43942.25" y="870.0" width="74.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43944" y="879" style="font-family:sans-serif;font-size:10px;"> +GetHashCode +</text> +<rect x="59488.25" y="377.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59490" y="386" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="72819.875" y="319.0" width="97.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72821" y="328" style="font-family:sans-serif;font-size:10px;"> +variable_declarator +</text> +<rect x="25122.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25124" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="76233.125" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76235" y="734" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="32202.625" y="812.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32204" y="821" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="32718.125" y="580.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32720" y="589" style="font-family:sans-serif;font-size:10px;"> +array_initializer +</text> +<rect x="14197.125" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14199" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="93798.03125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93800" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="116472.71875" y="696.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116474" y="705" style="font-family:sans-serif;font-size:10px;"> +Address +</text> +<rect x="24687.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24689" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="66906.375" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66908" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="37690.0" y="609.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37692" y="618" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="117920.96875" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117922" y="473" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="114506.21875" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114508" y="560" style="font-family:sans-serif;font-size:10px;"> +〔\〕 +</text> +<rect x="5510.375" y="232.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5512" y="241" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="10536.375" y="638.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10538" y="647" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="32548.625" y="841.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32550" y="850" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="47695.75" y="348.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47697" y="357" style="font-family:sans-serif;font-size:10px;"> +type_parameters +</text> +<rect x="36506.75" y="580.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36508" y="589" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="80998.625" y="580.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81000" y="589" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="82114.90625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82116" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="7204.875" y="725.0" width="93.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7206" y="734" style="font-family:sans-serif;font-size:10px;"> +sizeof_expression +</text> +<rect x="57535.625" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57537" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14794.375" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14796" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="41009.25" y="435.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41011" y="444" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="41299.0" y="580.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41301" y="589" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="107558.59375" y="435.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107560" y="444" style="font-family:sans-serif;font-size:10px;"> +Complex +</text> +<rect x="33921.875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33923" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="52228.0" y="377.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52230" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute_target +</text> +<rect x="91352.90625" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91354" y="386" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="71635.875" y="754.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71637" y="763" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="28669.625" y="551.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28671" y="560" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="115935.78125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115937" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="1089.0" y="203.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1091" y="212" style="font-family:sans-serif;font-size:10px;"> +Text +</text> +<rect x="14707.875" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14709" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="47261.75" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47263" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="106215.59375" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106217" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="75879.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75881" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="81203.125" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81205" y="676" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="25082.625" y="580.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25084" y="589" style="font-family:sans-serif;font-size:10px;"> +into +</text> +<rect x="42747.25" y="667.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42749" y="676" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="24054.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24056" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="43423.375" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43425" y="647" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="25028.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25030" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="62333.75" y="725.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62335" y="734" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="24101.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24103" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="331.75" y="203.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="333" y="212" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="118042.96875" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118044" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71745.875" y="754.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71747" y="763" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="81965.40625" y="580.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81967" y="589" style="font-family:sans-serif;font-size:10px;"> +List +</text> +<rect x="108139.84375" y="406.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108141" y="415" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="11219.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11221" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="82701.53125" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82703" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="34687.5" y="638.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34689" y="647" style="font-family:sans-serif;font-size:10px;"> +variable_initializer_list +</text> +<rect x="79938.125" y="667.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79940" y="676" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="24368.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24370" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="31194.125" y="754.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31196" y="763" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="93517.78125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93519" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="16454.125" y="522.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16456" y="531" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="57603.875" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57605" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="42056.25" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42058" y="473" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="21239.125" y="551.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21241" y="560" style="font-family:sans-serif;font-size:10px;"> +@ulong +</text> +<rect x="55959.875" y="464.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55961" y="473" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="70219.8125" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70221" y="531" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="36914.0" y="696.0" width="64.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36916" y="705" style="font-family:sans-serif;font-size:10px;"> +for_initializer +</text> +<rect x="74226.625" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74228" y="618" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="93090.28125" y="609.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93092" y="618" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="111489.21875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111491" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="106356.5390625" y="145.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106358" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="29324.625" y="551.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29326" y="560" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="39002.5" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39004" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="10195.125" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10197" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="57356.625" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57358" y="328" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="2164.0" y="232.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2166" y="241" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="48123.25" y="377.0" width="114.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48125" y="386" style="font-family:sans-serif;font-size:10px;"> +constructor_constraint +</text> +<rect x="64318.875" y="464.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64320" y="473" style="font-family:sans-serif;font-size:10px;"> +M +</text> +<rect x="80218.875" y="841.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80220" y="850" style="font-family:sans-serif;font-size:10px;"> +nullable_type_annotation +</text> +<rect x="49340.5" y="319.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49342" y="328" style="font-family:sans-serif;font-size:10px;"> +this +</text> +<rect x="63750.125" y="986.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63752" y="995" style="font-family:sans-serif;font-size:10px;"> +"http://example.com" +</text> +<rect x="40671.0" y="493.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40673" y="502" style="font-family:sans-serif;font-size:10px;"> +fixed_pointer_initializer +</text> +<rect x="68426.0" y="406.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68428" y="415" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="35874.75" y="609.0" width="134.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35876" y="618" style="font-family:sans-serif;font-size:10px;"> +pre_increment_expression +</text> +<rect x="28600.625" y="551.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28602" y="560" style="font-family:sans-serif;font-size:10px;"> +where +</text> +<rect x="24253.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24255" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="65377.125" y="377.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65379" y="386" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="45906.25" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45908" y="328" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="50214.5" y="348.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50216" y="357" style="font-family:sans-serif;font-size:10px;"> +E1 +</text> +<rect x="50684.25" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50686" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="50555.25" y="406.0" width="124.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50557" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute_target_specifier +</text> +<rect x="19311.625" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19313" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="51132.0" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51134" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="66932.875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66934" y="589" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="33430.125" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33432" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="24925.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24927" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="2594.0" y="203.0" width="64.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2596" y="212" style="font-family:sans-serif;font-size:10px;"> +DayOfWeek +</text> +<rect x="29754.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29756" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="46185.25" y="493.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46187" y="502" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="3872.75" y="145.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3874" y="154" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="107546.34375" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107548" y="357" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="76834.125" y="696.0" width="199.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76836" y="705" style="font-family:sans-serif;font-size:10px;"> +implicit_anonymous_function_parameter +</text> +<rect x="49020.5" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49022" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="1531.75" y="174.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1533" y="183" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="59673.625" y="174.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59675" y="183" style="font-family:sans-serif;font-size:10px;"> +delegate_declaration +</text> +<rect x="30738.125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30740" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="31177.25" y="551.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31179" y="560" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="62234.75" y="696.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62236" y="705" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="74811.625" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74813" y="676" style="font-family:sans-serif;font-size:10px;"> +Func +</text> +<rect x="82024.90625" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82026" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="62734.0" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62736" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="91627.28125" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91629" y="357" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="97464.46875" y="493.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97466" y="502" style="font-family:sans-serif;font-size:10px;"> +-- +</text> +<rect x="35658.5" y="609.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35660" y="618" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="26331.4375" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26333" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="55764.875" y="580.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55766" y="589" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="37326.75" y="464.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37328" y="473" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="94627.28125" y="754.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94629" y="763" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="71030.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71032" y="589" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="46259.75" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46261" y="357" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="39107.8125" y="290.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39109" y="299" style="font-family:sans-serif;font-size:10px;"> +variable_declarators +</text> +<rect x="118144.59375" y="551.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118146" y="560" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="5023.875" y="348.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5025" y="357" style="font-family:sans-serif;font-size:10px;"> +K +</text> +<rect x="111981.96875" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111983" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="70695.828125" y="203.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70697" y="212" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="107422.59375" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107424" y="328" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="110825.71875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110827" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="10514.125" y="551.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10516" y="560" style="font-family:sans-serif;font-size:10px;"> +null_coalescing_expression +</text> +<rect x="83239.28125" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83241" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63019.625" y="464.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63021" y="473" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="67492.375" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67494" y="444" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="46507.25" y="406.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46509" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute_arguments +</text> +<rect x="2606.25" y="116.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2608" y="125" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="72605.375" y="464.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72607" y="473" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="9245.625" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9247" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="102709.34375" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102711" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="106801.34375" y="377.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106803" y="386" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="115004.71875" y="696.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115006" y="705" style="font-family:sans-serif;font-size:10px;"> +argument_name +</text> +<rect x="117198.96875" y="667.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117200" y="676" style="font-family:sans-serif;font-size:10px;"> +member_initializer +</text> +<rect x="77623.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77625" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="62428.25" y="725.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62430" y="734" style="font-family:sans-serif;font-size:10px;"> +result +</text> +<rect x="8054.125" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8056" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32267.357421875" y="116.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32269" y="125" style="font-family:sans-serif;font-size:10px;"> +namespace_body +</text> +<rect x="113567.96875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113569" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="55534.5" y="406.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55536" y="415" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="25139.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25141" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="31408.125" y="725.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31410" y="734" style="font-family:sans-serif;font-size:10px;"> +expression_list +</text> +<rect x="103280.09375" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103282" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="114674.21875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114676" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="7224.5" y="290.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7226" y="299" style="font-family:sans-serif;font-size:10px;"> +constructor_declarator +</text> +<rect x="38974.0" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38976" y="589" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="43825.0" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43827" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="97234.71875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97236" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="115041.46875" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115043" y="647" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="14252.375" y="580.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14254" y="589" style="font-family:sans-serif;font-size:10px;"> +LU +</text> +<rect x="53088.0" y="290.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53090" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_declarator +</text> +<rect x="90986.90625" y="406.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90988" y="415" style="font-family:sans-serif;font-size:10px;"> +parameter_modifier +</text> +<rect x="94326.28125" y="609.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94328" y="618" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="102423.09375" y="609.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102425" y="618" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="36733.0" y="551.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36735" y="560" style="font-family:sans-serif;font-size:10px;"> +break_statement +</text> +<rect x="93068.28125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93070" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="80716.625" y="754.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80718" y="763" style="font-family:sans-serif;font-size:10px;"> +Int32 +</text> +<rect x="101951.84375" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101953" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="49475.5" y="377.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49477" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_modifier +</text> +<rect x="73794.625" y="319.0" width="97.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73796" y="328" style="font-family:sans-serif;font-size:10px;"> +variable_declarator +</text> +<rect x="38228.75" y="551.0" width="9.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38230" y="560" style="font-family:sans-serif;font-size:10px;"> +if +</text> +<rect x="54488.0" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54490" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="23301.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23303" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="98993.09375" y="522.0" width="14.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98995" y="531" style="font-family:sans-serif;font-size:10px;"> +-= +</text> +<rect x="32936.125" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32938" y="589" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="32628.625" y="812.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32630" y="821" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="57742.625" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57744" y="473" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="80245.375" y="580.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80247" y="589" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="32576.125" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32578" y="589" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="71339.125" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71341" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="60632.5" y="464.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60634" y="473" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="82334.78125" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82336" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="93644.78125" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93646" y="647" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="81599.03125" y="841.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81601" y="850" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="81050.875" y="464.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81052" y="473" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="20882.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20884" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="82460.90625" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82462" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="15377.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15379" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="94537.1328125" y="522.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94539" y="531" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="44116.25" y="841.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44118" y="850" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="1386.5" y="116.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1388" y="125" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="345.75" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="347" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="44921.0" y="638.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44923" y="647" style="font-family:sans-serif;font-size:10px;"> +into +</text> +<rect x="51411.75" y="435.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51413" y="444" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="63657.375" y="522.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63659" y="531" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="81598.625" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81600" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="69971.25" y="638.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69973" y="647" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="107960.84375" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107962" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="7828.625" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7830" y="821" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="63766.375" y="348.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63768" y="357" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="109283.71875" y="348.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109285" y="357" style="font-family:sans-serif;font-size:10px;"> +Name +</text> +<rect x="48029.375" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48031" y="357" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="27451.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27453" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="99060.59375" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99062" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="69085.75" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69087" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="25558.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25560" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="94043.53125" y="522.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94045" y="531" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="11115.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11117" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="20428.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20430" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="9346.125" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9348" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="7922.125" y="812.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7924" y="821" style="font-family:sans-serif;font-size:10px;"> +- +</text> +<rect x="92970.15625" y="319.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92972" y="328" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="97804.84375" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97806" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="108719.46875" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108721" y="502" style="font-family:sans-serif;font-size:10px;"> +Console +</text> +<rect x="109082.96875" y="435.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109084" y="444" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="42490.5" y="551.0" width="85.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42492" y="560" style="font-family:sans-serif;font-size:10px;"> +throw_statement +</text> +<rect x="79826.375" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79828" y="734" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="82137.15625" y="580.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82139" y="589" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="93831.28125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93833" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="64971.875" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64973" y="444" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="41228.0" y="551.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41230" y="560" style="font-family:sans-serif;font-size:10px;"> +stackalloc +</text> +<rect x="70719.625" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70721" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="30922.125" y="696.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30924" y="705" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="65275.875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65277" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="69496.5" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69498" y="560" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="38913.25" y="435.0" width="105.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38915" y="444" style="font-family:sans-serif;font-size:10px;"> +resource_acquisition +</text> +<rect x="78258.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78260" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="26243.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26245" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="31900.625" y="812.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31902" y="821" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="57446.75" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57448" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="59115.75" y="261.0" width="136.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59117" y="270" style="font-family:sans-serif;font-size:10px;"> +enum_member_declaration +</text> +<rect x="78218.375" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78220" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="34527.0" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34529" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="95612.46875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95614" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="45552.25" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45554" y="473" style="font-family:sans-serif;font-size:10px;"> +:: +</text> +<rect x="5501.375" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5503" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="82330.71875" y="116.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82332" y="125" style="font-family:sans-serif;font-size:10px;"> +qualified_identifier +</text> +<rect x="64825.625" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64827" y="473" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="97233.21875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97235" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="36963.75" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36965" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="41245.25" y="435.0" width="127.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41247" y="444" style="font-family:sans-serif;font-size:10px;"> +fixed_pointer_declarators +</text> +<rect x="41906.5" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41908" y="473" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="43138.75" y="725.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43140" y="734" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="14524.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14526" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="54609.5" y="290.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54611" y="299" style="font-family:sans-serif;font-size:10px;"> +variable_declarators +</text> +<rect x="101192.84375" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101194" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="115671.21875" y="580.0" width="56.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115673" y="589" style="font-family:sans-serif;font-size:10px;"> +〔:#0.##〕 +</text> +<rect x="28928.375" y="435.0" width="9.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28930" y="444" style="font-family:sans-serif;font-size:10px;"> +if +</text> +<rect x="104525.28125" y="203.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104527" y="212" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="44533.0" y="841.0" width="74.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44535" y="850" style="font-family:sans-serif;font-size:10px;"> +GetHashCode +</text> +<rect x="67785.0" y="319.0" width="141.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67787" y="328" style="font-family:sans-serif;font-size:10px;"> +type_parameter_constraints +</text> +<rect x="68552.0" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68554" y="502" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="35653.0" y="551.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35655" y="560" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="888.375" y="116.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="890" y="125" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="72518.125" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72520" y="357" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="10172.875" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10174" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="57587.875" y="522.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57589" y="531" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="59672.75" y="319.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59674" y="328" style="font-family:sans-serif;font-size:10px;"> +D +</text> +<rect x="72351.375" y="348.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72353" y="357" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="7111.25" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7113" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="19873.625" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19875" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="37112.5" y="812.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37114" y="821" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="59258.75" y="261.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59260" y="270" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="61347.75" y="522.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61349" y="531" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="72626.875" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72628" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="82454.15625" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82456" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="107144.34375" y="464.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107146" y="473" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="110262.96875" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110264" y="560" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="81279.375" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81281" y="647" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="82038.90625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82040" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="116763.71875" y="551.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116765" y="560" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="47040.5" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47042" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="74961.125" y="638.0" width="195.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74963" y="647" style="font-family:sans-serif;font-size:10px;"> +explicit_anonymous_function_signature +</text> +<rect x="99491.59375" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99493" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="22762.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22764" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="70467.25" y="783.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70469" y="792" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="17439.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17441" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="110107.46875" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110109" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="36553.5" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36555" y="502" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="74173.125" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74175" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="32759.625" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32761" y="763" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="12951.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12953" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="65677.125" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65679" y="415" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="31520.625" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31522" y="763" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="38676.75" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38678" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="27927.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27929" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="109577.84375" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109579" y="270" style="font-family:sans-serif;font-size:10px;"> +indexer_declaration +</text> +<rect x="30191.125" y="580.0" width="147.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30193" y="589" style="font-family:sans-serif;font-size:10px;"> +object_or_collection_initializer +</text> +<rect x="34082.875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34084" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="72690.375" y="290.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72692" y="299" style="font-family:sans-serif;font-size:10px;"> +field_modifier +</text> +<rect x="20575.625" y="522.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20577" y="531" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="106124.90625" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106126" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="61599.25" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61601" y="821" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="75444.125" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75446" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="64577.625" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64579" y="415" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="23238.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23240" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="32614.625" y="812.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32616" y="821" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="41840.0" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41842" y="676" style="font-family:sans-serif;font-size:10px;"> +p +</text> +<rect x="37753.5" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37755" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="10938.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10940" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="62041.25" y="696.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62043" y="705" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="12725.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12727" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="32658.625" y="841.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32660" y="850" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="72012.75" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72014" y="415" style="font-family:sans-serif;font-size:10px;"> +s +</text> +<rect x="94062.03125" y="580.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94064" y="589" style="font-family:sans-serif;font-size:10px;"> +Foo +</text> +<rect x="32476.625" y="667.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32478" y="676" style="font-family:sans-serif;font-size:10px;"> +array_initializer +</text> +<rect x="48461.5" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48463" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="118182.34375" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118184" y="705" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="4293.125" y="290.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4295" y="299" style="font-family:sans-serif;font-size:10px;"> +variance_annotation +</text> +<rect x="16338.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16340" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="46353.75" y="319.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46355" y="328" style="font-family:sans-serif;font-size:10px;"> +private +</text> +<rect x="79462.375" y="493.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79464" y="502" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="24904.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24906" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="74806.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74808" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="50184.5" y="290.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50186" y="299" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="62151.25" y="783.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62153" y="792" style="font-family:sans-serif;font-size:10px;"> +result +</text> +<rect x="74509.5" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74511" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="67190.625" y="406.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67192" y="415" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="93383.78125" y="551.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93385" y="560" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="50235.0" y="551.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50237" y="560" style="font-family:sans-serif;font-size:10px;"> +value +</text> +<rect x="8079.875" y="580.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8081" y="589" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="35320.75" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35322" y="589" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="32621.375" y="319.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32623" y="328" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="70760.875" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70762" y="647" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="38565.75" y="580.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38567" y="589" style="font-family:sans-serif;font-size:10px;"> +continue_statement +</text> +<rect x="27671.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27673" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="51899.5" y="435.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51901" y="444" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="72067.5" y="377.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72069" y="386" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="70887.625" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70889" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="93828.28125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93830" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="96753.71875" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96755" y="589" style="font-family:sans-serif;font-size:10px;"> +ii +</text> +<rect x="105212.78125" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105214" y="270" style="font-family:sans-serif;font-size:10px;"> +property_declaration +</text> +<rect x="114642.46875" y="638.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114644" y="647" style="font-family:sans-serif;font-size:10px;"> +Name +</text> +<rect x="91953.65625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91955" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="116603.46875" y="725.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116605" y="734" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="34444.5" y="551.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34446" y="560" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="76784.875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76786" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5999.875" y="377.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6001" y="386" style="font-family:sans-serif;font-size:10px;"> +CreateDirectory +</text> +<rect x="22410.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22412" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="63640.625" y="696.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63642" y="705" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_body +</text> +<rect x="60682.25" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60684" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="758.625" y="87.0" width="140.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="760" y="96" style="font-family:sans-serif;font-size:10px;"> +using_namespace_directive +</text> +<rect x="37897.0" y="754.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37899" y="763" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="37865.0" y="406.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37867" y="415" style="font-family:sans-serif;font-size:10px;"> +labeled_statement +</text> +<rect x="74073.875" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74075" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="77459.375" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77461" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="1234.75" y="203.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1236" y="212" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="116437.09375" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116439" y="560" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="41013.25" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41015" y="502" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="25796.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25798" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="100261.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100263" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="111061.96875" y="754.0" width="14.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111063" y="763" style="font-family:sans-serif;font-size:10px;"> +% +</text> +<rect x="50546.0" y="348.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50548" y="357" style="font-family:sans-serif;font-size:10px;"> +attributes +</text> +<rect x="17969.625" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17971" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="46659.0" y="580.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46661" y="589" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="110471.71875" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110473" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="116405.46875" y="638.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116407" y="647" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="114278.21875" y="696.0" width="193.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114280" y="705" style="font-family:sans-serif;font-size:10px;"> +interpolated_regular_string_expression +</text> +<rect x="111909.96875" y="580.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111911" y="589" style="font-family:sans-serif;font-size:10px;"> +length +</text> +<rect x="42825.25" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42827" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="92109.90625" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92111" y="328" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="101867.84375" y="609.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101869" y="618" style="font-family:sans-serif;font-size:10px;"> +.3 +</text> +<rect x="19366.125" y="609.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19368" y="618" style="font-family:sans-serif;font-size:10px;"> +conditional_or_expression +</text> +<rect x="35613.5" y="464.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35615" y="473" style="font-family:sans-serif;font-size:10px;"> +switch_section +</text> +<rect x="101655.09375" y="667.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101657" y="676" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="81600.125" y="638.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81602" y="647" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="52527.0" y="348.0" width="147.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52529" y="357" style="font-family:sans-serif;font-size:10px;"> +overloadable_unary_operator +</text> +<rect x="96919.46875" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96921" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="59497.75" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59499" y="415" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="116536.71875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116538" y="560" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="79069.625" y="522.0" width="120.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79071" y="531" style="font-family:sans-serif;font-size:10px;"> +positional_argument_list +</text> +<rect x="41288.0" y="551.0" width="88.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41290" y="560" style="font-family:sans-serif;font-size:10px;"> +unmanaged_type +</text> +<rect x="63413.625" y="696.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63415" y="705" style="font-family:sans-serif;font-size:10px;"> +async +</text> +<rect x="69191.0" y="551.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69193" y="560" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="63060.625" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63062" y="415" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="69894.25" y="580.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69896" y="589" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="93037.03125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93039" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="64141.375" y="406.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64143" y="415" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="65814.625" y="580.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65816" y="589" style="font-family:sans-serif;font-size:10px;"> +T2 +</text> +<rect x="102027.84375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102029" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="52312.0" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52314" y="386" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="24815.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24817" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="57259.625" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57261" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="73514.375" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73516" y="618" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="32590.125" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32592" y="589" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="37317.5" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37319" y="560" style="font-family:sans-serif;font-size:10px;"> +j +</text> +<rect x="105797.84375" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105799" y="357" style="font-family:sans-serif;font-size:10px;"> +get_accessor_declaration +</text> +<rect x="69385.625" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69387" y="531" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="80942.125" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80944" y="647" style="font-family:sans-serif;font-size:10px;"> +t +</text> +<rect x="103262.84375" y="609.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103264" y="618" style="font-family:sans-serif;font-size:10px;"> +argument_value +</text> +<rect x="114039.65625" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114041" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="34700.0" y="435.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34702" y="444" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="52000.0" y="377.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52002" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute_target +</text> +<rect x="57642.125" y="493.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57644" y="502" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="10963.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10965" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="58887.75" y="261.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58889" y="270" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="80662.375" y="667.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80664" y="676" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="33934.875" y="667.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33936" y="676" style="font-family:sans-serif;font-size:10px;"> +arr +</text> +<rect x="53409.25" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53411" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="51395.25" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51397" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71396.625" y="580.0" width="64.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71398" y="589" style="font-family:sans-serif;font-size:10px;"> +from_clause +</text> +<rect x="3887.75" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3889" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="69568.5" y="551.0" width="116.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69570" y="560" style="font-family:sans-serif;font-size:10px;"> +secondary_constraints +</text> +<rect x="73675.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73677" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="118119.09375" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118121" y="647" style="font-family:sans-serif;font-size:10px;"> +await +</text> +<rect x="43653.5" y="783.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43655" y="792" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="109443.46875" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109445" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71689.375" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71691" y="821" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="3363.9375" y="87.0" width="118.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3365" y="96" style="font-family:sans-serif;font-size:10px;"> +global_attribute_section +</text> +<rect x="25071.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25073" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="70385.0" y="696.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70387" y="705" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="63314.375" y="493.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63316" y="502" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="110874.21875" y="638.0" width="156.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110876" y="647" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_signature +</text> +<rect x="48288.0" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48290" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="94772.28125" y="754.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94774" y="763" style="font-family:sans-serif;font-size:10px;"> +* +</text> +<rect x="115740.21875" y="551.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115742" y="560" style="font-family:sans-serif;font-size:10px;"> +〔·]〕 +</text> +<rect x="31197.0" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31199" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="62615.75" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62617" y="444" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="68721.5" y="493.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68723" y="502" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="4322.625" y="203.0" width="46.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4324" y="212" style="font-family:sans-serif;font-size:10px;"> +interface +</text> +<rect x="22759.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22761" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="82938.65625" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82940" y="212" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="7729.875" y="638.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7731" y="647" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="20684.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20686" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="12841.125" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12843" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="31962.625" y="725.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31964" y="734" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="72610.375" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72612" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="78430.125" y="290.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78432" y="299" style="font-family:sans-serif;font-size:10px;"> +delegate +</text> +<rect x="79882.75" y="667.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79884" y="676" style="font-family:sans-serif;font-size:10px;"> +== +</text> +<rect x="81455.03125" y="841.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81457" y="850" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="45859.75" y="464.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45861" y="473" style="font-family:sans-serif;font-size:10px;"> +CLSCompliant +</text> +<rect x="60134.0" y="348.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60136" y="357" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="69715.75" y="493.0" width="179.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69717" y="502" style="font-family:sans-serif;font-size:10px;"> +type_parameter_constraints_clause +</text> +<rect x="99681.59375" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99683" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="116350.96875" y="609.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116352" y="618" style="font-family:sans-serif;font-size:10px;"> +nameof +</text> +<rect x="113342.96875" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113344" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="29752.625" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29754" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="96116.21875" y="551.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96118" y="560" style="font-family:sans-serif;font-size:10px;"> +conditional_and_expression +</text> +<rect x="25291.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25293" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="51977.25" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51979" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="73142.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73144" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="41174.25" y="435.0" width="64.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41176" y="444" style="font-family:sans-serif;font-size:10px;"> +pointer_type +</text> +<rect x="60030.5" y="261.0" width="140.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60032" y="270" style="font-family:sans-serif;font-size:10px;"> +using_namespace_directive +</text> +<rect x="65309.625" y="290.0" width="74.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65311" y="299" style="font-family:sans-serif;font-size:10px;"> +class_modifier +</text> +<rect x="69852.75" y="609.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69854" y="618" style="font-family:sans-serif;font-size:10px;"> +IList +</text> +<rect x="91057.65625" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91059" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="50938.25" y="522.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50940" y="531" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="77138.125" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77140" y="705" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="54782.09375" y="174.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54784" y="183" style="font-family:sans-serif;font-size:10px;"> +struct_declaration +</text> +<rect x="56301.5" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56303" y="357" style="font-family:sans-serif;font-size:10px;"> +get_accessor_declaration +</text> +<rect x="77392.125" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77394" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="82799.53125" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82801" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="73416.25" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73418" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="55923.375" y="522.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55925" y="531" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="94637.6328125" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94639" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="63374.875" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63376" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="37036.25" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37038" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="81270.0" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81272" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="95608.71875" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95610" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="62378.875" y="319.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62380" y="328" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="115816.21875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115818" y="560" style="font-family:sans-serif;font-size:10px;"> +x +</text> +<rect x="91026.40625" y="464.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91028" y="473" style="font-family:sans-serif;font-size:10px;"> +out +</text> +<rect x="43889.5" y="812.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43891" y="821" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="103158.84375" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103160" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="36189.25" y="638.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36191" y="647" style="font-family:sans-serif;font-size:10px;"> +continue +</text> +<rect x="28783.625" y="522.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28785" y="531" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="38923.25" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38925" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="49368.5" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49370" y="328" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="51644.5" y="609.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51646" y="618" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="82118.15625" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82120" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="81263.0" y="580.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81265" y="589" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="66082.125" y="435.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66084" y="444" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="68338.5" y="464.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68340" y="473" style="font-family:sans-serif;font-size:10px;"> +U +</text> +<rect x="69701.25" y="667.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69703" y="676" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="12995.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12997" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="115100.21875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115102" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="23167.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23169" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71087.0" y="464.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71089" y="473" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="6171.625" y="464.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6173" y="473" style="font-family:sans-serif;font-size:10px;"> +SecurityAttribute +</text> +<rect x="67939.5" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67941" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="7510.125" y="551.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7512" y="560" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="43288.25" y="696.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43290" y="705" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="70498.0" y="667.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70500" y="676" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="108581.09375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108583" y="444" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="61906.5" y="638.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61908" y="647" style="font-family:sans-serif;font-size:10px;"> +++ +</text> +<rect x="34606.5" y="580.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34608" y="589" style="font-family:sans-serif;font-size:10px;"> +array_creation_expression +</text> +<rect x="72688.375" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72690" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="115121.21875" y="725.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115123" y="734" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="62207.0625" y="870.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62209" y="879" style="font-family:sans-serif;font-size:10px;"> +* +</text> +<rect x="74297.125" y="551.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74299" y="560" style="font-family:sans-serif;font-size:10px;"> +non_nullable_value_type +</text> +<rect x="83201.78125" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83203" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="22464.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22466" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="66031.125" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66033" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="81773.40625" y="725.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81775" y="734" style="font-family:sans-serif;font-size:10px;"> +"a" +</text> +<rect x="54790.5" y="348.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54792" y="357" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="31101.75" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31103" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17574.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17576" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="109965.96875" y="638.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109967" y="647" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="79708.875" y="812.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79710" y="821" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="81803.90625" y="638.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81805" y="647" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="819.5" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="821" y="241" style="font-family:sans-serif;font-size:10px;"> +Linq +</text> +<rect x="62519.5" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62521" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="70362.25" y="812.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70364" y="821" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="106915.84375" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106917" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="48167.25" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48169" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="79530.375" y="638.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79532" y="647" style="font-family:sans-serif;font-size:10px;"> +typeof_expression +</text> +<rect x="22535.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22537" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="72668.375" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72670" y="473" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="112871.09375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112873" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="48245.75" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48247" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="51798.5" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51800" y="618" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="26510.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26512" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="40886.5" y="609.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40888" y="618" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="75570.0" y="580.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75572" y="589" style="font-family:sans-serif;font-size:10px;"> +lambda_expression +</text> +<rect x="6764.375" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6766" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104415.96875" y="406.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104417" y="415" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="28257.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28259" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="65686.625" y="522.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65688" y="531" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="77856.125" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77858" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="114557.21875" y="551.0" width="110.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114559" y="560" style="font-family:sans-serif;font-size:10px;"> +verbatim_interpolation +</text> +<rect x="65269.375" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65271" y="473" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="111687.46875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111689" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="117510.96875" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117512" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="56194.5" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56196" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="42860.75" y="725.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42862" y="734" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="45533.625" y="667.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45535" y="676" style="font-family:sans-serif;font-size:10px;"> +select +</text> +<rect x="19461.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19463" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="63536.125" y="754.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63538" y="763" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="60278.0" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60280" y="357" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="25239.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25241" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="94652.6328125" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94654" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="54719.5" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54721" y="299" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="37675.0" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37677" y="618" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="44253.0" y="812.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44255" y="821" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="65654.625" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65656" y="328" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="116049.84375" y="522.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116051" y="531" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="97242.71875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97244" y="676" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="113761.96875" y="812.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113763" y="821" style="font-family:sans-serif;font-size:10px;"> +Age +</text> +<rect x="90603.90625" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90605" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="27422.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27424" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="12440.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12442" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="21873.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21875" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="70345.25" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70347" y="821" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="5866.875" y="377.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5868" y="386" style="font-family:sans-serif;font-size:10px;"> +extern +</text> +<rect x="111967.96875" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111969" y="676" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="7599.875" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7601" y="734" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="72133.75" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72135" y="531" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="41823.0" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41825" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="36899.0" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36901" y="705" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="32630.125" y="696.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32632" y="705" style="font-family:sans-serif;font-size:10px;"> +variable_initializer_list +</text> +<rect x="80217.375" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80219" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="26272.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26274" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="31730.25" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31732" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="68243.5" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68245" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="31996.625" y="812.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31998" y="821" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="64887.125" y="638.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64889" y="647" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="25598.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25600" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="52443.0" y="348.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52445" y="357" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="56768.25" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56770" y="386" style="font-family:sans-serif;font-size:10px;"> +get +</text> +<rect x="18843.375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18845" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="82186.15625" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82188" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="76441.125" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76443" y="647" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="31664.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31666" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="45491.5" y="870.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45493" y="879" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="79738.375" y="725.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79740" y="734" style="font-family:sans-serif;font-size:10px;"> +typeof +</text> +<rect x="22742.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22744" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="38240.75" y="667.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38242" y="676" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="79522.875" y="667.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79524" y="676" style="font-family:sans-serif;font-size:10px;"> +typeof +</text> +<rect x="48288.5" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48290" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="82182.59375" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82184" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="116595.96875" y="580.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116597" y="589" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="105739.34375" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105741" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="117513.96875" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117515" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="80115.0" y="319.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80117" y="328" style="font-family:sans-serif;font-size:10px;"> +accessor_declarations +</text> +<rect x="50301.0" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50303" y="415" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="66807.375" y="406.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66809" y="415" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="109294.46875" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109296" y="415" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="93424.78125" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93426" y="647" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="62832.875" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62834" y="676" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="101375.59375" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101377" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="10513.375" y="638.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10515" y="647" style="font-family:sans-serif;font-size:10px;"> +as +</text> +<rect x="99517.59375" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99519" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="116051.84375" y="493.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116053" y="502" style="font-family:sans-serif;font-size:10px;"> +throw +</text> +<rect x="101114.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101116" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="68833.0" y="493.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68835" y="502" style="font-family:sans-serif;font-size:10px;"> +type_parameter_list +</text> +<rect x="7309.625" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7311" y="357" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="63526.375" y="319.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63528" y="328" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="82660.03125" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82662" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="31732.625" y="667.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31734" y="676" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="45797.25" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45799" y="531" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="66945.125" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66947" y="415" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="30988.125" y="696.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30990" y="705" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="67292.125" y="522.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67294" y="531" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="234.25" y="232.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="236" y="241" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="41248.25" y="464.0" width="121.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41250" y="473" style="font-family:sans-serif;font-size:10px;"> +fixed_pointer_declarator +</text> +<rect x="68481.5" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68483" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7927.875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7929" y="618" style="font-family:sans-serif;font-size:10px;"> +Console +</text> +<rect x="113997.21875" y="725.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113999" y="734" style="font-family:sans-serif;font-size:10px;"> +"s" +</text> +<rect x="106754.84375" y="435.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106756" y="444" style="font-family:sans-serif;font-size:10px;"> +dx +</text> +<rect x="41235.5" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41237" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="90443.90625" y="406.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90445" y="415" style="font-family:sans-serif;font-size:10px;"> +parameter_modifier +</text> +<rect x="118538.34375" y="812.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118540" y="821" style="font-family:sans-serif;font-size:10px;"> +CloseAsync +</text> +<rect x="37986.5" y="725.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37988" y="734" style="font-family:sans-serif;font-size:10px;"> +continue_statement +</text> +<rect x="81318.5" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81320" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="7552.625" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7554" y="821" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="68455.5" y="464.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68457" y="473" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="52958.25" y="348.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52960" y="357" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="76316.375" y="783.0" width="128.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76318" y="792" style="font-family:sans-serif;font-size:10px;"> +logical_negation_operator +</text> +<rect x="118270.09375" y="667.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118272" y="676" style="font-family:sans-serif;font-size:10px;"> +res +</text> +<rect x="112713.71875" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112715" y="531" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="36698.25" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36700" y="647" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="79863.25" y="609.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79865" y="618" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="116643.96875" y="667.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116645" y="676" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="69736.75" y="725.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69738" y="734" style="font-family:sans-serif;font-size:10px;"> +U +</text> +<rect x="97794.34375" y="609.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97796" y="618" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="45415.375" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45417" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="69936.75" y="667.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69938" y="676" style="font-family:sans-serif;font-size:10px;"> +K +</text> +<rect x="35482.25" y="638.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35484" y="647" style="font-family:sans-serif;font-size:10px;"> +default +</text> +<rect x="94868.10546875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94870" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="90408.65625" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90410" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="60434.5" y="464.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60436" y="473" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="78369.125" y="551.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78371" y="560" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_body +</text> +<rect x="97776.34375" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97778" y="676" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="65667.125" y="435.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65669" y="444" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="69102.25" y="638.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69104" y="647" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="17719.875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17721" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="16354.375" y="580.0" width="85.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16356" y="589" style="font-family:sans-serif;font-size:10px;"> +cast_expression +</text> +<rect x="96242.46875" y="667.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96244" y="676" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="60047.0" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60049" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="60174.25" y="290.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60176" y="299" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="96344.96875" y="667.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96346" y="676" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="109584.46875" y="406.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109586" y="415" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="51964.75" y="493.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51966" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="41324.5" y="609.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41326" y="618" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="107176.34375" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107178" y="386" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="58093.625" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58095" y="357" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="30915.625" y="638.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30917" y="647" style="font-family:sans-serif;font-size:10px;"> +member_declarator +</text> +<rect x="61596.625" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61598" y="444" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="70840.0" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70842" y="676" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="22388.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22390" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="42435.5" y="522.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42437" y="531" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="100336.59375" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100338" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="42592.75" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42594" y="502" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="68970.369140625" y="116.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68972" y="125" style="font-family:sans-serif;font-size:10px;"> +namespace_body +</text> +<rect x="117898.71875" y="609.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117900" y="618" style="font-family:sans-serif;font-size:10px;"> +await_expression +</text> +<rect x="71283.875" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71285" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="18.5" y="58.0" width="110.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20" y="67" style="font-family:sans-serif;font-size:10px;"> +extern_alias_directive +</text> +<rect x="4580.125" y="232.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4582" y="241" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="16641.15625" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16643" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="5183.375" y="290.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5185" y="299" style="font-family:sans-serif;font-size:10px;"> +primary_constraint +</text> +<rect x="21988.125" y="580.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21990" y="589" style="font-family:sans-serif;font-size:10px;"> +add +</text> +<rect x="23625.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23627" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="76441.125" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76443" y="705" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="90822.40625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90824" y="444" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="112395.21875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112397" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="117271.46875" y="754.0" width="48.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117273" y="763" style="font-family:sans-serif;font-size:10px;"> +"thirteen" +</text> +<rect x="96408.46875" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96410" y="618" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="26591.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26593" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="29212.125" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29214" y="502" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="36406.0" y="522.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36408" y="531" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="45565.0" y="928.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45567" y="937" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="118533.84375" y="783.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118535" y="792" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="56883.0" y="406.0" width="39.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56885" y="415" style="font-family:sans-serif;font-size:10px;"> +internal +</text> +<rect x="116653.96875" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116655" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="21154.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21156" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="60842.8125" y="319.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60844" y="328" style="font-family:sans-serif;font-size:10px;"> +Список +</text> +<rect x="64718.625" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64720" y="473" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="32023.875" y="580.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32025" y="589" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="104405.96875" y="580.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104407" y="589" style="font-family:sans-serif;font-size:10px;"> +this_access +</text> +<rect x="95892.96875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95894" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="62246.0625" y="899.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62248" y="908" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="64188.25" y="348.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64190" y="357" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="64385.875" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64387" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="71908.0" y="406.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71910" y="415" style="font-family:sans-serif;font-size:10px;"> +Test +</text> +<rect x="45289.25" y="841.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45291" y="850" style="font-family:sans-serif;font-size:10px;"> +member_declarator +</text> +<rect x="75449.125" y="754.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75451" y="763" style="font-family:sans-serif;font-size:10px;"> +Action +</text> +<rect x="65172.875" y="435.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65174" y="444" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="79188.875" y="609.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79190" y="618" style="font-family:sans-serif;font-size:10px;"> +error +</text> +<rect x="58973.75" y="203.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58975" y="212" style="font-family:sans-serif;font-size:10px;"> +attributes +</text> +<rect x="46567.75" y="493.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46569" y="502" style="font-family:sans-serif;font-size:10px;"> +conditional_and_expression +</text> +<rect x="32456.125" y="870.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32458" y="879" style="font-family:sans-serif;font-size:10px;"> +212 +</text> +<rect x="40078.25" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40080" y="618" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="98657.59375" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98659" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="107172.84375" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107174" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32670.875" y="290.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32672" y="299" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="90299.65625" y="232.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90301" y="241" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="20373.625" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20375" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="2403.0" y="203.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2405" y="212" style="font-family:sans-serif;font-size:10px;"> +Math +</text> +<rect x="21208.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21210" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="42732.25" y="696.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42734" y="705" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="113203.96875" y="638.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113205" y="647" style="font-family:sans-serif;font-size:10px;"> +〔:D3〕 +</text> +<rect x="30406.125" y="667.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30408" y="676" style="font-family:sans-serif;font-size:10px;"> +member_initializer +</text> +<rect x="47276.75" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47278" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="7528.625" y="754.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7530" y="763" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="32829.625" y="580.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32831" y="589" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="23963.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23965" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="25953.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25955" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="60180.5" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60182" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14462.875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14464" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="41743.25" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41745" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="63999.8125" y="261.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64001" y="270" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="10195.875" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10197" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="33334.875" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33336" y="647" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="30480.625" y="638.0" width="56.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30482" y="647" style="font-family:sans-serif;font-size:10px;"> +@dynamic +</text> +<rect x="83740.53125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83742" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="62873.875" y="377.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62875" y="386" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="65579.125" y="319.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65581" y="328" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="103680.21875" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103682" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="106652.84375" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106654" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71154.125" y="580.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71156" y="589" style="font-family:sans-serif;font-size:10px;"> +"·" +</text> +<rect x="78004.375" y="551.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78006" y="560" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_body +</text> +<rect x="48708.75" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48710" y="386" style="font-family:sans-serif;font-size:10px;"> +set +</text> +<rect x="81551.78125" y="783.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81553" y="792" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="29937.625" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29939" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="51439.125" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51441" y="270" style="font-family:sans-serif;font-size:10px;"> +operator_declaration +</text> +<rect x="5722.875" y="348.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5724" y="357" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="51987.0" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51989" y="357" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="75322.625" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75324" y="676" style="font-family:sans-serif;font-size:10px;"> +Func +</text> +<rect x="94183.03125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94185" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="82169.15625" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82171" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="64787.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64789" y="589" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="9911.875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9913" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="80088.875" y="841.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80090" y="850" style="font-family:sans-serif;font-size:10px;"> +non_nullable_value_type +</text> +<rect x="112792.21875" y="551.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112794" y="560" style="font-family:sans-serif;font-size:10px;"> +this_access +</text> +<rect x="110747.96875" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110749" y="589" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="24428.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24430" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="79779.375" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79781" y="734" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="91124.15625" y="377.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91126" y="386" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="42607.75" y="522.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42609" y="531" style="font-family:sans-serif;font-size:10px;"> +try_statement +</text> +<rect x="97445.96875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97447" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="30768.625" y="754.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30770" y="763" style="font-family:sans-serif;font-size:10px;"> +C +</text> +<rect x="60779.0" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60781" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="114077.71875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114079" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63309.375" y="551.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63311" y="560" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="64285.96875" y="145.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64287" y="154" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="106955.84375" y="435.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106957" y="444" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="17600.375" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17602" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="28236.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28238" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="106250.34375" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106252" y="386" style="font-family:sans-serif;font-size:10px;"> +get +</text> +<rect x="110422.46875" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110424" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="30031.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30033" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="12000.875" y="580.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12002" y="589" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="65140.875" y="580.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65142" y="589" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="24763.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24765" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="78347.125" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78349" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71460.125" y="609.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71462" y="618" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="107824.59375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107826" y="444" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="20639.625" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20641" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="36998.5" y="841.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37000" y="850" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="32250.25" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32252" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="81131.125" y="696.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81133" y="705" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="31046.625" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31048" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="69362.90625" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69364" y="415" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="56008.25" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56010" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="56652.5" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56654" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="30874.125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30876" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="65716.625" y="580.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65718" y="589" style="font-family:sans-serif;font-size:10px;"> +T1 +</text> +<rect x="26567.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26569" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="32552.125" y="870.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32554" y="879" style="font-family:sans-serif;font-size:10px;"> +221 +</text> +<rect x="44975.25" y="841.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44977" y="850" style="font-family:sans-serif;font-size:10px;"> +ascending +</text> +<rect x="24170.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24172" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="45411.5" y="957.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45413" y="966" style="font-family:sans-serif;font-size:10px;"> +Key +</text> +<rect x="65099.875" y="580.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65101" y="589" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="50053.5" y="406.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50055" y="415" style="font-family:sans-serif;font-size:10px;"> +Test +</text> +<rect x="82514.78125" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82516" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104583.84375" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104585" y="328" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="31437.375" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31439" y="705" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="91974.90625" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91976" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17560.375" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17562" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="114639.96875" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114641" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="114617.59375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114619" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="54557.0" y="319.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54559" y="328" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="25681.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25683" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="73381.125" y="580.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73383" y="589" style="font-family:sans-serif;font-size:10px;"> +Foo +</text> +<rect x="108191.09375" y="435.0" width="39.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108193" y="444" style="font-family:sans-serif;font-size:10px;"> +Person +</text> +<rect x="10725.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10727" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="90425.34375" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90427" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="91598.90625" y="435.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91600" y="444" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="109727.96875" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109729" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="3132.875" y="145.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3134" y="154" style="font-family:sans-serif;font-size:10px;"> +attribute +</text> +<rect x="50541.25" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50543" y="415" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="44580.75" y="754.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44582" y="763" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="11704.375" y="580.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11706" y="589" style="font-family:sans-serif;font-size:10px;"> +Hex +</text> +<rect x="97823.84375" y="725.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97825" y="734" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="1685.0" y="116.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1687" y="125" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="32103.125" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32105" y="734" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="30651.125" y="696.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30653" y="705" style="font-family:sans-serif;font-size:10px;"> +initializer_value +</text> +<rect x="39287.75" y="638.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39289" y="647" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="10413.125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10415" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="102056.84375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102058" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="65314.375" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65316" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="75383.9375" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75385" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="65784.625" y="522.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65786" y="531" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="100614.59375" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100616" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="13160.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13162" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="98428.34375" y="609.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98430" y="618" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="100793.59375" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100795" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="44778.75" y="667.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44780" y="676" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="18618.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18620" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="28333.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28335" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="67249.625" y="435.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67251" y="444" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="40336.75" y="435.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40338" y="444" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="35395.25" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35397" y="647" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="74043.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74045" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="60691.0" y="435.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60693" y="444" style="font-family:sans-serif;font-size:10px;"> +fixed_parameters +</text> +<rect x="75837.125" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75839" y="589" style="font-family:sans-serif;font-size:10px;"> +Func +</text> +<rect x="44062.5" y="812.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44064" y="821" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="5461.125" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5463" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="70713.5" y="696.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70715" y="705" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="6815.375" y="290.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6817" y="299" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="69694.75" y="638.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69696" y="647" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="94092.03125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94094" y="589" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="63508.125" y="1015.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63510" y="1024" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="22283.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22285" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="55421.5" y="377.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55423" y="386" style="font-family:sans-serif;font-size:10px;"> +primary_constraint +</text> +<rect x="39738.0" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39740" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="56961.625" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56963" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="26808.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26810" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="34223.875" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34225" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="94358.28125" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94360" y="618" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="80563.875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80565" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104022.96875" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104024" y="386" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="44630.5" y="667.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44632" y="676" style="font-family:sans-serif;font-size:10px;"> +group +</text> +<rect x="14781.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14783" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="3498.75" y="116.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3500" y="125" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="98129.34375" y="667.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98131" y="676" style="font-family:sans-serif;font-size:10px;"> +!= +</text> +<rect x="48771.25" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48773" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="4604.875" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4606" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="62949.375" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62951" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="56031.0" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56033" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="16947.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16949" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="35054.75" y="609.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35056" y="618" style="font-family:sans-serif;font-size:10px;"> +goto +</text> +<rect x="112166.71875" y="725.0" width="196.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112168" y="734" style="font-family:sans-serif;font-size:10px;"> +primary_no_array_creation_expression +</text> +<rect x="72448.875" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72450" y="415" style="font-family:sans-serif;font-size:10px;"> +s +</text> +<rect x="104517.34375" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104519" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="117839.46875" y="435.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117841" y="444" style="font-family:sans-serif;font-size:10px;"> +try +</text> +<rect x="60590.5" y="464.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60592" y="473" style="font-family:sans-serif;font-size:10px;"> +Power +</text> +<rect x="59048.25" y="319.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59050" y="328" style="font-family:sans-serif;font-size:10px;"> +Flags +</text> +<rect x="103805.46875" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103807" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="61483.75" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61485" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="78353.375" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78355" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="108798.96875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108800" y="444" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="98459.84375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98461" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="33649.875" y="609.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33651" y="618" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="3393.625" y="145.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3395" y="154" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="32446.125" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32448" y="705" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="103695.09375" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103697" y="589" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="41462.0" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41464" y="560" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="17285.625" y="522.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17287" y="531" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="71890.5" y="290.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71892" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_declarator +</text> +<rect x="34711.0" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34713" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="67018.125" y="464.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67020" y="473" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="103306.34375" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103308" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="80743.375" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80745" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="11149.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11151" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="49754.0" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49756" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="10201.875" y="609.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10203" y="618" style="font-family:sans-serif;font-size:10px;"> +local4 +</text> +<rect x="4177.875" y="203.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4179" y="212" style="font-family:sans-serif;font-size:10px;"> +namespace_name +</text> +<rect x="111842.96875" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111844" y="676" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="6421.375" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6423" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="36783.333333333336" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36785" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="44903.75" y="957.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44905" y="966" style="font-family:sans-serif;font-size:10px;"> +Count +</text> +<rect x="107296.84375" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107298" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="65400.625" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65402" y="444" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="74003.875" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74005" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="109123.46875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109125" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="37425.5" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37427" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="117888.21875" y="696.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117890" y="705" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="10911.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10913" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="11889.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11891" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="82805.53125" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82807" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="58098.375" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58100" y="299" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="39529.0" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39531" y="705" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="74599.0" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74601" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="116280.21875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116282" y="618" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="74898.625" y="725.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74900" y="734" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="94961.21875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94963" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="65485.125" y="319.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65487" y="328" style="font-family:sans-serif;font-size:10px;"> +type_parameters +</text> +<rect x="52369.0" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52371" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="52694.75" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52696" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="66309.875" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66311" y="444" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="76333.125" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76335" y="647" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="29448.125" y="667.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29450" y="676" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="70859.125" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70861" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="42717.75" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42719" y="647" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="71955.5" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71957" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="117701.21875" y="580.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117703" y="589" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="35014.125" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35016" y="473" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="53211.25" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53213" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="42337.0" y="638.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42339" y="647" style="font-family:sans-serif;font-size:10px;"> +av +</text> +<rect x="1545.75" y="174.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1547" y="183" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="62558.25" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62560" y="415" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="95314.84375" y="696.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95316" y="705" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="60508.0" y="435.0" width="65.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60510" y="444" style="font-family:sans-serif;font-size:10px;"> +IEnumerable +</text> +<rect x="57038.125" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57040" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="77342.125" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77344" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="37966.5" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37968" y="705" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="61074.25" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61076" y="705" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="110929.96875" y="754.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110931" y="763" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="32114.25" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32116" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="107716.59375" y="435.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107718" y="444" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="62538.25" y="377.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62540" y="386" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="71144.53125" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71146" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="82317.78125" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82319" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="38184.25" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38186" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="43190.75" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43192" y="647" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="500.5" y="232.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="502" y="241" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="51736.0" y="667.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51738" y="676" style="font-family:sans-serif;font-size:10px;"> +Handler +</text> +<rect x="92374.15625" y="377.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92376" y="386" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="55917.625" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55919" y="705" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="117368.71875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117370" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="401.5" y="174.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="403" y="183" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="76774.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76776" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="57689.375" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57691" y="357" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="61416.75" y="754.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61418" y="763" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="78205.875" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78207" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="98263.34375" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98265" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="118480.09375" y="754.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118482" y="763" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="59821.25" y="232.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59823" y="241" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="21720.375" y="609.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21722" y="618" style="font-family:sans-serif;font-size:10px;"> +dynamic +</text> +<rect x="20568.625" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20570" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="42640.0" y="580.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42642" y="589" style="font-family:sans-serif;font-size:10px;"> +general_catch_clause +</text> +<rect x="63105.375" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63107" y="502" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="75260.125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75262" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="80336.375" y="522.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80338" y="531" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="9113.125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9115" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="44087.25" y="754.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44089" y="763" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="70967.125" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70969" y="560" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="65415.625" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65417" y="444" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="109464.96875" y="290.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109466" y="299" style="font-family:sans-serif;font-size:10px;"> +indexer_modifier +</text> +<rect x="68301.0" y="406.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68303" y="415" style="font-family:sans-serif;font-size:10px;"> +type_parameters +</text> +<rect x="71884.125" y="696.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71886" y="705" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="76652.125" y="638.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76654" y="647" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="105699.65625" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105701" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="63519.875" y="667.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63521" y="676" style="font-family:sans-serif;font-size:10px;"> +lambda_expression +</text> +<rect x="52990.25" y="348.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52992" y="357" style="font-family:sans-serif;font-size:10px;"> +operator +</text> +<rect x="19438.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19440" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="63391.375" y="319.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63393" y="328" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="12991.375" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12993" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="2295.25" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2297" y="125" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="96717.59375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96719" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="80899.625" y="580.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80901" y="589" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="30891.125" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30893" y="618" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="57510.625" y="435.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57512" y="444" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="7139.375" y="522.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7141" y="531" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="80351.375" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80353" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="54820.0" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54822" y="386" style="font-family:sans-serif;font-size:10px;"> +abstract +</text> +<rect x="118590.59375" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118592" y="618" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="81473.5625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81475" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="48039.75" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48041" y="415" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="75493.0" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75495" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="44898.25" y="928.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44900" y="937" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7486.125" y="464.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7488" y="473" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="9177.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9179" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63659.875" y="986.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63661" y="995" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="74818.125" y="551.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74820" y="560" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="52555.75" y="319.0" width="134.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52557" y="328" style="font-family:sans-serif;font-size:10px;"> +unary_operator_declarator +</text> +<rect x="7646.125" y="812.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7648" y="821" style="font-family:sans-serif;font-size:10px;"> +- +</text> +<rect x="63294.375" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63296" y="386" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="101653.09375" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101655" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="46864.25" y="435.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46866" y="444" style="font-family:sans-serif;font-size:10px;"> +method +</text> +<rect x="6460.875" y="464.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6462" y="473" style="font-family:sans-serif;font-size:10px;"> +predefined_type +</text> +<rect x="21237.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21239" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="13037.875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13039" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="45324.5" y="986.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45326" y="995" style="font-family:sans-serif;font-size:10px;"> +g +</text> +<rect x="45455.75" y="1044.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45457" y="1053" style="font-family:sans-serif;font-size:10px;"> +g +</text> +<rect x="74749.125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74751" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="83996.53125" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83998" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="6088.875" y="377.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6090" y="386" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="60683.75" y="522.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60685" y="531" style="font-family:sans-serif;font-size:10px;"> +number +</text> +<rect x="111955.46875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111957" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="82710.28125" y="348.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82712" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameters +</text> +<rect x="65467.625" y="406.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65469" y="415" style="font-family:sans-serif;font-size:10px;"> +T1 +</text> +<rect x="45027.0" y="899.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45029" y="908" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="53517.75" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53519" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="62067.25" y="754.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62069" y="763" style="font-family:sans-serif;font-size:10px;"> +exponent +</text> +<rect x="67485.0" y="319.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67487" y="328" style="font-family:sans-serif;font-size:10px;"> +Bar +</text> +<rect x="91408.90625" y="464.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91410" y="473" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="48195.25" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48197" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="5708.875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5710" y="357" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="69900.75" y="609.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69902" y="618" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="80219.875" y="638.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80221" y="647" style="font-family:sans-serif;font-size:10px;"> +typeof +</text> +<rect x="49172.5" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49174" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="50447.25" y="377.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50449" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="117002.46875" y="638.0" width="110.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117004" y="647" style="font-family:sans-serif;font-size:10px;"> +member_initializer_list +</text> +<rect x="82471.15625" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82473" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="68575.5" y="464.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68577" y="473" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="3388.125" y="174.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3390" y="183" style="font-family:sans-serif;font-size:10px;"> +attribute_name +</text> +<rect x="2381.0" y="174.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2383" y="183" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="96992.46875" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96994" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="97122.71875" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97124" y="618" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="99920.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99922" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="79522.875" y="696.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79524" y="705" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="30107.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30109" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="33083.125" y="580.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33085" y="589" style="font-family:sans-serif;font-size:10px;"> +arr +</text> +<rect x="72541.375" y="464.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72543" y="473" style="font-family:sans-serif;font-size:10px;"> +"" +</text> +<rect x="111523.46875" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111525" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="7175.875" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7177" y="705" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="33354.875" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33356" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="33945.125" y="551.0" width="196.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33947" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_no_array_creation_expression +</text> +<rect x="105825.09375" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105827" y="386" style="font-family:sans-serif;font-size:10px;"> +get +</text> +<rect x="38784.75" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38786" y="560" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="68779.703125" y="348.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68781" y="357" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="40420.0" y="406.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40422" y="415" style="font-family:sans-serif;font-size:10px;"> +yield_statement +</text> +<rect x="115007.96875" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115009" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="22773.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22775" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="106716.59375" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106718" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="77606.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77608" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="21948.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21950" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="27295.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27297" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="49576.5" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49578" y="386" style="font-family:sans-serif;font-size:10px;"> +get +</text> +<rect x="55879.0" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55881" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="35505.0" y="551.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35507" y="560" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="81635.90625" y="696.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81637" y="705" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="100166.59375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100168" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="112611.21875" y="580.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112613" y="589" style="font-family:sans-serif;font-size:10px;"> +PropertyChanged +</text> +<rect x="108894.96875" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108896" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="37788.0" y="435.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37790" y="444" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="23852.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23854" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="30550.125" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30552" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="36158.75" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36160" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="12067.375" y="667.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12069" y="676" style="font-family:sans-serif;font-size:10px;"> +1L +</text> +<rect x="97089.71875" y="580.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97091" y="589" style="font-family:sans-serif;font-size:10px;"> +conditional_expression +</text> +<rect x="54439.0" y="319.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54441" y="328" style="font-family:sans-serif;font-size:10px;"> +private +</text> +<rect x="55914.0" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55916" y="299" style="font-family:sans-serif;font-size:10px;"> +property_body +</text> +<rect x="92382.65625" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92384" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="41681.0" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41683" y="676" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="42582.5" y="551.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42584" y="560" style="font-family:sans-serif;font-size:10px;"> +try +</text> +<rect x="73612.125" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73614" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="8296.625" y="493.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8298" y="502" style="font-family:sans-serif;font-size:10px;"> +nullable_value_type +</text> +<rect x="6092.375" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6094" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="24790.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24792" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="21934.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21936" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="71222.53125" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71224" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="62881.25" y="319.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62883" y="328" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="103234.09375" y="580.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103236" y="589" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="69952.75" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69954" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="105674.84375" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105676" y="328" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="610.5" y="174.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="612" y="183" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="64729.125" y="435.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64731" y="444" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="79592.375" y="725.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79594" y="734" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="96325.96875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96327" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="82040.59375" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82042" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="698.0" y="232.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="700" y="241" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="43457.375" y="609.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43459" y="618" style="font-family:sans-serif;font-size:10px;"> +in +</text> +<rect x="45285.625" y="580.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45287" y="589" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="59642.625" y="145.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59644" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="26986.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26988" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="60292.0" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60294" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="27067.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27069" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="62343.5" y="551.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62345" y="560" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="44642.5" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44644" y="734" style="font-family:sans-serif;font-size:10px;"> +e +</text> +<rect x="94567.78125" y="696.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94569" y="705" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="94680.78125" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94682" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="108704.71875" y="377.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108706" y="386" style="font-family:sans-serif;font-size:10px;"> +Print +</text> +<rect x="115837.71875" y="464.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115839" y="473" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="23735.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23737" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="24663.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24665" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="54744.59375" y="145.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54746" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="77481.125" y="551.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77483" y="560" style="font-family:sans-serif;font-size:10px;"> +Action +</text> +<rect x="109589.96875" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109591" y="328" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="73018.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73020" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="81277.625" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81279" y="734" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="116249.46875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116251" y="560" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="97088.71875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97090" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="37613.0" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37615" y="560" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="16835.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16837" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="69262.5" y="522.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69264" y="531" style="font-family:sans-serif;font-size:10px;"> +type_parameter +</text> +<rect x="78249.625" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78251" y="618" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="65468.125" y="319.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65470" y="328" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="21404.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21406" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="40315.0" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40317" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="71652.9375" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71654" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="95715.71875" y="551.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95717" y="560" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="57494.125" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57496" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="67768.55078125" y="145.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67770" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="81719.90625" y="667.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81721" y="676" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="112242.71875" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112244" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="79115.125" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79117" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="6845.375" y="290.0" width="122.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6847" y="299" style="font-family:sans-serif;font-size:10px;"> +static_constructor_body +</text> +<rect x="71109.125" y="638.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71111" y="647" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="82390.28125" y="232.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82392" y="241" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="84163.78125" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84165" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="91593.53125" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91595" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="117247.46875" y="435.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117249" y="444" style="font-family:sans-serif;font-size:10px;"> +catch_clauses +</text> +<rect x="116003.21875" y="551.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116005" y="560" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="68125.5" y="377.0" width="74.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68127" y="386" style="font-family:sans-serif;font-size:10px;"> +class_modifier +</text> +<rect x="102077.09375" y="638.0" width="64.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102079" y="647" style="font-family:sans-serif;font-size:10px;"> +pointer_type +</text> +<rect x="104926.21875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104928" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="4110.625" y="145.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4112" y="154" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="34738.0" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34740" y="676" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="80382.875" y="812.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80384" y="821" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="106282.71875" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106284" y="299" style="font-family:sans-serif;font-size:10px;"> +property_body +</text> +<rect x="116080.71875" y="638.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116082" y="647" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="36173.75" y="580.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36175" y="589" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="43923.3046875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43925" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="43835.25" y="841.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43837" y="850" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="75965.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75967" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="93368.28125" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93370" y="705" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="94511.3828125" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94513" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="80459.875" y="551.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80461" y="560" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="117143.96875" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117145" y="531" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="54241.5" y="290.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54243" y="299" style="font-family:sans-serif;font-size:10px;"> +variable_declarators +</text> +<rect x="42420.5" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42422" y="531" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="19235.625" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19237" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="8517.625" y="580.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8519" y="589" style="font-family:sans-serif;font-size:10px;"> +predefined_type +</text> +<rect x="43712.375" y="638.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43714" y="647" style="font-family:sans-serif;font-size:10px;"> +query_body_clauses +</text> +<rect x="17646.875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17648" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="68445.0" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68447" y="502" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="91689.40625" y="551.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91691" y="560" style="font-family:sans-serif;font-size:10px;"> +dynamic +</text> +<rect x="69990.75" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69992" y="618" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="104123.96875" y="348.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104125" y="357" style="font-family:sans-serif;font-size:10px;"> +field_declaration +</text> +<rect x="54286.5" y="348.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54288" y="357" style="font-family:sans-serif;font-size:10px;"> +f1 +</text> +<rect x="71011.125" y="638.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71013" y="647" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="54515.5" y="261.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54517" y="270" style="font-family:sans-serif;font-size:10px;"> +field_declaration +</text> +<rect x="7208.375" y="435.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7210" y="444" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="31824.625" y="754.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31826" y="763" style="font-family:sans-serif;font-size:10px;"> +0f +</text> +<rect x="42381.5" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42383" y="531" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="44693.5" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44695" y="734" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="101747.84375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101749" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="111060.21875" y="638.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111062" y="647" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_body +</text> +<rect x="10992.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10994" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="60755.5" y="464.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60757" y="473" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="79491.875" y="464.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79493" y="473" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="37049.0" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37051" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="58520.75" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58522" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="98010.84375" y="609.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98012" y="618" style="font-family:sans-serif;font-size:10px;"> +&& +</text> +<rect x="112265.21875" y="551.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112267" y="560" style="font-family:sans-serif;font-size:10px;"> +nullable_type_annotation +</text> +<rect x="70956.125" y="522.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70958" y="531" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="93478.78125" y="609.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93480" y="618" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="7661.125" y="812.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7663" y="821" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="115289.21875" y="580.0" width="56.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115291" y="589" style="font-family:sans-serif;font-size:10px;"> +〔:#0.##〕 +</text> +<rect x="116824.96875" y="667.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116826" y="676" style="font-family:sans-serif;font-size:10px;"> +member_initializer +</text> +<rect x="70640.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70642" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="33175.875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33177" y="618" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="28414.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28416" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="67701.5" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67703" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="15821.875" y="580.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15823" y="589" style="font-family:sans-serif;font-size:10px;"> +\u0066 +</text> +<rect x="73406.375" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73408" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="116452.21875" y="580.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116454" y="589" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="80366.375" y="580.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80368" y="589" style="font-family:sans-serif;font-size:10px;"> +unbound_type_name +</text> +<rect x="94283.78125" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94285" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="5952.375" y="348.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5954" y="357" style="font-family:sans-serif;font-size:10px;"> +bool +</text> +<rect x="32790.625" y="667.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32792" y="676" style="font-family:sans-serif;font-size:10px;"> +array_initializer +</text> +<rect x="80631.875" y="609.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80633" y="618" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="108604.59375" y="464.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108606" y="473" style="font-family:sans-serif;font-size:10px;"> +Last +</text> +<rect x="80120.375" y="522.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80122" y="531" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="31061.0" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31063" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="51295.0" y="377.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51297" y="386" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="62327.75" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62329" y="676" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="29577.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29579" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="32685.875" y="290.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32687" y="299" style="font-family:sans-serif;font-size:10px;"> +finalizer_body +</text> +<rect x="73299.875" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73301" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="22702.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22704" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="30568.625" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30570" y="647" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="98390.0625" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98392" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="47926.125" y="319.0" width="179.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47928" y="328" style="font-family:sans-serif;font-size:10px;"> +type_parameter_constraints_clause +</text> +<rect x="29631.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29633" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="82327.40625" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82329" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="33616.875" y="551.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33618" y="560" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="57926.125" y="377.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57928" y="386" style="font-family:sans-serif;font-size:10px;"> +field +</text> +<rect x="47637.25" y="377.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47639" y="386" style="font-family:sans-serif;font-size:10px;"> +m +</text> +<rect x="45437.875" y="551.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45439" y="560" style="font-family:sans-serif;font-size:10px;"> +query_body +</text> +<rect x="66647.875" y="580.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66649" y="589" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="73413.875" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73415" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="63666.375" y="870.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63668" y="879" style="font-family:sans-serif;font-size:10px;"> +await +</text> +<rect x="24357.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24359" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="43479.0" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43481" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="77575.375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77577" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="82322.40625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82324" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="117195.46875" y="435.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117197" y="444" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="48605.5" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48607" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="31083.0" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31085" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="58165.375" y="319.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58167" y="328" style="font-family:sans-serif;font-size:10px;"> +C +</text> +<rect x="62756.875" y="667.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62758" y="676" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="79866.875" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79868" y="821" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="70618.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70620" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="71227.625" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71229" y="589" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="45101.5" y="725.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45103" y="734" style="font-family:sans-serif;font-size:10px;"> +orderby_clause +</text> +<rect x="78166.375" y="290.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78168" y="299" style="font-family:sans-serif;font-size:10px;"> +delegate +</text> +<rect x="21367.125" y="551.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21369" y="560" style="font-family:sans-serif;font-size:10px;"> +ushort +</text> +<rect x="53448.25" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53450" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="22859.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22861" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="38317.625" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38319" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="81106.625" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81108" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="93468.78125" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93470" y="676" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="69819.0" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69821" y="531" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="99364.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99366" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="4070.625" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4072" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="36905.5" y="841.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36907" y="850" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="39930.0" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39932" y="676" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="94963.9765625" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94965" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="21610.375" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21612" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="22453.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22455" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="24015.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24017" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="42482.5" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42484" y="531" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="64370.875" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64372" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="20987.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20989" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="47257.5" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47259" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="72045.5" y="493.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72047" y="502" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="58414.71875" y="174.0" width="105.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58416" y="183" style="font-family:sans-serif;font-size:10px;"> +interface_declaration +</text> +<rect x="106714.96875" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106716" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="63222.375" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63224" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="115343.21875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115345" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="63478.875" y="464.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63480" y="473" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="76456.125" y="638.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76458" y="647" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="79944.625" y="696.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79946" y="705" style="font-family:sans-serif;font-size:10px;"> +typeof_expression +</text> +<rect x="102362.59375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102364" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="50218.0" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50220" y="415" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="111828.71875" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111830" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="35357.75" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35359" y="531" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="2720.75" y="174.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2722" y="183" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="32673.125" y="754.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32675" y="763" style="font-family:sans-serif;font-size:10px;"> +111 +</text> +<rect x="35044.0" y="493.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35046" y="502" style="font-family:sans-serif;font-size:10px;"> +switch_label +</text> +<rect x="36978.75" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36980" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="101159.59375" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101161" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="4721.625" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4723" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="23259.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23261" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="84019.53125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84021" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="5615.625" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5617" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="114389.21875" y="551.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114391" y="560" style="font-family:sans-serif;font-size:10px;"> +〔"〕 +</text> +<rect x="62272.0" y="609.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62274" y="618" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="103648.84375" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103650" y="676" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="60820.75" y="551.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60822" y="560" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="102630.09375" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102632" y="560" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="58505.5" y="290.0" width="128.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58507" y="299" style="font-family:sans-serif;font-size:10px;"> +interface_method_header +</text> +<rect x="105262.84375" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105264" y="386" style="font-family:sans-serif;font-size:10px;"> +get +</text> +<rect x="99802.84375" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99804" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="30209.625" y="638.0" width="110.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30211" y="647" style="font-family:sans-serif;font-size:10px;"> +member_initializer_list +</text> +<rect x="112345.21875" y="638.0" width="165.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112347" y="647" style="font-family:sans-serif;font-size:10px;"> +null_conditional_member_access +</text> +<rect x="51664.5" y="667.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51666" y="676" style="font-family:sans-serif;font-size:10px;"> +Delegate +</text> +<rect x="17410.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17412" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="52215.0" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52217" y="357" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="74217.125" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74219" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="36426.25" y="696.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36428" y="705" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="60996.75" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60998" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="29479.125" y="667.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29481" y="676" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="104255.96875" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104257" y="386" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="98468.0625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98470" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="23235.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23237" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="35012.75" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35014" y="531" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="38164.5" y="464.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38166" y="473" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="31554.25" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31556" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="34198.5" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34200" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="48571.75" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48573" y="386" style="font-family:sans-serif;font-size:10px;"> +get +</text> +<rect x="52084.0" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52086" y="386" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="6140.375" y="435.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6142" y="444" style="font-family:sans-serif;font-size:10px;"> +name +</text> +<rect x="105129.59375" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105131" y="328" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="5613.875" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5615" y="328" style="font-family:sans-serif;font-size:10px;"> +I +</text> +<rect x="50811.5" y="406.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50813" y="415" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="62730.0" y="493.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62732" y="502" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="63387.875" y="609.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63389" y="618" style="font-family:sans-serif;font-size:10px;"> +task +</text> +<rect x="9487.125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9489" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="10286.875" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10288" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="105526.59375" y="348.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105528" y="357" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="63527.375" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63529" y="531" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="3925.25" y="116.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3927" y="125" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="61308.0" y="609.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61310" y="618" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="79520.375" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79522" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="62312.25" y="754.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62314" y="763" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="112744.71875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112746" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="62855.875" y="725.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62857" y="734" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="35845.0" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35847" y="502" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="39372.75" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39374" y="676" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="60804.75" y="522.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60806" y="531" style="font-family:sans-serif;font-size:10px;"> +exponent +</text> +<rect x="17250.125" y="551.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17252" y="560" style="font-family:sans-serif;font-size:10px;"> +1.2m +</text> +<rect x="11971.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11973" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="32415.125" y="609.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32417" y="618" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="77076.875" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77078" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="76492.375" y="841.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76494" y="850" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="100444.59375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100446" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="25919.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25921" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="9040.625" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9042" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="41939.5" y="696.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41941" y="705" style="font-family:sans-serif;font-size:10px;"> +null +</text> +<rect x="111670.46875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111672" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="20148.625" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20150" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="31566.375" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31568" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="52475.0" y="348.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52477" y="357" style="font-family:sans-serif;font-size:10px;"> +operator +</text> +<rect x="96977.71875" y="609.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96979" y="618" style="font-family:sans-serif;font-size:10px;"> +null_coalescing_expression +</text> +<rect x="94128.53125" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94130" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="103210.59375" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103212" y="560" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="51141.5" y="348.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51143" y="357" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="82820.28125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82822" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="104667.28125" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104669" y="270" style="font-family:sans-serif;font-size:10px;"> +property_declaration +</text> +<rect x="29469.625" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29471" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="79085.375" y="377.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79087" y="386" style="font-family:sans-serif;font-size:10px;"> +attributes +</text> +<rect x="58609.25" y="435.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58611" y="444" style="font-family:sans-serif;font-size:10px;"> +value +</text> +<rect x="25785.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25787" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="83112.78125" y="551.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83114" y="560" style="font-family:sans-serif;font-size:10px;"> +intValue +</text> +<rect x="32760.125" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32762" y="705" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="31405.875" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31407" y="676" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="61891.5" y="580.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61893" y="589" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="98054.34375" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98056" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="69189.75" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69191" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="28471.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28473" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="44008.25" y="841.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44010" y="850" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="95461.21875" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95463" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="111616.21875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111618" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="42323.0" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42325" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="115480.21875" y="580.0" width="56.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115482" y="589" style="font-family:sans-serif;font-size:10px;"> +〔:#0.##〕 +</text> +<rect x="71136.625" y="522.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71138" y="531" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="98235.28125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98237" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="114270.21875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114272" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="54368.5" y="377.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54370" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute +</text> +<rect x="5875.125" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5877" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="19602.125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19604" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="25958.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25960" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="33070.125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33072" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="45545.375" y="609.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45547" y="618" style="font-family:sans-serif;font-size:10px;"> +query_body +</text> +<rect x="39045.3125" y="261.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39047" y="270" style="font-family:sans-serif;font-size:10px;"> +field_declaration +</text> +<rect x="83175.78125" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83177" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="20775.375" y="609.0" width="38.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20777" y="618" style="font-family:sans-serif;font-size:10px;"> +@"""/*" +</text> +<rect x="66686.375" y="464.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66688" y="473" style="font-family:sans-serif;font-size:10px;"> +B +</text> +<rect x="24425.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24427" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="81733.84375" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81735" y="618" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="37398.0" y="493.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37400" y="502" style="font-family:sans-serif;font-size:10px;"> +shift_expression +</text> +<rect x="5512.125" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5514" y="212" style="font-family:sans-serif;font-size:10px;"> +class_base +</text> +<rect x="66836.375" y="551.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66838" y="560" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="76119.125" y="609.0" width="195.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76121" y="618" style="font-family:sans-serif;font-size:10px;"> +explicit_anonymous_function_signature +</text> +<rect x="80288.875" y="812.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80290" y="821" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="79922.875" y="435.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79924" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="81186.0" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81188" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="18804.625" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18806" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="38965.75" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38967" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="59091.5" y="232.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59093" y="241" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="45360.25" y="406.0" width="48.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45362" y="415" style="font-family:sans-serif;font-size:10px;"> +Obsolete +</text> +<rect x="6415.625" y="261.0" width="105.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6417" y="270" style="font-family:sans-serif;font-size:10px;"> +constant_declaration +</text> +<rect x="7887.625" y="667.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7889" y="676" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="112959.46875" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112961" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="61491.75" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61493" y="705" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="82101.40625" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82103" y="589" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="40749.0" y="406.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40751" y="415" style="font-family:sans-serif;font-size:10px;"> +fixed_statement +</text> +<rect x="49055.5" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49057" y="299" style="font-family:sans-serif;font-size:10px;"> +property_body +</text> +<rect x="113075.96875" y="609.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113077" y="618" style="font-family:sans-serif;font-size:10px;"> +〔·is·〕 +</text> +<rect x="14443.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14445" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="69417.25" y="696.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69419" y="705" style="font-family:sans-serif;font-size:10px;"> +V +</text> +<rect x="35926.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35928" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="23362.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23364" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="114867.21875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114869" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="109534.96875" y="377.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109536" y="386" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="117610.21875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117612" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="63294.875" y="667.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63296" y="676" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="30118.625" y="580.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30120" y="589" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="61187.75" y="551.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61189" y="560" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="114636.96875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114638" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="21622.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21624" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="106473.09375" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106475" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="47390.25" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47392" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="55598.5" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55600" y="473" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="8168.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8170" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="24211.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24213" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="80219.875" y="667.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80221" y="676" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="97718.46875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97720" y="560" style="font-family:sans-serif;font-size:10px;"> +|| +</text> +<rect x="4669.625" y="203.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4671" y="212" style="font-family:sans-serif;font-size:10px;"> +delegate +</text> +<rect x="40188.25" y="580.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40190" y="589" style="font-family:sans-serif;font-size:10px;"> +this_access +</text> +<rect x="67336.125" y="406.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67338" y="415" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="93878.53125" y="580.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93880" y="589" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="72007.25" y="580.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72009" y="589" style="font-family:sans-serif;font-size:10px;"> +ConsoleApplication1 +</text> +<rect x="61679.25" y="493.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61681" y="502" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="75829.625" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75831" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104499.96875" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104501" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="80836.375" y="667.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80838" y="676" style="font-family:sans-serif;font-size:10px;"> +ToString +</text> +<rect x="22458.625" y="551.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22460" y="560" style="font-family:sans-serif;font-size:10px;"> +arglist +</text> +<rect x="118187.46875" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118189" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="92458.40625" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92460" y="473" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="3582.875" y="174.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3584" y="183" style="font-family:sans-serif;font-size:10px;"> +attribute_arguments +</text> +<rect x="9736.875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9738" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="45160.9375" y="638.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45162" y="647" style="font-family:sans-serif;font-size:10px;"> +query_body +</text> +<rect x="4680.375" y="522.0" width="48.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4682" y="531" style="font-family:sans-serif;font-size:10px;"> +Obsolete +</text> +<rect x="57231.125" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57233" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="74864.625" y="667.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74866" y="676" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="54190.75" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54192" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="41158.0" y="464.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41160" y="473" style="font-family:sans-serif;font-size:10px;"> +value_type +</text> +<rect x="118425.84375" y="783.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118427" y="792" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="43477.375" y="667.0" width="56.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43479" y="676" style="font-family:sans-serif;font-size:10px;"> +customers +</text> +<rect x="323.5" y="58.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="325" y="67" style="font-family:sans-serif;font-size:10px;"> +using_directive +</text> +<rect x="80275.875" y="638.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80277" y="647" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="1151.25" y="116.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1153" y="125" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="79289.875" y="609.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79291" y="618" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="6891.375" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6893" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="71613.4375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71615" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="187.75" y="203.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="189" y="212" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="76685.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76687" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="40038.0" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40040" y="676" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="75047.125" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75049" y="676" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="79698.5625" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79700" y="270" style="font-family:sans-serif;font-size:10px;"> +property_declaration +</text> +<rect x="106995.34375" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106997" y="473" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="1387.75" y="174.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1389" y="183" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="33287.875" y="609.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33289" y="618" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="37084.25" y="783.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37086" y="792" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="73115.875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73117" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="55165.5" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55167" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="75019.875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75021" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="30379.375" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30381" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="34918.0" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34920" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7927.875" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7929" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="61878.0" y="609.0" width="134.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61880" y="618" style="font-family:sans-serif;font-size:10px;"> +pre_increment_expression +</text> +<rect x="76376.875" y="812.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76378" y="821" style="font-family:sans-serif;font-size:10px;"> +! +</text> +<rect x="45219.0" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45221" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="95641.21875" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95643" y="589" style="font-family:sans-serif;font-size:10px;"> +! +</text> +<rect x="109228.71875" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109230" y="270" style="font-family:sans-serif;font-size:10px;"> +property_declaration +</text> +<rect x="96944.96875" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96946" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="35645.0" y="580.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35647" y="589" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="70044.25" y="812.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70046" y="821" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="4100.625" y="261.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4102" y="270" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="112959.71875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112961" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="19396.375" y="580.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19398" y="589" style="font-family:sans-serif;font-size:10px;"> +@int +</text> +<rect x="93134.28125" y="667.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93136" y="676" style="font-family:sans-serif;font-size:10px;"> +nullable_type_annotation +</text> +<rect x="35582.25" y="522.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35584" y="531" style="font-family:sans-serif;font-size:10px;"> +default +</text> +<rect x="41048.75" y="464.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41050" y="473" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="114201.71875" y="783.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114203" y="792" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="10221.375" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10223" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="18499.625" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18501" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="63685.625" y="812.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63687" y="821" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="80822.875" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80824" y="647" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="111876.21875" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111878" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="72431.875" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72433" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="15564.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15566" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="62578.5" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62580" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="84016.53125" y="551.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84018" y="560" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="65980.4375" y="261.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65982" y="270" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="49382.5" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49384" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="56226.5" y="290.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56228" y="299" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="63774.375" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63776" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="38363.25" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38365" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="37452.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37454" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="80788.625" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80790" y="444" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="62420.0" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62422" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="76598.625" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76600" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="2932.125" y="116.0" width="158.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2934" y="125" style="font-family:sans-serif;font-size:10px;"> +global_attribute_target_specifier +</text> +<rect x="30326.625" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30328" y="647" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="45149.0" y="899.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45151" y="908" style="font-family:sans-serif;font-size:10px;"> +Key +</text> +<rect x="60182.5" y="261.0" width="140.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60184" y="270" style="font-family:sans-serif;font-size:10px;"> +using_namespace_directive +</text> +<rect x="64717.0" y="348.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64719" y="357" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="73103.375" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73105" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="75.0" y="87.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77" y="96" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="25082.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25084" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="31209.125" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31211" y="676" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="37768.0" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37770" y="618" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="31329.125" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31331" y="734" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="57393.875" y="377.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57395" y="386" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="43457.0" y="754.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43459" y="763" style="font-family:sans-serif;font-size:10px;"> +let +</text> +<rect x="30973.625" y="667.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30975" y="676" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="1566.0" y="116.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1568" y="125" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="24328.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24330" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="63872.8125" y="203.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63874" y="212" style="font-family:sans-serif;font-size:10px;"> +qualified_identifier +</text> +<rect x="101284.59375" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101286" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="108893.09375" y="348.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108895" y="357" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="112446.21875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112448" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="56839.625" y="319.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56841" y="328" style="font-family:sans-serif;font-size:10px;"> +accessor_declarations +</text> +<rect x="41898.0" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41900" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="65540.625" y="348.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65542" y="357" style="font-family:sans-serif;font-size:10px;"> +type_parameter +</text> +<rect x="76528.625" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76530" y="589" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="112032.8125" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112034" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="79325.625" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79327" y="531" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="4739.625" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4741" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="57594.375" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57596" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32358.125" y="783.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32360" y="792" style="font-family:sans-serif;font-size:10px;"> +variable_initializer_list +</text> +<rect x="80613.875" y="638.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80615" y="647" style="font-family:sans-serif;font-size:10px;"> +typeof_expression +</text> +<rect x="66108.125" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66110" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="51160.75" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51162" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="55955.0" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55957" y="357" style="font-family:sans-serif;font-size:10px;"> +set_accessor_declaration +</text> +<rect x="13386.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13388" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="30168.625" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30170" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="49371.5" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49373" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="51918.5" y="406.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51920" y="415" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="63222.0" y="319.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63224" y="328" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="64785.625" y="522.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64787" y="531" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="71855.875" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71857" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="35385.75" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35387" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="76939.625" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76941" y="676" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="104446.71875" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104448" y="386" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="92510.65625" y="377.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92512" y="386" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="11939.375" y="580.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11941" y="589" style="font-family:sans-serif;font-size:10px;"> +l +</text> +<rect x="36948.75" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36950" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="46180.375" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46182" y="386" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="47865.5" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47867" y="415" style="font-family:sans-serif;font-size:10px;"> +t +</text> +<rect x="118086.34375" y="406.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118088" y="415" style="font-family:sans-serif;font-size:10px;"> +try_statement +</text> +<rect x="63845.8125" y="261.0" width="143.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63847" y="270" style="font-family:sans-serif;font-size:10px;"> +RecursiveGenericBaseType +</text> +<rect x="29853.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29855" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="111549.71875" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111551" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="28906.625" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28908" y="618" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="7316.125" y="754.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7318" y="763" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="25980.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25982" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="76699.625" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76701" y="676" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="80606.375" y="696.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80608" y="705" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="92280.90625" y="377.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92282" y="386" style="font-family:sans-serif;font-size:10px;"> +ToString +</text> +<rect x="116987.46875" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116989" y="647" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="61806.25" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61808" y="676" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="117017.46875" y="609.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117019" y="618" style="font-family:sans-serif;font-size:10px;"> +object_initializer +</text> +<rect x="111010.21875" y="696.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111012" y="705" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="36724.875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36726" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="51936.0" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51938" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="73703.125" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73705" y="589" style="font-family:sans-serif;font-size:10px;"> +t +</text> +<rect x="29696.125" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29698" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="93127.28125" y="580.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93129" y="589" style="font-family:sans-serif;font-size:10px;"> +array_creation_expression +</text> +<rect x="82886.03125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82888" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="107560.09375" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107562" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="114024.15625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114026" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="104113.96875" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104115" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="55453.0" y="406.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55455" y="415" style="font-family:sans-serif;font-size:10px;"> +struct +</text> +<rect x="37621.0" y="783.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37623" y="792" style="font-family:sans-serif;font-size:10px;"> +post_increment_expression +</text> +<rect x="29434.625" y="493.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29436" y="502" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="19229.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19231" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="75890.125" y="580.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75892" y="589" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="107618.59375" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107620" y="415" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="92363.90625" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92365" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="3702.3125" y="58.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3704" y="67" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="109938.21875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109940" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="70613.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70615" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="46426.75" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46428" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="82901.03125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82903" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="83454.78125" y="522.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83456" y="531" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="79410.875" y="580.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79412" y="589" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="51396.5" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51398" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="27740.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27742" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="5243.125" y="232.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5245" y="241" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="45681.25" y="435.0" width="120.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45683" y="444" style="font-family:sans-serif;font-size:10px;"> +positional_argument_list +</text> +<rect x="28784.625" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28786" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="15660.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15662" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="40487.75" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40489" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="91528.40625" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91530" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="98593.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98595" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="3679.375" y="319.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3681" y="328" style="font-family:sans-serif;font-size:10px;"> +"\u0123" +</text> +<rect x="41558.0" y="580.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41560" y="589" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="34714.5" y="464.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34716" y="473" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="78851.625" y="464.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78853" y="473" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="45485.375" y="812.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45487" y="821" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="51523.75" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51525" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="42702.75" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42704" y="647" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="78805.625" y="493.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78807" y="502" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="59509.25" y="232.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59511" y="241" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="59806.0" y="203.0" width="85.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59808" y="212" style="font-family:sans-serif;font-size:10px;"> +delegate_header +</text> +<rect x="74411.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74413" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="92343.40625" y="522.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92345" y="531" style="font-family:sans-serif;font-size:10px;"> +base +</text> +<rect x="67789.55078125" y="261.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67791" y="270" style="font-family:sans-serif;font-size:10px;"> +Boo +</text> +<rect x="116900.46875" y="754.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116902" y="763" style="font-family:sans-serif;font-size:10px;"> +"seven" +</text> +<rect x="970.5" y="87.0" width="140.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="972" y="96" style="font-family:sans-serif;font-size:10px;"> +using_namespace_directive +</text> +<rect x="15930.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15932" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="4165.625" y="145.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4167" y="154" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="39018.8125" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39020" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="63470.375" y="377.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63472" y="386" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="73451.875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73453" y="676" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="49462.5" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49464" y="328" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="41651.0" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41653" y="560" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="75942.125" y="609.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75944" y="618" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="116571.46875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116573" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="38259.75" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38261" y="560" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="110885.46875" y="551.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110887" y="560" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="26005.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26007" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="41963.25" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41965" y="473" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="16807.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16809" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="60838.5" y="638.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60840" y="647" style="font-family:sans-serif;font-size:10px;"> +Список +</text> +<rect x="106407.09375" y="377.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106409" y="386" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="63921.875" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63923" y="415" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="34233.375" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34235" y="647" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="90714.40625" y="377.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90716" y="386" style="font-family:sans-serif;font-size:10px;"> +params +</text> +<rect x="40808.0" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40810" y="531" style="font-family:sans-serif;font-size:10px;"> +q +</text> +<rect x="7850.375" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7852" y="676" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="65083.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65085" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="82661.28125" y="377.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82663" y="386" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="34507.25" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34509" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="79509.875" y="754.0" width="65.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79511" y="763" style="font-family:sans-serif;font-size:10px;"> +IEnumerable +</text> +<rect x="96939.96875" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96941" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="29900.125" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29902" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="79428.625" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79430" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="3905.75" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3907" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="46295.25" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46297" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="97353.71875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97355" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="63229.875" y="812.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63231" y="821" style="font-family:sans-serif;font-size:10px;"> +Task +</text> +<rect x="61519.125" y="377.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61521" y="386" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="6454.375" y="406.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6456" y="415" style="font-family:sans-serif;font-size:10px;"> +global +</text> +<rect x="96803.71875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96805" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="118255.46875" y="725.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118257" y="734" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="32745.125" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32747" y="705" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="78718.375" y="290.0" width="85.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78720" y="299" style="font-family:sans-serif;font-size:10px;"> +delegate_header +</text> +<rect x="118286.46875" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118288" y="705" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="47557.75" y="348.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47559" y="357" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="41849.0" y="435.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41851" y="444" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="72602.375" y="377.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72604" y="386" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="76451.375" y="783.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76453" y="792" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="98390.5625" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98392" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="63193.875" y="754.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63195" y="763" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="40654.0" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40656" y="502" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="48757.5" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48759" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="76677.625" y="667.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76679" y="676" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="49517.5" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49519" y="357" style="font-family:sans-serif;font-size:10px;"> +get_accessor_declaration +</text> +<rect x="82301.90625" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82303" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="95223.34375" y="725.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95225" y="734" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="82718.28125" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82720" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="5886.625" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5888" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="59520.75" y="319.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59522" y="328" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="67435.125" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67437" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="22864.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22866" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="118041.84375" y="522.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118043" y="531" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="38673.125" y="406.0" width="78.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38675" y="415" style="font-family:sans-serif;font-size:10px;"> +lock_statement +</text> +<rect x="31042.125" y="667.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31044" y="676" style="font-family:sans-serif;font-size:10px;"> +Dictionary +</text> +<rect x="37733.5" y="406.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37735" y="415" style="font-family:sans-serif;font-size:10px;"> +labeled_statement +</text> +<rect x="77742.125" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77744" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="68383.5" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68385" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="46901.25" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46903" y="328" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="110336.21875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110338" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="26157.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26159" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="59966.0" y="203.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59968" y="212" style="font-family:sans-serif;font-size:10px;"> +qualified_identifier +</text> +<rect x="44359.5" y="696.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44361" y="705" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="51849.25" y="522.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51851" y="531" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="39205.9375" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39207" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="18636.125" y="551.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18638" y="560" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="75823.125" y="522.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75825" y="531" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="82626.28125" y="406.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82628" y="415" style="font-family:sans-serif;font-size:10px;"> +U +</text> +<rect x="83489.53125" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83491" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="90441.65625" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90443" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="99901.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99903" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5564.625" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5566" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="101226.09375" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101228" y="560" style="font-family:sans-serif;font-size:10px;"> +>= +</text> +<rect x="114053.71875" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114055" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="26819.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26821" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="11052.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11054" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="63672.625" y="754.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63674" y="763" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="90762.40625" y="377.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90764" y="386" style="font-family:sans-serif;font-size:10px;"> +array_type +</text> +<rect x="116266.96875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116268" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="30147.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30149" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="38898.25" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38900" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="32161.625" y="725.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32163" y="734" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="29241.125" y="609.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29243" y="618" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="33320.875" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33322" y="647" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="24967.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24969" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="102701.34375" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102703" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="795.5" y="203.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="797" y="212" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="32061.125" y="783.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32063" y="792" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="59501.25" y="290.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59503" y="299" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="60323.5" y="464.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60325" y="473" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="78319.875" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78321" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="33306.875" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33308" y="647" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="102497.34375" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102499" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="16429.875" y="667.0" width="38.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16431" y="676" style="font-family:sans-serif;font-size:10px;"> +0xBAD +</text> +<rect x="48125.75" y="522.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48127" y="531" style="font-family:sans-serif;font-size:10px;"> +base_access +</text> +<rect x="82256.78125" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82258" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="21689.625" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21691" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="105203.59375" y="348.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105205" y="357" style="font-family:sans-serif;font-size:10px;"> +Last +</text> +<rect x="33716.25" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33718" y="560" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="46550.75" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46552" y="502" style="font-family:sans-serif;font-size:10px;"> +|| +</text> +<rect x="47972.75" y="406.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47974" y="415" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="63232.625" y="406.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63234" y="415" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="45307.5" y="957.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45309" y="966" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="45925.25" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45927" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="117280.96875" y="725.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117282" y="734" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="91860.65625" y="348.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91862" y="357" style="font-family:sans-serif;font-size:10px;"> +parameter_array +</text> +<rect x="20123.625" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20125" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="66817.375" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66819" y="473" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="95739.71875" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95741" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="33549.8125" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33551" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="111350.21875" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111352" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="51593.5" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51595" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="1166.75" y="145.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1168" y="154" style="font-family:sans-serif;font-size:10px;"> +M +</text> +<rect x="36111.5" y="493.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36113" y="502" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="48544.5" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48546" y="357" style="font-family:sans-serif;font-size:10px;"> +get_accessor_declaration +</text> +<rect x="74029.375" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74031" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="24915.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24917" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="82019.90625" y="609.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82021" y="618" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="91411.40625" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91413" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="104917.09375" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104919" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="106729.84375" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106731" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="16563.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16565" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="2292.75" y="145.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2294" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="48181.0" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48183" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="1114.25" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1116" y="125" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="30414.125" y="638.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30416" y="647" style="font-family:sans-serif;font-size:10px;"> +MyObject +</text> +<rect x="41722.0" y="551.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41724" y="560" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="65687.625" y="377.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65689" y="386" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="70430.75" y="870.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70432" y="879" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="106858.84375" y="435.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106860" y="444" style="font-family:sans-serif;font-size:10px;"> +dy +</text> +<rect x="109937.71875" y="464.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109939" y="473" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="61524.75" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61526" y="763" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="67219.5" y="319.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67221" y="328" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="117158.96875" y="725.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117160" y="734" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="73453.125" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73455" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="5007.375" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5009" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="59806.25" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59808" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="7021.875" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7023" y="386" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="15381.125" y="551.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15383" y="560" style="font-family:sans-serif;font-size:10px;"> +@byte +</text> +<rect x="62679.25" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62681" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="63432.375" y="319.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63434" y="328" style="font-family:sans-serif;font-size:10px;"> +type_parameters +</text> +<rect x="6383.375" y="290.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6385" y="299" style="font-family:sans-serif;font-size:10px;"> +const +</text> +<rect x="100881.59375" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100883" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="62144.75" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62146" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="114022.21875" y="725.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114024" y="734" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="109214.96875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109216" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="73854.375" y="406.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73856" y="415" style="font-family:sans-serif;font-size:10px;"> +delegate +</text> +<rect x="42780.75" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42782" y="734" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="63019.625" y="580.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63021" y="589" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="90911.65625" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90913" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="113935.96875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113937" y="618" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="96857.21875" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96859" y="618" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="50774.25" y="493.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50776" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="27170.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27172" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="32267.125" y="783.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32269" y="792" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="52821.5" y="435.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52823" y="444" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="112942.71875" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112944" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="118471.59375" y="609.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118473" y="618" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="5934.375" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5936" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="73526.875" y="638.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73528" y="647" style="font-family:sans-serif;font-size:10px;"> +GetType +</text> +<rect x="32158.375" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32160" y="589" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="61708.75" y="464.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61710" y="473" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="106844.84375" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106846" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="37671.0" y="551.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37673" y="560" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="59816.25" y="261.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59818" y="270" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="68895.0" y="551.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68897" y="560" style="font-family:sans-serif;font-size:10px;"> +type_parameter +</text> +<rect x="42381.0" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42383" y="589" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="3456.375" y="261.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3458" y="270" style="font-family:sans-serif;font-size:10px;"> +Copyright +</text> +<rect x="80368.875" y="812.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80370" y="821" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="59916.25" y="232.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59918" y="241" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="81737.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81739" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="51666.0" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51668" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="81851.90625" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81853" y="676" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="110310.21875" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110312" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="26191.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26193" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="45316.875" y="783.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45318" y="792" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="100515.59375" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100517" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="109697.96875" y="319.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109699" y="328" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="52004.5" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52006" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="66306.375" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66308" y="415" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="42055.75" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42057" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="38392.75" y="522.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38394" y="531" style="font-family:sans-serif;font-size:10px;"> +if_statement +</text> +<rect x="53268.5" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53270" y="415" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="99888.59375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99890" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="36858.25" y="783.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36860" y="792" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="50423.75" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50425" y="386" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="39160.5" y="551.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39162" y="560" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="19170.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19172" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="71583.9375" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71585" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="96959.21875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96961" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="111630.46875" y="580.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111632" y="589" style="font-family:sans-serif;font-size:10px;"> +first +</text> +<rect x="60744.8125" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60746" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="48182.75" y="580.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48184" y="589" style="font-family:sans-serif;font-size:10px;"> +m +</text> +<rect x="53628.25" y="203.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53630" y="212" style="font-family:sans-serif;font-size:10px;"> +struct +</text> +<rect x="42607.75" y="493.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42609" y="502" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="9483.625" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9485" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="118038.96875" y="812.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118040" y="821" style="font-family:sans-serif;font-size:10px;"> +Resource +</text> +<rect x="105851.09375" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105853" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="4147.125" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4149" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="109529.96875" y="319.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109531" y="328" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="110665.21875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110667" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="117822.46875" y="493.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117824" y="502" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="40157.75" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40159" y="676" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="19957.125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19959" y="560" style="font-family:sans-serif;font-size:10px;"> +@object +</text> +<rect x="71789.875" y="783.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71791" y="792" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="74858.125" y="638.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74860" y="647" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="33026.5" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33028" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="81689.40625" y="754.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81691" y="763" style="font-family:sans-serif;font-size:10px;"> +"a" +</text> +<rect x="118580.59375" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118582" y="734" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="23777.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23779" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="26788.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26790" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="118263.59375" y="551.0" width="9.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118265" y="560" style="font-family:sans-serif;font-size:10px;"> +if +</text> +<rect x="46846.75" y="348.0" width="124.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46848" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_target_specifier +</text> +<rect x="91837.90625" y="377.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91839" y="386" style="font-family:sans-serif;font-size:10px;"> +array_type +</text> +<rect x="116770.96875" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116772" y="734" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="43759.5" y="870.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43761" y="879" style="font-family:sans-serif;font-size:10px;"> +null +</text> +<rect x="118472.59375" y="725.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118474" y="734" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="48109.25" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48111" y="386" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="71137.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71139" y="589" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="71908.5" y="348.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71910" y="357" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="100383.59375" y="522.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100385" y="531" style="font-family:sans-serif;font-size:10px;"> +|= +</text> +<rect x="109893.96875" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109895" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="111823.71875" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111825" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="55258.375" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55260" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="114394.21875" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114396" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="62120.75" y="725.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62122" y="734" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="33572.0625" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33574" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="44307.25" y="783.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44309" y="792" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="12146.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12148" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="23124.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23126" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="74991.625" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74993" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="31624.375" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31626" y="589" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="45339.25" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45341" y="357" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="32152.125" y="783.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32154" y="792" style="font-family:sans-serif;font-size:10px;"> +variable_initializer_list +</text> +<rect x="4163.625" y="319.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4165" y="328" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="56391.25" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56393" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="3622.375" y="145.0" width="74.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3624" y="154" style="font-family:sans-serif;font-size:10px;"> +TopLevelType +</text> +<rect x="93040.03125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93042" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="100358.84375" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100360" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="73117.625" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73119" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="8547.625" y="522.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8549" y="531" style="font-family:sans-serif;font-size:10px;"> +constant_expression +</text> +<rect x="35337.75" y="580.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35339" y="589" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="56191.5" y="348.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56193" y="357" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="80000.875" y="783.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80002" y="792" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="73031.125" y="551.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73033" y="560" style="font-family:sans-serif;font-size:10px;"> +foo +</text> +<rect x="37415.75" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37417" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104651.78125" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104653" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="3960.125" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3962" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="4769.375" y="145.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4771" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="56002.5" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56004" y="299" style="font-family:sans-serif;font-size:10px;"> +property_modifier +</text> +<rect x="62408.8125" y="928.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62410" y="937" style="font-family:sans-serif;font-size:10px;"> +++ +</text> +<rect x="1405.25" y="232.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1407" y="241" style="font-family:sans-serif;font-size:10px;"> +ConsoleApplication2 +</text> +<rect x="62298.0625" y="1044.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62300" y="1053" style="font-family:sans-serif;font-size:10px;"> +number +</text> +<rect x="34658.5" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34660" y="647" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="93466.78125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93468" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="102636.09375" y="609.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102638" y="618" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="113069.96875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113071" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="44890.5" y="725.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44892" y="734" style="font-family:sans-serif;font-size:10px;"> +orderby_clause +</text> +<rect x="26023.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26025" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="47956.25" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47958" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="76614.125" y="696.0" width="199.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76616" y="705" style="font-family:sans-serif;font-size:10px;"> +implicit_anonymous_function_parameter +</text> +<rect x="83791.53125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83793" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="118378.96875" y="493.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118380" y="502" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="101222.84375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101224" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="43406.375" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43408" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="64404.625" y="377.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64406" y="386" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="43887.375" y="667.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43889" y="676" style="font-family:sans-serif;font-size:10px;"> +query_body_clause +</text> +<rect x="69480.5" y="609.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69482" y="618" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="106473.84375" y="319.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106475" y="328" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="7420.625" y="406.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7422" y="415" style="font-family:sans-serif;font-size:10px;"> +labeled_statement +</text> +<rect x="24408.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24410" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="21429.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21431" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="43373.375" y="609.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43375" y="618" style="font-family:sans-serif;font-size:10px;"> +from +</text> +<rect x="63561.125" y="1044.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63563" y="1053" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="92350.90625" y="493.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92352" y="502" style="font-family:sans-serif;font-size:10px;"> +base_access +</text> +<rect x="69842.75" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69844" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="117446.21875" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117448" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="56619.5" y="290.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56621" y="299" style="font-family:sans-serif;font-size:10px;"> +indexer_declarator +</text> +<rect x="90409.90625" y="435.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90411" y="444" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="47717.25" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47719" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="106746.34375" y="348.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106748" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameters +</text> +<rect x="94830.28125" y="812.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94832" y="821" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="115994.78125" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115996" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="115068.46875" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115070" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="44375.0" y="812.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44377" y="821" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="44138.75" y="696.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44140" y="705" style="font-family:sans-serif;font-size:10px;"> +join +</text> +<rect x="93254.78125" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93256" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="28947.625" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28949" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="54285.5625" y="464.0" width="48.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54287" y="473" style="font-family:sans-serif;font-size:10px;"> +Obsolete +</text> +<rect x="116351.21875" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116353" y="676" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="62568.375" y="725.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62570" y="734" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="104269.96875" y="377.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104271" y="386" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="115224.21875" y="580.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115226" y="589" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="93395.15625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93397" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="51158.25" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51160" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="66663.25" y="319.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66665" y="328" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="57585.375" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57587" y="357" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="69635.5" y="609.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69637" y="618" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="110330.46875" y="522.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110332" y="531" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="39097.0" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39099" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="98177.09375" y="580.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98179" y="589" style="font-family:sans-serif;font-size:10px;"> +&& +</text> +<rect x="49146.5" y="290.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49148" y="299" style="font-family:sans-serif;font-size:10px;"> +indexer_modifier +</text> +<rect x="70489.625" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70491" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="18666.625" y="609.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18668" y="618" style="font-family:sans-serif;font-size:10px;"> +1.2e3 +</text> +<rect x="34587.5" y="609.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34589" y="618" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="30814.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30816" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="787.375" y="116.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="789" y="125" style="font-family:sans-serif;font-size:10px;"> +namespace_name +</text> +<rect x="72048.5" y="435.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72050" y="444" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="91999.90625" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92001" y="328" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="54466.9375" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54468" y="473" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="67667.75" y="290.0" width="179.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67669" y="299" style="font-family:sans-serif;font-size:10px;"> +type_parameter_constraints_clause +</text> +<rect x="111743.21875" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111745" y="618" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="23892.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23894" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="37192.25" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37194" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="7373.625" y="348.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7375" y="357" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="5832.875" y="348.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5834" y="357" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="7199.375" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7201" y="589" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="32062.125" y="638.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32064" y="647" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="34460.75" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34462" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="63030.625" y="696.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63032" y="705" style="font-family:sans-serif;font-size:10px;"> +Delay +</text> +<rect x="52958.75" y="406.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52960" y="415" style="font-family:sans-serif;font-size:10px;"> +bool +</text> +<rect x="110923.21875" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110925" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="26481.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26483" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="37489.0" y="493.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37491" y="502" style="font-family:sans-serif;font-size:10px;"> +++ +</text> +<rect x="29629.625" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29631" y="560" style="font-family:sans-serif;font-size:10px;"> +o1 +</text> +<rect x="13801.375" y="580.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13803" y="589" style="font-family:sans-serif;font-size:10px;"> +Lu +</text> +<rect x="35926.25" y="638.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35928" y="647" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="67355.5" y="290.0" width="74.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67357" y="299" style="font-family:sans-serif;font-size:10px;"> +class_modifier +</text> +<rect x="53196.25" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53198" y="357" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="116154.84375" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116156" y="502" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="91951.90625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91953" y="444" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="10748.375" y="551.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10750" y="560" style="font-family:sans-serif;font-size:10px;"> +local6 +</text> +<rect x="77949.125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77951" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="92825.40625" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92827" y="328" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="113145.71875" y="609.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113147" y="618" style="font-family:sans-serif;font-size:10px;"> +regular_interpolation +</text> +<rect x="111803.21875" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111805" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="29555.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29557" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="60285.5" y="377.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60287" y="386" style="font-family:sans-serif;font-size:10px;"> +Collections +</text> +<rect x="104631.84375" y="290.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104633" y="299" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="17736.875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17738" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="69529.25" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69531" y="676" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="43877.75" y="899.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43879" y="908" style="font-family:sans-serif;font-size:10px;"> +c1 +</text> +<rect x="30378.625" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30380" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="81998.90625" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82000" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="54891.0" y="319.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54893" y="328" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="40209.25" y="609.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40211" y="618" style="font-family:sans-serif;font-size:10px;"> +this +</text> +<rect x="35248.75" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35250" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="50032.5" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50034" y="299" style="font-family:sans-serif;font-size:10px;"> +event_modifier +</text> +<rect x="60837.5" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60839" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="113921.21875" y="725.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113923" y="734" style="font-family:sans-serif;font-size:10px;"> +"" +</text> +<rect x="2491.5" y="87.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2493" y="96" style="font-family:sans-serif;font-size:10px;"> +using_static_directive +</text> +<rect x="36549.5" y="435.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36551" y="444" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="108533.21875" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108535" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="73901.625" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73903" y="299" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="114426.96875" y="841.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114428" y="850" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="12118.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12120" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="65668.625" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65670" y="328" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="79810.375" y="783.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79812" y="792" style="font-family:sans-serif;font-size:10px;"> +nullable_type_annotation +</text> +<rect x="98368.84375" y="638.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98370" y="647" style="font-family:sans-serif;font-size:10px;"> +shift_expression +</text> +<rect x="65176.875" y="638.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65178" y="647" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="82952.03125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82954" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="6500.875" y="435.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6502" y="444" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="49903.5" y="377.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49905" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute_target +</text> +<rect x="37805.5" y="522.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37807" y="531" style="font-family:sans-serif;font-size:10px;"> +label +</text> +<rect x="63734.375" y="580.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63736" y="589" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="31056.0" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31058" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="45232.625" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45234" y="618" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="71585.375" y="725.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71587" y="734" style="font-family:sans-serif;font-size:10px;"> +element_initializer_list +</text> +<rect x="65291.375" y="464.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65293" y="473" style="font-family:sans-serif;font-size:10px;"> +O +</text> +<rect x="33657.8125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33659" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="81568.625" y="522.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81570" y="531" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="39580.0" y="667.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39582" y="676" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="15886.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15888" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="81304.125" y="638.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81306" y="647" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="74427.125" y="551.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74429" y="560" style="font-family:sans-serif;font-size:10px;"> +nullable_type_annotation +</text> +<rect x="98068.84375" y="725.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98070" y="734" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="1467.75" y="58.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1469" y="67" style="font-family:sans-serif;font-size:10px;"> +using_directive +</text> +<rect x="110295.96875" y="609.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110297" y="618" style="font-family:sans-serif;font-size:10px;"> +Friday +</text> +<rect x="28944.375" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28946" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="71087.5" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71089" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="104036.96875" y="377.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104038" y="386" style="font-family:sans-serif;font-size:10px;"> +field_modifier +</text> +<rect x="83598.03125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83600" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="110755.46875" y="609.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110757" y="618" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="118447.46875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118449" y="560" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="100280.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100282" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="26094.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26096" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="19957.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19959" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="13855.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13857" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="29516.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29518" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="30447.125" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30449" y="705" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="37768.5" y="754.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37770" y="763" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="18510.625" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18512" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="83819.78125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83821" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="30417.375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30419" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63541.875" y="406.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63543" y="415" style="font-family:sans-serif;font-size:10px;"> +B +</text> +<rect x="78348.375" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78350" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="38185.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38187" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="62104.5" y="493.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62106" y="502" style="font-family:sans-serif;font-size:10px;"> +while_statement +</text> +<rect x="106740.84375" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106742" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4674.875" y="406.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4676" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute +</text> +<rect x="41707.5" y="638.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41709" y="647" style="font-family:sans-serif;font-size:10px;"> +value_type +</text> +<rect x="7738.875" y="725.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7740" y="734" style="font-family:sans-serif;font-size:10px;"> +〔"〕 +</text> +<rect x="79937.125" y="725.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79939" y="734" style="font-family:sans-serif;font-size:10px;"> +typeof +</text> +<rect x="66673.25" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66675" y="299" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="113898.21875" y="667.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113900" y="676" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="58112.375" y="290.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58114" y="299" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="18221.625" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18223" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="99403.59375" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99405" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="48273.0" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48275" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="69720.75" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69722" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32342.625" y="841.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32344" y="850" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="32753.125" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32755" y="647" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="10874.375" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10876" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="43721.0" y="725.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43723" y="734" style="font-family:sans-serif;font-size:10px;"> +join +</text> +<rect x="45360.375" y="812.0" width="118.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45362" y="821" style="font-family:sans-serif;font-size:10px;"> +member_declarator_list +</text> +<rect x="93355.15625" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93357" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="66124.625" y="522.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66126" y="531" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="108264.09375" y="406.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108266" y="415" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="14733.625" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14735" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="15011.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15013" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="56121.0" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56123" y="328" style="font-family:sans-serif;font-size:10px;"> +abstract +</text> +<rect x="6830.375" y="290.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6832" y="299" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="6494.375" y="493.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6496" y="502" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="90339.40625" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90341" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="74608.125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74610" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="699.5" y="261.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="701" y="270" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="54577.5" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54579" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="44216.75" y="696.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44218" y="705" style="font-family:sans-serif;font-size:10px;"> +in +</text> +<rect x="24439.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24441" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="41728.5" y="696.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41730" y="705" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="37842.5" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37844" y="705" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="117011.96875" y="667.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117013" y="676" style="font-family:sans-serif;font-size:10px;"> +member_initializer +</text> +<rect x="26737.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26739" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="75020.25" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75022" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="102176.34375" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102178" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="83393.28125" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83395" y="618" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="117385.71875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117387" y="647" style="font-family:sans-serif;font-size:10px;"> +e +</text> +<rect x="28100.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28102" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="29687.6875" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29689" y="212" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="7149.375" y="377.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7151" y="386" style="font-family:sans-serif;font-size:10px;"> +attributes +</text> +<rect x="78433.375" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78435" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="14728.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14730" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="112108.21875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112110" y="676" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="106168.59375" y="348.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106170" y="357" style="font-family:sans-serif;font-size:10px;"> +Fourth +</text> +<rect x="110163.96875" y="609.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110165" y="618" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="34151.25" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34153" y="560" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="62648.75" y="580.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62650" y="589" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="70407.0" y="667.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70409" y="676" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="70057.75" y="580.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70059" y="589" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="20352.125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20354" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="31550.375" y="522.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31552" y="531" style="font-family:sans-serif;font-size:10px;"> +array_type +</text> +<rect x="70375.375" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70377" y="676" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="45138.5" y="870.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45140" y="879" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="26719.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26721" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="63634.375" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63636" y="531" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="74847.625" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74849" y="676" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="94529.8828125" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94531" y="618" style="font-family:sans-serif;font-size:10px;"> +f +</text> +<rect x="17539.625" y="522.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17541" y="531" style="font-family:sans-serif;font-size:10px;"> +floating_point_type +</text> +<rect x="63240.0" y="348.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63242" y="357" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="67756.55078125" y="203.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67758" y="212" style="font-family:sans-serif;font-size:10px;"> +qualified_identifier +</text> +<rect x="58134.375" y="261.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58136" y="270" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="70807.828125" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70809" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="16095.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16097" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="101638.09375" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101640" y="676" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="28670.625" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28672" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="40615.75" y="464.0" width="121.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40617" y="473" style="font-family:sans-serif;font-size:10px;"> +fixed_pointer_declarator +</text> +<rect x="59450.25" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59452" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="113699.46875" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113701" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="41794.75" y="609.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41796" y="618" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="77485.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77487" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="95300.84375" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95302" y="676" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="69636.25" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69638" y="676" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="86633.15625" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="86635" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="69749.5" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69751" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="93798.78125" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93800" y="676" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="79370.625" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79372" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="64200.375" y="435.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64202" y="444" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="96777.59375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96779" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="100002.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100004" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="34854.0" y="435.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34856" y="444" style="font-family:sans-serif;font-size:10px;"> +switch +</text> +<rect x="105194.09375" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105196" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="37626.0" y="522.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37628" y="531" style="font-family:sans-serif;font-size:10px;"> +for_statement +</text> +<rect x="34426.5" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34428" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="61059.25" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61061" y="705" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="45519.25" y="406.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45521" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute_name +</text> +<rect x="81155.0" y="319.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81157" y="328" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="61618.5" y="638.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61620" y="647" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="75508.625" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75510" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="72707.875" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72709" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="40169.25" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40171" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="71320.875" y="783.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71322" y="792" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="4770.625" y="232.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4772" y="241" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19623.625" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19625" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="49081.25" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49083" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="55720.375" y="638.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55722" y="647" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="57546.625" y="406.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57548" y="415" style="font-family:sans-serif;font-size:10px;"> +first +</text> +<rect x="72595.375" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72597" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="22224.125" y="580.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22226" y="589" style="font-family:sans-serif;font-size:10px;"> +alias +</text> +<rect x="977.75" y="145.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="979" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="103371.84375" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103373" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="78834.625" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78836" y="473" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="44318.625" y="696.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44320" y="705" style="font-family:sans-serif;font-size:10px;"> +on +</text> +<rect x="7069.875" y="348.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7071" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="98345.84375" y="638.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98347" y="647" style="font-family:sans-serif;font-size:10px;"> +<= +</text> +<rect x="48575.25" y="493.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48577" y="502" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="42661.25" y="609.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42663" y="618" style="font-family:sans-serif;font-size:10px;"> +catch +</text> +<rect x="65559.125" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65561" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="114364.96875" y="783.0" width="147.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114366" y="792" style="font-family:sans-serif;font-size:10px;"> +object_or_collection_initializer +</text> +<rect x="91660.90625" y="522.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91662" y="531" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="8504.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8506" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="20398.625" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20400" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="73485.375" y="522.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73487" y="531" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="48314.25" y="435.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48316" y="444" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="62421.75" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62423" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="25618.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25620" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="91632.90625" y="406.0" width="88.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91634" y="415" style="font-family:sans-serif;font-size:10px;"> +default_argument +</text> +<rect x="110671.71875" y="667.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110673" y="676" style="font-family:sans-serif;font-size:10px;"> +17 +</text> +<rect x="44472.75" y="754.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44474" y="763" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="118363.96875" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118365" y="502" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="65732.625" y="493.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65734" y="502" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="70736.125" y="580.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70738" y="589" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="70642.0" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70644" y="676" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="79918.375" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79920" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="65152.375" y="377.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65154" y="386" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="97597.46875" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97599" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="53433.25" y="261.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53435" y="270" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="91251.40625" y="406.0" width="88.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91253" y="415" style="font-family:sans-serif;font-size:10px;"> +default_argument +</text> +<rect x="46673.25" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46675" y="328" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="77401.625" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77403" y="618" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="31896.625" y="696.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31898" y="705" style="font-family:sans-serif;font-size:10px;"> +element_initializer +</text> +<rect x="67845.05078125" y="232.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67847" y="241" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="25787.125" y="580.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25789" y="589" style="font-family:sans-serif;font-size:10px;"> +nameof +</text> +<rect x="94798.734375" y="551.0" width="122.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94800" y="560" style="font-family:sans-serif;font-size:10px;"> +inclusive_or_expression +</text> +<rect x="21092.625" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21094" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="112476.71875" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112478" y="734" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="27689.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27691" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="0.0" y="87.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2" y="96" style="font-family:sans-serif;font-size:10px;"> +extern +</text> +<rect x="7427.125" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7429" y="473" style="font-family:sans-serif;font-size:10px;"> +L +</text> +<rect x="81613.03125" y="841.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81615" y="850" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104093.46875" y="406.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104095" y="415" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="116626.96875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116628" y="676" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="35673.5" y="522.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35675" y="531" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="79248.875" y="580.0" width="155.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79250" y="589" style="font-family:sans-serif;font-size:10px;"> +attribute_argument_expression +</text> +<rect x="74090.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74092" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="70635.625" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70637" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="63435.125" y="725.0" width="195.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63437" y="734" style="font-family:sans-serif;font-size:10px;"> +explicit_anonymous_function_signature +</text> +<rect x="31355.375" y="638.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31357" y="647" style="font-family:sans-serif;font-size:10px;"> +element_initializer_list +</text> +<rect x="1954.625" y="87.0" width="105.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1956" y="96" style="font-family:sans-serif;font-size:10px;"> +using_alias_directive +</text> +<rect x="48825.0" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48827" y="299" style="font-family:sans-serif;font-size:10px;"> +property_modifier +</text> +<rect x="19110.625" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19112" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="50204.0" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50206" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="55296.5" y="348.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55298" y="357" style="font-family:sans-serif;font-size:10px;"> +type_parameter +</text> +<rect x="103257.84375" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103259" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="42518.0" y="493.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42520" y="502" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="46984.75" y="406.0" width="48.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46986" y="415" style="font-family:sans-serif;font-size:10px;"> +Obsolete +</text> +<rect x="111865.46875" y="725.0" width="56.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111867" y="734" style="font-family:sans-serif;font-size:10px;"> +customers +</text> +<rect x="97575.59375" y="580.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97577" y="589" style="font-family:sans-serif;font-size:10px;"> +conditional_and_expression +</text> +<rect x="65113.875" y="406.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65115" y="415" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="79813.75" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79815" y="647" style="font-family:sans-serif;font-size:10px;"> +t +</text> +<rect x="103848.46875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103850" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="36886.5" y="812.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36888" y="821" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63364.0" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63366" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="63006.875" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63008" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="7044.125" y="638.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7046" y="647" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="41813.5" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41815" y="473" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="4855.375" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4857" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="78433.125" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78435" y="676" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="71845.625" y="667.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71847" y="676" style="font-family:sans-serif;font-size:10px;"> +where +</text> +<rect x="105142.59375" y="348.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105144" y="357" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="46342.75" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46344" y="357" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="44422.75" y="754.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44424" y="763" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="10639.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10641" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="12014.375" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12016" y="618" style="font-family:sans-serif;font-size:10px;"> +- +</text> +<rect x="2492.5" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2494" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8488.625" y="551.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8490" y="560" style="font-family:sans-serif;font-size:10px;"> +local +</text> +<rect x="11201.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11203" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="31171.125" y="696.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31173" y="705" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="68787.0" y="551.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68789" y="560" style="font-family:sans-serif;font-size:10px;"> +type_parameters +</text> +<rect x="81258.5" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81260" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="31816.625" y="725.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31818" y="734" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="81352.125" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81354" y="676" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="46262.75" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46264" y="328" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="45375.625" y="609.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45377" y="618" style="font-family:sans-serif;font-size:10px;"> +select_clause +</text> +<rect x="108930.84375" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108932" y="386" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="14598.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14600" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="34099.5" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34101" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="55767.0" y="290.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55769" y="299" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="66839.875" y="464.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66841" y="473" style="font-family:sans-serif;font-size:10px;"> +N +</text> +<rect x="65217.375" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65219" y="502" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="44818.5" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44820" y="734" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="78264.625" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78266" y="618" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="16819.375" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16821" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="46845.75" y="377.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46847" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute_target +</text> +<rect x="11768.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11770" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="112824.71875" y="493.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112826" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="7410.125" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7412" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="109785.96875" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109787" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="63453.875" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63455" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="92382.15625" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92384" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="12264.875" y="609.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12266" y="618" style="font-family:sans-serif;font-size:10px;"> +1L +</text> +<rect x="38560.75" y="551.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38562" y="560" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="76139.375" y="580.0" width="163.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76141" y="589" style="font-family:sans-serif;font-size:10px;"> +anonymous_method_expression +</text> +<rect x="66623.375" y="522.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66625" y="531" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="15643.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15645" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="114374.21875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114376" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="37710.5" y="580.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37712" y="589" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="108763.21875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108765" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="23249.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23251" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="116204.21875" y="609.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116206" y="618" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="110156.21875" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110158" y="705" style="font-family:sans-serif;font-size:10px;"> +4 +</text> +<rect x="71995.625" y="667.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71997" y="676" style="font-family:sans-serif;font-size:10px;"> +select +</text> +<rect x="72816.875" y="290.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72818" y="299" style="font-family:sans-serif;font-size:10px;"> +variable_declarators +</text> +<rect x="76066.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76068" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="62779.875" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62781" y="415" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="97367.21875" y="464.0" width="143.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97369" y="473" style="font-family:sans-serif;font-size:10px;"> +post_decrement_expression +</text> +<rect x="101422.09375" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101424" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="71129.53125" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71131" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="29245.125" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29247" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="21583.625" y="522.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21585" y="531" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="99054.59375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99056" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="35583.0" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35585" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="58269.375" y="232.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58271" y="241" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="107926.09375" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107928" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="63248.125" y="725.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63250" y="734" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="29134.125" y="493.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29136" y="502" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="14647.375" y="667.0" width="64.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14649" y="676" style="font-family:sans-serif;font-size:10px;"> +2147483648 +</text> +<rect x="5058.375" y="261.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5060" y="270" style="font-family:sans-serif;font-size:10px;"> +type_parameter +</text> +<rect x="99246.84375" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99248" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="24606.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24608" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="15746.875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15748" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="3600.375" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3602" y="125" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="31340.375" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31342" y="647" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="66459.375" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66461" y="415" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="57695.875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57697" y="531" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="93004.28125" y="667.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93006" y="676" style="font-family:sans-serif;font-size:10px;"> +non_nullable_value_type +</text> +<rect x="82335.71875" y="145.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82337" y="154" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="94849.484375" y="609.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94851" y="618" style="font-family:sans-serif;font-size:10px;"> +& +</text> +<rect x="33697.375" y="580.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33699" y="589" style="font-family:sans-serif;font-size:10px;"> +expression_list +</text> +<rect x="108247.09375" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108249" y="415" style="font-family:sans-serif;font-size:10px;"> +p +</text> +<rect x="31176.5" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31178" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="112366.96875" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112368" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="118229.59375" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118231" y="618" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="91743.90625" y="406.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91745" y="415" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="22383.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22385" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="54033.0" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54035" y="299" style="font-family:sans-serif;font-size:10px;"> +constructor_body +</text> +<rect x="118032.34375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118034" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="76363.125" y="638.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76365" y="647" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="45478.625" y="580.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45480" y="589" style="font-family:sans-serif;font-size:10px;"> +query_continuation +</text> +<rect x="93539.28125" y="609.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93541" y="618" style="font-family:sans-serif;font-size:10px;"> +variable_initializer_list +</text> +<rect x="3301.875" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3303" y="241" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="75358.625" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75360" y="676" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="76026.125" y="609.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76028" y="618" style="font-family:sans-serif;font-size:10px;"> +async +</text> +<rect x="3508.25" y="145.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3510" y="154" style="font-family:sans-serif;font-size:10px;"> +attribute +</text> +<rect x="24292.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24294" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="117486.21875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117488" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="107471.09375" y="319.0" width="136.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107473" y="328" style="font-family:sans-serif;font-size:10px;"> +binary_operator_declarator +</text> +<rect x="73108.625" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73110" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="2008.75" y="116.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2010" y="125" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="6937.875" y="377.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6939" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute_target +</text> +<rect x="37131.5" y="841.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37133" y="850" style="font-family:sans-serif;font-size:10px;"> +j +</text> +<rect x="58917.25" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58919" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="65526.625" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65528" y="357" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="81683.90625" y="725.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81685" y="734" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="99959.59375" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99961" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="30167.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30169" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="46067.25" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46069" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="79378.125" y="348.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79380" y="357" style="font-family:sans-serif;font-size:10px;"> +Type +</text> +<rect x="95674.21875" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95676" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="43402.25" y="696.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43404" y="705" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="2954.875" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2956" y="241" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="55315.0" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55317" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63729.625" y="928.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63731" y="937" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="71497.9375" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71499" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="1428.0" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1430" y="125" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="4028.375" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4030" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="16044.375" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16046" y="589" style="font-family:sans-serif;font-size:10px;"> +hexchar +</text> +<rect x="17637.625" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17639" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="37905.5" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37907" y="444" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="11235.125" y="551.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11237" y="560" style="font-family:sans-serif;font-size:10px;"> +U +</text> +<rect x="42092.5" y="551.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42094" y="560" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="58384.21875" y="145.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58386" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="105556.59375" y="377.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105558" y="386" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="115065.96875" y="667.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115067" y="676" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="14013.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14015" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="25360.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25362" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="31078.625" y="725.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31080" y="734" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="50576.25" y="493.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50578" y="502" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="45215.625" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45217" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="65010.375" y="377.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65012" y="386" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="114345.71875" y="667.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114347" y="676" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="84095.78125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84097" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="45350.625" y="580.0" width="121.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45352" y="589" style="font-family:sans-serif;font-size:10px;"> +select_or_group_clause +</text> +<rect x="14351.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14353" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="7023.375" y="609.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7025" y="618" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="97494.34375" y="609.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97496" y="618" style="font-family:sans-serif;font-size:10px;"> +conditional_and_expression +</text> +<rect x="13403.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13405" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="74105.125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74107" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="111950.96875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111952" y="676" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="108444.09375" y="464.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108446" y="473" style="font-family:sans-serif;font-size:10px;"> +"·" +</text> +<rect x="46360.25" y="377.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46362" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute +</text> +<rect x="70513.75" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70515" y="734" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="75523.125" y="696.0" width="195.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75525" y="705" style="font-family:sans-serif;font-size:10px;"> +explicit_anonymous_function_signature +</text> +<rect x="10573.375" y="580.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10575" y="589" style="font-family:sans-serif;font-size:10px;"> +?? +</text> +<rect x="8957.5" y="580.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8959" y="589" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="40501.75" y="435.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40503" y="444" style="font-family:sans-serif;font-size:10px;"> +fixed +</text> +<rect x="53329.25" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53331" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_body +</text> +<rect x="55818.0" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55820" y="357" style="font-family:sans-serif;font-size:10px;"> +get_accessor_declaration +</text> +<rect x="25756.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25758" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="97659.96875" y="522.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97661" y="531" style="font-family:sans-serif;font-size:10px;"> +conditional_or_expression +</text> +<rect x="31715.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31717" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="48905.0" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48907" y="328" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="97957.84375" y="725.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97959" y="734" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="41971.25" y="493.0" width="85.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41973" y="502" style="font-family:sans-serif;font-size:10px;"> +throw_statement +</text> +<rect x="34470.5" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34472" y="589" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="80206.875" y="725.0" width="65.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80208" y="734" style="font-family:sans-serif;font-size:10px;"> +IEnumerable +</text> +<rect x="49358.5" y="406.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49360" y="415" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="62020.25" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62022" y="589" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="19121.625" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19123" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="707.25" y="174.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="709" y="183" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="78183.125" y="551.0" width="156.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78185" y="560" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_signature +</text> +<rect x="70337.625" y="638.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70339" y="647" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="116681.96875" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116683" y="705" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="50962.25" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50964" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="114059.65625" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114061" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="118004.34375" y="580.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118006" y="589" style="font-family:sans-serif;font-size:10px;"> +ResourceException +</text> +<rect x="31492.125" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31494" y="734" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="82420.15625" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82422" y="589" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="117144.96875" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117146" y="734" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="7793.125" y="696.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7795" y="705" style="font-family:sans-serif;font-size:10px;"> +s2 +</text> +<rect x="34312.5" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34314" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="72148.5" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72150" y="473" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="37654.75" y="870.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37656" y="879" style="font-family:sans-serif;font-size:10px;"> +j +</text> +<rect x="78922.375" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78924" y="415" style="font-family:sans-serif;font-size:10px;"> +r +</text> +<rect x="109132.96875" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109134" y="502" style="font-family:sans-serif;font-size:10px;"> +Last +</text> +<rect x="11708.875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11710" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="37148.25" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37150" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="64263.46875" y="116.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64265" y="125" style="font-family:sans-serif;font-size:10px;"> +qualified_identifier +</text> +<rect x="73387.875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73389" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="101354.59375" y="551.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101356" y="560" style="font-family:sans-serif;font-size:10px;"> +object +</text> +<rect x="11878.125" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11880" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="67473.875" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67475" y="415" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="77121.625" y="609.0" width="219.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77123" y="618" style="font-family:sans-serif;font-size:10px;"> +explicit_anonymous_function_parameter_list +</text> +<rect x="36289.75" y="580.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36291" y="589" style="font-family:sans-serif;font-size:10px;"> +break +</text> +<rect x="31640.75" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31642" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="67954.5" y="319.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67956" y="328" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="61506.75" y="696.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61508" y="705" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="19250.125" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19252" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="92100.40625" y="348.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92102" y="357" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="20238.125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20240" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="6616.375" y="406.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6618" y="415" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="64933.375" y="377.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64935" y="386" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="69920.25" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69922" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="10531.875" y="696.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10533" y="705" style="font-family:sans-serif;font-size:10px;"> +Action +</text> +<rect x="34816.5" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34818" y="647" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="66023.125" y="406.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66025" y="415" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="79001.625" y="551.0" width="48.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79003" y="560" style="font-family:sans-serif;font-size:10px;"> +Obsolete +</text> +<rect x="81691.28125" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81693" y="676" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="80881.625" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80883" y="444" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="7523.875" y="696.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7525" y="705" style="font-family:sans-serif;font-size:10px;"> +s1 +</text> +<rect x="57075.125" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57077" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="17954.625" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17956" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="82279.28125" y="232.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82281" y="241" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="63458.875" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63460" y="444" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="94980.21875" y="667.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94982" y="676" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="97035.21875" y="667.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97037" y="676" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="105687.84375" y="348.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105689" y="357" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="4440.625" y="203.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4442" y="212" style="font-family:sans-serif;font-size:10px;"> +variant_type_parameter_list +</text> +<rect x="39512.0" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39514" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="75038.25" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75040" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="76383.625" y="609.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76385" y="618" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="77116.375" y="551.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77118" y="560" style="font-family:sans-serif;font-size:10px;"> +f2 +</text> +<rect x="10435.375" y="580.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10437" y="589" style="font-family:sans-serif;font-size:10px;"> +conditional_or_expression +</text> +<rect x="104512.71875" y="464.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104514" y="473" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="54130.0" y="290.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54132" y="299" style="font-family:sans-serif;font-size:10px;"> +field_modifier +</text> +<rect x="109229.71875" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109231" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="108812.96875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108814" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="30293.625" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30295" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="115116.96875" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115118" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="51522.25" y="551.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51524" y="560" style="font-family:sans-serif;font-size:10px;"> +Delegate +</text> +<rect x="57599.375" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57601" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="39134.25" y="522.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39136" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="67239.125" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67241" y="473" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="4734.375" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4736" y="386" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="40401.75" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40403" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="12423.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12425" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="73185.875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73187" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="55164.25" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55166" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7265.875" y="406.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7267" y="415" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="22691.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22693" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="2395.0" y="174.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2397" y="183" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="22997.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22999" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="43818.0" y="725.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43820" y="734" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="94953.85546875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94955" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="79312.625" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79314" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="29453.625" y="551.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29455" y="560" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="4970.125" y="203.0" width="85.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4972" y="212" style="font-family:sans-serif;font-size:10px;"> +delegate_header +</text> +<rect x="64242.875" y="522.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64244" y="531" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="108562.21875" y="348.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108564" y="357" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="78551.125" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78553" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="81488.5625" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81490" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="4029.75" y="145.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4031" y="154" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="35195.25" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35197" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="52894.0" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52896" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="38466.75" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38468" y="502" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="105715.15625" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105717" y="270" style="font-family:sans-serif;font-size:10px;"> +property_declaration +</text> +<rect x="16886.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16888" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="13067.375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13069" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="45273.625" y="754.0" width="201.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45275" y="763" style="font-family:sans-serif;font-size:10px;"> +anonymous_object_creation_expression +</text> +<rect x="78561.875" y="377.0" width="126.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78563" y="386" style="font-family:sans-serif;font-size:10px;"> +variant_type_parameters +</text> +<rect x="36837.25" y="464.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36839" y="473" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="32049.375" y="609.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32051" y="618" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="83447.78125" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83449" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="114029.71875" y="754.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114031" y="763" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="63788.375" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63790" y="531" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="7078.875" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7080" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="95984.71875" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95986" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="40880.0" y="522.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40882" y="531" style="font-family:sans-serif;font-size:10px;"> +& +</text> +<rect x="107547.21875" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107549" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="109975.46875" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109977" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="9135.125" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9137" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="32250.125" y="870.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32252" y="879" style="font-family:sans-serif;font-size:10px;"> +122 +</text> +<rect x="103821.46875" y="406.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103823" y="415" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="108810.46875" y="464.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108812" y="473" style="font-family:sans-serif;font-size:10px;"> +WriteLine +</text> +<rect x="98935.59375" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98937" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="63486.875" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63488" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="116397.96875" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116399" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="44299.75" y="754.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44301" y="763" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="26196.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26198" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="53316.25" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53318" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="110426.96875" y="609.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110428" y="618" style="font-family:sans-serif;font-size:10px;"> +Monday +</text> +<rect x="115606.21875" y="580.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115608" y="589" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="41339.5" y="406.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41341" y="415" style="font-family:sans-serif;font-size:10px;"> +fixed_statement +</text> +<rect x="104533.71875" y="377.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104535" y="386" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="44039.25" y="725.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44041" y="734" style="font-family:sans-serif;font-size:10px;"> +equals +</text> +<rect x="28659.625" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28661" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="35949.0" y="522.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35951" y="531" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="6419.375" y="377.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6421" y="386" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="16270.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16272" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="67361.5" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67363" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="37674.25" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37676" y="705" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="76579.625" y="667.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76581" y="676" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="116058.34375" y="435.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116060" y="444" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="4747.625" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4749" y="473" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="23416.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23418" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="45629.25" y="493.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45631" y="502" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="7607.625" y="754.0" width="142.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7609" y="763" style="font-family:sans-serif;font-size:10px;"> +interpolation_minimum_width +</text> +<rect x="102268.09375" y="725.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102270" y="734" style="font-family:sans-serif;font-size:10px;"> +& +</text> +<rect x="11063.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11065" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="102343.09375" y="406.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102345" y="415" style="font-family:sans-serif;font-size:10px;"> +unsafe_statement +</text> +<rect x="4621.375" y="319.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4623" y="328" style="font-family:sans-serif;font-size:10px;"> +K +</text> +<rect x="90164.65625" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90166" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="96529.71875" y="609.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96531" y="618" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="113807.21875" y="725.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113809" y="734" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="36646.5" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36648" y="502" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="117789.21875" y="522.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117791" y="531" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="62809.125" y="783.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62811" y="792" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="84207.78125" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84209" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="52443.5" y="406.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52445" y="415" style="font-family:sans-serif;font-size:10px;"> +bool +</text> +<rect x="117293.96875" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117295" y="531" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="854.125" y="174.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="856" y="183" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="70446.75" y="899.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70448" y="908" style="font-family:sans-serif;font-size:10px;"> +C +</text> +<rect x="28817.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28819" y="589" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="99271.09375" y="522.0" width="14.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99273" y="531" style="font-family:sans-serif;font-size:10px;"> +*= +</text> +<rect x="106577.34375" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106579" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="37710.5" y="696.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37712" y="705" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="30352.375" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30354" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="49035.5" y="319.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49037" y="328" style="font-family:sans-serif;font-size:10px;"> +accessor_declarations +</text> +<rect x="111077.21875" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111079" y="676" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="82669.53125" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82671" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="81495.40625" y="696.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81497" y="705" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="22648.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22650" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="82886.15625" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82888" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="91831.90625" y="406.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91833" y="415" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="57071.625" y="348.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57073" y="357" style="font-family:sans-serif;font-size:10px;"> +Event +</text> +<rect x="31335.875" y="580.0" width="147.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31337" y="589" style="font-family:sans-serif;font-size:10px;"> +object_or_collection_initializer +</text> +<rect x="62351.75" y="783.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62353" y="792" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="35989.875" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35991" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="47194.25" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47196" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="69282.375" y="493.0" width="179.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69284" y="502" style="font-family:sans-serif;font-size:10px;"> +type_parameter_constraints_clause +</text> +<rect x="88390.65625" y="203.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="88392" y="212" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="104964.34375" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104966" y="357" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="105722.84375" y="290.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105724" y="299" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="24190.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24192" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="62376.0625" y="986.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62378" y="995" style="font-family:sans-serif;font-size:10px;"> +++ +</text> +<rect x="68146.5" y="406.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68148" y="415" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="117092.46875" y="754.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117094" y="763" style="font-family:sans-serif;font-size:10px;"> +"nine" +</text> +<rect x="26353.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26355" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="54916.5" y="348.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54918" y="357" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="68462.0" y="493.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68464" y="502" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="20591.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20593" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="109824.96875" y="348.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109826" y="357" style="font-family:sans-serif;font-size:10px;"> +async +</text> +<rect x="22059.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22061" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="113957.96875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113959" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="96153.71875" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96155" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="77228.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77230" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="98231.84375" y="638.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98233" y="647" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="15158.125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15160" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="45751.75" y="464.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45753" y="473" style="font-family:sans-serif;font-size:10px;"> +positional_argument +</text> +<rect x="6247.125" y="435.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6249" y="444" style="font-family:sans-serif;font-size:10px;"> +sa +</text> +<rect x="41397.0" y="551.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41399" y="560" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="106377.09375" y="348.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106379" y="357" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="75413.625" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75415" y="705" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="61892.25" y="696.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61894" y="705" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="36942.5" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36944" y="560" style="font-family:sans-serif;font-size:10px;"> +10 +</text> +<rect x="39817.5" y="725.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39819" y="734" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="56656.0" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56658" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="91360.09375" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91362" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="93081.28125" y="638.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93083" y="647" style="font-family:sans-serif;font-size:10px;"> +nullable_value_type +</text> +<rect x="113631.96875" y="522.0" width="193.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113633" y="531" style="font-family:sans-serif;font-size:10px;"> +interpolated_regular_string_expression +</text> +<rect x="115799.21875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115801" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="6924.875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6926" y="357" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="25639.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25641" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="46318.125" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46320" y="386" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="101403.59375" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101405" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="90291.65625" y="203.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90293" y="212" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="83739.03125" y="551.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83741" y="560" style="font-family:sans-serif;font-size:10px;"> +MyClass +</text> +<rect x="32817.625" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32819" y="618" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="81935.90625" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81937" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="14823.875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14825" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="114569.21875" y="580.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114571" y="589" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="48729.0" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48731" y="299" style="font-family:sans-serif;font-size:10px;"> +property_modifier +</text> +<rect x="50700.75" y="580.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50702" y="589" style="font-family:sans-serif;font-size:10px;"> +E +</text> +<rect x="97907.34375" y="667.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97909" y="676" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="21132.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21134" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="42912.75" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42914" y="647" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="14028.375" y="580.0" width="14.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14030" y="589" style="font-family:sans-serif;font-size:10px;"> +lU +</text> +<rect x="46617.75" y="377.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46619" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute_target +</text> +<rect x="70696.5" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70698" y="705" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="75337.125" y="725.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75339" y="734" style="font-family:sans-serif;font-size:10px;"> +simple_type +</text> +<rect x="93349.78125" y="522.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93351" y="531" style="font-family:sans-serif;font-size:10px;"> +array_type +</text> +<rect x="70133.25" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70135" y="734" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="102060.84375" y="667.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102062" y="676" style="font-family:sans-serif;font-size:10px;"> +value_type +</text> +<rect x="109213.21875" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109215" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="43807.8046875" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43809" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="114250.21875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114252" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="90858.15625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90860" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="17110.125" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17112" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="29550.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29552" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="42732.75" y="638.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42734" y="647" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="70665.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70667" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="44178.0" y="783.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44180" y="792" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="22349.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22351" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="46756.75" y="406.0" width="48.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46758" y="415" style="font-family:sans-serif;font-size:10px;"> +Obsolete +</text> +<rect x="62208.75" y="667.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62210" y="676" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="7539.625" y="522.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7541" y="531" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="10778.875" y="638.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10780" y="647" style="font-family:sans-serif;font-size:10px;"> +local5 +</text> +<rect x="34199.375" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34201" y="589" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="102075.34375" y="725.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102077" y="734" style="font-family:sans-serif;font-size:10px;"> +Point +</text> +<rect x="41383.0" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41385" y="560" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="50660.25" y="522.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50662" y="531" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="80289.375" y="696.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80291" y="705" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="77476.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77478" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="37885.0" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37887" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="72045.5" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72047" y="357" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="15595.875" y="580.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15597" y="589" style="font-family:sans-serif;font-size:10px;"> +@char +</text> +<rect x="64639.625" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64641" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="82799.78125" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82801" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="107755.34375" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107757" y="357" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="18607.625" y="522.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18609" y="531" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="44823.0" y="870.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44825" y="879" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="7049.125" y="696.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7051" y="705" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="83930.28125" y="609.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83932" y="618" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="78146.375" y="551.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78148" y="560" style="font-family:sans-serif;font-size:10px;"> +f2 +</text> +<rect x="53226.5" y="435.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53228" y="444" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="62077.5" y="638.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62079" y="647" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="80714.875" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80716" y="647" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="43983.3046875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43985" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="54428.0" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54430" y="357" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="92355.15625" y="406.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92357" y="415" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="27978.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27980" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="73055.875" y="319.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73057" y="328" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="115770.71875" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115772" y="502" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="117256.96875" y="522.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117258" y="531" style="font-family:sans-serif;font-size:10px;"> +when +</text> +<rect x="31432.125" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31434" y="763" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="55963.375" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55965" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="73653.375" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73655" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="46538.0" y="551.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46540" y="560" style="font-family:sans-serif;font-size:10px;"> +and_expression +</text> +<rect x="64832.125" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64834" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="82467.28125" y="319.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82469" y="328" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="28719.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28721" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="30956.625" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30958" y="676" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="62728.5" y="580.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62730" y="589" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="103701.84375" y="609.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103703" y="618" style="font-family:sans-serif;font-size:10px;"> +argument_name +</text> +<rect x="11287.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11289" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="12197.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12199" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="32235.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32237" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="14708.125" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14710" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="105372.59375" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105374" y="357" style="font-family:sans-serif;font-size:10px;"> +set_accessor_declaration +</text> +<rect x="35743.25" y="435.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35745" y="444" style="font-family:sans-serif;font-size:10px;"> +while +</text> +<rect x="58637.25" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58639" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="41007.75" y="522.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41009" y="531" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="51228.25" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51230" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="110585.71875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110587" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="98282.34375" y="696.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98284" y="705" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="29930.625" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29932" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="80227.375" y="609.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80229" y="618" style="font-family:sans-serif;font-size:10px;"> +typeof_expression +</text> +<rect x="402.0" y="203.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="404" y="212" style="font-family:sans-serif;font-size:10px;"> +Generic +</text> +<rect x="14918.375" y="609.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14920" y="618" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="27533.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27535" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="7217.375" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7219" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="44669.5" y="667.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44671" y="676" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="47822.0" y="435.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47824" y="444" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="55781.125" y="493.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55783" y="502" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="81163.25" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81165" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="96186.46875" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96188" y="618" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="93991.78125" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93993" y="618" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="102883.59375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102885" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="2883.0" y="174.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2885" y="183" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="29691.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29693" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="82011.40625" y="580.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82013" y="589" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="74483.625" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74485" y="589" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="90179.40625" y="406.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90181" y="415" style="font-family:sans-serif;font-size:10px;"> +parameter_modifier +</text> +<rect x="114107.96875" y="812.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114109" y="821" style="font-family:sans-serif;font-size:10px;"> +Age +</text> +<rect x="20872.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20874" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="66777.375" y="522.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66779" y="531" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="109826.46875" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109828" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="23932.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23934" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="29526.125" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29528" y="676" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="40461.5" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40463" y="502" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="99780.59375" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99782" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="78987.625" y="493.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78989" y="502" style="font-family:sans-serif;font-size:10px;"> +attribute_name +</text> +<rect x="112290.96875" y="696.0" width="163.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112292" y="705" style="font-family:sans-serif;font-size:10px;"> +null_conditional_element_access +</text> +<rect x="97267.96875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97269" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="115327.71875" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115329" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="65715.625" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65717" y="502" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="52808.0" y="377.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52810" y="386" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="50961.5" y="348.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50963" y="357" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="60211.25" y="290.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60213" y="299" style="font-family:sans-serif;font-size:10px;"> +namespace_name +</text> +<rect x="25309.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25311" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="27046.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27048" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="5229.125" y="232.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5231" y="241" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="6601.375" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6603" y="299" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="39802.75" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39804" y="560" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="16533.625" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16535" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="33121.125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33123" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="42158.5" y="493.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42160" y="502" style="font-family:sans-serif;font-size:10px;"> +exception_specifier +</text> +<rect x="2283.5" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2285" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71120.75" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71122" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="71354.125" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71356" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="10373.625" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10375" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="68393.1015625" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68395" y="299" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="80308.875" y="754.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80310" y="763" style="font-family:sans-serif;font-size:10px;"> +array_type +</text> +<rect x="68930.0" y="609.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68932" y="618" style="font-family:sans-serif;font-size:10px;"> +V +</text> +<rect x="110245.71875" y="638.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110247" y="647" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="58025.625" y="406.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58027" y="415" style="font-family:sans-serif;font-size:10px;"> +10 +</text> +<rect x="50686.25" y="406.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50688" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="3357.625" y="203.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3359" y="212" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="15408.125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15410" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="113972.96875" y="551.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113974" y="560" style="font-family:sans-serif;font-size:10px;"> +〔·old〕 +</text> +<rect x="115219.21875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115221" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="103939.1875" y="261.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103941" y="270" style="font-family:sans-serif;font-size:10px;"> +struct_declaration +</text> +<rect x="7158.625" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7160" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="70483.0" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70485" y="676" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="95870.71875" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95872" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="59407.75" y="203.0" width="61.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59409" y="212" style="font-family:sans-serif;font-size:10px;"> +enum_body +</text> +<rect x="41123.5" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41125" y="676" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="50411.0" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50413" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="70810.0" y="667.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70812" y="676" style="font-family:sans-serif;font-size:10px;"> +Foo +</text> +<rect x="105425.84375" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105427" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="18621.125" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18623" y="560" style="font-family:sans-serif;font-size:10px;"> +- +</text> +<rect x="82403.15625" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82405" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63790.875" y="406.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63792" y="415" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="73037.875" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73039" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="108866.46875" y="464.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108868" y="473" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="38424.75" y="580.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38426" y="589" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="62917.125" y="783.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62919" y="792" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="63582.875" y="406.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63584" y="415" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="55546.5" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55548" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="109641.46875" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109643" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="39002.3125" y="319.0" width="46.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39004" y="328" style="font-family:sans-serif;font-size:10px;"> +readonly +</text> +<rect x="12657.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12659" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5875.875" y="551.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5877" y="560" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="44114.75" y="725.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44116" y="734" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="50315.875" y="348.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50317" y="357" style="font-family:sans-serif;font-size:10px;"> +add +</text> +<rect x="105555.09375" y="406.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105557" y="415" style="font-family:sans-serif;font-size:10px;"> +"Doe" +</text> +<rect x="102787.34375" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102789" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="15261.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15263" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="98542.34375" y="609.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98544" y="618" style="font-family:sans-serif;font-size:10px;"> +>= +</text> +<rect x="52141.0" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52143" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="25153.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25155" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="54576.3125" y="522.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54578" y="531" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="69242.625" y="464.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69244" y="473" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="96504.21875" y="580.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96506" y="589" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="35793.25" y="435.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35795" y="444" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="114214.46875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114216" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="62424.5625" y="812.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62426" y="821" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="67473.5" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67475" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="46627.0" y="551.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46629" y="560" style="font-family:sans-serif;font-size:10px;"> +& +</text> +<rect x="70981.125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70983" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="90628.28125" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90630" y="357" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="13127.375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13129" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="299.25" y="145.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="301" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="103298.84375" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103300" y="676" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="90594.53125" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90596" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="19504.125" y="609.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19506" y="618" style="font-family:sans-serif;font-size:10px;"> +?? +</text> +<rect x="92207.78125" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92209" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="61263.5" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61265" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="62323.0" y="580.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62325" y="589" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="62401.0" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62403" y="589" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="94344.28125" y="725.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94346" y="734" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="64195.46875" y="116.0" width="61.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64197" y="125" style="font-family:sans-serif;font-size:10px;"> +namespace +</text> +<rect x="39483.75" y="638.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39485" y="647" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="46281.75" y="464.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46283" y="473" style="font-family:sans-serif;font-size:10px;"> +NonSerialized +</text> +<rect x="68111.5" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68113" y="386" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="1580.0" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1582" y="125" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="7756.875" y="638.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7758" y="647" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="64336.96875" y="145.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64338" y="154" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="94511.28125" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94513" y="676" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="23600.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23602" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="117233.21875" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117235" y="589" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="65294.875" y="580.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65296" y="589" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="83623.78125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83625" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="117213.96875" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117215" y="473" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="17878.125" y="551.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17880" y="560" style="font-family:sans-serif;font-size:10px;"> +@double +</text> +<rect x="13971.125" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13973" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="23949.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23951" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="44983.0" y="667.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44985" y="676" style="font-family:sans-serif;font-size:10px;"> +query_body_clauses +</text> +<rect x="113977.21875" y="667.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113979" y="676" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="83186.78125" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83188" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="73765.125" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73767" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="13787.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13789" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="70734.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70736" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="23694.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23696" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="92618.78125" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92620" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="114323.46875" y="812.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114325" y="821" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="3215.125" y="232.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3217" y="241" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="58827.25" y="319.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58829" y="328" style="font-family:sans-serif;font-size:10px;"> +set +</text> +<rect x="52494.666666666664" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52496" y="328" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="66778.875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66780" y="589" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="34642.0" y="667.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34644" y="676" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="26312.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26314" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="45438.75" y="1015.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45440" y="1024" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="26805.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26807" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="76534.625" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76536" y="618" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="103272.84375" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103274" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="104191.96875" y="435.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104193" y="444" style="font-family:sans-serif;font-size:10px;"> +Y +</text> +<rect x="72061.625" y="725.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72063" y="734" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="37012.25" y="435.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37014" y="444" style="font-family:sans-serif;font-size:10px;"> +for +</text> +<rect x="36968.25" y="754.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36970" y="763" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="59427.75" y="261.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59429" y="270" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="77306.625" y="667.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77308" y="676" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="91108.40625" y="435.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91110" y="444" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="96122.96875" y="667.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96124" y="676" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="98407.84375" y="696.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98409" y="705" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="112377.09375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112379" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="80745.875" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80747" y="357" style="font-family:sans-serif;font-size:10px;"> +set_accessor_declaration +</text> +<rect x="78060.375" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78062" y="618" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="62268.0625" y="986.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62270" y="995" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="2999.75" y="87.0" width="118.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3001" y="96" style="font-family:sans-serif;font-size:10px;"> +global_attribute_section +</text> +<rect x="4402.125" y="145.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4404" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="26905.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26907" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="47605.25" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47607" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="82085.40625" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82087" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="72383.875" y="406.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72385" y="415" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="92335.40625" y="464.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92337" y="473" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="14903.375" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14905" y="618" style="font-family:sans-serif;font-size:10px;"> +- +</text> +<rect x="67125.125" y="464.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67127" y="473" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="24119.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24121" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63647.125" y="290.0" width="179.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63649" y="299" style="font-family:sans-serif;font-size:10px;"> +type_parameter_constraints_clause +</text> +<rect x="77224.375" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77226" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="80376.375" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80378" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="23178.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23180" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="63697.375" y="377.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63699" y="386" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="86663.15625" y="232.0" width="3573.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="86665" y="241" style="font-family:sans-serif;font-size:10px;"> +TestClassXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX22 +</text> +<rect x="98294.59375" y="609.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98296" y="618" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="107962.34375" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107964" y="386" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="7219.625" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7221" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="10270.875" y="551.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10272" y="560" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="80597.125" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80599" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="83534.28125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83536" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="90565.40625" y="435.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90567" y="444" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="95549.21875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95551" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="98186.78125" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98188" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="110426.46875" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110428" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="111664.46875" y="580.0" width="163.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111666" y="589" style="font-family:sans-serif;font-size:10px;"> +null_conditional_element_access +</text> +<rect x="51770.0" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51772" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="108630.21875" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108632" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="6178.875" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6180" y="386" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="46200.125" y="261.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46202" y="270" style="font-family:sans-serif;font-size:10px;"> +field_declaration +</text> +<rect x="30493.375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30495" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="56329.0" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56331" y="299" style="font-family:sans-serif;font-size:10px;"> +property_body +</text> +<rect x="50054.0" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50056" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="12372.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12374" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="34950.0" y="493.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34952" y="502" style="font-family:sans-serif;font-size:10px;"> +switch_label +</text> +<rect x="3285.125" y="116.0" width="158.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3287" y="125" style="font-family:sans-serif;font-size:10px;"> +global_attribute_target_specifier +</text> +<rect x="50044.5" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50046" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="35696.5" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35698" y="473" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="26932.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26934" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="70414.25" y="841.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70416" y="850" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="7097.375" y="522.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7099" y="531" style="font-family:sans-serif;font-size:10px;"> +param +</text> +<rect x="71298.125" y="522.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71300" y="531" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="92876.28125" y="580.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92878" y="589" style="font-family:sans-serif;font-size:10px;"> +nullable_value_type +</text> +<rect x="33845.875" y="609.0" width="196.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33847" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_no_array_creation_expression +</text> +<rect x="48881.25" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48883" y="270" style="font-family:sans-serif;font-size:10px;"> +property_declaration +</text> +<rect x="36475.75" y="580.0" width="9.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36477" y="589" style="font-family:sans-serif;font-size:10px;"> +if +</text> +<rect x="38263.75" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38265" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="54445.3125" y="493.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54447" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_name +</text> +<rect x="11290.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11292" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="36034.75" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36036" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="40917.5" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40919" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="94099.53125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94101" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="50867.25" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50869" y="473" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="49853.0" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49855" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="112752.09375" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112754" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="65343.375" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65345" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="78845.125" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78847" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="31681.375" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31683" y="589" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="35903.25" y="638.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35905" y="647" style="font-family:sans-serif;font-size:10px;"> +++ +</text> +<rect x="12330.125" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12332" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="64155.25" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64157" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="66988.125" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66990" y="415" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="80479.375" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80481" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="81940.90625" y="667.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81942" y="676" style="font-family:sans-serif;font-size:10px;"> +"A" +</text> +<rect x="16649.15625" y="261.0" width="119.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16651" y="270" style="font-family:sans-serif;font-size:10px;"> +constructor_declaration +</text> +<rect x="112430.21875" y="783.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112432" y="792" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="14509.375" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14511" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="31181.125" y="725.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31183" y="734" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="27898.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27900" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="19738.125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19740" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="92676.90625" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92678" y="386" style="font-family:sans-serif;font-size:10px;"> +OnError +</text> +<rect x="55694.875" y="609.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55696" y="618" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="75461.75" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75463" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="118361.21875" y="435.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118363" y="444" style="font-family:sans-serif;font-size:10px;"> +finally_clause +</text> +<rect x="63503.375" y="522.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63505" y="531" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="75928.125" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75930" y="618" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="83505.03125" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83507" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="116570.96875" y="609.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116572" y="618" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="69364.25" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69366" y="647" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="64773.625" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64775" y="502" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="118155.09375" y="638.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118157" y="647" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="18435.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18437" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="42181.5" y="464.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42183" y="473" style="font-family:sans-serif;font-size:10px;"> +specific_catch_clause +</text> +<rect x="6558.375" y="348.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6560" y="357" style="font-family:sans-serif;font-size:10px;"> +constant_expression +</text> +<rect x="37642.0" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37644" y="560" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="74678.625" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74680" y="618" style="font-family:sans-serif;font-size:10px;"> +6 +</text> +<rect x="54424.0" y="290.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54426" y="299" style="font-family:sans-serif;font-size:10px;"> +field_modifier +</text> +<rect x="67256.125" y="464.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67258" y="473" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="79745.875" y="696.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79747" y="705" style="font-family:sans-serif;font-size:10px;"> +typeof_expression +</text> +<rect x="109186.46875" y="406.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109188" y="415" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="113657.96875" y="812.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113659" y="821" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="65259.375" y="493.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65261" y="502" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="76067.125" y="609.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76069" y="618" style="font-family:sans-serif;font-size:10px;"> +delegate +</text> +<rect x="110511.96875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110513" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="12029.375" y="609.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12031" y="618" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="64286.875" y="406.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64288" y="415" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="34244.375" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34246" y="560" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="91640.40625" y="464.0" width="114.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91642" y="473" style="font-family:sans-serif;font-size:10px;"> +explictly_typed_default +</text> +<rect x="32256.875" y="609.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32258" y="618" style="font-family:sans-serif;font-size:10px;"> +variable_initializer_list +</text> +<rect x="56862.125" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56864" y="299" style="font-family:sans-serif;font-size:10px;"> +indexer_body +</text> +<rect x="115613.21875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115615" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="30997.625" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30999" y="734" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="23000.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23002" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="59988.5" y="232.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59990" y="241" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="49117.75" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49119" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="97579.59375" y="551.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97581" y="560" style="font-family:sans-serif;font-size:10px;"> +conditional_or_expression +</text> +<rect x="6615.375" y="290.0" width="142.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6617" y="299" style="font-family:sans-serif;font-size:10px;"> +static_constructor_modifiers +</text> +<rect x="82548.21875" y="174.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82550" y="183" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="5043.125" y="232.0" width="179.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5045" y="241" style="font-family:sans-serif;font-size:10px;"> +type_parameter_constraints_clause +</text> +<rect x="111254.46875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111256" y="589" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="22673.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22675" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="82764.03125" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82766" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4402.125" y="290.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4404" y="299" style="font-family:sans-serif;font-size:10px;"> +type_parameter +</text> +<rect x="16944.875" y="609.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16946" y="618" style="font-family:sans-serif;font-size:10px;"> +1.44M +</text> +<rect x="10554.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10556" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="36999.5" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37001" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="75318.625" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75320" y="589" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="112098.71875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112100" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="45182.625" y="580.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45184" y="589" style="font-family:sans-serif;font-size:10px;"> +from +</text> +<rect x="109973.71875" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109975" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="100073.59375" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100075" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="45597.625" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45599" y="734" style="font-family:sans-serif;font-size:10px;"> +d +</text> +<rect x="2397.25" y="116.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2399" y="125" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="105790.34375" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105792" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="21018.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21020" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="24607.625" y="580.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24609" y="589" style="font-family:sans-serif;font-size:10px;"> +get +</text> +<rect x="104518.21875" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104520" y="444" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="74325.625" y="580.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74327" y="589" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="98410.5625" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98412" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="29815.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29817" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="45532.25" y="986.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45534" y="995" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="80131.375" y="580.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80133" y="589" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="55847.125" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55849" y="647" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="73513.76953125" y="145.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73515" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="81112.625" y="580.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81114" y="589" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="61929.5" y="638.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61931" y="647" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="93119.28125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93121" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="62321.0625" y="870.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62323" y="879" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="94562.3828125" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94564" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="41808.5" y="493.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41810" y="502" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="55639.0" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55641" y="299" style="font-family:sans-serif;font-size:10px;"> +property_modifier +</text> +<rect x="44348.125" y="638.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44350" y="647" style="font-family:sans-serif;font-size:10px;"> +query_body_clause +</text> +<rect x="28959.375" y="435.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28961" y="444" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="64844.625" y="551.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64846" y="560" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="66710.375" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66712" y="473" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="67237.5" y="348.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67239" y="357" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="77133.625" y="580.0" width="195.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77135" y="589" style="font-family:sans-serif;font-size:10px;"> +explicit_anonymous_function_signature +</text> +<rect x="83836.78125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83838" y="589" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="101639.34375" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101641" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="103526.09375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103528" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="117109.96875" y="493.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117111" y="502" style="font-family:sans-serif;font-size:10px;"> +catch +</text> +<rect x="117149.46875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117151" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="16658.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16660" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="31104.125" y="754.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31106" y="763" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="38409.25" y="464.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38411" y="473" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="64815.625" y="406.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64817" y="415" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="75335.625" y="580.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75337" y="589" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="3109.375" y="261.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3111" y="270" style="font-family:sans-serif;font-size:10px;"> +Copyright +</text> +<rect x="95337.84375" y="725.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95339" y="734" style="font-family:sans-serif;font-size:10px;"> +false +</text> +<rect x="27757.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27759" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="64351.96875" y="145.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64353" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="27264.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27266" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="82540.40625" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82542" y="618" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="102161.84375" y="522.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102163" y="531" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="3929.375" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3931" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="8349.625" y="522.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8351" y="531" style="font-family:sans-serif;font-size:10px;"> +nullable_type_annotation +</text> +<rect x="46273.75" y="348.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46275" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="100237.59375" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100239" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="62948.875" y="464.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62950" y="473" style="font-family:sans-serif;font-size:10px;"> +Wait +</text> +<rect x="3567.75" y="116.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3569" y="125" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="58900.75" y="290.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58902" y="299" style="font-family:sans-serif;font-size:10px;"> +attribute_target +</text> +<rect x="2833.0" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2835" y="241" style="font-family:sans-serif;font-size:10px;"> +Linq +</text> +<rect x="98782.59375" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98784" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="45986.75" y="493.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45988" y="502" style="font-family:sans-serif;font-size:10px;"> +false +</text> +<rect x="44956.75" y="812.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44958" y="821" style="font-family:sans-serif;font-size:10px;"> +ordering_direction +</text> +<rect x="10916.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10918" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="92484.65625" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92486" y="328" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="28702.625" y="609.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28704" y="618" style="font-family:sans-serif;font-size:10px;"> +yield +</text> +<rect x="3010.625" y="203.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3012" y="212" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="42839.5" y="551.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42841" y="560" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="81436.125" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81438" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="64699.0" y="319.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64701" y="328" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="16242.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16244" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="117827.96875" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117829" y="473" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="48680.25" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48682" y="502" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="83810.28125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83812" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="102115.34375" y="551.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102117" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="15012.125" y="551.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15014" y="560" style="font-family:sans-serif;font-size:10px;"> +bool +</text> +<rect x="44235.75" y="696.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44237" y="705" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="7546.875" y="696.0" width="193.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7548" y="705" style="font-family:sans-serif;font-size:10px;"> +interpolated_regular_string_expression +</text> +<rect x="31526.125" y="783.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31528" y="792" style="font-family:sans-serif;font-size:10px;"> +"a" +</text> +<rect x="7075.25" y="290.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7077" y="299" style="font-family:sans-serif;font-size:10px;"> +constructor_modifier +</text> +<rect x="92025.90625" y="377.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92027" y="386" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="34596.75" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34598" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="105011.34375" y="377.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105013" y="386" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="50759.25" y="522.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50761" y="531" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="6549.875" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6551" y="473" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="73909.875" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73911" y="444" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="110277.21875" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110279" y="676" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="67420.125" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67422" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="7209.625" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7211" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="62389.5" y="406.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62391" y="415" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="103488.84375" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103490" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="34138.875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34140" y="618" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="7277.375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7279" y="444" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="62792.375" y="899.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62794" y="908" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="115901.71875" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115903" y="502" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="62389.5" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62391" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="74076.875" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74078" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="16623.125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16625" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="39387.75" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39389" y="676" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="36328.75" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36330" y="589" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="112984.71875" y="638.0" width="142.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112986" y="647" style="font-family:sans-serif;font-size:10px;"> +interpolation_minimum_width +</text> +<rect x="23174.625" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23176" y="589" style="font-family:sans-serif;font-size:10px;"> +await +</text> +<rect x="80097.375" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80099" y="821" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="42152.25" y="609.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42154" y="618" style="font-family:sans-serif;font-size:10px;"> +AccessViolationException +</text> +<rect x="57851.875" y="319.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57853" y="328" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="93534.78125" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93536" y="647" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="3637.375" y="116.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3639" y="125" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63401.375" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63403" y="415" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="22504.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22506" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="9228.625" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9230" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="61239.25" y="667.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61241" y="676" style="font-family:sans-serif;font-size:10px;"> +Main +</text> +<rect x="33624.375" y="580.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33626" y="589" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="45305.125" y="725.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45307" y="734" style="font-family:sans-serif;font-size:10px;"> +select +</text> +<rect x="29705.625" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29707" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="38576.25" y="609.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38578" y="618" style="font-family:sans-serif;font-size:10px;"> +continue +</text> +<rect x="62338.0625" y="870.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62340" y="879" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="68373.0" y="493.0" width="65.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68375" y="502" style="font-family:sans-serif;font-size:10px;"> +IEnumerable +</text> +<rect x="77289.875" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77291" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="103724.09375" y="667.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103726" y="676" style="font-family:sans-serif;font-size:10px;"> +j +</text> +<rect x="105934.84375" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105936" y="357" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="59320.25" y="290.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59322" y="299" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="107393.09375" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107395" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="115058.96875" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115060" y="734" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="28768.625" y="551.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28770" y="560" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="508.25" y="145.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="510" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="40530.0" y="493.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40532" y="502" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="74988.625" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74990" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="44932.0" y="754.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44934" y="763" style="font-family:sans-serif;font-size:10px;"> +orderings +</text> +<rect x="80799.125" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80801" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="26037.125" y="580.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26039" y="589" style="font-family:sans-serif;font-size:10px;"> +on +</text> +<rect x="44165.75" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44167" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="24201.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24203" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="3271.125" y="116.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3273" y="125" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="113582.96875" y="551.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113584" y="560" style="font-family:sans-serif;font-size:10px;"> +〔·is·\"〕 +</text> +<rect x="14604.875" y="580.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14606" y="589" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="82201.78125" y="203.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82203" y="212" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="29671.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29673" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="32510.125" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32512" y="589" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="103581.21875" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103583" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="44882.75" y="812.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44884" y="821" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="118068.71875" y="725.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118070" y="734" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="22226.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22228" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="31071.125" y="580.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31073" y="589" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="32086.375" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32088" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="32932.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32934" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="50104.5" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50106" y="357" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="8719.125" y="580.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8721" y="589" style="font-family:sans-serif;font-size:10px;"> +Guid +</text> +<rect x="62596.875" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62598" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="80355.375" y="493.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80357" y="502" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="114097.46875" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114099" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="109900.71875" y="667.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109902" y="676" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="91146.90625" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91148" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="96641.59375" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96643" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="6493.375" y="406.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6495" y="415" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="18951.375" y="609.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18953" y="618" style="font-family:sans-serif;font-size:10px;"> +1.2f +</text> +<rect x="43003.75" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43005" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="62559.5" y="493.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62561" y="502" style="font-family:sans-serif;font-size:10px;"> +in +</text> +<rect x="113057.09375" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113059" y="618" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="39432.75" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39434" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="95795.71875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95797" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5759.375" y="377.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5761" y="386" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="16536.875" y="580.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16538" y="589" style="font-family:sans-serif;font-size:10px;"> +\U00000065 +</text> +<rect x="32075.125" y="783.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32077" y="792" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="117458.96875" y="551.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117460" y="560" style="font-family:sans-serif;font-size:10px;"> +Resource +</text> +<rect x="103227.09375" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103229" y="647" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="113016.96875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113018" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="97483.46875" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97485" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="114272.21875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114274" y="676" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="97154.21875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97156" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="28571.625" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28573" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="36331.75" y="609.0" width="134.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36333" y="618" style="font-family:sans-serif;font-size:10px;"> +pre_increment_expression +</text> +<rect x="94766.734375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94768" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8147.625" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8149" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="6563.875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6565" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104423.46875" y="464.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104425" y="473" style="font-family:sans-serif;font-size:10px;"> +ThisAccess +</text> +<rect x="75873.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75875" y="589" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="102679.84375" y="580.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102681" y="589" style="font-family:sans-serif;font-size:10px;"> +IO +</text> +<rect x="45279.25" y="870.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45281" y="879" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="50395.0" y="522.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50397" y="531" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="67779.05078125" y="232.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67781" y="241" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="61381.0" y="609.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61383" y="618" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="110346.46875" y="493.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110348" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="116991.96875" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116993" y="763" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="193.75" y="145.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="195" y="154" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19359.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19361" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="27909.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27911" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="27932.125" y="580.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27934" y="589" style="font-family:sans-serif;font-size:10px;"> +where +</text> +<rect x="21342.625" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21344" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="63301.875" y="754.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63303" y="763" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="104596.84375" y="348.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104598" y="357" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="82765.28125" y="377.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82767" y="386" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="114003.96875" y="812.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114005" y="821" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63419.875" y="609.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63421" y="618" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="51083.75" y="551.0" width="14.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51085" y="560" style="font-family:sans-serif;font-size:10px;"> +-= +</text> +<rect x="113441.21875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113443" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="41994.25" y="551.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41996" y="560" style="font-family:sans-serif;font-size:10px;"> +null_literal +</text> +<rect x="114463.71875" y="667.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114465" y="676" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="82234.65625" y="609.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82236" y="618" style="font-family:sans-serif;font-size:10px;"> +null +</text> +<rect x="55048.0" y="319.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55050" y="328" style="font-family:sans-serif;font-size:10px;"> +type_parameter_list +</text> +<rect x="22626.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22628" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="60610.75" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60612" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="35583.0" y="493.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35585" y="502" style="font-family:sans-serif;font-size:10px;"> +switch_label +</text> +<rect x="63348.625" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63350" y="705" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="31446.375" y="667.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31448" y="676" style="font-family:sans-serif;font-size:10px;"> +element_initializer +</text> +<rect x="70711.125" y="609.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70713" y="618" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="61536.359375" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61538" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="13902.875" y="609.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13904" y="618" style="font-family:sans-serif;font-size:10px;"> +1Lu +</text> +<rect x="72036.25" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72038" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="74528.875" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74530" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="78554.75" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78556" y="270" style="font-family:sans-serif;font-size:10px;"> +delegate_declaration +</text> +<rect x="89285.65625" y="174.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="89287" y="183" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="95885.71875" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95887" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="114192.21875" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114194" y="763" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="7450.625" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7452" y="502" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="64189.875" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64191" y="473" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="110291.46875" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110293" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="42036.75" y="580.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42038" y="589" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="16321.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16323" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="65160.375" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65162" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32630.125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32632" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="38705.25" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38707" y="618" style="font-family:sans-serif;font-size:10px;"> +process +</text> +<rect x="50255.625" y="319.0" width="133.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50257" y="328" style="font-family:sans-serif;font-size:10px;"> +add_accessor_declaration +</text> +<rect x="71539.875" y="754.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71541" y="763" style="font-family:sans-serif;font-size:10px;"> +element_initializer +</text> +<rect x="106585.34375" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106587" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="33646.0" y="522.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33648" y="531" style="font-family:sans-serif;font-size:10px;"> +array_creation_expression +</text> +<rect x="34780.0" y="435.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34782" y="444" style="font-family:sans-serif;font-size:10px;"> +switch_block +</text> +<rect x="45044.0" y="928.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45046" y="937" style="font-family:sans-serif;font-size:10px;"> +g +</text> +<rect x="99642.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99644" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="95756.71875" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95758" y="618" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="7109.875" y="551.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7111" y="560" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="37070.25" y="783.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37072" y="792" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="70314.75" y="725.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70316" y="734" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="111096.46875" y="580.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111098" y="589" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="6561.875" y="493.0" width="48.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6563" y="502" style="font-family:sans-serif;font-size:10px;"> +MinValue +</text> +<rect x="6664.375" y="435.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6666" y="444" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="104533.21875" y="435.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104535" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="62659.25" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62661" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="116597.96875" y="696.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116599" y="705" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="4586.625" y="203.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4588" y="212" style="font-family:sans-serif;font-size:10px;"> +interface_body +</text> +<rect x="7946.125" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7948" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="69095.25" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69097" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="112485.21875" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112487" y="618" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="6137.875" y="348.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6139" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameters +</text> +<rect x="47689.25" y="319.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47691" y="328" style="font-family:sans-serif;font-size:10px;"> +type_parameter_list +</text> +<rect x="73588.625" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73590" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="75465.625" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75467" y="676" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="56016.0" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56018" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="2541.25" y="116.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2543" y="125" style="font-family:sans-serif;font-size:10px;"> +type_name +</text> +<rect x="97382.71875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97384" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="62396.875" y="348.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62398" y="357" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="113634.21875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113636" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="118483.09375" y="638.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118485" y="647" style="font-family:sans-serif;font-size:10px;"> +await_expression +</text> +<rect x="114039.15625" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114041" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="94811.28125" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94813" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="109604.96875" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109606" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="63767.625" y="928.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63769" y="937" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="21486.625" y="551.0" width="46.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21488" y="560" style="font-family:sans-serif;font-size:10px;"> +@ushort +</text> +<rect x="79196.625" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79198" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="43416.75" y="725.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43418" y="734" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="90859.40625" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90861" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="112872.71875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112874" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="27585.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27587" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="42180.75" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42182" y="589" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="7092.875" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7094" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="37460.5" y="464.0" width="134.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37462" y="473" style="font-family:sans-serif;font-size:10px;"> +pre_increment_expression +</text> +<rect x="70592.25" y="638.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70594" y="647" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="108245.84375" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108247" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="47532.25" y="319.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47534" y="328" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="63831.875" y="406.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63833" y="415" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="42316.0" y="580.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42318" y="589" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="105981.84375" y="377.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105983" y="386" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="100539.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100541" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="93017.65625" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93019" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="113383.96875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113385" y="560" style="font-family:sans-serif;font-size:10px;"> +s +</text> +<rect x="64670.125" y="406.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64672" y="415" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="14538.875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14540" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="48007.25" y="377.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48009" y="386" style="font-family:sans-serif;font-size:10px;"> +primary_constraint +</text> +<rect x="30821.125" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30823" y="705" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="57247.375" y="406.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57249" y="415" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="82352.28125" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82354" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="92200.90625" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92202" y="328" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="113540.21875" y="638.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113542" y="647" style="font-family:sans-serif;font-size:10px;"> +Name +</text> +<rect x="81856.375" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81858" y="618" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="4067.125" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4069" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="94373.28125" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94375" y="618" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="37646.5" y="464.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37648" y="473" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="69297.5" y="580.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69299" y="589" style="font-family:sans-serif;font-size:10px;"> +K +</text> +<rect x="90423.65625" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90425" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="8414.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8416" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="68933.5" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68935" y="531" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="4682.375" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4684" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8790.375" y="464.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8792" y="473" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="30078.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30080" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="104717.59375" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104719" y="386" style="font-family:sans-serif;font-size:10px;"> +get +</text> +<rect x="60847.0" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60849" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="113116.21875" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113118" y="763" style="font-family:sans-serif;font-size:10px;"> +p +</text> +<rect x="38041.5" y="435.0" width="97.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38043" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_type +</text> +<rect x="44454.5" y="841.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44456" y="850" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="58408.875" y="232.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58410" y="241" style="font-family:sans-serif;font-size:10px;"> +I +</text> +<rect x="92939.28125" y="522.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92941" y="531" style="font-family:sans-serif;font-size:10px;"> +array_type +</text> +<rect x="113535.96875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113537" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="5517.375" y="319.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5519" y="328" style="font-family:sans-serif;font-size:10px;"> +C +</text> +<rect x="30565.125" y="580.0" width="147.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30567" y="589" style="font-family:sans-serif;font-size:10px;"> +object_or_collection_initializer +</text> +<rect x="73710.625" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73712" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="65040.375" y="435.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65042" y="444" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="114325.21875" y="725.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114327" y="734" style="font-family:sans-serif;font-size:10px;"> +regular_interpolation +</text> +<rect x="82045.40625" y="638.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82047" y="647" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="52201.0" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52203" y="357" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="113269.71875" y="609.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113271" y="618" style="font-family:sans-serif;font-size:10px;"> +〔·year{{s}}·old·#〕 +</text> +<rect x="47789.6875" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47791" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="114184.46875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114186" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="114352.21875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114354" y="618" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="8007.375" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8009" y="560" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="33602.0625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33604" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="35075.75" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35077" y="589" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="62267.9375" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62269" y="821" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="63525.375" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63527" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="93783.78125" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93785" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="82629.53125" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82631" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="91393.40625" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91395" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="18903.875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18905" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="79683.0625" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79685" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="31584.375" y="551.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31586" y="560" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="70799.5" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70801" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5732.375" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5734" y="328" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="27381.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27383" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="4586.375" y="261.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4588" y="270" style="font-family:sans-serif;font-size:10px;"> +type_parameter +</text> +<rect x="44739.0" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44741" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71847.125" y="609.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71849" y="618" style="font-family:sans-serif;font-size:10px;"> +query_body_clauses +</text> +<rect x="78799.375" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78801" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="41657.0" y="609.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41659" y="618" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="57797.375" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57799" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="55765.5" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55767" y="270" style="font-family:sans-serif;font-size:10px;"> +property_declaration +</text> +<rect x="93435.53125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93437" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="107745.09375" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107747" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19563.625" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19565" y="676" style="font-family:sans-serif;font-size:10px;"> +- +</text> +<rect x="75212.125" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75214" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71989.75" y="522.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71991" y="531" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="52711.25" y="435.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52713" y="444" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="12574.125" y="551.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12576" y="560" style="font-family:sans-serif;font-size:10px;"> +ulong +</text> +<rect x="73370.625" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73372" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="83240.28125" y="609.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83242" y="618" style="font-family:sans-serif;font-size:10px;"> +intValue +</text> +<rect x="91346.84375" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91348" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="10981.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10983" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="96261.71875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96263" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="99149.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99151" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="81551.90625" y="725.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81553" y="734" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="109030.96875" y="377.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109032" y="386" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="62509.25" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62511" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="27938.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27940" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="65179.375" y="464.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65181" y="473" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="77090.625" y="725.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77092" y="734" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="95859.71875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95861" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="110594.21875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110596" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="43612.0" y="754.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43614" y="763" style="font-family:sans-serif;font-size:10px;"> +where +</text> +<rect x="75925.625" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75927" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="117992.84375" y="493.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117994" y="502" style="font-family:sans-serif;font-size:10px;"> +catch +</text> +<rect x="63537.875" y="493.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63539" y="502" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="81670.875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81672" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="51148.5" y="406.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51150" y="415" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="80614.875" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80616" y="618" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="113751.46875" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113753" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="18083.125" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18085" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="69333.25" y="638.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69335" y="647" style="font-family:sans-serif;font-size:10px;"> +IList +</text> +<rect x="95040.71875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95042" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="3001.375" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3003" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="97824.34375" y="609.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97826" y="618" style="font-family:sans-serif;font-size:10px;"> +conditional_and_expression +</text> +<rect x="58611.0625" y="203.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58613" y="212" style="font-family:sans-serif;font-size:10px;"> +interface_body +</text> +<rect x="38709.5" y="493.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38711" y="502" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="39654.5" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39656" y="734" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="112886.21875" y="609.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112888" y="618" style="font-family:sans-serif;font-size:10px;"> +〔$"〕 +</text> +<rect x="77269.375" y="522.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77271" y="531" style="font-family:sans-serif;font-size:10px;"> +lambda_expression +</text> +<rect x="63551.625" y="1073.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63553" y="1082" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="90300.90625" y="435.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90302" y="444" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="68460.1015625" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68462" y="299" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="102145.09375" y="609.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102147" y="618" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="106020.09375" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106022" y="299" style="font-family:sans-serif;font-size:10px;"> +property_modifier +</text> +<rect x="115972.21875" y="551.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115974" y="560" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="66631.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66633" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="67368.125" y="464.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67370" y="473" style="font-family:sans-serif;font-size:10px;"> +O +</text> +<rect x="49384.0" y="435.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49386" y="444" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="73701.125" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73703" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="118506.34375" y="551.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118508" y="560" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="106972.84375" y="348.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106974" y="357" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="95408.84375" y="667.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95410" y="676" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="94081.78125" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94083" y="618" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="67980.55078125" y="203.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67982" y="212" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="23419.125" y="580.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23421" y="589" style="font-family:sans-serif;font-size:10px;"> +by +</text> +<rect x="72088.5" y="406.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72090" y="415" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="117234.96875" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117236" y="734" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="14993.125" y="522.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14995" y="531" style="font-family:sans-serif;font-size:10px;"> +simple_type +</text> +<rect x="19285.875" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19287" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="102358.34375" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102360" y="473" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="78226.375" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78228" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="118337.59375" y="609.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118339" y="618" style="font-family:sans-serif;font-size:10px;"> +!= +</text> +<rect x="8903.0" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8905" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="62870.375" y="841.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62872" y="850" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="60807.25" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60809" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8295.625" y="464.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8297" y="473" style="font-family:sans-serif;font-size:10px;"> +const +</text> +<rect x="65770.625" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65772" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="43547.0" y="754.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43549" y="763" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="98149.34375" y="667.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98151" y="676" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="31930.125" y="754.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31932" y="763" style="font-family:sans-serif;font-size:10px;"> +1.1f +</text> +<rect x="41415.0" y="609.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41417" y="618" style="font-family:sans-serif;font-size:10px;"> +100 +</text> +<rect x="40603.0" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40605" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="75062.125" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75064" y="676" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="17022.125" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17024" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="77347.625" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77349" y="618" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="3002.875" y="290.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3004" y="299" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="114843.21875" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114845" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="56657.5" y="435.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56659" y="444" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="24314.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24316" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="118479.34375" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118481" y="676" style="font-family:sans-serif;font-size:10px;"> +await +</text> +<rect x="117432.96875" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117434" y="531" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="68386.0" y="435.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68388" y="444" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="46471.75" y="319.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46473" y="328" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="70732.828125" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70734" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="59824.5" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59826" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="54081.5" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54083" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="72251.5" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72253" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="38993.5" y="638.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38995" y="647" style="font-family:sans-serif;font-size:10px;"> +BeginScope +</text> +<rect x="55562.0" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55564" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="94288.78125" y="696.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94290" y="705" style="font-family:sans-serif;font-size:10px;"> +Foo +</text> +<rect x="71940.5" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71942" y="357" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="92402.65625" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92404" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="38896.25" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38898" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="51512.0" y="435.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51514" y="444" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="98776.59375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98778" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="47248.5" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47250" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="29115.125" y="435.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29117" y="444" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="96168.71875" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96170" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="62296.5625" y="1015.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62298" y="1024" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="23487.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23489" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="82825.28125" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82827" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="78313.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78315" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="27143.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27145" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="94318.78125" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94320" y="705" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="53988.5" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53990" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="32662.125" y="870.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32664" y="879" style="font-family:sans-serif;font-size:10px;"> +222 +</text> +<rect x="53410.25" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53412" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="47847.0" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47849" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="6095.375" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6097" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="48378.25" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48380" y="502" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="80310.375" y="580.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80312" y="589" style="font-family:sans-serif;font-size:10px;"> +typeof +</text> +<rect x="13221.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13223" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="65253.875" y="580.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65255" y="589" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="47789.75" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47791" y="357" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="67830.05078125" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67832" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="39593.75" y="609.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39595" y="618" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="30488.125" y="725.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30490" y="734" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="105524.34375" y="319.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105526" y="328" style="font-family:sans-serif;font-size:10px;"> +property_initializer +</text> +<rect x="107297.09375" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107299" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="97005.71875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97007" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="7463.625" y="580.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7465" y="589" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="23011.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23013" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="63040.125" y="435.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63042" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="16402.875" y="609.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16404" y="618" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="20071.125" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20073" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="58622.25" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58624" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="53499.25" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53501" y="299" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="65432.625" y="348.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65434" y="357" style="font-family:sans-serif;font-size:10px;"> +type_parameters +</text> +<rect x="53729.5" y="232.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53731" y="241" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="81503.03125" y="899.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81505" y="908" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="43819.0" y="783.0" width="56.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43821" y="792" style="font-family:sans-serif;font-size:10px;"> +customers +</text> +<rect x="25042.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25044" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="1675.25" y="58.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1677" y="67" style="font-family:sans-serif;font-size:10px;"> +using_directive +</text> +<rect x="4871.875" y="377.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4873" y="386" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="10408.125" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10410" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="32052.625" y="696.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32054" y="705" style="font-family:sans-serif;font-size:10px;"> +variable_initializer_list +</text> +<rect x="96425.46875" y="609.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96427" y="618" style="font-family:sans-serif;font-size:10px;"> +shift_expression +</text> +<rect x="32950.125" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32952" y="589" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="16470.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16472" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="44676.5" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44678" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="34333.5" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34335" y="560" style="font-family:sans-serif;font-size:10px;"> +47 +</text> +<rect x="65921.125" y="435.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65923" y="444" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="77841.125" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77843" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="14883.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14885" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="7543.625" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7545" y="502" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="80803.625" y="435.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80805" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="85676.90625" y="174.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="85678" y="183" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="102251.34375" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102253" y="560" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="32709.875" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32711" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="93032.78125" y="696.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93034" y="705" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="45573.625" y="667.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45575" y="676" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="72869.125" y="348.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72871" y="357" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="116458.15625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116460" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="30862.125" y="725.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30864" y="734" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="56294.0" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56296" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="70457.125" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70459" y="618" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="55155.25" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55157" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="93001.15625" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93003" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="48264.25" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48266" y="560" style="font-family:sans-serif;font-size:10px;"> +t +</text> +<rect x="110949.21875" y="696.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110951" y="705" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="4723.875" y="290.0" width="126.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4725" y="299" style="font-family:sans-serif;font-size:10px;"> +variant_type_parameters +</text> +<rect x="68998.25" y="638.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69000" y="647" style="font-family:sans-serif;font-size:10px;"> +K +</text> +<rect x="19648.625" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19650" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="25529.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25531" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="38369.75" y="435.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38371" y="444" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="41828.5" y="464.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41830" y="473" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="35029.125" y="464.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35031" y="473" style="font-family:sans-serif;font-size:10px;"> +switch_section +</text> +<rect x="98175.78125" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98177" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="109345.71875" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109347" y="299" style="font-family:sans-serif;font-size:10px;"> +property_body +</text> +<rect x="59997.5" y="261.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59999" y="270" style="font-family:sans-serif;font-size:10px;"> +Test +</text> +<rect x="109657.46875" y="406.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109659" y="415" style="font-family:sans-serif;font-size:10px;"> +id +</text> +<rect x="113848.96875" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113850" y="560" style="font-family:sans-serif;font-size:10px;"> +regular_interpolation +</text> +<rect x="93409.78125" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93411" y="589" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="102124.84375" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102126" y="676" style="font-family:sans-serif;font-size:10px;"> +* +</text> +<rect x="23218.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23220" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="23138.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23140" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="9587.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9589" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="15043.625" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15045" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="62115.5625" y="899.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62117" y="908" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="40550.75" y="435.0" width="64.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40552" y="444" style="font-family:sans-serif;font-size:10px;"> +pointer_type +</text> +<rect x="7475.125" y="435.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7477" y="444" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="30136.625" y="638.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30138" y="647" style="font-family:sans-serif;font-size:10px;"> +MyObject +</text> +<rect x="106659.34375" y="377.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106661" y="386" style="font-family:sans-serif;font-size:10px;"> +Move +</text> +<rect x="25720.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25722" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="56354.75" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56356" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="62314.5625" y="899.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62316" y="908" style="font-family:sans-serif;font-size:10px;"> +post_increment_expression +</text> +<rect x="47375.25" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47377" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="77766.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77768" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="66727.375" y="464.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66729" y="473" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="75315.125" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75317" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14877.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14879" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="65229.375" y="522.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65231" y="531" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="36630.75" y="580.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36632" y="589" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="81047.125" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81049" y="618" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="52132.0" y="348.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52134" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="54996.0" y="377.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54998" y="386" style="font-family:sans-serif;font-size:10px;"> +m +</text> +<rect x="20904.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20906" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="21912.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21914" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="90765.15625" y="348.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90767" y="357" style="font-family:sans-serif;font-size:10px;"> +parameter_array +</text> +<rect x="29065.125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29067" y="560" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="41286.5" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41288" y="502" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="51927.5" y="580.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51929" y="589" style="font-family:sans-serif;font-size:10px;"> +Add +</text> +<rect x="75507.0" y="580.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75509" y="589" style="font-family:sans-serif;font-size:10px;"> +e2 +</text> +<rect x="67098.125" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67100" y="415" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="111234.21875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111236" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="112815.34375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112817" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="115929.71875" y="522.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115931" y="531" style="font-family:sans-serif;font-size:10px;"> +null_literal +</text> +<rect x="55860.75" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55862" y="444" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="78479.125" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78481" y="618" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="30464.125" y="696.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30466" y="705" style="font-family:sans-serif;font-size:10px;"> +initializer_value +</text> +<rect x="97938.84375" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97940" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="38917.8125" y="290.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38919" y="299" style="font-family:sans-serif;font-size:10px;"> +field_modifier +</text> +<rect x="17169.625" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17171" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="3179.125" y="174.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3181" y="183" style="font-family:sans-serif;font-size:10px;"> +attribute_arguments +</text> +<rect x="66178.625" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66180" y="473" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="79688.875" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79690" y="763" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="29840.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29842" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="32422.625" y="812.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32424" y="821" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="74873.125" y="696.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74875" y="705" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="80183.625" y="464.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80185" y="473" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="52786.0" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52788" y="357" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="43941.75" y="725.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43943" y="734" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="93358.78125" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93360" y="676" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="4420.625" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4422" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="114218.21875" y="522.0" width="193.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114220" y="531" style="font-family:sans-serif;font-size:10px;"> +interpolated_regular_string_expression +</text> +<rect x="24844.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24846" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="92295.65625" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92297" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="99213.59375" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99215" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="40620.0" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40622" y="531" style="font-family:sans-serif;font-size:10px;"> +p +</text> +<rect x="112163.71875" y="580.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112165" y="589" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="14795.375" y="580.0" width="72.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14797" y="589" style="font-family:sans-serif;font-size:10px;"> +minInt64Value +</text> +<rect x="113674.96875" y="841.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113676" y="850" style="font-family:sans-serif;font-size:10px;"> +p +</text> +<rect x="5017.375" y="261.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5019" y="270" style="font-family:sans-serif;font-size:10px;"> +where +</text> +<rect x="3309.125" y="174.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3311" y="183" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="73764.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73766" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="16355.375" y="667.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16357" y="676" style="font-family:sans-serif;font-size:10px;"> +char +</text> +<rect x="9807.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9809" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="16112.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16114" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="111890.8125" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111892" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="19248.625" y="551.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19250" y="560" style="font-family:sans-serif;font-size:10px;"> +1.44F +</text> +<rect x="82238.78125" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82240" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="108308.796875" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108310" y="212" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="116238.46875" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116240" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="45287.375" y="667.0" width="121.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45289" y="676" style="font-family:sans-serif;font-size:10px;"> +select_or_group_clause +</text> +<rect x="71415.875" y="754.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71417" y="763" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="67088.625" y="435.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67090" y="444" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="63534.875" y="638.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63536" y="647" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="26074.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26076" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="20735.875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20737" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="68672.5" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68674" y="473" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="3740.8125" y="87.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3742" y="96" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="26091.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26093" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="70767.125" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70769" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="70799.125" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70801" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="100058.59375" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100060" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="110032.71875" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110034" y="676" style="font-family:sans-serif;font-size:10px;"> +* +</text> +<rect x="118275.46875" y="783.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118277" y="792" style="font-family:sans-serif;font-size:10px;"> +e +</text> +<rect x="93471.15625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93473" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="110729.71875" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110731" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="22048.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22050" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="105930.96875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105932" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="15068.625" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15070" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="117432.21875" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117434" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="5595.375" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5597" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="35469.75" y="580.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35471" y="589" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="109911.96875" y="319.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109913" y="328" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="117093.96875" y="725.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117095" y="734" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="69498.25" y="667.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69500" y="676" style="font-family:sans-serif;font-size:10px;"> +IList +</text> +<rect x="27624.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27626" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="94898.10546875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94900" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="61333.5" y="638.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61335" y="647" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="63101.875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63103" y="676" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="71794.0" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71796" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="19898.625" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19900" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="112321.71875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112323" y="589" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="113870.96875" y="609.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113872" y="618" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="91911.90625" y="406.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91913" y="415" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="10475.125" y="551.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10477" y="560" style="font-family:sans-serif;font-size:10px;"> +local5 +</text> +<rect x="102830.59375" y="580.0" width="14.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102832" y="589" style="font-family:sans-serif;font-size:10px;"> +br +</text> +<rect x="101815.34375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101817" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="107252.34375" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107254" y="473" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="45949.75" y="406.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45951" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute_arguments +</text> +<rect x="116070.34375" y="464.0" width="85.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116072" y="473" style="font-family:sans-serif;font-size:10px;"> +throw_statement +</text> +<rect x="5018.625" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5020" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="35731.0" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35733" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="102246.34375" y="696.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102248" y="705" style="font-family:sans-serif;font-size:10px;"> +addressof_expression +</text> +<rect x="27195.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27197" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="62379.0" y="638.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62381" y="647" style="font-family:sans-serif;font-size:10px;"> +yield_statement +</text> +<rect x="6728.875" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6730" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="48620.5" y="319.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48622" y="328" style="font-family:sans-serif;font-size:10px;"> +accessor_declarations +</text> +<rect x="40898.0" y="522.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40900" y="531" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="61423.75" y="464.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61425" y="473" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="66589.375" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66591" y="473" style="font-family:sans-serif;font-size:10px;"> +override +</text> +<rect x="93944.03125" y="580.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93946" y="589" style="font-family:sans-serif;font-size:10px;"> +element_access +</text> +<rect x="20668.875" y="580.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20670" y="589" style="font-family:sans-serif;font-size:10px;"> +@string +</text> +<rect x="35212.75" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35214" y="589" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="98890.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98892" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="45511.375" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45513" y="647" style="font-family:sans-serif;font-size:10px;"> +d +</text> +<rect x="93365.78125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93367" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="51671.0" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51673" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="26871.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26873" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="5424.125" y="203.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5426" y="212" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="94136.53125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94138" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="32137.125" y="783.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32139" y="792" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="114020.96875" y="841.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114022" y="850" style="font-family:sans-serif;font-size:10px;"> +p +</text> +<rect x="108348.34375" y="493.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108350" y="502" style="font-family:sans-serif;font-size:10px;"> +First +</text> +<rect x="8551.125" y="609.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8553" y="618" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="58218.875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58220" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="83383.78125" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83385" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="115878.71875" y="493.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115880" y="502" style="font-family:sans-serif;font-size:10px;"> +== +</text> +<rect x="63287.375" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63289" y="647" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="4732.625" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4734" y="473" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="96175.96875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96177" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="71355.125" y="609.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71357" y="618" style="font-family:sans-serif;font-size:10px;"> +from +</text> +<rect x="46482.75" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46484" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="10469.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10471" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="20958.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20960" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="25561.625" y="580.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25563" y="589" style="font-family:sans-serif;font-size:10px;"> +let +</text> +<rect x="39996.5" y="580.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39998" y="589" style="font-family:sans-serif;font-size:10px;"> +using_statement +</text> +<rect x="6671.375" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6673" y="328" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="61539.125" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61541" y="415" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="40117.75" y="667.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40119" y="676" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="90876.40625" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90878" y="415" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="62814.25" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62816" y="618" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="78346.125" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78348" y="560" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="12484.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12486" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="66682.375" y="551.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66684" y="560" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="117303.46875" y="551.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117305" y="560" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="118122.84375" y="609.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118124" y="618" style="font-family:sans-serif;font-size:10px;"> +await_expression +</text> +<rect x="72155.5" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72157" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="106529.5390625" y="145.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106531" y="154" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="60407.5" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60409" y="415" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="78834.375" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78836" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="74119.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74121" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="67833.5" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67835" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="3550.375" y="290.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3552" y="299" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="46684.0" y="609.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46686" y="618" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="70707.0" y="667.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70709" y="676" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="69482.40625" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69484" y="386" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="95922.96875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95924" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="76852.875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76854" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="36589.0" y="464.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36591" y="473" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="37201.75" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37203" y="618" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="31073.125" y="696.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31075" y="705" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="30312.625" y="754.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30314" y="763" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="112261.09375" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112263" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="76931.625" y="609.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76933" y="618" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_body +</text> +<rect x="94932.71875" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94934" y="618" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="117047.96875" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117049" y="734" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="110272.96875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110274" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="73207.625" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73209" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="73854.625" y="348.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73856" y="357" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="46492.25" y="464.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46494" y="473" style="font-family:sans-serif;font-size:10px;"> +conditional_or_expression +</text> +<rect x="14618.375" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14620" y="618" style="font-family:sans-serif;font-size:10px;"> +- +</text> +<rect x="78617.625" y="319.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78619" y="328" style="font-family:sans-serif;font-size:10px;"> +variant_type_parameter_list +</text> +<rect x="9151.75" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9153" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="104373.34375" y="319.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104375" y="328" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="60907.25" y="493.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60909" y="502" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="24366.125" y="580.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24368" y="589" style="font-family:sans-serif;font-size:10px;"> +from +</text> +<rect x="28095.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28097" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="55574.5" y="406.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55576" y="415" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="105397.96875" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105399" y="299" style="font-family:sans-serif;font-size:10px;"> +property_body +</text> +<rect x="13629.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13631" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="74030.625" y="319.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74032" y="328" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="73356.625" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73358" y="560" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="29126.125" y="522.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29128" y="531" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="38742.75" y="464.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38744" y="473" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="72348.0" y="290.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72350" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_declarator +</text> +<rect x="106113.09375" y="348.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106115" y="357" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="106480.34375" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106482" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="101911.84375" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101913" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="77316.125" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77318" y="560" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="36096.5" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36098" y="502" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="62676.375" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62678" y="734" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="72355.4375" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72357" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="22215.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22217" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="13759.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13761" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="27224.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27226" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="50554.25" y="435.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50556" y="444" style="font-family:sans-serif;font-size:10px;"> +attribute_target +</text> +<rect x="45450.25" y="348.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45452" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="104657.34375" y="348.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104659" y="357" style="font-family:sans-serif;font-size:10px;"> +First +</text> +<rect x="38383.75" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38385" y="560" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="112919.71875" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112921" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="72147.75" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72149" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="41093.5" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41095" y="560" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="35790.75" y="464.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35792" y="473" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="19325.875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19327" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="49389.5" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49391" y="270" style="font-family:sans-serif;font-size:10px;"> +indexer_declaration +</text> +<rect x="94369.78125" y="754.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94371" y="763" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="116733.96875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116735" y="676" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="28147.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28149" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="96291.96875" y="551.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96293" y="560" style="font-family:sans-serif;font-size:10px;"> +&& +</text> +<rect x="38478.25" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38480" y="618" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="39669.5" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39671" y="734" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="103505.84375" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103507" y="618" style="font-family:sans-serif;font-size:10px;"> +x +</text> +<rect x="45401.0" y="928.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45403" y="937" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="72073.5" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72075" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_body +</text> +<rect x="43917.8046875" y="551.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43919" y="560" style="font-family:sans-serif;font-size:10px;"> +query +</text> +<rect x="75459.9375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75461" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="81619.03125" y="870.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81621" y="879" style="font-family:sans-serif;font-size:10px;"> +String +</text> +<rect x="82610.28125" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82612" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="13519.125" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13521" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="26346.4375" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26348" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="72042.625" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72044" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="103912.96875" y="377.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103914" y="386" style="font-family:sans-serif;font-size:10px;"> +variable_declarators +</text> +<rect x="109490.96875" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109492" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="5214.875" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5216" y="328" style="font-family:sans-serif;font-size:10px;"> +struct +</text> +<rect x="29890.625" y="551.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29892" y="560" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="25001.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25003" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="76928.625" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76930" y="763" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="80000.875" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80002" y="444" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="82123.90625" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82125" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="117341.21875" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117343" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="81522.875" y="580.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81524" y="589" style="font-family:sans-serif;font-size:10px;"> +qualified_alias_member +</text> +<rect x="115358.21875" y="551.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115360" y="560" style="font-family:sans-serif;font-size:10px;"> +〔,·B=〕 +</text> +<rect x="14081.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14083" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="80056.375" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80058" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="35113.25" y="580.0" width="79.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35115" y="589" style="font-family:sans-serif;font-size:10px;"> +goto_statement +</text> +<rect x="44935.0" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44937" y="792" style="font-family:sans-serif;font-size:10px;"> +ordering +</text> +<rect x="49288.0" y="348.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49290" y="357" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="74092.375" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74094" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="96919.21875" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96921" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="10459.625" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10461" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="75308.625" y="609.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75310" y="618" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="9962.875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9964" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="80307.875" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80309" y="647" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="59287.0" y="232.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59289" y="241" style="font-family:sans-serif;font-size:10px;"> +E +</text> +<rect x="105077.34375" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105079" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="29055.625" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29057" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="72370.9375" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72372" y="270" style="font-family:sans-serif;font-size:10px;"> +operator_declaration +</text> +<rect x="14949.875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14951" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="94145.03125" y="638.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94147" y="647" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="70321.25" y="812.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70323" y="821" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="18903.375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18905" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="92636.78125" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92638" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="31670.25" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31672" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="93126.65625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93128" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="97204.71875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97206" y="618" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="8660.625" y="522.0" width="144.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8662" y="531" style="font-family:sans-serif;font-size:10px;"> +non_nullable_reference_type +</text> +<rect x="10442.875" y="696.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10444" y="705" style="font-family:sans-serif;font-size:10px;"> +null +</text> +<rect x="75838.625" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75840" y="734" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="82676.53125" y="464.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82678" y="473" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="7023.625" y="667.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7025" y="676" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="12214.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12216" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="750.375" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="752" y="125" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="92575.65625" y="319.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92577" y="328" style="font-family:sans-serif;font-size:10px;"> +partial +</text> +<rect x="6938.875" y="348.0" width="124.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6940" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_target_specifier +</text> +<rect x="110779.21875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110781" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="110823.21875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110825" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="107763.34375" y="377.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107765" y="386" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="98180.84375" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98182" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="27519.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27521" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="92443.40625" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92445" y="473" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="106636.34375" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106638" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="60841.8125" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60843" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="27408.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27410" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="22929.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22931" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="48587.25" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48589" y="444" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="81512.875" y="551.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81514" y="560" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="19401.875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19403" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="20929.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20931" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="112463.21875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112465" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="72096.0" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72098" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="35143.40625" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35145" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="55037.5" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55039" y="357" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="109603.96875" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109605" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="34152.875" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34154" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="51603.0" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51605" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="79415.875" y="522.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79417" y="531" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="41805.0" y="435.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41807" y="444" style="font-family:sans-serif;font-size:10px;"> +unsafe +</text> +<rect x="28566.625" y="522.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28568" y="531" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="52846.5" y="464.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52848" y="473" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="70000.75" y="667.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70002" y="676" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="79480.375" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79482" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71147.125" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71149" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="78822.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78824" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="108436.96875" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108438" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_body +</text> +<rect x="17668.875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17670" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="29958.125" y="580.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29960" y="589" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="82696.28125" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82698" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="114478.21875" y="696.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114480" y="705" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="85638.40625" y="145.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="85640" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="107849.09375" y="464.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107851" y="473" style="font-family:sans-serif;font-size:10px;"> +Add +</text> +<rect x="32601.875" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32603" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="15924.375" y="609.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15926" y="618" style="font-family:sans-serif;font-size:10px;"> +'\u0066' +</text> +<rect x="79548.375" y="609.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79550" y="618" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="11479.375" y="580.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11481" y="589" style="font-family:sans-serif;font-size:10px;"> +hex +</text> +<rect x="11388.125" y="551.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11390" y="560" style="font-family:sans-serif;font-size:10px;"> +long +</text> +<rect x="19578.625" y="667.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19580" y="676" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="809.5" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="811" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32706.375" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32708" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="110272.46875" y="464.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110274" y="473" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="16002.125" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16004" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="14448.625" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14450" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="55170.5" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55172" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="110998.21875" y="725.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111000" y="734" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="118111.34375" y="580.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118113" y="589" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="99610.59375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99612" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="96095.71875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96097" y="560" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="47805.5" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47807" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32492.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32494" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="31506.125" y="725.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31508" y="734" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="70087.25" y="551.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70089" y="560" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="9753.875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9755" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="40296.75" y="435.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40298" y="444" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="41303.5" y="493.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41305" y="502" style="font-family:sans-serif;font-size:10px;"> +fixed_pointer_initializer +</text> +<rect x="42222.5" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42224" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="46137.25" y="435.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46139" y="444" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="103740.09375" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103742" y="560" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="35638.0" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35640" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="110092.96875" y="551.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110094" y="560" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="36049.75" y="580.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36051" y="589" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="102065.34375" y="551.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102067" y="560" style="font-family:sans-serif;font-size:10px;"> +point +</text> +<rect x="103756.09375" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103758" y="647" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="93881.78125" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93883" y="676" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="4628.125" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4630" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="6076.375" y="435.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6078" y="444" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="45201.25" y="870.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45203" y="879" style="font-family:sans-serif;font-size:10px;"> +descending +</text> +<rect x="110912.96875" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110914" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="55896.25" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55898" y="415" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="93295.78125" y="551.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93297" y="560" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="75261.125" y="522.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75263" y="531" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="82320.21875" y="174.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82322" y="183" style="font-family:sans-serif;font-size:10px;"> +XmlComments +</text> +<rect x="9427.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9429" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="74539.0" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74541" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="7886.875" y="725.0" width="110.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7888" y="734" style="font-family:sans-serif;font-size:10px;"> +verbatim_interpolation +</text> +<rect x="62052.0" y="580.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62054" y="589" style="font-family:sans-serif;font-size:10px;"> +shift_expression +</text> +<rect x="69400.75" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69402" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="21122.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21124" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="99125.59375" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99127" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="13899.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13901" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="118515.34375" y="667.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118517" y="676" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="80142.875" y="899.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80144" y="908" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="56178.5" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56180" y="328" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="25547.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25549" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="69731.0" y="522.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69733" y="531" style="font-family:sans-serif;font-size:10px;"> +type_parameter +</text> +<rect x="69835.0" y="551.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69837" y="560" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="42296.5" y="551.0" width="85.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42298" y="560" style="font-family:sans-serif;font-size:10px;"> +throw_statement +</text> +<rect x="1443.5" y="145.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1445" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="45036.25" y="841.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45038" y="850" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="51544.5" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51546" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="74525.875" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74527" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="42951.75" y="754.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42953" y="763" style="font-family:sans-serif;font-size:10px;"> +B +</text> +<rect x="95339.96875" y="580.0" width="122.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95341" y="589" style="font-family:sans-serif;font-size:10px;"> +inclusive_or_expression +</text> +<rect x="60655.5" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60657" y="386" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="105288.84375" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105290" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="93688.78125" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93690" y="676" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="106754.34375" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106756" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="104384.96875" y="406.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104386" y="415" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="76392.875" y="754.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76394" y="763" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="10023.875" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10025" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="82219.15625" y="580.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82221" y="589" style="font-family:sans-serif;font-size:10px;"> +null_literal +</text> +<rect x="44692.125" y="638.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44694" y="647" style="font-family:sans-serif;font-size:10px;"> +group_clause +</text> +<rect x="61378.0" y="580.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61380" y="589" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="116216.71875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116218" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="103766.46875" y="290.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103768" y="299" style="font-family:sans-serif;font-size:10px;"> +struct +</text> +<rect x="43748.0" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43750" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="10877.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10879" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="92378.40625" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92380" y="531" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="37978.5" y="435.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37980" y="444" style="font-family:sans-serif;font-size:10px;"> +foreach +</text> +<rect x="77798.875" y="580.0" width="195.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77800" y="589" style="font-family:sans-serif;font-size:10px;"> +explicit_anonymous_function_signature +</text> +<rect x="83111.78125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83113" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="45516.75" y="870.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45518" y="879" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="18706.625" y="522.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18708" y="531" style="font-family:sans-serif;font-size:10px;"> +floating_point_type +</text> +<rect x="50467.25" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50469" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="74851.875" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74853" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="7756.625" y="754.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7758" y="763" style="font-family:sans-serif;font-size:10px;"> +〔:d〕 +</text> +<rect x="101712.59375" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101714" y="734" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="50366.25" y="348.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50368" y="357" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="64810.125" y="580.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64812" y="589" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="79312.875" y="638.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79314" y="647" style="font-family:sans-serif;font-size:10px;"> +false +</text> +<rect x="98334.21875" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98336" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="71591.375" y="696.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71593" y="705" style="font-family:sans-serif;font-size:10px;"> +collection_initializer +</text> +<rect x="55719.0" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55721" y="328" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="32371.875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32373" y="618" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="38373.75" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38375" y="502" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="9311.625" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9313" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="32980.0" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32982" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="112429.96875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112431" y="676" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="37496.5" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37498" y="705" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="46439.0" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46441" y="386" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="66978.625" y="435.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66980" y="444" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="42467.5" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42469" y="531" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="80007.375" y="812.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80009" y="821" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="105951.84375" y="348.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105953" y="357" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="116505.96875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116507" y="618" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="5299.625" y="232.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5301" y="241" style="font-family:sans-serif;font-size:10px;"> +unsafe_modifier +</text> +<rect x="23405.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23407" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="50465.25" y="464.0" width="48.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50467" y="473" style="font-family:sans-serif;font-size:10px;"> +Obsolete +</text> +<rect x="80041.375" y="870.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80043" y="879" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="44804.75" y="957.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44806" y="966" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="78619.375" y="435.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78621" y="444" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="2809.0" y="203.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2811" y="212" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="96078.71875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96080" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="107459.84375" y="377.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107461" y="386" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="59173.25" y="174.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59175" y="183" style="font-family:sans-serif;font-size:10px;"> +enum_declaration +</text> +<rect x="73415.75" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73417" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="84820.15625" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84822" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="108695.71875" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108697" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="24552.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24554" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="51823.5" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51825" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="83763.78125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83765" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="1207.125" y="87.0" width="105.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1209" y="96" style="font-family:sans-serif;font-size:10px;"> +using_alias_directive +</text> +<rect x="28176.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28178" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="65572.625" y="406.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65574" y="415" style="font-family:sans-serif;font-size:10px;"> +T2 +</text> +<rect x="32167.625" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32169" y="705" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="63072.375" y="609.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63074" y="618" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="71341.875" y="696.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71343" y="705" style="font-family:sans-serif;font-size:10px;"> +array_type +</text> +<rect x="45560.25" y="493.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45562" y="502" style="font-family:sans-serif;font-size:10px;"> +NonExisting +</text> +<rect x="7779.125" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7781" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="83582.53125" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83584" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="41998.75" y="435.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42000" y="444" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="95213.96875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95215" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="61018.75" y="754.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61020" y="763" style="font-family:sans-serif;font-size:10px;"> +Список +</text> +<rect x="105623.34375" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105625" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="39449.25" y="667.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39451" y="676" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="108934.96875" y="435.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108936" y="444" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="31283.375" y="667.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31285" y="676" style="font-family:sans-serif;font-size:10px;"> +element_initializer +</text> +<rect x="62069.75" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62071" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="111803.71875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111805" y="676" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="9096.25" y="725.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9098" y="734" style="font-family:sans-serif;font-size:10px;"> +ToString +</text> +<rect x="91136.90625" y="464.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91138" y="473" style="font-family:sans-serif;font-size:10px;"> +dynamic +</text> +<rect x="7702.125" y="870.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7704" y="879" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="4180.625" y="145.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4182" y="154" style="font-family:sans-serif;font-size:10px;"> +using_directive +</text> +<rect x="68913.5" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68915" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="10549.125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10551" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="64846.375" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64848" y="386" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="105805.34375" y="319.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105807" y="328" style="font-family:sans-serif;font-size:10px;"> +accessor_declarations +</text> +<rect x="106048.59375" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106050" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="113520.71875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113522" y="618" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="59041.75" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59043" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="62695.25" y="609.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62697" y="618" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="83977.28125" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83979" y="618" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="58240.375" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58242" y="212" style="font-family:sans-serif;font-size:10px;"> +interface_modifier +</text> +<rect x="64484.625" y="464.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64486" y="473" style="font-family:sans-serif;font-size:10px;"> +protected +</text> +<rect x="37224.5" y="841.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37226" y="850" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="65384.875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65386" y="589" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="31683.625" y="609.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31685" y="618" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="59360.25" y="232.0" width="142.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59362" y="241" style="font-family:sans-serif;font-size:10px;"> +enum_member_declarations +</text> +<rect x="50748.25" y="464.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50750" y="473" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="69336.5" y="551.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69338" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_constraint +</text> +<rect x="96475.71875" y="551.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96477" y="560" style="font-family:sans-serif;font-size:10px;"> +non_nullable_value_type +</text> +<rect x="11783.375" y="609.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11785" y="618" style="font-family:sans-serif;font-size:10px;"> +0XDEADBEEF +</text> +<rect x="28009.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28011" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="20636.625" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20638" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="76063.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76065" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="65259.375" y="406.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65261" y="415" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="35070.90625" y="406.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35072" y="415" style="font-family:sans-serif;font-size:10px;"> +switch_statement +</text> +<rect x="17470.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17472" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="27543.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27545" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="32540.0" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32542" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="81571.65625" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81573" y="676" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="82449.28125" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82451" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="3696.375" y="116.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3698" y="125" style="font-family:sans-serif;font-size:10px;"> +class_base +</text> +<rect x="93264.28125" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93266" y="676" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="103289.34375" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103291" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="115806.21875" y="435.0" width="9.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115808" y="444" style="font-family:sans-serif;font-size:10px;"> +if +</text> +<rect x="117147.96875" y="493.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117149" y="502" style="font-family:sans-serif;font-size:10px;"> +exception_specifier +</text> +<rect x="95232.09375" y="609.0" width="122.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95234" y="618" style="font-family:sans-serif;font-size:10px;"> +inclusive_or_expression +</text> +<rect x="107131.34375" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107133" y="415" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="106891.34375" y="377.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106893" y="386" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="103365.84375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103367" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="115096.21875" y="580.0" width="56.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115098" y="589" style="font-family:sans-serif;font-size:10px;"> +〔:#0.##〕 +</text> +<rect x="103395.84375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103397" y="560" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="20321.125" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20323" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="33781.375" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33783" y="589" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="72153.5" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72155" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="118295.09375" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118297" y="589" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="57008.25" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57010" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="81268.125" y="696.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81270" y="705" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="82262.71875" y="116.0" width="61.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82264" y="125" style="font-family:sans-serif;font-size:10px;"> +namespace +</text> +<rect x="50292.0" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50294" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="42846.25" y="696.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42848" y="705" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="61221.5" y="493.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61223" y="502" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="23725.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23727" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="70694.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70696" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="94590.8828125" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94592" y="560" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="104766.34375" y="319.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104768" y="328" style="font-family:sans-serif;font-size:10px;"> +accessor_declarations +</text> +<rect x="57884.375" y="261.0" width="146.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57886" y="270" style="font-family:sans-serif;font-size:10px;"> +fixed_size_buffer_declaration +</text> +<rect x="11679.375" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11681" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="4665.375" y="377.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4667" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="16467.125" y="551.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16469" y="560" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="33009.125" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33011" y="589" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="111610.21875" y="667.0" width="56.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111612" y="676" style="font-family:sans-serif;font-size:10px;"> +customers +</text> +<rect x="21720.875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21722" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="89247.15625" y="145.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="89249" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="113006.21875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113008" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="116803.71875" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116805" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="32890.125" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32892" y="705" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="34681.5" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34683" y="734" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="76800.375" y="580.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76802" y="589" style="font-family:sans-serif;font-size:10px;"> +f2 +</text> +<rect x="80824.125" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80826" y="415" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="33037.125" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33039" y="589" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="56511.0" y="290.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56513" y="299" style="font-family:sans-serif;font-size:10px;"> +indexer_modifier +</text> +<rect x="75883.625" y="551.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75885" y="560" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="54716.0" y="377.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54718" y="386" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="31610.375" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31612" y="589" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="73752.625" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73754" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="118243.09375" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118245" y="531" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="18133.625" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18135" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="26115.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26117" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="111871.46875" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111873" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5477.625" y="232.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5479" y="241" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="29084.25" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29086" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="37611.0" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37613" y="502" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="29253.5" y="435.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29255" y="444" style="font-family:sans-serif;font-size:10px;"> +else +</text> +<rect x="23376.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23378" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="44130.25" y="841.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44132" y="850" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="103195.09375" y="667.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103197" y="676" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="75087.875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75089" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="63024.625" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63026" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="76545.625" y="580.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76547" y="589" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="24530.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24532" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="41303.5" y="522.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41305" y="531" style="font-family:sans-serif;font-size:10px;"> +stackalloc_expression +</text> +<rect x="72156.75" y="551.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72158" y="560" style="font-family:sans-serif;font-size:10px;"> +Test +</text> +<rect x="29121.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29123" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="115993.71875" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115995" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17249.625" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17251" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="118258.46875" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118260" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="35625.25" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35627" y="531" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="21831.375" y="609.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21833" y="618" style="font-family:sans-serif;font-size:10px;"> +local5 +</text> +<rect x="32655.875" y="290.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32657" y="299" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="14496.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14498" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="35106.75" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35108" y="531" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="36777.5" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36779" y="502" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="59808.5" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59810" y="328" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="38372.75" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38374" y="676" style="font-family:sans-serif;font-size:10px;"> +7 +</text> +<rect x="78694.875" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78696" y="386" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="82872.78125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82874" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="90219.90625" y="464.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90221" y="473" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="98095.34375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98097" y="560" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="104054.46875" y="406.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104056" y="415" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="114153.21875" y="725.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114155" y="734" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="117725.21875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117727" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="80923.625" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80925" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="39331.25" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39333" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="75968.625" y="667.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75970" y="676" style="font-family:sans-serif;font-size:10px;"> +bool +</text> +<rect x="95342.46875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95344" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="111300.46875" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111302" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="54340.5625" y="464.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54342" y="473" style="font-family:sans-serif;font-size:10px;"> +positional_argument +</text> +<rect x="78889.625" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78891" y="502" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="59634.25" y="406.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59636" y="415" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="58901.75" y="261.0" width="124.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58903" y="270" style="font-family:sans-serif;font-size:10px;"> +attribute_target_specifier +</text> +<rect x="16637.375" y="609.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16639" y="618" style="font-family:sans-serif;font-size:10px;"> +"\U00000065" +</text> +<rect x="41606.25" y="464.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41608" y="473" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="73686.76953125" y="145.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73688" y="154" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="52572.75" y="290.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52574" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_declarator +</text> +<rect x="7232.125" y="783.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7234" y="792" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="94425.78125" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94427" y="705" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="70579.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70581" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="77889.625" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77891" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="99983.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99985" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="117264.21875" y="638.0" width="39.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117266" y="647" style="font-family:sans-serif;font-size:10px;"> +myfilter +</text> +<rect x="30862.625" y="580.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30864" y="589" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="34213.375" y="580.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34215" y="589" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="39709.75" y="638.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39711" y="647" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="43914.25" y="754.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43916" y="763" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="50345.75" y="377.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50347" y="386" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="81462.90625" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81464" y="763" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="82408.21875" y="145.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82410" y="154" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="9021.5" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9023" y="647" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="66671.875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66673" y="589" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="81878.90625" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81880" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="3985.625" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3987" y="299" style="font-family:sans-serif;font-size:10px;"> +Dispose +</text> +<rect x="72994.625" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72996" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="65358.375" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65360" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="66891.375" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66893" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="94606.8828125" y="580.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94608" y="589" style="font-family:sans-serif;font-size:10px;"> +method +</text> +<rect x="45426.25" y="899.0" width="56.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45428" y="908" style="font-family:sans-serif;font-size:10px;"> +CustCount +</text> +<rect x="30486.625" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30488" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="39202.0" y="580.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39204" y="589" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="46466.75" y="551.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46468" y="560" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="82477.65625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82479" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="24287.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24289" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="60518.5" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60520" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="103788.21875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103790" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="105887.59375" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105889" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="28778.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28780" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="74351.125" y="609.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74353" y="618" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="67524.5" y="290.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67526" y="299" style="font-family:sans-serif;font-size:10px;"> +type_parameter_list +</text> +<rect x="90243.15625" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90245" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="107100.34375" y="377.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107102" y="386" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="30541.625" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30543" y="676" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="39721.0" y="522.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39723" y="531" style="font-family:sans-serif;font-size:10px;"> +using_statement +</text> +<rect x="112882.96875" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112884" y="763" style="font-family:sans-serif;font-size:10px;"> +p +</text> +<rect x="5222.125" y="203.0" width="74.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5224" y="212" style="font-family:sans-serif;font-size:10px;"> +class_modifier +</text> +<rect x="28338.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28340" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="37614.0" y="754.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37616" y="763" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="41106.25" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41108" y="502" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="59755.25" y="232.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59757" y="241" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="96786.71875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96788" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="73151.0625" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73153" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="73231.625" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73233" y="560" style="font-family:sans-serif;font-size:10px;"> +6 +</text> +<rect x="49890.5" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49892" y="357" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="39134.25" y="493.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39136" y="502" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="51052.25" y="493.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51054" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="72281.0" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72283" y="328" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="58774.75" y="290.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58776" y="299" style="font-family:sans-serif;font-size:10px;"> +interface_accessors +</text> +<rect x="10408.875" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10410" y="618" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="32452.625" y="841.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32454" y="850" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="108339.34375" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108341" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="109561.96875" y="319.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109563" y="328" style="font-family:sans-serif;font-size:10px;"> +this +</text> +<rect x="63365.875" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63367" y="444" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="95260.46875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95262" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="24804.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24806" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="95059.71875" y="638.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95061" y="647" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="18098.7412109375" y="58.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18100" y="67" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="46701.75" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46703" y="386" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="75728.625" y="667.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75730" y="676" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_body +</text> +<rect x="25629.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25631" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="82301.65625" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82303" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="115130.71875" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115132" y="763" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="499.0" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="501" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="49028.0" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49030" y="357" style="font-family:sans-serif;font-size:10px;"> +get_accessor_declaration +</text> +<rect x="3169.625" y="203.0" width="120.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3171" y="212" style="font-family:sans-serif;font-size:10px;"> +positional_argument_list +</text> +<rect x="31274.375" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31276" y="705" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="37163.5" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37165" y="821" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="58926.75" y="348.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58928" y="357" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="62697.875" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62699" y="763" style="font-family:sans-serif;font-size:10px;"> +Write +</text> +<rect x="7357.375" y="522.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7359" y="531" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="57480.375" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57482" y="357" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="62025.0" y="609.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62027" y="618" style="font-family:sans-serif;font-size:10px;"> +pre_decrement_expression +</text> +<rect x="72583.375" y="435.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72585" y="444" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="79940.375" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79942" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8500.625" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8502" y="502" style="font-family:sans-serif;font-size:10px;"> +constant_declarator +</text> +<rect x="70400.25" y="841.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70402" y="850" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="111067.96875" y="551.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111069" y="560" style="font-family:sans-serif;font-size:10px;"> +non_nullable_value_type +</text> +<rect x="72786.125" y="261.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72788" y="270" style="font-family:sans-serif;font-size:10px;"> +field_declaration +</text> +<rect x="73451.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73453" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="77065.125" y="696.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77067" y="705" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="3898.375" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3900" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="37512.0" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37514" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="32040.625" y="841.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32042" y="850" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="83563.78125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83565" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="102514.34375" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102516" y="705" style="font-family:sans-serif;font-size:10px;"> +x +</text> +<rect x="98585.34375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98587" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="83659.03125" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83661" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="78401.125" y="609.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78403" y="618" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="8025.625" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8027" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="27347.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27349" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="79607.375" y="783.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79609" y="792" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="6894.875" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6896" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="20842.625" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20844" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="45209.25" y="812.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45211" y="821" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="108985.59375" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108987" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="71565.875" y="667.0" width="147.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71567" y="676" style="font-family:sans-serif;font-size:10px;"> +object_or_collection_initializer +</text> +<rect x="20874.125" y="551.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20876" y="560" style="font-family:sans-serif;font-size:10px;"> +uint +</text> +<rect x="33278.875" y="551.0" width="196.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33280" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_no_array_creation_expression +</text> +<rect x="7614.375" y="667.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7616" y="676" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="35325.8125" y="435.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35327" y="444" style="font-family:sans-serif;font-size:10px;"> +switch_block +</text> +<rect x="45432.375" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45434" y="705" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="57463.25" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57465" y="270" style="font-family:sans-serif;font-size:10px;"> +operator_declaration +</text> +<rect x="70018.75" y="783.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70020" y="792" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="63040.625" y="377.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63042" y="386" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="94695.25" y="609.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94697" y="618" style="font-family:sans-serif;font-size:10px;"> +and_expression +</text> +<rect x="49904.5" y="348.0" width="124.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49906" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_target_specifier +</text> +<rect x="45327.0" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45329" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="62597.75" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62599" y="647" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="83209.03125" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83211" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="18886.875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18888" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="100351.59375" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100353" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="8987.5" y="638.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8989" y="647" style="font-family:sans-serif;font-size:10px;"> +Guid +</text> +<rect x="64694.625" y="464.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64696" y="473" style="font-family:sans-serif;font-size:10px;"> +B +</text> +<rect x="108217.34375" y="464.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108219" y="473" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="28061.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28063" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="49919.0" y="406.0" width="46.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49921" y="415" style="font-family:sans-serif;font-size:10px;"> +keyword +</text> +<rect x="116865.96875" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116867" y="705" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="34142.375" y="580.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34144" y="589" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="19928.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19930" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="81033.5" y="319.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81035" y="328" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="111378.71875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111380" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="44540.734375" y="580.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44542" y="589" style="font-family:sans-serif;font-size:10px;"> +query_body +</text> +<rect x="20208.125" y="551.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20210" y="560" style="font-family:sans-serif;font-size:10px;"> +@sbyte +</text> +<rect x="28122.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28124" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="92213.90625" y="348.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92215" y="357" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="78941.625" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78943" y="473" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="79284.125" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79286" y="299" style="font-family:sans-serif;font-size:10px;"> +property_modifier +</text> +<rect x="10869.875" y="638.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10871" y="647" style="font-family:sans-serif;font-size:10px;"> +Action +</text> +<rect x="71469.375" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71471" y="821" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="41924.0" y="667.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41926" y="676" style="font-family:sans-serif;font-size:10px;"> +null_literal +</text> +<rect x="60732.0" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60734" y="473" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="8135.125" y="493.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8137" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="68018.05078125" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68020" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="101451.84375" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101453" y="589" style="font-family:sans-serif;font-size:10px;"> +s +</text> +<rect x="45316.0" y="522.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45318" y="531" style="font-family:sans-serif;font-size:10px;"> +query_expression +</text> +<rect x="81501.53125" y="870.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81503" y="879" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="21612.125" y="551.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21614" y="560" style="font-family:sans-serif;font-size:10px;"> +dynamic +</text> +<rect x="76094.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76096" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="80179.875" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80181" y="618" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="31968.625" y="754.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31970" y="763" style="font-family:sans-serif;font-size:10px;"> +array_initializer +</text> +<rect x="103808.71875" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103810" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="100666.84375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100668" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="10489.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10491" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="7695.375" y="609.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7697" y="618" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="7829.875" y="725.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7831" y="734" style="font-family:sans-serif;font-size:10px;"> +〔x·〕 +</text> +<rect x="12673.375" y="580.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12675" y="589" style="font-family:sans-serif;font-size:10px;"> +ul +</text> +<rect x="43943.25" y="841.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43945" y="850" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="76726.625" y="638.0" width="194.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76728" y="647" style="font-family:sans-serif;font-size:10px;"> +implicit_anonymous_function_signature +</text> +<rect x="97039.21875" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97041" y="589" style="font-family:sans-serif;font-size:10px;"> +f +</text> +<rect x="9373.125" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9375" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="18525.625" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18527" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="53042.25" y="348.0" width="147.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53044" y="357" style="font-family:sans-serif;font-size:10px;"> +overloadable_unary_operator +</text> +<rect x="63117.625" y="377.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63119" y="386" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="17726.625" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17728" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="13293.125" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13295" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="48742.5" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48744" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="15869.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15871" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="81526.125" y="667.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81528" y="676" style="font-family:sans-serif;font-size:10px;"> +global +</text> +<rect x="12258.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12260" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="4836.875" y="319.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4838" y="328" style="font-family:sans-serif;font-size:10px;"> +type_parameter +</text> +<rect x="48214.25" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48216" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="71698.0" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71700" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="45387.0" y="928.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45389" y="937" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="9397.625" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9399" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="68756.703125" y="319.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68758" y="328" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="95433.84375" y="696.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95435" y="705" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="115150.21875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115152" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="56824.625" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56826" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="46084.75" y="377.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46086" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute +</text> +<rect x="64733.125" y="638.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64735" y="647" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="55875.75" y="435.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55877" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="37607.25" y="812.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37609" y="821" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="93303.28125" y="580.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93305" y="589" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="51675.5" y="609.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51677" y="618" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="9021.25" y="754.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9023" y="763" style="font-family:sans-serif;font-size:10px;"> +r +</text> +<rect x="16730.125" y="522.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16732" y="531" style="font-family:sans-serif;font-size:10px;"> +numeric_type +</text> +<rect x="38799.75" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38801" y="560" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="4149.125" y="174.0" width="140.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4151" y="183" style="font-family:sans-serif;font-size:10px;"> +using_namespace_directive +</text> +<rect x="70316.25" y="841.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70318" y="850" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="72398.25" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72400" y="357" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="110735.71875" y="696.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110737" y="705" style="font-family:sans-serif;font-size:10px;"> +range +</text> +<rect x="47678.75" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47680" y="357" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="32382.125" y="551.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32384" y="560" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="38613.5" y="435.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38615" y="444" style="font-family:sans-serif;font-size:10px;"> +lock +</text> +<rect x="50363.65625" y="290.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50365" y="299" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="63804.8125" y="203.0" width="61.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63806" y="212" style="font-family:sans-serif;font-size:10px;"> +namespace +</text> +<rect x="96552.71875" y="522.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96554" y="531" style="font-family:sans-serif;font-size:10px;"> +nullable_value_type +</text> +<rect x="25401.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25403" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="101815.84375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101817" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="54800.0" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54802" y="328" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="116971.96875" y="725.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116973" y="734" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="100179.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100181" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="113651.21875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113653" y="676" style="font-family:sans-serif;font-size:10px;"> +p +</text> +<rect x="77934.625" y="522.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77936" y="531" style="font-family:sans-serif;font-size:10px;"> +lambda_expression +</text> +<rect x="65726.125" y="464.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65728" y="473" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="97035.21875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97037" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="114301.96875" y="783.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114303" y="792" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="78448.375" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78450" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="74576.125" y="580.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74578" y="589" style="font-family:sans-serif;font-size:10px;"> +j +</text> +<rect x="101973.34375" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101975" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="117908.21875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117910" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="59617.75" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59619" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="100103.59375" y="522.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100105" y="531" style="font-family:sans-serif;font-size:10px;"> +&= +</text> +<rect x="55908.125" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55910" y="676" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="69199.25" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69201" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="72630.875" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72632" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="860.5" y="203.0" width="65.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="862" y="212" style="font-family:sans-serif;font-size:10px;"> +Expressions +</text> +<rect x="32873.125" y="783.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32875" y="792" style="font-family:sans-serif;font-size:10px;"> +122 +</text> +<rect x="65822.625" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65824" y="502" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="32549.125" y="783.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32551" y="792" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="76112.875" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76114" y="589" style="font-family:sans-serif;font-size:10px;"> +f +</text> +<rect x="10399.375" y="638.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10401" y="647" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="55953.75" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55955" y="444" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="64165.875" y="464.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64167" y="473" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="70667.5" y="696.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70669" y="705" style="font-family:sans-serif;font-size:10px;"> +Bar +</text> +<rect x="19173.875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19175" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="20667.875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20669" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="80398.375" y="609.0" width="142.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80400" y="618" style="font-family:sans-serif;font-size:10px;"> +generic_dimension_specifier +</text> +<rect x="25266.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25268" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="111619.46875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111621" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="109559.84375" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109561" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="65390.625" y="290.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65392" y="299" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="63457.625" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63459" y="647" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="21351.625" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21353" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="30431.375" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30433" y="560" style="font-family:sans-serif;font-size:10px;"> +o4 +</text> +<rect x="71618.9375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71620" y="560" style="font-family:sans-serif;font-size:10px;"> +q +</text> +<rect x="45143.0" y="754.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45145" y="763" style="font-family:sans-serif;font-size:10px;"> +orderings +</text> +<rect x="80761.875" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80763" y="705" style="font-family:sans-serif;font-size:10px;"> +t +</text> +<rect x="53800.0" y="290.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53802" y="299" style="font-family:sans-serif;font-size:10px;"> +constructor_modifier +</text> +<rect x="100944.84375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100946" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="106681.84375" y="435.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106683" y="444" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="109605.46875" y="435.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109607" y="444" style="font-family:sans-serif;font-size:10px;"> +long +</text> +<rect x="44833.0" y="754.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44835" y="763" style="font-family:sans-serif;font-size:10px;"> +Country +</text> +<rect x="65784.125" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65786" y="415" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="30140.125" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30142" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="29028.125" y="493.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29030" y="502" style="font-family:sans-serif;font-size:10px;"> +shift_expression +</text> +<rect x="14902.375" y="667.0" width="124.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14904" y="676" style="font-family:sans-serif;font-size:10px;"> +9223372036854775808L +</text> +<rect x="30796.375" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30798" y="560" style="font-family:sans-serif;font-size:10px;"> +o5 +</text> +<rect x="42009.75" y="580.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42011" y="589" style="font-family:sans-serif;font-size:10px;"> +null +</text> +<rect x="82086.90625" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82088" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="45208.0" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45210" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="97415.96875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97417" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="43696.0" y="812.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43698" y="821" style="font-family:sans-serif;font-size:10px;"> +!= +</text> +<rect x="30634.125" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30636" y="705" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="62308.0" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62310" y="589" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="23497.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23499" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="28247.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28249" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="74750.125" y="522.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74752" y="531" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="44426.0" y="812.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44428" y="821" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="103083.59375" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103085" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="115234.21875" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115236" y="560" style="font-family:sans-serif;font-size:10px;"> +regular_interpolation +</text> +<rect x="7010.875" y="290.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7012" y="299" style="font-family:sans-serif;font-size:10px;"> +attributes +</text> +<rect x="116111.71875" y="667.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116113" y="676" style="font-family:sans-serif;font-size:10px;"> +nameof +</text> +<rect x="43010.25" y="696.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43012" y="705" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="47896.75" y="348.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47898" y="357" style="font-family:sans-serif;font-size:10px;"> +where +</text> +<rect x="58200.375" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58202" y="299" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="61592.75" y="551.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61594" y="560" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="111961.96875" y="580.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111963" y="589" style="font-family:sans-serif;font-size:10px;"> +null_coalescing_expression +</text> +<rect x="29115.625" y="406.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29117" y="415" style="font-family:sans-serif;font-size:10px;"> +if_statement +</text> +<rect x="49346.0" y="290.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49348" y="299" style="font-family:sans-serif;font-size:10px;"> +indexer_declarator +</text> +<rect x="18062.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18064" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="12060.875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12062" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="31102.125" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31104" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="36937.5" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36939" y="821" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="63547.125" y="1102.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63549" y="1111" style="font-family:sans-serif;font-size:10px;"> +WebClient +</text> +<rect x="107066.84375" y="522.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107068" y="531" style="font-family:sans-serif;font-size:10px;"> +dx +</text> +<rect x="108991.46875" y="464.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108993" y="473" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="61593.0" y="609.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61595" y="618" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="23714.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23716" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="46427.75" y="319.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46429" y="328" style="font-family:sans-serif;font-size:10px;"> +volatile +</text> +<rect x="49528.75" y="406.0" width="39.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49530" y="415" style="font-family:sans-serif;font-size:10px;"> +internal +</text> +<rect x="50926.0" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50928" y="386" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="104514.96875" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104516" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="19356.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19358" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="6133.875" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6135" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104479.46875" y="493.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104481" y="502" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="114325.96875" y="841.0" width="39.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114327" y="850" style="font-family:sans-serif;font-size:10px;"> +Person +</text> +<rect x="22069.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22071" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="14889.875" y="580.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14891" y="589" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="41565.25" y="522.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41567" y="531" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="43571.0" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43573" y="821" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="56630.0625" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56632" y="270" style="font-family:sans-serif;font-size:10px;"> +indexer_declaration +</text> +<rect x="62732.5" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62734" y="676" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="42699.25" y="609.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42701" y="618" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="95657.21875" y="522.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95659" y="531" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="17235.125" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17237" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="19444.875" y="580.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19446" y="589" style="font-family:sans-serif;font-size:10px;"> +null_coalescing_expression +</text> +<rect x="39151.0" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39153" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63750.625" y="754.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63752" y="763" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="51026.25" y="464.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51028" y="473" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="40947.0" y="725.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40949" y="734" style="font-family:sans-serif;font-size:10px;"> +intref +</text> +<rect x="31817.125" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31819" y="676" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="30417.625" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30419" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="67981.0" y="348.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67983" y="357" style="font-family:sans-serif;font-size:10px;"> +field_declaration +</text> +<rect x="106922.34375" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106924" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="82530.28125" y="377.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82532" y="386" style="font-family:sans-serif;font-size:10px;"> +M +</text> +<rect x="104145.96875" y="377.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104147" y="386" style="font-family:sans-serif;font-size:10px;"> +variable_declarators +</text> +<rect x="54894.0" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54896" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="9261.625" y="580.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9263" y="589" style="font-family:sans-serif;font-size:10px;"> +local +</text> +<rect x="61027.25" y="696.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61029" y="705" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="81656.875" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81658" y="560" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="90280.15625" y="377.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90282" y="386" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="92367.65625" y="435.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92369" y="444" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="56154.75" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56156" y="270" style="font-family:sans-serif;font-size:10px;"> +property_declaration +</text> +<rect x="42303.5" y="522.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42305" y="531" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="55146.625" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55148" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="83615.03125" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83617" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="30548.125" y="696.0" width="79.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30550" y="705" style="font-family:sans-serif;font-size:10px;"> +initializer_target +</text> +<rect x="80647.375" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80649" y="676" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="61922.25" y="754.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61924" y="763" style="font-family:sans-serif;font-size:10px;"> +counter +</text> +<rect x="11745.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11747" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="112502.21875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112504" y="618" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="91008.65625" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91010" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="111591.21875" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111593" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="66070.0" y="348.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66072" y="357" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="29139.625" y="551.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29141" y="560" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="38155.75" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38157" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="78539.25" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78541" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="55123.5" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55125" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="66807.375" y="493.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66809" y="502" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="4769.375" y="348.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4771" y="357" style="font-family:sans-serif;font-size:10px;"> +out +</text> +<rect x="10280.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10282" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="34327.0" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34329" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="60699.0" y="406.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60701" y="415" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="36908.5" y="493.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36910" y="502" style="font-family:sans-serif;font-size:10px;"> +shift_expression +</text> +<rect x="67642.0" y="319.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67644" y="328" style="font-family:sans-serif;font-size:10px;"> +where +</text> +<rect x="69546.25" y="667.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69548" y="676" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="70371.375" y="580.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70373" y="589" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="78920.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78922" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14211.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14213" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="30675.125" y="725.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30677" y="734" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="37626.0" y="493.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37628" y="502" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="63657.625" y="754.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63659" y="763" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="26946.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26948" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="38244.75" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38246" y="560" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="47060.75" y="348.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47062" y="357" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="107012.84375" y="319.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107014" y="328" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="421.75" y="116.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="423" y="125" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="113775.96875" y="551.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113777" y="560" style="font-family:sans-serif;font-size:10px;"> +〔·year〕 +</text> +<rect x="81229.0" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81231" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="80761.625" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80763" y="589" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="66681.25" y="348.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66683" y="357" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="74914.625" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74916" y="589" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="43025.25" y="667.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43027" y="676" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="37774.5" y="464.0" width="79.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37776" y="473" style="font-family:sans-serif;font-size:10px;"> +goto_statement +</text> +<rect x="6209.375" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6211" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="106887.34375" y="464.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106889" y="473" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="73302.875" y="522.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73304" y="531" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="61469.25" y="667.0" width="133.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61471" y="676" style="font-family:sans-serif;font-size:10px;"> +parenthesized_expression +</text> +<rect x="20588.625" y="551.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20590" y="560" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="74160.625" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74162" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="42497.5" y="522.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42499" y="531" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="80462.875" y="812.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80464" y="821" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="92051.90625" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92053" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="112369.71875" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112371" y="734" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="962.25" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="964" y="125" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="78727.375" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78729" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="53304.25" y="406.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53306" y="415" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="48354.25" y="435.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48356" y="444" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="23635.125" y="580.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23637" y="589" style="font-family:sans-serif;font-size:10px;"> +descending +</text> +<rect x="29373.125" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29375" y="618" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="68898.703125" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68900" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="77499.375" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77501" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="95575.21875" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95577" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="116619.46875" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116621" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="80100.0" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80102" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="36546.25" y="638.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36548" y="647" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="96589.71875" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96591" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="2446.0" y="174.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2448" y="183" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="75356.125" y="754.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75358" y="763" style="font-family:sans-serif;font-size:10px;"> +bool +</text> +<rect x="79147.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79149" y="444" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="97254.96875" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97256" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="64848.125" y="464.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64850" y="473" style="font-family:sans-serif;font-size:10px;"> +N +</text> +<rect x="93314.78125" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93316" y="618" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="1880.0" y="116.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1882" y="125" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="68738.0" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68740" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="33741.625" y="551.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33743" y="560" style="font-family:sans-serif;font-size:10px;"> +expression_list +</text> +<rect x="113737.46875" y="783.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113739" y="792" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="46639.75" y="435.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46641" y="444" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="95996.71875" y="551.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95998" y="560" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="61230.75" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61232" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="65801.125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65803" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="37080.25" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37082" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="110989.46875" y="812.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110991" y="821" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="23063.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23065" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="98946.59375" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98948" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="10103.875" y="551.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10105" y="560" style="font-family:sans-serif;font-size:10px;"> +local3 +</text> +<rect x="40415.75" y="435.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40417" y="444" style="font-family:sans-serif;font-size:10px;"> +yield +</text> +<rect x="114207.21875" y="551.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114209" y="560" style="font-family:sans-serif;font-size:10px;"> +〔$"〕 +</text> +<rect x="70032.75" y="667.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70034" y="676" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="39984.0" y="551.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39986" y="560" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="34187.5" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34189" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="35450.25" y="638.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35452" y="647" style="font-family:sans-serif;font-size:10px;"> +goto +</text> +<rect x="116459.21875" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116461" y="676" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="2285.0" y="232.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2287" y="241" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="82374.90625" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82376" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="91991.90625" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91993" y="415" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="40223.5" y="522.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40225" y="531" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="37901.5" y="464.0" width="88.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37903" y="473" style="font-family:sans-serif;font-size:10px;"> +empty_statement +</text> +<rect x="34001.125" y="580.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34003" y="589" style="font-family:sans-serif;font-size:10px;"> +element_access +</text> +<rect x="59820.5" y="348.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59822" y="357" style="font-family:sans-serif;font-size:10px;"> +object +</text> +<rect x="58715.25" y="319.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58717" y="328" style="font-family:sans-serif;font-size:10px;"> +Value +</text> +<rect x="57217.125" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57219" y="299" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="75949.625" y="638.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75951" y="647" style="font-family:sans-serif;font-size:10px;"> +simple_type +</text> +<rect x="46804.75" y="290.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46806" y="299" style="font-family:sans-serif;font-size:10px;"> +attributes +</text> +<rect x="6002.375" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6004" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="37315.25" y="812.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37317" y="821" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="104622.96875" y="609.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104624" y="618" style="font-family:sans-serif;font-size:10px;"> +this +</text> +<rect x="110057.21875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110059" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="72350.875" y="406.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72352" y="415" style="font-family:sans-serif;font-size:10px;"> +Test +</text> +<rect x="50628.8125" y="290.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50630" y="299" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="30174.125" y="696.0" width="79.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30176" y="705" style="font-family:sans-serif;font-size:10px;"> +initializer_target +</text> +<rect x="52464.0" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52466" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="92973.28125" y="551.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92975" y="560" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="2494.0" y="232.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2496" y="241" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="55715.375" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55717" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="117622.21875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117624" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="74824.625" y="580.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74826" y="589" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="106912.84375" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106914" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="100110.84375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100112" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="105509.59375" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105511" y="357" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="36241.25" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36243" y="647" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="48180.5" y="464.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48182" y="473" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="62292.5625" y="812.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62294" y="821" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="90674.40625" y="435.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90676" y="444" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="2781.125" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2783" y="125" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="27109.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27111" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="61307.25" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61309" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="77198.125" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77200" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="30474.125" y="580.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30476" y="589" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="115601.21875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115603" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="40779.0" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40781" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="58427.25" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58429" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="98968.84375" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98970" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="69649.0" y="580.0" width="110.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69651" y="589" style="font-family:sans-serif;font-size:10px;"> +secondary_constraint +</text> +<rect x="16487.125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16489" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="21771.875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21773" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="66724.875" y="638.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66726" y="647" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="62816.625" y="812.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62818" y="821" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="78386.125" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78388" y="618" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="81712.625" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81714" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="84067.53125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84069" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="110809.21875" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110811" y="647" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="8752.375" y="464.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8754" y="473" style="font-family:sans-serif;font-size:10px;"> +const +</text> +<rect x="91937.90625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91939" y="444" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="110009.46875" y="522.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110011" y="531" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="32044.125" y="870.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32046" y="879" style="font-family:sans-serif;font-size:10px;"> +112 +</text> +<rect x="45267.5" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45269" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="115132.46875" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115134" y="647" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="113178.71875" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113180" y="705" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="116089.84375" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116091" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="2883.125" y="116.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2885" y="125" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="38529.75" y="551.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38531" y="560" style="font-family:sans-serif;font-size:10px;"> +else +</text> +<rect x="64428.125" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64430" y="444" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="46441.75" y="522.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46443" y="531" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="65628.625" y="348.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65630" y="357" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="116709.71875" y="551.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116711" y="560" style="font-family:sans-serif;font-size:10px;"> +numbers +</text> +<rect x="7096.625" y="667.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7098" y="676" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="30191.625" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30193" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7131.875" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7133" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="40706.75" y="435.0" width="127.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40708" y="444" style="font-family:sans-serif;font-size:10px;"> +fixed_pointer_declarators +</text> +<rect x="75640.875" y="609.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75642" y="618" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_body +</text> +<rect x="21382.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21384" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="33598.3125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33600" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="94775.65625" y="696.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94777" y="705" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="117069.96875" y="696.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117071" y="705" style="font-family:sans-serif;font-size:10px;"> +initializer_value +</text> +<rect x="117147.46875" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117149" y="676" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="24646.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24648" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="62101.90625" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62103" y="299" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="33809.875" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33811" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="61460.25" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61462" y="647" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="79610.875" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79612" y="676" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="97501.71875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97503" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="90593.90625" y="464.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90595" y="473" style="font-family:sans-serif;font-size:10px;"> +dynamic +</text> +<rect x="99616.59375" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99618" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="116906.96875" y="725.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116908" y="734" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="118090.84375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118092" y="560" style="font-family:sans-serif;font-size:10px;"> +e +</text> +<rect x="14510.375" y="580.0" width="72.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14512" y="589" style="font-family:sans-serif;font-size:10px;"> +minInt32Value +</text> +<rect x="67477.375" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67479" y="444" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="90674.53125" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90676" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="64048.875" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64050" y="415" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="4988.875" y="290.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4990" y="299" style="font-family:sans-serif;font-size:10px;"> +type_parameter +</text> +<rect x="69494.0" y="580.0" width="110.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69496" y="589" style="font-family:sans-serif;font-size:10px;"> +secondary_constraint +</text> +<rect x="69883.75" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69885" y="618" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="64467.625" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64469" y="415" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="28928.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28930" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="100728.59375" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100730" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="71938.25" y="580.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71940" y="589" style="font-family:sans-serif;font-size:10px;"> +query_body +</text> +<rect x="78075.375" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78077" y="618" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="61613.5" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61615" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="37860.5" y="464.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37862" y="473" style="font-family:sans-serif;font-size:10px;"> +label2 +</text> +<rect x="102393.84375" y="435.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102395" y="444" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="116794.96875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116796" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="62058.5" y="638.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62060" y="647" style="font-family:sans-serif;font-size:10px;"> +-- +</text> +<rect x="65121.875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65123" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="42837.0" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42839" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="92885.28125" y="551.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92887" y="560" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="81509.0625" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81511" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="79990.375" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79992" y="821" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="42361.0" y="493.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42363" y="502" style="font-family:sans-serif;font-size:10px;"> +catch +</text> +<rect x="70904.625" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70906" y="618" style="font-family:sans-serif;font-size:10px;"> +x +</text> +<rect x="60297.5" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60299" y="415" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="11632.875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11634" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="72184.0" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72186" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="44855.25" y="841.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44857" y="850" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="110047.21875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110049" y="560" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="97235.96875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97237" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="83504.53125" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83506" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="90726.40625" y="464.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90728" y="473" style="font-family:sans-serif;font-size:10px;"> +dynamic +</text> +<rect x="1970.0" y="203.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1972" y="212" style="font-family:sans-serif;font-size:10px;"> +ABC +</text> +<rect x="37628.0" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37630" y="560" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="76116.625" y="667.0" width="200.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76118" y="676" style="font-family:sans-serif;font-size:10px;"> +explicit_anonymous_function_parameter +</text> +<rect x="26034.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26036" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="108188.59375" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108190" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5630.625" y="435.0" width="120.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5632" y="444" style="font-family:sans-serif;font-size:10px;"> +positional_argument_list +</text> +<rect x="107323.84375" y="522.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107325" y="531" style="font-family:sans-serif;font-size:10px;"> +dy +</text> +<rect x="98797.09375" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98799" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="46986.75" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46988" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="54639.0" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54641" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="29674.625" y="580.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29676" y="589" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="16434.375" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16436" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="27781.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27783" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="168.75" y="116.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="170" y="125" style="font-family:sans-serif;font-size:10px;"> +namespace_name +</text> +<rect x="40323.75" y="464.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40325" y="473" style="font-family:sans-serif;font-size:10px;"> +element_access +</text> +<rect x="48918.0" y="348.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48920" y="357" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="56736.0" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56738" y="328" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="84204.78125" y="609.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84206" y="618" style="font-family:sans-serif;font-size:10px;"> +@"\\\\" +</text> +<rect x="73436.25" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73438" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="104690.34375" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104692" y="357" style="font-family:sans-serif;font-size:10px;"> +get_accessor_declaration +</text> +<rect x="46596.25" y="522.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46598" y="531" style="font-family:sans-serif;font-size:10px;"> +and_expression +</text> +<rect x="112400.71875" y="725.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112402" y="734" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="112634.21875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112636" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="53323.25" y="377.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53325" y="386" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="53881.5" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53883" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="11032.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11034" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="39152.8125" y="348.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39154" y="357" style="font-family:sans-serif;font-size:10px;"> +f1 +</text> +<rect x="39524.5" y="551.0" width="105.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39526" y="560" style="font-family:sans-serif;font-size:10px;"> +resource_acquisition +</text> +<rect x="55639.5" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55641" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="88344.673828125" y="87.0" width="120.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="88346" y="96" style="font-family:sans-serif;font-size:10px;"> +namespace_declaration +</text> +<rect x="15776.375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15778" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="60967.75" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60969" y="647" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="26424.4375" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26426" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="27463.125" y="580.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27465" y="589" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="1465.0" y="116.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1467" y="125" style="font-family:sans-serif;font-size:10px;"> +namespace_name +</text> +<rect x="11561.375" y="609.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11563" y="618" style="font-family:sans-serif;font-size:10px;"> +0xBADC0DE +</text> +<rect x="38709.0" y="522.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38711" y="531" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="39140.1875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39142" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="84783.15625" y="203.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84785" y="212" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="59285.75" y="319.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59287" y="328" style="font-family:sans-serif;font-size:10px;"> +B +</text> +<rect x="105177.59375" y="290.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105179" y="299" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="44471.5" y="870.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44473" y="879" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="7063.375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7065" y="444" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="2220.0" y="174.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2222" y="183" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="48300.0" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48302" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="52829.0" y="406.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52831" y="415" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="117996.21875" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117998" y="705" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="61762.25" y="638.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61764" y="647" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="54535.3125" y="493.0" width="155.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54537" y="502" style="font-family:sans-serif;font-size:10px;"> +attribute_argument_expression +</text> +<rect x="75542.625" y="667.0" width="156.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75544" y="676" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_signature +</text> +<rect x="61409.25" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61411" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="109567.46875" y="290.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109569" y="299" style="font-family:sans-serif;font-size:10px;"> +indexer_declarator +</text> +<rect x="18281.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18283" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="57324.375" y="348.0" width="149.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57326" y="357" style="font-family:sans-serif;font-size:10px;"> +overloadable_binary_operator +</text> +<rect x="46338.75" y="290.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46340" y="299" style="font-family:sans-serif;font-size:10px;"> +field_modifier +</text> +<rect x="93554.78125" y="580.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93556" y="589" style="font-family:sans-serif;font-size:10px;"> +array_initializer +</text> +<rect x="74625.125" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74627" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="108719.46875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108721" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="85.5" y="116.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="87" y="125" style="font-family:sans-serif;font-size:10px;"> +Foo +</text> +<rect x="54345.0" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54347" y="357" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="111189.71875" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111191" y="763" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="17356.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17358" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="5784.375" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5786" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="7509.875" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7511" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63620.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63622" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="17855.625" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17857" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="117196.96875" y="406.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117198" y="415" style="font-family:sans-serif;font-size:10px;"> +try_statement +</text> +<rect x="195.25" y="174.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="197" y="183" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="13109.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13111" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="30700.625" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30702" y="647" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="10399.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10401" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="115422.21875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115424" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63255.625" y="464.0" width="93.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63257" y="473" style="font-family:sans-serif;font-size:10px;"> +AsyncAnonymous +</text> +<rect x="13678.875" y="609.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13680" y="618" style="font-family:sans-serif;font-size:10px;"> +1lu +</text> +<rect x="72153.5" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72155" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="75143.625" y="609.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75145" y="618" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="112855.71875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112857" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="1242.5" y="116.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1244" y="125" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="118258.09375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118260" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="1661.25" y="87.0" width="105.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1663" y="96" style="font-family:sans-serif;font-size:10px;"> +using_alias_directive +</text> +<rect x="106356.21875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106358" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="110584.46875" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110586" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="50232.0" y="406.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50234" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="23816.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23818" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="40923.5" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40925" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="44036.75" y="870.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44038" y="879" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="52736.25" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52738" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="54980.5" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54982" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63010.625" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63012" y="676" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="97630.96875" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97632" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="69221.5" y="522.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69223" y="531" style="font-family:sans-serif;font-size:10px;"> +where +</text> +<rect x="31217.25" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31219" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="43496.0" y="783.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43498" y="792" style="font-family:sans-serif;font-size:10px;"> +d +</text> +<rect x="60860.75" y="522.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60862" y="531" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="116695.96875" y="696.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116697" y="705" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="94608.28125" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94610" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="111609.96875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111611" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="112249.21875" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112251" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="80239.375" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80241" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="94184.53125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94186" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="110603.71875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110605" y="676" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="8058.625" y="667.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8060" y="676" style="font-family:sans-serif;font-size:10px;"> +export +</text> +<rect x="26633.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26635" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="82277.28125" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82279" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="104604.46875" y="551.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104606" y="560" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="107238.34375" y="406.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107240" y="415" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="8248.125" y="551.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8250" y="560" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="17820.125" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17822" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="40671.0" y="522.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40673" y="531" style="font-family:sans-serif;font-size:10px;"> +stackalloc_expression +</text> +<rect x="32246.625" y="841.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32248" y="850" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="62776.875" y="377.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62778" y="386" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="61328.5" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61330" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="62052.0" y="667.0" width="143.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62054" y="676" style="font-family:sans-serif;font-size:10px;"> +post_decrement_expression +</text> +<rect x="84064.53125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84066" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="26957.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26959" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="47796.5" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47798" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="74891.875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74893" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="82498.28125" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82500" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="269.75" y="116.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="271" y="125" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="15491.125" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15493" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="53210.0" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53212" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="25877.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25879" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="114418.21875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114420" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="115822.21875" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115824" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="140.0" y="87.0" width="140.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="142" y="96" style="font-family:sans-serif;font-size:10px;"> +using_namespace_directive +</text> +<rect x="38861.75" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38863" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="57833.625" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57835" y="473" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="68839.5" y="522.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68841" y="531" style="font-family:sans-serif;font-size:10px;"> +type_parameters +</text> +<rect x="7224.625" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7226" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="100198.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100200" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="20744.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20746" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="35762.5" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35764" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104366.96875" y="377.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104368" y="386" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="51903.0" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51905" y="560" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="28495.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28497" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="63621.375" y="319.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63623" y="328" style="font-family:sans-serif;font-size:10px;"> +where +</text> +<rect x="81994.40625" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81996" y="589" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="93727.7890625" y="174.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93729" y="183" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="81808.875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81810" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="93524.28125" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93526" y="618" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="108424.71875" y="319.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108426" y="328" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="116637.46875" y="638.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116639" y="647" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="102877.34375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102879" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="46645.0" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46647" y="560" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="4879.875" y="290.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4881" y="299" style="font-family:sans-serif;font-size:10px;"> +variance_annotation +</text> +<rect x="32156.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32158" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="32639.625" y="638.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32641" y="647" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="70741.828125" y="232.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70743" y="241" style="font-family:sans-serif;font-size:10px;"> +Test +</text> +<rect x="22934.125" y="580.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22936" y="589" style="font-family:sans-serif;font-size:10px;"> +async +</text> +<rect x="64631.625" y="522.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64633" y="531" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="98802.09375" y="551.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98804" y="560" style="font-family:sans-serif;font-size:10px;"> +5.0 +</text> +<rect x="3192.375" y="116.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3194" y="125" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="11892.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11894" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="37158.0" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37160" y="705" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="31245.125" y="725.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31247" y="734" style="font-family:sans-serif;font-size:10px;"> +expression_list +</text> +<rect x="72635.875" y="522.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72637" y="531" style="font-family:sans-serif;font-size:10px;"> +Test +</text> +<rect x="68206.5" y="377.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68208" y="386" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="37345.0" y="696.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37347" y="705" style="font-family:sans-serif;font-size:10px;"> +for_condition +</text> +<rect x="32461.125" y="696.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32463" y="705" style="font-family:sans-serif;font-size:10px;"> +variable_initializer_list +</text> +<rect x="32010.625" y="812.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32012" y="821" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="103100.59375" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103102" y="618" style="font-family:sans-serif;font-size:10px;"> +x +</text> +<rect x="101358.59375" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101360" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="42904.5" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42906" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="110801.21875" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110803" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="27823.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27825" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="31373.375" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31375" y="705" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="82108.90625" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82110" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="26499.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26501" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8406.125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8408" y="560" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="3348.375" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3350" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19619.625" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19621" y="734" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="91518.40625" y="464.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91520" y="473" style="font-family:sans-serif;font-size:10px;"> +dynamic +</text> +<rect x="12556.125" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12558" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="92264.90625" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92266" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="39016.75" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39018" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="37753.5" y="754.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37755" y="763" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="107295.34375" y="406.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107297" y="415" style="font-family:sans-serif;font-size:10px;"> +Complex +</text> +<rect x="5548.625" y="406.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5550" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute_name +</text> +<rect x="21988.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21990" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="60189.75" y="319.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60191" y="328" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="3098.875" y="232.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3100" y="241" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="63030.125" y="551.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63032" y="560" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="67791.55078125" y="174.0" width="120.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67793" y="183" style="font-family:sans-serif;font-size:10px;"> +namespace_declaration +</text> +<rect x="13417.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13419" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="11367.125" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11369" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="70747.5" y="754.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70749" y="763" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="105949.59375" y="319.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105951" y="328" style="font-family:sans-serif;font-size:10px;"> +property_initializer +</text> +<rect x="71700.375" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71702" y="734" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="107871.34375" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107873" y="386" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="116705.96875" y="725.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116707" y="734" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="91351.90625" y="435.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91353" y="444" style="font-family:sans-serif;font-size:10px;"> +parameter_mode_modifier +</text> +<rect x="118066.96875" y="435.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118068" y="444" style="font-family:sans-serif;font-size:10px;"> +catch_clauses +</text> +<rect x="98478.84375" y="667.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98480" y="676" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="12492.875" y="609.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12494" y="618" style="font-family:sans-serif;font-size:10px;"> +2l +</text> +<rect x="15318.625" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15320" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="37536.0" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37538" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="92475.15625" y="348.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92477" y="357" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="15700.375" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15702" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="38674.5" y="493.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38676" y="502" style="font-family:sans-serif;font-size:10px;"> +sync +</text> +<rect x="81142.5" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81144" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="103669.21875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103671" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="76714.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76716" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="94295.28125" y="609.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94297" y="618" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="42610.0" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42612" y="589" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="17334.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17336" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="112964.96875" y="725.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112966" y="734" style="font-family:sans-serif;font-size:10px;"> +Name +</text> +<rect x="38666.5" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38668" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="73528.375" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73530" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="22297.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22299" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="117119.46875" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117121" y="647" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="113375.71875" y="609.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113377" y="618" style="font-family:sans-serif;font-size:10px;"> +〔"〕 +</text> +<rect x="116983.96875" y="580.0" width="147.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116985" y="589" style="font-family:sans-serif;font-size:10px;"> +object_or_collection_initializer +</text> +<rect x="45519.25" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45521" y="357" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="70116.25" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70118" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="43493.75" y="725.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43495" y="734" style="font-family:sans-serif;font-size:10px;"> +let_clause +</text> +<rect x="104538.96875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104540" y="589" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="104751.34375" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104753" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="9129.5" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9131" y="647" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="42426.0" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42428" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="110079.21875" y="696.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110081" y="705" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="53071.0" y="319.0" width="134.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53073" y="328" style="font-family:sans-serif;font-size:10px;"> +unary_operator_declarator +</text> +<rect x="37656.0" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37658" y="560" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="51841.75" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51843" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="35525.5" y="522.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35527" y="531" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="20851.625" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20853" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="81202.5" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81204" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="62603.75" y="551.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62605" y="560" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="63148.375" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63150" y="618" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="98358.46875" y="551.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98360" y="560" style="font-family:sans-serif;font-size:10px;"> +&& +</text> +<rect x="39472.5" y="580.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39474" y="589" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="23654.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23656" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="107850.34375" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107852" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_body +</text> +<rect x="109254.96875" y="377.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109256" y="386" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="48734.75" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48736" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="100636.84375" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100638" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="39298.25" y="609.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39300" y="618" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="110565.21875" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110567" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="55735.0" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55737" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="62985.375" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62987" y="763" style="font-family:sans-serif;font-size:10px;"> +Task +</text> +<rect x="110894.71875" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110896" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="71947.75" y="406.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71949" y="415" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="75166.625" y="609.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75168" y="618" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_body +</text> +<rect x="94215.78125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94217" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63380.875" y="435.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63382" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="23097.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23099" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="29260.125" y="493.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29262" y="502" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="63598.625" y="928.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63600" y="937" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="95531.34375" y="638.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95533" y="647" style="font-family:sans-serif;font-size:10px;"> +and_expression +</text> +<rect x="16515.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16517" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="90328.65625" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90330" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="16597.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16599" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="71459.875" y="783.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71461" y="792" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="10742.375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10744" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="70338.125" y="609.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70340" y="618" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="3622.375" y="261.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3624" y="270" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="29011.125" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29013" y="502" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="15131.625" y="551.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15133" y="560" style="font-family:sans-serif;font-size:10px;"> +@bool +</text> +<rect x="7286.375" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7288" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="34643.0" y="435.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34645" y="444" style="font-family:sans-serif;font-size:10px;"> +switch +</text> +<rect x="1186.75" y="145.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1188" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="43058.75" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43060" y="734" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="59384.75" y="348.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59386" y="357" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="69023.25" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69025" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="84003.53125" y="522.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84005" y="531" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="97384.96875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97386" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="101530.09375" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101532" y="676" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="112406.21875" y="580.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112408" y="589" style="font-family:sans-serif;font-size:10px;"> +first +</text> +<rect x="11270.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11272" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="75519.9375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75521" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="529.75" y="116.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="531" y="125" style="font-family:sans-serif;font-size:10px;"> +namespace_name +</text> +<rect x="72299.375" y="348.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72301" y="357" style="font-family:sans-serif;font-size:10px;"> +operator +</text> +<rect x="34618.5" y="609.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34620" y="618" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="45498.75" y="435.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45500" y="444" style="font-family:sans-serif;font-size:10px;"> +qualified_alias_member +</text> +<rect x="38039.0" y="464.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38041" y="473" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="42148.5" y="522.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42150" y="531" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="29982.625" y="638.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29984" y="647" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="67960.0" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67962" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71963.75" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71965" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="25853.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25855" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="62341.5" y="493.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62343" y="502" style="font-family:sans-serif;font-size:10px;"> +foreach +</text> +<rect x="93658.78125" y="638.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93660" y="647" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="46633.25" y="406.0" width="46.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46635" y="415" style="font-family:sans-serif;font-size:10px;"> +keyword +</text> +<rect x="39509.5" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39511" y="560" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="62827.0" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62829" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="83294.78125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83296" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="37421.25" y="812.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37423" y="821" style="font-family:sans-serif;font-size:10px;"> +length +</text> +<rect x="71652.9375" y="551.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71654" y="560" style="font-family:sans-serif;font-size:10px;"> +query_expression +</text> +<rect x="114177.21875" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114179" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="9082.75" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9084" y="705" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="100914.84375" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100916" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="80773.125" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80775" y="386" style="font-family:sans-serif;font-size:10px;"> +set +</text> +<rect x="113833.46875" y="580.0" width="133.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113835" y="589" style="font-family:sans-serif;font-size:10px;"> +parenthesized_expression +</text> +<rect x="53836.0" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53838" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="109971.46875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109973" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="28165.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28167" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="59610.75" y="261.0" width="136.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59612" y="270" style="font-family:sans-serif;font-size:10px;"> +enum_member_declaration +</text> +<rect x="34802.5" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34804" y="647" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="65950.625" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65952" y="473" style="font-family:sans-serif;font-size:10px;"> +override +</text> +<rect x="117963.46875" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117965" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="292.0" y="87.0" width="140.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="294" y="96" style="font-family:sans-serif;font-size:10px;"> +using_namespace_directive +</text> +<rect x="61137.25" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61139" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="26343.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26345" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="17042.125" y="551.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17044" y="560" style="font-family:sans-serif;font-size:10px;"> +@decimal +</text> +<rect x="102570.59375" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102572" y="647" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="17568.625" y="551.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17570" y="560" style="font-family:sans-serif;font-size:10px;"> +double +</text> +<rect x="81285.0" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81287" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="68822.5" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68824" y="531" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="45450.5" y="841.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45452" y="850" style="font-family:sans-serif;font-size:10px;"> +member_declarator +</text> +<rect x="22435.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22437" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="48149.25" y="406.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48151" y="415" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="71992.375" y="783.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71994" y="792" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="48419.25" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48421" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="110990.46875" y="609.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110992" y="618" style="font-family:sans-serif;font-size:10px;"> +lambda_expression +</text> +<rect x="101716.59375" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101718" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="339.25" y="232.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="341" y="241" style="font-family:sans-serif;font-size:10px;"> +Collections +</text> +<rect x="24729.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24731" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="16744.625" y="551.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16746" y="560" style="font-family:sans-serif;font-size:10px;"> +decimal +</text> +<rect x="31524.875" y="609.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31526" y="618" style="font-family:sans-serif;font-size:10px;"> +float +</text> +<rect x="11652.125" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11654" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="113743.21875" y="696.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113745" y="705" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="110685.71875" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110687" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="118595.59375" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118597" y="734" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="19143.875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19145" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="29867.625" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29869" y="560" style="font-family:sans-serif;font-size:10px;"> +o2 +</text> +<rect x="34588.25" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34590" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="112730.71875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112732" y="531" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="74087.625" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74089" y="386" style="font-family:sans-serif;font-size:10px;"> +Blah +</text> +<rect x="21692.625" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21694" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="52924.5" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52926" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="32037.625" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32039" y="705" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="63214.625" y="377.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63216" y="386" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="71886.625" y="667.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71888" y="676" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="34062.875" y="609.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34064" y="618" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="44666.625" y="609.0" width="121.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44668" y="618" style="font-family:sans-serif;font-size:10px;"> +select_or_group_clause +</text> +<rect x="48233.25" y="493.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48235" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="113458.96875" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113460" y="560" style="font-family:sans-serif;font-size:10px;"> +regular_interpolation +</text> +<rect x="75464.75" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75466" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="97843.34375" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97845" y="647" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="47811.75" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47813" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="93531.15625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93533" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="111197.96875" y="551.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111199" y="560" style="font-family:sans-serif;font-size:10px;"> +nullable_type_annotation +</text> +<rect x="94604.8828125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94606" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="44548.0" y="812.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44550" y="821" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="55982.875" y="580.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55984" y="589" style="font-family:sans-serif;font-size:10px;"> +"A" +</text> +<rect x="7160.375" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7162" y="473" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="78163.625" y="580.0" width="195.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78165" y="589" style="font-family:sans-serif;font-size:10px;"> +explicit_anonymous_function_signature +</text> +<rect x="71206.5" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71208" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="94273.28125" y="580.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94275" y="589" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="15511.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15513" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="4570.875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4572" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="48153.25" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48155" y="560" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="64870.625" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64872" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="27862.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27864" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="51423.625" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51425" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="7614.875" y="725.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7616" y="734" style="font-family:sans-serif;font-size:10px;"> +regular_interpolation +</text> +<rect x="37488.5" y="754.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37490" y="763" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="28385.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28387" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="81163.625" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81165" y="647" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="93037.15625" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93039" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="116966.96875" y="696.0" width="79.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116968" y="705" style="font-family:sans-serif;font-size:10px;"> +initializer_target +</text> +<rect x="104059.1875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104061" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="38413.75" y="551.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38415" y="560" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="107838.59375" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107840" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="97736.34375" y="551.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97738" y="560" style="font-family:sans-serif;font-size:10px;"> +conditional_and_expression +</text> +<rect x="64303.375" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64305" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="114543.46875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114545" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104981.34375" y="348.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104983" y="357" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="71601.9375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71603" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="49816.5" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49818" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="21691.875" y="580.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21693" y="589" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="49377.5" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49379" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="93778.78125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93780" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="72133.5" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72135" y="473" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="37872.0" y="725.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37874" y="734" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="64851.125" y="580.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64853" y="589" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="95148.71875" y="580.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95150" y="589" style="font-family:sans-serif;font-size:10px;"> +and_expression +</text> +<rect x="3311.625" y="203.0" width="39.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3313" y="212" style="font-family:sans-serif;font-size:10px;"> +module +</text> +<rect x="63593.125" y="1044.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63595" y="1053" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="95186.71875" y="638.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95188" y="647" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="115056.46875" y="638.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115058" y="647" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="73763.625" y="377.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73765" y="386" style="font-family:sans-serif;font-size:10px;"> +MyEvent +</text> +<rect x="102787.84375" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102789" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="62953.625" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62955" y="386" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="31269.125" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31271" y="763" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="67514.0" y="319.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67516" y="328" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="97527.34375" y="638.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97529" y="647" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="63699.125" y="986.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63701" y="995" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="91733.40625" y="435.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91735" y="444" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="7692.625" y="841.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7694" y="850" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="116189.21875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116191" y="618" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="80448.875" y="812.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80450" y="821" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="57634.625" y="464.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57636" y="473" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="10754.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10756" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="45223.125" y="551.0" width="64.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45225" y="560" style="font-family:sans-serif;font-size:10px;"> +from_clause +</text> +<rect x="55767.125" y="667.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55769" y="676" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="107662.59375" y="435.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107664" y="444" style="font-family:sans-serif;font-size:10px;"> +Complex +</text> +<rect x="1352.75" y="174.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1354" y="183" style="font-family:sans-serif;font-size:10px;"> +Math +</text> +<rect x="64834.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64836" y="589" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="78778.625" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78780" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="31812.625" y="609.0" width="147.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31814" y="618" style="font-family:sans-serif;font-size:10px;"> +object_or_collection_initializer +</text> +<rect x="33684.5" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33686" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="102537.09375" y="580.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102539" y="589" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="61452.75" y="783.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61454" y="792" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="93548.78125" y="638.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93550" y="647" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="2058.5" y="145.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2060" y="154" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="33564.8125" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33566" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="34162.375" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34164" y="647" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="111540.21875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111542" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="93758.03125" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93760" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="113033.96875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113035" y="589" style="font-family:sans-serif;font-size:10px;"> +s +</text> +<rect x="110116.46875" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110118" y="618" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="116497.34375" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116499" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="117863.46875" y="435.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117865" y="444" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="104426.96875" y="609.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104428" y="618" style="font-family:sans-serif;font-size:10px;"> +this +</text> +<rect x="7883.625" y="754.0" width="142.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7885" y="763" style="font-family:sans-serif;font-size:10px;"> +interpolation_minimum_width +</text> +<rect x="6426.375" y="348.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6428" y="357" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="114152.71875" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114154" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="91286.90625" y="435.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91288" y="444" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="97769.34375" y="580.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97771" y="589" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="114434.21875" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114436" y="734" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="1896.5" y="145.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1898" y="154" style="font-family:sans-serif;font-size:10px;"> +Y +</text> +<rect x="45333.0" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45335" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="27305.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27307" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="51939.5" y="435.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51941" y="444" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="60160.25" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60162" y="299" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="114435.21875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114437" y="560" style="font-family:sans-serif;font-size:10px;"> +s +</text> +<rect x="26748.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26750" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="42986.25" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42988" y="618" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="78838.625" y="551.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78840" y="560" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="61768.75" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61770" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="95613.359375" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95615" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="72002.875" y="638.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72004" y="647" style="font-family:sans-serif;font-size:10px;"> +select_clause +</text> +<rect x="53743.5" y="232.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53745" y="241" style="font-family:sans-serif;font-size:10px;"> +interface_type_list +</text> +<rect x="62994.125" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62996" y="560" style="font-family:sans-serif;font-size:10px;"> +await +</text> +<rect x="20718.875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20720" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="62668.75" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62670" y="647" style="font-family:sans-serif;font-size:10px;"> +8 +</text> +<rect x="55749.0" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55751" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="2711.5" y="232.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2713" y="241" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="43900.875" y="725.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43902" y="734" style="font-family:sans-serif;font-size:10px;"> +on +</text> +<rect x="72532.875" y="435.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72534" y="444" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="78338.125" y="290.0" width="85.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78340" y="299" style="font-family:sans-serif;font-size:10px;"> +delegate_header +</text> +<rect x="110088.71875" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110090" y="734" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="57732.375" y="406.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57734" y="415" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="43990.0" y="783.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43992" y="792" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="36089.25" y="638.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36091" y="647" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="63946.3125" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63948" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="117190.96875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117192" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="93085.28125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93087" y="589" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="107189.84375" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107191" y="531" style="font-family:sans-serif;font-size:10px;"> +y +</text> +<rect x="46749.75" y="348.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46751" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="72940.875" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72942" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="80385.875" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80387" y="734" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="101000.59375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101002" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="35169.75" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35171" y="676" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="57833.375" y="290.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57835" y="299" style="font-family:sans-serif;font-size:10px;"> +buffer_element_type +</text> +<rect x="64661.625" y="493.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64663" y="502" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="58708.75" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58710" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="68031.0" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68033" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="93478.28125" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93480" y="705" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="104780.09375" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104782" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="10864.875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10866" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="26262.125" y="580.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26264" y="589" style="font-family:sans-serif;font-size:10px;"> +orderby +</text> +<rect x="63955.875" y="464.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63957" y="473" style="font-family:sans-serif;font-size:10px;"> +protected +</text> +<rect x="69205.75" y="638.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69207" y="647" style="font-family:sans-serif;font-size:10px;"> +U +</text> +<rect x="110609.71875" y="580.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110611" y="589" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="43229.25" y="754.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43231" y="763" style="font-family:sans-serif;font-size:10px;"> +C +</text> +<rect x="63576.375" y="377.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63578" y="386" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="80347.375" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80349" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="36556.75" y="522.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36558" y="531" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="48847.5" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48849" y="328" style="font-family:sans-serif;font-size:10px;"> +abstract +</text> +<rect x="17381.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17383" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="113050.96875" y="580.0" width="193.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113052" y="589" style="font-family:sans-serif;font-size:10px;"> +interpolated_regular_string_expression +</text> +<rect x="38991.8125" y="290.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38993" y="299" style="font-family:sans-serif;font-size:10px;"> +field_modifier +</text> +<rect x="69519.90625" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69521" y="415" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="6993.375" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6995" y="328" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="78421.625" y="580.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78423" y="589" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="82371.90625" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82373" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="97640.34375" y="609.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97642" y="618" style="font-family:sans-serif;font-size:10px;"> +&& +</text> +<rect x="47457.75" y="348.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47459" y="357" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="21959.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21961" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="101647.59375" y="551.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101649" y="560" style="font-family:sans-serif;font-size:10px;"> +double +</text> +<rect x="111536.21875" y="551.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111538" y="560" style="font-family:sans-serif;font-size:10px;"> +Customer +</text> +<rect x="16546.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16548" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="80582.375" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80584" y="647" style="font-family:sans-serif;font-size:10px;"> +t +</text> +<rect x="126.0" y="87.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="128" y="96" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="97315.46875" y="493.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97317" y="502" style="font-family:sans-serif;font-size:10px;"> +++ +</text> +<rect x="79993.125" y="725.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79995" y="734" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="7283.125" y="609.0" width="134.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7285" y="618" style="font-family:sans-serif;font-size:10px;"> +pre_increment_expression +</text> +<rect x="102650.59375" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102652" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="6487.375" y="290.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6489" y="299" style="font-family:sans-serif;font-size:10px;"> +constant_declarators +</text> +<rect x="99894.59375" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99896" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="70850.5" y="638.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70852" y="647" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="77899.875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77901" y="618" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="111114.46875" y="783.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111116" y="792" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="31636.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31638" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="116379.71875" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116381" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="60312.25" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60314" y="299" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="81140.625" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81142" y="734" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="5890.125" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5892" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="21907.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21909" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="34791.5" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34793" y="734" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="117841.46875" y="754.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117843" y="763" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="118185.59375" y="493.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118187" y="502" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="30494.375" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30496" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="36376.0" y="551.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36378" y="560" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="77164.875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77166" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="118401.09375" y="667.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118403" y="676" style="font-family:sans-serif;font-size:10px;"> +null +</text> +<rect x="53973.5" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53975" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="5076.875" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5078" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32839.625" y="725.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32841" y="734" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="38686.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38688" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="5566.875" y="261.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5568" y="270" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="104155.90625" y="290.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104157" y="299" style="font-family:sans-serif;font-size:10px;"> +struct_body +</text> +<rect x="117239.96875" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117241" y="705" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="114524.59375" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114526" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="115616.21875" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115618" y="560" style="font-family:sans-serif;font-size:10px;"> +regular_interpolation +</text> +<rect x="38164.125" y="406.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38166" y="415" style="font-family:sans-serif;font-size:10px;"> +foreach_statement +</text> +<rect x="45013.71875" y="609.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45015" y="618" style="font-family:sans-serif;font-size:10px;"> +query_continuation +</text> +<rect x="92950.65625" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92952" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="19306.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19308" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="101395.59375" y="609.0" width="156.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101397" y="618" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_signature +</text> +<rect x="51495.5" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51497" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="97218.71875" y="609.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97220" y="618" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="43426.25" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43428" y="763" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="21101.625" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21103" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="26504.625" y="580.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26506" y="589" style="font-family:sans-serif;font-size:10px;"> +partial +</text> +<rect x="56561.5" y="348.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56563" y="357" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="101755.34375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101757" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="39401.625" y="435.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39403" y="444" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="115024.96875" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115026" y="763" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="64793.625" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64795" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="76632.625" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76634" y="618" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="9159.625" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9161" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="29737.625" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29739" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="26429.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26431" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="37475.0" y="783.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37477" y="792" style="font-family:sans-serif;font-size:10px;"> +post_increment_expression +</text> +<rect x="115246.71875" y="638.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115248" y="647" style="font-family:sans-serif;font-size:10px;"> +G +</text> +<rect x="33585.875" y="551.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33587" y="560" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="81013.625" y="551.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81015" y="560" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="100450.59375" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100452" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="101502.84375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101504" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="31594.25" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31596" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="44357.625" y="667.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44359" y="676" style="font-family:sans-serif;font-size:10px;"> +join_into_clause +</text> +<rect x="106811.34375" y="464.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106813" y="473" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="320.75" y="116.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="322" y="125" style="font-family:sans-serif;font-size:10px;"> +namespace_name +</text> +<rect x="5639.875" y="348.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5641" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="99554.84375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99556" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="30890.875" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30892" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="39167.5" y="609.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39169" y="618" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="66349.375" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66351" y="415" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="69653.25" y="667.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69655" y="676" style="font-family:sans-serif;font-size:10px;"> +IList +</text> +<rect x="99168.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99170" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="2138.5" y="203.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2140" y="212" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="36839.75" y="435.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36841" y="444" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="63565.875" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63567" y="415" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="70947.0" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70949" y="676" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="36099.75" y="522.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36101" y="531" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="96688.09375" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96690" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="112891.71875" y="667.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112893" y="676" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="38324.25" y="609.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38326" y="618" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="48640.5" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48642" y="299" style="font-family:sans-serif;font-size:10px;"> +property_body +</text> +<rect x="101071.59375" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101073" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="10811.875" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10813" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="90258.15625" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90260" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="27884.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27886" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="63610.875" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63612" y="647" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="48865.75" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48867" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="58542.25" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58544" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="79725.75" y="580.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79727" y="589" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="13561.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13563" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104852.71875" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104854" y="299" style="font-family:sans-serif;font-size:10px;"> +property_body +</text> +<rect x="78850.125" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78852" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="75452.625" y="609.0" width="156.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75454" y="618" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_signature +</text> +<rect x="92827.78125" y="638.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92829" y="647" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="103863.46875" y="319.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103865" y="328" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="35595.0" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35597" y="647" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="115629.71875" y="638.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115631" y="647" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="110654.71875" y="609.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110656" y="618" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="63691.875" y="899.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63693" y="908" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="2507.5" y="58.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2509" y="67" style="font-family:sans-serif;font-size:10px;"> +using_directive +</text> +<rect x="33189.875" y="609.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33191" y="618" style="font-family:sans-serif;font-size:10px;"> +expression_list +</text> +<rect x="12855.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12857" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="17640.625" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17642" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="31772.625" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31774" y="705" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="81168.25" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81170" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="100722.59375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100724" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="103612.84375" y="609.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103614" y="618" style="font-family:sans-serif;font-size:10px;"> +argument_value +</text> +<rect x="116338.65625" y="464.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116340" y="473" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="37902.0" y="667.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37904" y="676" style="font-family:sans-serif;font-size:10px;"> +if_statement +</text> +<rect x="62884.375" y="841.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62886" y="850" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="64317.625" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64319" y="386" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="19387.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19389" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8126.625" y="522.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8128" y="531" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="32729.625" y="725.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32731" y="734" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="63580.375" y="580.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63582" y="589" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="81907.90625" y="348.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81909" y="357" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="29788.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29790" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="39629.5" y="783.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39631" y="792" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="65427.625" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65429" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="86614.65625" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="86616" y="212" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="107012.34375" y="464.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107014" y="473" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="116151.46875" y="580.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116153" y="589" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="40763.5" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40765" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="95173.96875" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95175" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="30565.625" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30567" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="45459.25" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45461" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19527.125" y="609.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19529" y="618" style="font-family:sans-serif;font-size:10px;"> +null_coalescing_expression +</text> +<rect x="7781.375" y="551.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7783" y="560" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="47849.125" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47851" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="2113.0" y="174.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2115" y="183" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="39966.25" y="609.0" width="105.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39968" y="618" style="font-family:sans-serif;font-size:10px;"> +resource_acquisition +</text> +<rect x="42625.0" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42627" y="589" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="102406.59375" y="638.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102408" y="647" style="font-family:sans-serif;font-size:10px;"> +pointer_member_access +</text> +<rect x="6191.625" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6193" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="51173.5" y="348.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51175" y="357" style="font-family:sans-serif;font-size:10px;"> +operator +</text> +<rect x="17698.125" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17700" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="30427.125" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30429" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="56531.0" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56533" y="328" style="font-family:sans-serif;font-size:10px;"> +abstract +</text> +<rect x="65328.625" y="319.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65330" y="328" style="font-family:sans-serif;font-size:10px;"> +sealed +</text> +<rect x="3558.375" y="203.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3560" y="212" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="94699.78125" y="812.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94701" y="821" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="74003.625" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74005" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="103584.09375" y="580.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103586" y="589" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="94109.03125" y="580.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94111" y="589" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="90483.40625" y="464.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90485" y="473" style="font-family:sans-serif;font-size:10px;"> +out +</text> +<rect x="26329.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26331" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="34802.0" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34804" y="473" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="31366.125" y="783.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31368" y="792" style="font-family:sans-serif;font-size:10px;"> +"" +</text> +<rect x="8988.5" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8990" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="57065.625" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57067" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="39880.5" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39882" y="734" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="59518.25" y="290.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59520" y="299" style="font-family:sans-serif;font-size:10px;"> +constant_expression +</text> +<rect x="108679.21875" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108681" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="92676.90625" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92678" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="62935.625" y="812.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62937" y="821" style="font-family:sans-serif;font-size:10px;"> +Tasks +</text> +<rect x="45518.25" y="986.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45520" y="995" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="40093.25" y="609.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40095" y="618" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="58390.375" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58392" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="24577.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24579" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="35061.75" y="522.0" width="38.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35063" y="531" style="font-family:sans-serif;font-size:10px;"> +pattern +</text> +<rect x="10225.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10227" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="39622.5" y="725.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39624" y="734" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="77311.625" y="725.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77313" y="734" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="92514.40625" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92516" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="114272.21875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114274" y="618" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="33538.8125" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33540" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="43001.25" y="609.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43003" y="618" style="font-family:sans-serif;font-size:10px;"> +variable_initializer_list +</text> +<rect x="38659.5" y="435.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38661" y="444" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="109743.96875" y="377.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109745" y="386" style="font-family:sans-serif;font-size:10px;"> +id +</text> +<rect x="40842.0" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40844" y="502" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="63717.875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63719" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="51574.75" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51576" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="29929.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29931" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="33038.875" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33040" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="40053.0" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40055" y="676" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="99832.84375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99834" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="60906.8125" y="319.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60908" y="328" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="52789.0" y="406.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52791" y="415" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="51917.0" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51919" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="40750.5" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40752" y="560" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="73656.375" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73658" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="108465.71875" y="377.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108467" y="386" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="57888.875" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57890" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="108903.96875" y="522.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108905" y="531" style="font-family:sans-serif;font-size:10px;"> +First +</text> +<rect x="114514.96875" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114516" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="14778.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14780" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="69684.25" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69686" y="676" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="111475.21875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111477" y="618" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="62931.125" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62933" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="60631.25" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60633" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="82919.15625" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82921" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="76638.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76640" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="82494.71875" y="145.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82496" y="154" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="45501.25" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45503" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="55864.125" y="638.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55866" y="647" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="6201.125" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6203" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="7323.625" y="348.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7325" y="357" style="font-family:sans-serif;font-size:10px;"> +base +</text> +<rect x="59101.75" y="261.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59103" y="270" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="69281.0" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69283" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="79220.125" y="551.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79222" y="560" style="font-family:sans-serif;font-size:10px;"> +named_argument +</text> +<rect x="108262.84375" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108264" y="531" style="font-family:sans-serif;font-size:10px;"> +p +</text> +<rect x="55180.75" y="435.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55182" y="444" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="8180.375" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8182" y="560" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="29869.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29871" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="109977.96875" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109979" y="618" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="30735.125" y="696.0" width="79.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30737" y="705" style="font-family:sans-serif;font-size:10px;"> +initializer_target +</text> +<rect x="57327.125" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57329" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="92691.15625" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92693" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="94266.78125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94268" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="51381.5" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51383" y="357" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="53344.25" y="406.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53346" y="415" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="64296.875" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64298" y="473" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="44295.5" y="870.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44297" y="879" style="font-family:sans-serif;font-size:10px;"> +c1 +</text> +<rect x="63415.375" y="319.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63417" y="328" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="9426.125" y="551.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9428" y="560" style="font-family:sans-serif;font-size:10px;"> +мир +</text> +<rect x="66720.875" y="435.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66722" y="444" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="57719.375" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57721" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="91761.90625" y="464.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91763" y="473" style="font-family:sans-serif;font-size:10px;"> +dynamic +</text> +<rect x="63092.375" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63094" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="77555.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77557" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5850.875" y="522.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5852" y="531" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="110449.71875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110451" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="43653.0" y="754.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43655" y="763" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="82334.28125" y="290.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82336" y="299" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="45286.625" y="638.0" width="56.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45288" y="647" style="font-family:sans-serif;font-size:10px;"> +customers +</text> +<rect x="59560.25" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59562" y="357" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="111121.96875" y="609.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111123" y="618" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="74669.125" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74671" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="107770.84375" y="406.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107772" y="415" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="17433.625" y="551.0" width="56.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17435" y="560" style="font-family:sans-serif;font-size:10px;"> +@dynamic +</text> +<rect x="75705.625" y="667.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75707" y="676" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="104503.84375" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104505" y="299" style="font-family:sans-serif;font-size:10px;"> +property_modifier +</text> +<rect x="17752.375" y="580.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17754" y="589" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="94187.53125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94189" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="15790.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15792" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="76994.125" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76996" y="676" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="62997.875" y="522.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62999" y="531" style="font-family:sans-serif;font-size:10px;"> +await_expression +</text> +<rect x="46412.75" y="493.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46414" y="502" style="font-family:sans-serif;font-size:10px;"> +conditional_or_expression +</text> +<rect x="21372.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21374" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="32068.125" y="667.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32070" y="676" style="font-family:sans-serif;font-size:10px;"> +array_initializer +</text> +<rect x="49689.5" y="377.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49691" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_modifier +</text> +<rect x="75624.125" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75626" y="734" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="90697.90625" y="435.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90699" y="444" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="70349.25" y="899.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70351" y="908" style="font-family:sans-serif;font-size:10px;"> +B +</text> +<rect x="92744.40625" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92746" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="54351.5" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54353" y="299" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="114201.21875" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114203" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="56632.0" y="406.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56634" y="415" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="117848.71875" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117850" y="618" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="49313.5" y="377.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49315" y="386" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="101719.59375" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101721" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="116957.96875" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116959" y="734" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="6400.875" y="319.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6402" y="328" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="13985.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13987" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="35295.0" y="493.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35297" y="502" style="font-family:sans-serif;font-size:10px;"> +switch_label +</text> +<rect x="50325.25" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50327" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="620.5" y="203.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="622" y="212" style="font-family:sans-serif;font-size:10px;"> +Linq +</text> +<rect x="27998.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28000" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="53409.25" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53411" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="81797.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81799" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="98690.84375" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98692" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="98714.09375" y="522.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98716" y="531" style="font-family:sans-serif;font-size:10px;"> ++= +</text> +<rect x="63543.375" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63545" y="328" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="101335.59375" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101337" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="94096.53125" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94098" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="108526.71875" y="319.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108528" y="328" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="51979.25" y="551.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51981" y="560" style="font-family:sans-serif;font-size:10px;"> +second +</text> +<rect x="14747.875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14749" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="60636.25" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60638" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="65647.625" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65649" y="299" style="font-family:sans-serif;font-size:10px;"> +class_base +</text> +<rect x="98604.34375" y="667.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98606" y="676" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="73267.625" y="580.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73269" y="589" style="font-family:sans-serif;font-size:10px;"> +this_access +</text> +<rect x="97524.46875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97526" y="560" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="109213.71875" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109215" y="328" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="116960.46875" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116962" y="676" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="54145.0" y="319.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54147" y="328" style="font-family:sans-serif;font-size:10px;"> +private +</text> +<rect x="116860.96875" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116862" y="734" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="7775.875" y="725.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7777" y="734" style="font-family:sans-serif;font-size:10px;"> +〔$@"〕 +</text> +<rect x="18411.625" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18413" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="91311.90625" y="348.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91313" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameters +</text> +<rect x="4140.875" y="203.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4142" y="212" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="16518.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16520" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="53667.25" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53669" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="82296.28125" y="232.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82298" y="241" style="font-family:sans-serif;font-size:10px;"> +type_parameters +</text> +<rect x="11762.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11764" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="56040.9375" y="203.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56042" y="212" style="font-family:sans-serif;font-size:10px;"> +struct_body +</text> +<rect x="117472.46875" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117474" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="33213.875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33215" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="28664.625" y="580.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28666" y="589" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="63521.125" y="754.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63523" y="763" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="60398.0" y="435.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60400" y="444" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="111540.21875" y="609.0" width="196.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111542" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_no_array_creation_expression +</text> +<rect x="82241.78125" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82243" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="18089.625" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18091" y="560" style="font-family:sans-serif;font-size:10px;"> +1d +</text> +<rect x="22150.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22152" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="39951.25" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39953" y="618" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="58664.25" y="348.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58666" y="357" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="98871.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98873" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="112798.71875" y="522.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112800" y="531" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="47025.25" y="319.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47027" y="328" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="34092.375" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34094" y="676" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="29306.875" y="435.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29308" y="444" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="111458.21875" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111460" y="618" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="61163.0" y="609.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61165" y="618" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="63362.625" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63364" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63536.375" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63538" y="299" style="font-family:sans-serif;font-size:10px;"> +class_base +</text> +<rect x="42308.625" y="435.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42310" y="444" style="font-family:sans-serif;font-size:10px;"> +catch_clauses +</text> +<rect x="44756.0" y="783.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44758" y="792" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="69087.0" y="551.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69089" y="560" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="107338.34375" y="348.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107340" y="357" style="font-family:sans-serif;font-size:10px;"> +operator +</text> +<rect x="111118.21875" y="696.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111120" y="705" style="font-family:sans-serif;font-size:10px;"> +== +</text> +<rect x="114130.21875" y="725.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114132" y="734" style="font-family:sans-serif;font-size:10px;"> +== +</text> +<rect x="101931.84375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101933" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="58709.25" y="232.0" width="151.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58711" y="241" style="font-family:sans-serif;font-size:10px;"> +interface_member_declaration +</text> +<rect x="82058.59375" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82060" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="106148.09375" y="290.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106150" y="299" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="1221.125" y="58.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1223" y="67" style="font-family:sans-serif;font-size:10px;"> +using_directive +</text> +<rect x="20655.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20657" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="103162.84375" y="522.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103164" y="531" style="font-family:sans-serif;font-size:10px;"> +element_access +</text> +<rect x="76452.7109375" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76454" y="212" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="7309.75" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7311" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="45241.25" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45243" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="112900.71875" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112902" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="83877.28125" y="580.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83879" y="589" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="66047.625" y="464.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66049" y="473" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="5625.875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5627" y="357" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="98612.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98614" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="52367.0" y="406.0" width="48.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52369" y="415" style="font-family:sans-serif;font-size:10px;"> +Obsolete +</text> +<rect x="53786.0" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53788" y="299" style="font-family:sans-serif;font-size:10px;"> +I +</text> +<rect x="10447.375" y="609.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10449" y="618" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="109278.21875" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109280" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63698.375" y="522.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63700" y="531" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="80372.875" y="464.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80374" y="473" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="110031.46875" y="493.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110033" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="117198.96875" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117200" y="473" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="49959.0" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49961" y="328" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="20993.625" y="551.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20995" y="560" style="font-family:sans-serif;font-size:10px;"> +@uint +</text> +<rect x="59753.75" y="261.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59755" y="270" style="font-family:sans-serif;font-size:10px;"> +Delegate +</text> +<rect x="19610.125" y="696.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19612" y="705" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="36526.5" y="435.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36528" y="444" style="font-family:sans-serif;font-size:10px;"> +do +</text> +<rect x="44883.0" y="754.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44885" y="763" style="font-family:sans-serif;font-size:10px;"> +orderby +</text> +<rect x="92799.28125" y="609.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92801" y="618" style="font-family:sans-serif;font-size:10px;"> +non_nullable_value_type +</text> +<rect x="32511.625" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32513" y="734" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="110515.21875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110517" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="45347.25" y="870.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45349" y="879" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="50527.25" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50529" y="415" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="54599.3125" y="551.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54601" y="560" style="font-family:sans-serif;font-size:10px;"> +false +</text> +<rect x="9548.625" y="522.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9550" y="531" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="117153.96875" y="696.0" width="79.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117155" y="705" style="font-family:sans-serif;font-size:10px;"> +initializer_target +</text> +<rect x="102413.84375" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102415" y="734" style="font-family:sans-serif;font-size:10px;"> +p +</text> +<rect x="90873.15625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90875" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="29602.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29604" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="44966.0" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44968" y="676" style="font-family:sans-serif;font-size:10px;"> +g +</text> +<rect x="111280.71875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111282" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="19550.125" y="638.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19552" y="647" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="20459.125" y="551.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20461" y="560" style="font-family:sans-serif;font-size:10px;"> +@short +</text> +<rect x="4613.125" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4615" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="62910.125" y="696.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62912" y="705" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="108126.84375" y="377.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108128" y="386" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="109720.96875" y="319.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109722" y="328" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="57495.375" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57497" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="14353.875" y="609.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14355" y="618" style="font-family:sans-serif;font-size:10px;"> +1LU +</text> +<rect x="46634.25" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46636" y="299" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="34724.0" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34726" y="502" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="7093.625" y="638.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7095" y="647" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="57272.375" y="348.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57274" y="357" style="font-family:sans-serif;font-size:10px;"> +operator +</text> +<rect x="25244.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25246" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="113833.96875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113835" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="4838.625" y="232.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4840" y="241" style="font-family:sans-serif;font-size:10px;"> +variant_type_parameter_list +</text> +<rect x="58019.125" y="377.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58021" y="386" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="91310.90625" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91312" y="502" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="74374.125" y="522.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74376" y="531" style="font-family:sans-serif;font-size:10px;"> +nullable_value_type +</text> +<rect x="106509.34375" y="348.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106511" y="357" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="29428.125" y="609.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29430" y="618" style="font-family:sans-serif;font-size:10px;"> +throw +</text> +<rect x="48597.75" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48599" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="103664.09375" y="551.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103666" y="560" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="109359.46875" y="435.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109361" y="444" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="69008.5" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69010" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="70331.25" y="754.0" width="68.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70333" y="763" style="font-family:sans-serif;font-size:10px;"> +simple_name +</text> +<rect x="12708.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12710" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="51505.0" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51507" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="64149.375" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64151" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="46618.75" y="348.0" width="124.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46620" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_target_specifier +</text> +<rect x="111908.8125" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111910" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="54376.5625" y="493.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54378" y="502" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="50201.0" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50203" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="79730.75" y="522.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79732" y="531" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="92815.90625" y="348.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92817" y="357" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="94845.85546875" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94847" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="76355.125" y="667.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76357" y="676" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="94550.78125" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94552" y="705" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="108974.46875" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108976" y="473" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="91651.40625" y="435.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91653" y="444" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="90392.90625" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90394" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="31278.625" y="783.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31280" y="792" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="53532.75" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53534" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="8993.625" y="551.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8995" y="560" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="100836.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100838" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="116658.96875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116660" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="51722.5" y="609.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51724" y="618" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="53086.125" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53088" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="18624.625" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18626" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="83518.78125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83520" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="108271.59375" y="435.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108273" y="444" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="18157.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18159" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="113565.96875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113567" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="48492.0" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48494" y="270" style="font-family:sans-serif;font-size:10px;"> +property_declaration +</text> +<rect x="32579.625" y="754.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32581" y="763" style="font-family:sans-serif;font-size:10px;"> +array_initializer +</text> +<rect x="56098.5" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56100" y="299" style="font-family:sans-serif;font-size:10px;"> +property_modifier +</text> +<rect x="5842.375" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5844" y="328" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="38438.25" y="609.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38440" y="618" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="63337.875" y="290.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63339" y="299" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="112837.46875" y="696.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112839" y="705" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="83515.78125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83517" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="31926.625" y="725.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31928" y="734" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="107898.84375" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107900" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="97071.71875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97073" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="110842.46875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110844" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="37796.5" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37798" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71982.875" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71984" y="763" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="111005.46875" y="580.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111007" y="589" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="37429.0" y="551.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37431" y="560" style="font-family:sans-serif;font-size:10px;"> +100 +</text> +<rect x="18835.875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18837" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="117737.21875" y="638.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117739" y="647" style="font-family:sans-serif;font-size:10px;"> +res +</text> +<rect x="72926.875" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72928" y="299" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="51735.0" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51737" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="9671.875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9673" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="91301.40625" y="464.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91303" y="473" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="82443.71875" y="145.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82445" y="154" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="61518.625" y="435.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61520" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="47815.0" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47817" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="16228.125" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16230" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="75525.625" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75527" y="676" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="114561.84375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114563" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="76107.125" y="638.0" width="219.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76109" y="647" style="font-family:sans-serif;font-size:10px;"> +explicit_anonymous_function_parameter_list +</text> +<rect x="56309.0" y="319.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56311" y="328" style="font-family:sans-serif;font-size:10px;"> +accessor_declarations +</text> +<rect x="108912.34375" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108914" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="70754.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70756" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="35234.75" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35236" y="618" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="11519.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11521" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="48365.5" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48367" y="299" style="font-family:sans-serif;font-size:10px;"> +property_modifier +</text> +<rect x="36092.5" y="435.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36094" y="444" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="26470.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26472" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="97571.46875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97573" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="26975.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26977" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="56955.125" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56957" y="299" style="font-family:sans-serif;font-size:10px;"> +event_modifier +</text> +<rect x="70586.625" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70588" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="37569.25" y="812.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37571" y="821" style="font-family:sans-serif;font-size:10px;"> +++ +</text> +<rect x="71559.4375" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71561" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="93197.53125" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93199" y="618" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="19825.625" y="522.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19827" y="531" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="42.0" y="87.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44" y="96" style="font-family:sans-serif;font-size:10px;"> +alias +</text> +<rect x="20339.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20341" y="560" style="font-family:sans-serif;font-size:10px;"> +short +</text> +<rect x="64680.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64682" y="589" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="79680.375" y="783.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79682" y="792" style="font-family:sans-serif;font-size:10px;"> +non_nullable_value_type +</text> +<rect x="82089.90625" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82091" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="92778.15625" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92780" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="54964.0" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54966" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="80074.875" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80076" y="647" style="font-family:sans-serif;font-size:10px;"> +t +</text> +<rect x="117052.96875" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117054" y="705" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="43130.25" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43132" y="618" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="50757.75" y="348.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50759" y="357" style="font-family:sans-serif;font-size:10px;"> +remove +</text> +<rect x="63360.125" y="725.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63362" y="734" style="font-family:sans-serif;font-size:10px;"> +StartNew +</text> +<rect x="45094.0" y="754.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45096" y="763" style="font-family:sans-serif;font-size:10px;"> +orderby +</text> +<rect x="98199.84375" y="725.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98201" y="734" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="112944.21875" y="609.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112946" y="618" style="font-family:sans-serif;font-size:10px;"> +regular_interpolation +</text> +<rect x="78194.875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78196" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="2922.625" y="145.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2924" y="154" style="font-family:sans-serif;font-size:10px;"> +global_attribute_target +</text> +<rect x="54189.0" y="319.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54191" y="328" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="14239.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14241" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="70774.828125" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70776" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="41252.5" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41254" y="531" style="font-family:sans-serif;font-size:10px;"> +p +</text> +<rect x="117241.96875" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117243" y="531" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="43288.75" y="638.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43290" y="647" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="115094.71875" y="696.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115096" y="705" style="font-family:sans-serif;font-size:10px;"> +argument_value +</text> +<rect x="42606.5" y="551.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42608" y="560" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="69488.25" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69490" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="59178.25" y="319.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59180" y="328" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="3275.625" y="145.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3277" y="154" style="font-family:sans-serif;font-size:10px;"> +global_attribute_target +</text> +<rect x="45180.25" y="841.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45182" y="850" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="53251.5" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53253" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="52187.0" y="290.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52189" y="299" style="font-family:sans-serif;font-size:10px;"> +attributes +</text> +<rect x="115066.96875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115068" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="76348.125" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76350" y="647" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="36841.5" y="725.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36843" y="734" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="25280.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25282" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="75425.625" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75427" y="589" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="66559.875" y="435.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66561" y="444" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="96346.71875" y="551.0" width="122.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96348" y="560" style="font-family:sans-serif;font-size:10px;"> +inclusive_or_expression +</text> +<rect x="107561.34375" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107563" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="35781.5" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35783" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="18727.375" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18729" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="50873.25" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50875" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="43863.75" y="870.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43865" y="879" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="22524.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22526" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="68604.5" y="522.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68606" y="531" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="71124.75" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71126" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="38193.25" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38195" y="618" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="54214.5" y="348.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54216" y="357" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="76548.625" y="609.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76550" y="618" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="45120.0" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45122" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="27857.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27859" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="45312.375" y="696.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45314" y="705" style="font-family:sans-serif;font-size:10px;"> +select_clause +</text> +<rect x="56705.0" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56707" y="415" style="font-family:sans-serif;font-size:10px;"> +index +</text> +<rect x="76714.625" y="667.0" width="218.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76716" y="676" style="font-family:sans-serif;font-size:10px;"> +implicit_anonymous_function_parameter_list +</text> +<rect x="93441.65625" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93443" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="55767.875" y="609.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55769" y="618" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="104263.46875" y="406.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104265" y="415" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="18559.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18561" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="43213.25" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43215" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="94234.28125" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94236" y="589" style="font-family:sans-serif;font-size:10px;"> +f +</text> +<rect x="118399.46875" y="464.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118401" y="473" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="44710.5" y="725.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44712" y="734" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="67040.125" y="377.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67042" y="386" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="968.5" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="970" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="65694.125" y="406.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65696" y="415" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="83788.53125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83790" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="105007.84375" y="406.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105009" y="415" style="font-family:sans-serif;font-size:10px;"> +"Jane" +</text> +<rect x="22911.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22913" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="37634.5" y="754.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37636" y="763" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="4047.125" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4049" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="43413.875" y="580.0" width="64.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43415" y="589" style="font-family:sans-serif;font-size:10px;"> +from_clause +</text> +<rect x="47253.5" y="435.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47255" y="444" style="font-family:sans-serif;font-size:10px;"> +object +</text> +<rect x="74078.125" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74080" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="54537.4375" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54539" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="50697.5" y="319.0" width="152.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50699" y="328" style="font-family:sans-serif;font-size:10px;"> +remove_accessor_declaration +</text> +<rect x="83870.78125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83872" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="31758.625" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31760" y="705" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="62551.0" y="522.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62553" y="531" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="72048.5" y="406.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72050" y="415" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="18346.625" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18348" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="42590.0" y="435.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42592" y="444" style="font-family:sans-serif;font-size:10px;"> +finally_clause +</text> +<rect x="60569.5" y="406.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60571" y="415" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="40291.25" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40293" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="79437.875" y="580.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79439" y="589" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="8962.625" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8964" y="502" style="font-family:sans-serif;font-size:10px;"> +constant_declarator +</text> +<rect x="101291.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101293" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="102741.34375" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102743" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="64716.625" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64718" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="55845.25" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55847" y="386" style="font-family:sans-serif;font-size:10px;"> +get +</text> +<rect x="1330.75" y="145.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1332" y="154" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="28403.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28405" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="35312.75" y="522.0" width="38.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35314" y="531" style="font-family:sans-serif;font-size:10px;"> +pattern +</text> +<rect x="46758.75" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46760" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="62274.5" y="377.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62276" y="386" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="30403.875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30405" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="80494.375" y="580.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80496" y="589" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="11920.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11922" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="115957.21875" y="609.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115959" y="618" style="font-family:sans-serif;font-size:10px;"> +ArgumentNullException +</text> +<rect x="111123.96875" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111125" y="821" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="2089.0" y="174.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2091" y="183" style="font-family:sans-serif;font-size:10px;"> +X +</text> +<rect x="64956.875" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64958" y="444" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="22521.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22523" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="59523.25" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59525" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="69582.25" y="725.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69584" y="734" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="62268.0" y="406.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62270" y="415" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="2501.75" y="145.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2503" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="44505.0" y="725.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44507" y="734" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="51590.5" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51592" y="357" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="48180.25" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48182" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="38301.25" y="609.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38303" y="618" style="font-family:sans-serif;font-size:10px;"> +== +</text> +<rect x="4156.375" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4158" y="241" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="104175.46875" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104177" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5628.875" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5630" y="328" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="34306.5" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34308" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="36064.25" y="609.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36066" y="618" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="6089.375" y="464.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6091" y="473" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="40555.5" y="522.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40557" y="531" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="50152.5" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50154" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="93013.28125" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93015" y="589" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="93190.78125" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93192" y="705" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="97221.21875" y="464.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97223" y="473" style="font-family:sans-serif;font-size:10px;"> +post_increment_expression +</text> +<rect x="43869.3046875" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43871" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="71165.03125" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71167" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="102096.59375" y="609.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102098" y="618" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="24449.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24451" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="34498.5" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34500" y="589" style="font-family:sans-serif;font-size:10px;"> +arrayTypeInference +</text> +<rect x="47422.25" y="319.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47424" y="328" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="75851.625" y="638.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75853" y="647" style="font-family:sans-serif;font-size:10px;"> +simple_type +</text> +<rect x="35885.75" y="580.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35887" y="589" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="7076.375" y="464.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7078" y="473" style="font-family:sans-serif;font-size:10px;"> +attribute_target +</text> +<rect x="75317.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75319" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="110517.96875" y="551.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110519" y="560" style="font-family:sans-serif;font-size:10px;"> +range +</text> +<rect x="103300.59375" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103302" y="560" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="83058.15625" y="232.0" width="3568.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83060" y="241" style="font-family:sans-serif;font-size:10px;"> +TestClassXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX +</text> +<rect x="16752.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16754" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="21825.375" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21827" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17976.875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17978" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="14493.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14495" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="70734.625" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70736" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="16804.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16806" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="103545.09375" y="667.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103547" y="676" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="13224.875" y="609.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13226" y="618" style="font-family:sans-serif;font-size:10px;"> +1uL +</text> +<rect x="57423.125" y="290.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57425" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_declarator +</text> +<rect x="68690.5" y="493.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68692" y="502" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="104827.34375" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104829" y="357" style="font-family:sans-serif;font-size:10px;"> +set_accessor_declaration +</text> +<rect x="10033.375" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10035" y="618" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="1080.0" y="174.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1082" y="183" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71955.375" y="725.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71957" y="734" style="font-family:sans-serif;font-size:10px;"> +shift_expression +</text> +<rect x="81445.625" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81447" y="676" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="31633.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31635" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="91074.15625" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91076" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="30053.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30055" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="109356.46875" y="319.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109358" y="328" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="83210.78125" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83212" y="560" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="36178.75" y="609.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36180" y="618" style="font-family:sans-serif;font-size:10px;"> +continue_statement +</text> +<rect x="44884.25" y="928.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44886" y="937" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="70100.25" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70102" y="763" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="3296.625" y="203.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3298" y="212" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="24339.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24341" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="39309.75" y="667.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39311" y="676" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="32587.875" y="290.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32589" y="299" style="font-family:sans-serif;font-size:10px;"> +~ +</text> +<rect x="57709.875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57711" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="37704.0" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37706" y="502" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="114498.59375" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114500" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="51507.0" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51509" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="7257.625" y="812.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7259" y="821" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="93910.53125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93912" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="8049.875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8051" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="103585.21875" y="522.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103587" y="531" style="font-family:sans-serif;font-size:10px;"> +element_access +</text> +<rect x="78903.625" y="493.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78905" y="502" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="91668.40625" y="435.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91670" y="444" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="67683.0" y="319.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67685" y="328" style="font-family:sans-serif;font-size:10px;"> +type_parameter +</text> +<rect x="43799.0" y="725.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43801" y="734" style="font-family:sans-serif;font-size:10px;"> +in +</text> +<rect x="63315.875" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63317" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="93100.15625" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93102" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="76835.875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76837" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="76183.125" y="754.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76185" y="763" style="font-family:sans-serif;font-size:10px;"> +bool +</text> +<rect x="110410.21875" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110412" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="19841.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19843" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="68395.0" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68397" y="415" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="52939.75" y="377.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52941" y="386" style="font-family:sans-serif;font-size:10px;"> +simple_type +</text> +<rect x="8941.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8943" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="58233.875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58235" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="109046.46875" y="522.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109048" y="531" style="font-family:sans-serif;font-size:10px;"> +"·" +</text> +<rect x="94005.78125" y="609.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94007" y="618" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="29531.125" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29533" y="618" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="46929.75" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46931" y="386" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="29465.625" y="725.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29467" y="734" style="font-family:sans-serif;font-size:10px;"> +Exception +</text> +<rect x="45629.75" y="464.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45631" y="473" style="font-family:sans-serif;font-size:10px;"> +positional_argument +</text> +<rect x="65230.875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65232" y="589" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="2467.25" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2469" y="125" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="53101.625" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53103" y="270" style="font-family:sans-serif;font-size:10px;"> +operator_declaration +</text> +<rect x="104096.46875" y="319.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104098" y="328" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="44028.75" y="609.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44030" y="618" style="font-family:sans-serif;font-size:10px;"> +query_body_clauses +</text> +<rect x="100935.09375" y="522.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100937" y="531" style="font-family:sans-serif;font-size:10px;"> +<<= +</text> +<rect x="32615.125" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32617" y="705" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="5524.375" y="232.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5526" y="241" style="font-family:sans-serif;font-size:10px;"> +interface_type_list +</text> +<rect x="36383.25" y="638.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36385" y="647" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="10097.875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10099" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="12951.375" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12953" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="45687.25" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45689" y="357" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="67976.5" y="435.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67978" y="444" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="96354.21875" y="580.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96356" y="589" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="115779.21875" y="551.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115781" y="560" style="font-family:sans-serif;font-size:10px;"> +〔"〕 +</text> +<rect x="100892.59375" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100894" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="114089.21875" y="696.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114091" y="705" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="45670.25" y="522.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45672" y="531" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="37723.0" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37725" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="77981.375" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77983" y="560" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="14129.875" y="609.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14131" y="618" style="font-family:sans-serif;font-size:10px;"> +1lU +</text> +<rect x="6400.625" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6402" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="11694.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11696" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="46173.625" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46175" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="21268.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21270" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="77190.875" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77192" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="45511.75" y="493.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45513" y="502" style="font-family:sans-serif;font-size:10px;"> +Foo +</text> +<rect x="33819.375" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33821" y="647" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="27026.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27028" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="93136.28125" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93138" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="101618.59375" y="522.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101620" y="531" style="font-family:sans-serif;font-size:10px;"> +floating_point_type +</text> +<rect x="76492.625" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76494" y="589" style="font-family:sans-serif;font-size:10px;"> +Func +</text> +<rect x="105471.46875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105473" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="25163.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25165" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="49602.5" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49604" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="116319.96875" y="580.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116321" y="589" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="48510.0" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48512" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="54410.4375" y="435.0" width="120.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54412" y="444" style="font-family:sans-serif;font-size:10px;"> +positional_argument_list +</text> +<rect x="58867.25" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58869" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="3040.625" y="145.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3042" y="154" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="37635.75" y="841.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37637" y="850" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="30583.625" y="638.0" width="110.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30585" y="647" style="font-family:sans-serif;font-size:10px;"> +member_initializer_list +</text> +<rect x="81489.0625" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81491" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="109261.71875" y="290.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109263" y="299" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="35889.5" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35891" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="62769.5" y="522.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62771" y="531" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="70697.125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70699" y="560" style="font-family:sans-serif;font-size:10px;"> +x +</text> +<rect x="62374.75" y="667.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62376" y="676" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="66052.0" y="319.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66054" y="328" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="80422.875" y="783.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80424" y="792" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="108325.34375" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108327" y="473" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="57692.375" y="406.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57694" y="415" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="94529.6328125" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94531" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="116705.46875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116707" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="93934.03125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93936" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="90224.65625" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90226" y="212" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="92629.40625" y="319.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92631" y="328" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="4828.125" y="261.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4830" y="270" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="32104.375" y="551.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32106" y="560" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="28897.125" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28899" y="502" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="77175.875" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77177" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="51790.5" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51792" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="10855.375" y="580.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10857" y="589" style="font-family:sans-serif;font-size:10px;"> +is +</text> +<rect x="48634.75" y="551.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48636" y="560" style="font-family:sans-serif;font-size:10px;"> +"A" +</text> +<rect x="63263.625" y="406.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63265" y="415" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="17405.40625" y="145.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17407" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="35086.75" y="609.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35088" y="618" style="font-family:sans-serif;font-size:10px;"> +case +</text> +<rect x="54582.5" y="348.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54584" y="357" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="10700.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10702" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="32074.25" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32076" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="8557.625" y="551.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8559" y="560" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="37942.0" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37944" y="502" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="81740.875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81742" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="94980.28125" y="754.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94982" y="763" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="100476.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100478" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="63693.125" y="725.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63695" y="734" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="37180.5" y="812.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37182" y="821" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="9351.125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9353" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="5730.875" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5732" y="531" style="font-family:sans-serif;font-size:10px;"> +SetLastError +</text> +<rect x="31931.125" y="783.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31933" y="792" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="63961.3125" y="232.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63963" y="241" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="6018.875" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6020" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="112939.71875" y="551.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112941" y="560" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="112945.46875" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112947" y="705" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="48110.25" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48112" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="34048.875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34050" y="618" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="32586.5" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32588" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="9589.625" y="551.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9591" y="560" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="33525.375" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33527" y="618" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="45537.75" y="1015.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45539" y="1024" style="font-family:sans-serif;font-size:10px;"> +Count +</text> +<rect x="115425.21875" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115427" y="560" style="font-family:sans-serif;font-size:10px;"> +regular_interpolation +</text> +<rect x="51768.0" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51770" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_body +</text> +<rect x="41543.0" y="609.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41545" y="618" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="113991.71875" y="696.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113993" y="705" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="39080.8125" y="348.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39082" y="357" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="9466.625" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9468" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="48368.75" y="464.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48370" y="473" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="117532.71875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117534" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="61918.5" y="522.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61920" y="531" style="font-family:sans-serif;font-size:10px;"> +while +</text> +<rect x="79064.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79066" y="444" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="90337.65625" y="261.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90339" y="270" style="font-family:sans-serif;font-size:10px;"> +yield +</text> +<rect x="34410.5" y="522.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34412" y="531" style="font-family:sans-serif;font-size:10px;"> +array_type +</text> +<rect x="75766.125" y="783.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75768" y="792" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="42542.5" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42544" y="589" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="116320.46875" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116322" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="44361.0" y="812.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44363" y="821" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="6780.875" y="319.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6782" y="328" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="80262.875" y="783.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80264" y="792" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="47621.75" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47623" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="48047.0" y="348.0" width="141.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48049" y="357" style="font-family:sans-serif;font-size:10px;"> +type_parameter_constraints +</text> +<rect x="68254.0" y="406.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68256" y="415" style="font-family:sans-serif;font-size:10px;"> +Foo +</text> +<rect x="43762.0" y="754.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43764" y="763" style="font-family:sans-serif;font-size:10px;"> +c1 +</text> +<rect x="71085.125" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71087" y="618" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="80165.875" y="812.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80167" y="821" style="font-family:sans-serif;font-size:10px;"> +nullable_value_type +</text> +<rect x="30194.625" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30196" y="647" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="37227.75" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37229" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="111699.46875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111701" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="54680.5" y="348.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54682" y="357" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="107212.84375" y="435.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107214" y="444" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="71813.5" y="348.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71815" y="357" style="font-family:sans-serif;font-size:10px;"> +implicit +</text> +<rect x="65703.125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65705" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71995.75" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71997" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="40655.5" y="551.0" width="88.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40657" y="560" style="font-family:sans-serif;font-size:10px;"> +unmanaged_type +</text> +<rect x="103803.96875" y="377.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103805" y="386" style="font-family:sans-serif;font-size:10px;"> +field_modifier +</text> +<rect x="108690.96875" y="435.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108692" y="444" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="81040.0" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81042" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="492.75" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="494" y="125" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="44745.125" y="667.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44747" y="676" style="font-family:sans-serif;font-size:10px;"> +by +</text> +<rect x="113760.96875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113762" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="83467.78125" y="551.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83469" y="560" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="35969.25" y="696.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35971" y="705" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="8606.625" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8608" y="589" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="10787.375" y="551.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10789" y="560" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="40900.0" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40902" y="676" style="font-family:sans-serif;font-size:10px;"> +* +</text> +<rect x="107390.34375" y="348.0" width="149.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107392" y="357" style="font-family:sans-serif;font-size:10px;"> +overloadable_binary_operator +</text> +<rect x="113875.46875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113877" y="676" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="114083.46875" y="783.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114085" y="792" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="31946.125" y="783.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31948" y="792" style="font-family:sans-serif;font-size:10px;"> +variable_initializer_list +</text> +<rect x="104391.46875" y="551.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104393" y="560" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="75430.4375" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75432" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="118230.34375" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118232" y="589" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="23573.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23575" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="111037.21875" y="638.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111039" y="647" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="66483.375" y="464.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66485" y="473" style="font-family:sans-serif;font-size:10px;"> +sealed +</text> +<rect x="4330.375" y="261.0" width="126.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4332" y="270" style="font-family:sans-serif;font-size:10px;"> +variant_type_parameters +</text> +<rect x="59070.0" y="203.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59072" y="212" style="font-family:sans-serif;font-size:10px;"> +enum_modifier +</text> +<rect x="65184.25" y="348.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65186" y="357" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="110180.96875" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110182" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="34484.5" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34486" y="589" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="16732.875" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16734" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="111774.21875" y="609.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111776" y="618" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="74463.0" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74465" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="94685.75" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94687" y="647" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="112869.71875" y="522.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112871" y="531" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="70279.25" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70281" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="13177.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13179" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="38932.8125" y="319.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38934" y="328" style="font-family:sans-serif;font-size:10px;"> +private +</text> +<rect x="7543.125" y="783.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7545" y="792" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="80769.125" y="609.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80771" y="618" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="63021.875" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63023" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="111310.21875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111312" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="52357.583333333336" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52359" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="67436.5" y="290.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67438" y="299" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="12344.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12346" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="65478.625" y="290.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65480" y="299" style="font-family:sans-serif;font-size:10px;"> +type_parameter_list +</text> +<rect x="75070.875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75072" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="37854.5" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37856" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="23456.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23458" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="72746.875" y="319.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72748" y="328" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="48953.0" y="290.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48955" y="299" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="78773.625" y="464.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78775" y="473" style="font-family:sans-serif;font-size:10px;"> +Recursive +</text> +<rect x="55800.0" y="348.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55802" y="357" style="font-family:sans-serif;font-size:10px;"> +P +</text> +<rect x="94860.85546875" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94862" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="107861.09375" y="319.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107863" y="328" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="25380.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25382" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="50804.75" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50806" y="560" style="font-family:sans-serif;font-size:10px;"> ++= +</text> +<rect x="60996.25" y="696.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60998" y="705" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="2918.125" y="116.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2920" y="125" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="41817.75" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41819" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="10678.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10680" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="52360.0" y="348.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52362" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="25856.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25858" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="62694.75" y="638.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62696" y="647" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="116626.96875" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116628" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="91789.90625" y="377.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91791" y="386" style="font-family:sans-serif;font-size:10px;"> +params +</text> +<rect x="28685.625" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28687" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="46542.5" y="580.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46544" y="589" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="57044.75" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57046" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="91217.40625" y="435.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91219" y="444" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="49654.5" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49656" y="299" style="font-family:sans-serif;font-size:10px;"> +indexer_body +</text> +<rect x="99549.59375" y="522.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99551" y="531" style="font-family:sans-serif;font-size:10px;"> +/= +</text> +<rect x="62149.25" y="696.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62151" y="705" style="font-family:sans-serif;font-size:10px;"> +-- +</text> +<rect x="19286.125" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19288" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="53718.25" y="203.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53720" y="212" style="font-family:sans-serif;font-size:10px;"> +struct_interfaces +</text> +<rect x="71357.875" y="667.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71359" y="676" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="34247.0" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34249" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="78607.125" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78609" y="357" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="98086.84375" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98088" y="647" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="51486.5" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51488" y="357" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="61745.25" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61747" y="647" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="103522.84375" y="609.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103524" y="618" style="font-family:sans-serif;font-size:10px;"> +argument_name +</text> +<rect x="22111.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22113" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="57717.375" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57719" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_body +</text> +<rect x="48629.75" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48631" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="7632.625" y="783.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7634" y="792" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="8190.375" y="580.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8192" y="589" style="font-family:sans-serif;font-size:10px;"> +command +</text> +<rect x="90544.65625" y="377.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90546" y="386" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="60916.75" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60918" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="3703.375" y="145.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3705" y="154" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="39082.0" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39084" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="71823.5" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71825" y="328" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="117356.21875" y="580.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117358" y="589" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="45464.5" y="957.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45466" y="966" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="48118.25" y="551.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48120" y="560" style="font-family:sans-serif;font-size:10px;"> +base +</text> +<rect x="107833.59375" y="348.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107835" y="357" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="79067.875" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79069" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="14125.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14127" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="39949.5" y="725.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39951" y="734" style="font-family:sans-serif;font-size:10px;"> +BeginScope +</text> +<rect x="114287.21875" y="609.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114289" y="618" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="80793.875" y="551.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80795" y="560" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="51132.25" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51134" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="32676.0" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32678" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="52816.0" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52818" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="32367.625" y="725.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32369" y="734" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="103763.09375" y="580.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103765" y="589" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="98961.59375" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98963" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="107562.71875" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107564" y="270" style="font-family:sans-serif;font-size:10px;"> +operator_declaration +</text> +<rect x="90162.90625" y="435.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90164" y="444" style="font-family:sans-serif;font-size:10px;"> +parameter_mode_modifier +</text> +<rect x="63938.875" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63940" y="415" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="32153.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32155" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="32604.875" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32606" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="43616.5" y="841.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43618" y="850" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="109039.46875" y="493.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109041" y="502" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="15660.375" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15662" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="9249.125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9251" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="47806.75" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47808" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="58787.25" y="319.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58789" y="328" style="font-family:sans-serif;font-size:10px;"> +get +</text> +<rect x="61477.25" y="638.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61479" y="647" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="70555.0" y="725.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70557" y="734" style="font-family:sans-serif;font-size:10px;"> +Boo +</text> +<rect x="92367.15625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92369" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="108372.09375" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108374" y="415" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="110556.96875" y="551.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110558" y="560" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="68881.0" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68883" y="560" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="95967.71875" y="522.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95969" y="531" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="113727.71875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113729" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4463.375" y="261.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4465" y="270" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="16447.125" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16449" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="63691.875" y="493.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63693" y="502" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="71040.625" y="551.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71042" y="560" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="102657.09375" y="667.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102659" y="676" style="font-family:sans-serif;font-size:10px;"> +10 +</text> +<rect x="39186.25" y="493.0" width="105.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39188" y="502" style="font-family:sans-serif;font-size:10px;"> +resource_acquisition +</text> +<rect x="48921.0" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48923" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="532.5" y="58.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="534" y="67" style="font-family:sans-serif;font-size:10px;"> +using_directive +</text> +<rect x="116382.71875" y="725.0" width="38.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116384" y="734" style="font-family:sans-serif;font-size:10px;"> +person +</text> +<rect x="7358.625" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7360" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32822.125" y="551.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32824" y="560" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="45737.75" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45739" y="473" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="45917.25" y="348.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45919" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="51257.75" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51259" y="328" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="76539.125" y="551.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76541" y="560" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="70401.375" y="551.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70403" y="560" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="78221.375" y="348.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78223" y="357" style="font-family:sans-serif;font-size:10px;"> +Recursive +</text> +<rect x="117949.46875" y="754.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117951" y="763" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="8868.125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8870" y="560" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="45091.5" y="696.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45093" y="705" style="font-family:sans-serif;font-size:10px;"> +query_body_clause +</text> +<rect x="50221.0" y="377.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50223" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="44053.75" y="899.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44055" y="908" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="71207.625" y="522.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71209" y="531" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="83013.03125" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83015" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="101764.84375" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101766" y="589" style="font-family:sans-serif;font-size:10px;"> +d +</text> +<rect x="30260.125" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30262" y="705" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="40415.0" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40417" y="560" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="46183.75" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46185" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="70660.625" y="377.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70662" y="386" style="font-family:sans-serif;font-size:10px;"> +Bar3 +</text> +<rect x="67913.0" y="406.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67915" y="415" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="81624.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81626" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="58537.25" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58539" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="33223.375" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33225" y="676" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="35281.25" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35283" y="560" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="63450.375" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63452" y="502" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="106140.40625" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106142" y="270" style="font-family:sans-serif;font-size:10px;"> +property_declaration +</text> +<rect x="106593.34375" y="348.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106595" y="357" style="font-family:sans-serif;font-size:10px;"> +Point +</text> +<rect x="117137.96875" y="580.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117139" y="589" style="font-family:sans-serif;font-size:10px;"> +MyException +</text> +<rect x="16908.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16910" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="33825.625" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33827" y="560" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="117542.21875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117544" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="16150.375" y="609.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16152" y="618" style="font-family:sans-serif;font-size:10px;"> +'\x0130' +</text> +<rect x="54690.0" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54692" y="328" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="103827.84375" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103829" y="676" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="43483.375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43485" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="79563.875" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79565" y="676" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="55870.625" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55872" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="81773.34375" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81775" y="647" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="56982.25" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56984" y="386" style="font-family:sans-serif;font-size:10px;"> +set +</text> +<rect x="30853.625" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30855" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="92929.28125" y="609.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92931" y="618" style="font-family:sans-serif;font-size:10px;"> +nullable_type_annotation +</text> +<rect x="78945.125" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78947" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="77283.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77285" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="59272.75" y="261.0" width="136.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59274" y="270" style="font-family:sans-serif;font-size:10px;"> +enum_member_declaration +</text> +<rect x="5933.375" y="319.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5935" y="328" style="font-family:sans-serif;font-size:10px;"> +simple_type +</text> +<rect x="40764.5" y="551.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40766" y="560" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="65075.375" y="522.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65077" y="531" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="36189.5" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36191" y="502" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="53464.25" y="319.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53466" y="328" style="font-family:sans-serif;font-size:10px;"> +C +</text> +<rect x="103386.34375" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103388" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="25767.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25769" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="3514.375" y="261.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3516" y="270" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="107838.09375" y="319.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107840" y="328" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="43957.25" y="841.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43959" y="850" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="39472.5" y="551.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39474" y="560" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="107325.59375" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107327" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="35731.0" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35733" y="502" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="57616.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57618" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7937.125" y="812.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7939" y="821" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="34710.0" y="609.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34712" y="618" style="font-family:sans-serif;font-size:10px;"> +array_initializer +</text> +<rect x="23952.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23954" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="112748.21875" y="551.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112750" y="560" style="font-family:sans-serif;font-size:10px;"> +Invoke +</text> +<rect x="78485.125" y="348.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78487" y="357" style="font-family:sans-serif;font-size:10px;"> +Recursive +</text> +<rect x="78406.625" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78408" y="415" style="font-family:sans-serif;font-size:10px;"> +r +</text> +<rect x="82402.21875" y="174.0" width="127.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82404" y="183" style="font-family:sans-serif;font-size:10px;"> +UndocumentedKeywords +</text> +<rect x="12774.875" y="609.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12776" y="618" style="font-family:sans-serif;font-size:10px;"> +1ul +</text> +<rect x="82915.53125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82917" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="103818.34375" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103820" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="116173.46875" y="551.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116175" y="560" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="40940.5" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40942" y="589" style="font-family:sans-serif;font-size:10px;"> +y +</text> +<rect x="62762.375" y="841.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62764" y="850" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="94818.734375" y="580.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94820" y="589" style="font-family:sans-serif;font-size:10px;"> +and_expression +</text> +<rect x="102067.34375" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102069" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="22186.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22188" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="21788.875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21790" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="34364.0" y="580.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34366" y="589" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="45874.25" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45876" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="83723.78125" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83725" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="3183.625" y="261.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3185" y="270" style="font-family:sans-serif;font-size:10px;"> +@"(C)""·\n\n2009" +</text> +<rect x="32500.0" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32502" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="43124.25" y="696.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43126" y="705" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="60279.08984375" y="145.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60281" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="66785.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66787" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="76646.625" y="609.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76648" y="618" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="33138.125" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33140" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="1002.0" y="58.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1004" y="67" style="font-family:sans-serif;font-size:10px;"> +using_directive +</text> +<rect x="1843.0" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1845" y="125" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="41496.5" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41498" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="53567.25" y="232.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53569" y="241" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="63662.375" y="319.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63664" y="328" style="font-family:sans-serif;font-size:10px;"> +type_parameter +</text> +<rect x="19837.625" y="551.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19839" y="560" style="font-family:sans-serif;font-size:10px;"> +object +</text> +<rect x="76534.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76536" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="114944.21875" y="551.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114946" y="560" style="font-family:sans-serif;font-size:10px;"> +〔Color·[·R=〕 +</text> +<rect x="110970.46875" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110972" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="452.5" y="174.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="454" y="183" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="79757.375" y="754.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79759" y="763" style="font-family:sans-serif;font-size:10px;"> +nullable_value_type +</text> +<rect x="102349.84375" y="435.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102351" y="444" style="font-family:sans-serif;font-size:10px;"> +unsafe +</text> +<rect x="70003.75" y="725.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70005" y="734" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="27225.625" y="580.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27227" y="589" style="font-family:sans-serif;font-size:10px;"> +set +</text> +<rect x="109452.96875" y="435.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109454" y="444" style="font-family:sans-serif;font-size:10px;"> +Last +</text> +<rect x="53939.0" y="348.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53941" y="357" style="font-family:sans-serif;font-size:10px;"> +S +</text> +<rect x="62309.0625" y="841.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62311" y="850" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="32496.125" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32498" y="589" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="69219.6875" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69221" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="112386.71875" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112388" y="734" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="102916.59375" y="580.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102918" y="589" style="font-family:sans-serif;font-size:10px;"> +null_literal +</text> +<rect x="33116.0" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33118" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="50114.5" y="290.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50116" y="299" style="font-family:sans-serif;font-size:10px;"> +event +</text> +<rect x="116779.96875" y="696.0" width="79.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116781" y="705" style="font-family:sans-serif;font-size:10px;"> +initializer_target +</text> +<rect x="52696.0" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52698" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="4437.125" y="348.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4439" y="357" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="26910.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26912" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="95535.84375" y="667.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95537" y="676" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="118547.84375" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118549" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="40371.5" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40373" y="502" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="118124.84375" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118126" y="531" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="32550.125" y="551.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32552" y="560" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="99067.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99069" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63316.875" y="783.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63318" y="792" style="font-family:sans-serif;font-size:10px;"> +Factory +</text> +<rect x="110855.21875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110857" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="111370.21875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111372" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="12934.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12936" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="23340.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23342" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="99427.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99429" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="117447.96875" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117449" y="531" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="66071.625" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66073" y="473" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="91673.53125" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91675" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="114449.21875" y="725.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114451" y="734" style="font-family:sans-serif;font-size:10px;"> +〔"〕 +</text> +<rect x="108920.59375" y="319.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108922" y="328" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="970.0" y="232.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="972" y="241" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="46497.75" y="435.0" width="120.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46499" y="444" style="font-family:sans-serif;font-size:10px;"> +positional_argument_list +</text> +<rect x="118456.96875" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118458" y="502" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="108047.84375" y="348.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108049" y="357" style="font-family:sans-serif;font-size:10px;"> +implicit +</text> +<rect x="1914.5" y="145.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1916" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="110286.71875" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110288" y="705" style="font-family:sans-serif;font-size:10px;"> +4 +</text> +<rect x="73082.625" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73084" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="11154.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11156" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="48526.5" y="348.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48528" y="357" style="font-family:sans-serif;font-size:10px;"> +P +</text> +<rect x="33571.875" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33573" y="560" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="93437.78125" y="580.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93439" y="589" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="113254.71875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113256" y="618" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="871.0" y="174.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="873" y="183" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14982.125" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14984" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="1731.5" y="145.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1733" y="154" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="3700.375" y="203.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3702" y="212" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="29193.625" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29195" y="560" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="28136.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28138" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="44949.0" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44951" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="108473.09375" y="435.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108475" y="444" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="66537.9189453125" y="58.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66539" y="67" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="64656.125" y="580.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64658" y="589" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="1100.25" y="116.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1102" y="125" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="1829.0" y="116.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1831" y="125" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="29793.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29795" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="45666.25" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45668" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="62513.75" y="609.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62515" y="618" style="font-family:sans-serif;font-size:10px;"> +Power +</text> +<rect x="105078.09375" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105080" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="31441.625" y="783.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31443" y="792" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="104636.78125" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104638" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="64256.96875" y="174.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64258" y="183" style="font-family:sans-serif;font-size:10px;"> +ConsoleApplication1 +</text> +<rect x="51949.75" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51951" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="20088.625" y="551.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20090" y="560" style="font-family:sans-serif;font-size:10px;"> +sbyte +</text> +<rect x="29890.625" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29892" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="46410.75" y="406.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46412" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute_name +</text> +<rect x="61251.5" y="464.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61253" y="473" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="61216.75" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61218" y="647" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="74980.625" y="609.0" width="156.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74982" y="618" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_signature +</text> +<rect x="81993.90625" y="319.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81995" y="328" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="31489.875" y="580.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31491" y="589" style="font-family:sans-serif;font-size:10px;"> +floating_point_type +</text> +<rect x="72908.625" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72910" y="415" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="37489.75" y="841.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37491" y="850" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="57711.375" y="377.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57713" y="386" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="9179.625" y="551.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9181" y="560" style="font-family:sans-serif;font-size:10px;"> +привет +</text> +<rect x="5384.125" y="203.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5386" y="212" style="font-family:sans-serif;font-size:10px;"> +partial +</text> +<rect x="16335.375" y="638.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16337" y="647" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="37267.0" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37269" y="502" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="41179.0" y="522.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41181" y="531" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="36936.0" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36938" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="63750.375" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63752" y="328" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="37395.75" y="754.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37397" y="763" style="font-family:sans-serif;font-size:10px;"> +shift_expression +</text> +<rect x="1233.25" y="174.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1235" y="183" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="47733.75" y="406.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47735" y="415" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="67625.0" y="319.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67627" y="328" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="25391.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25393" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="12629.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12631" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="6192.875" y="377.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6194" y="386" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="51159.25" y="580.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51161" y="589" style="font-family:sans-serif;font-size:10px;"> +Handler +</text> +<rect x="92809.65625" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92811" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="56923.25" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56925" y="357" style="font-family:sans-serif;font-size:10px;"> +set_accessor_declaration +</text> +<rect x="113088.96875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113090" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="117308.46875" y="493.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117310" y="502" style="font-family:sans-serif;font-size:10px;"> +exception_filter +</text> +<rect x="33087.875" y="609.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33089" y="618" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="38644.5" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38646" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="66200.625" y="464.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66202" y="473" style="font-family:sans-serif;font-size:10px;"> +M +</text> +<rect x="77153.125" y="551.0" width="156.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77155" y="560" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_signature +</text> +<rect x="25053.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25055" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="7908.625" y="783.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7910" y="792" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="9053.75" y="609.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9055" y="618" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="101013.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101015" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="83087.78125" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83089" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="57643.375" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57645" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="78299.375" y="522.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78301" y="531" style="font-family:sans-serif;font-size:10px;"> +lambda_expression +</text> +<rect x="82780.03125" y="464.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82782" y="473" style="font-family:sans-serif;font-size:10px;"> +U +</text> +<rect x="72636.375" y="464.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72638" y="473" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="98112.34375" y="551.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98114" y="560" style="font-family:sans-serif;font-size:10px;"> +conditional_and_expression +</text> +<rect x="113502.71875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113504" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="79943.375" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79945" y="415" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="83750.03125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83752" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="63526.625" y="986.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63528" y="995" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="63608.125" y="1044.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63610" y="1053" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="95382.34375" y="638.0" width="126.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95384" y="647" style="font-family:sans-serif;font-size:10px;"> +exclusive_or_expression +</text> +<rect x="108279.84375" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108281" y="357" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="71960.75" y="435.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71962" y="444" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="37552.0" y="725.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37554" y="734" style="font-family:sans-serif;font-size:10px;"> +statement_expression_list +</text> +<rect x="53552.25" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53554" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="24677.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24679" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="60723.8125" y="290.0" width="74.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60725" y="299" style="font-family:sans-serif;font-size:10px;"> +class_modifier +</text> +<rect x="69315.5" y="580.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69317" y="589" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="113366.96875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113368" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="49617.0" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49619" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="24130.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24132" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="28956.875" y="464.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28958" y="473" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="59873.0" y="319.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59875" y="328" style="font-family:sans-serif;font-size:10px;"> +P +</text> +<rect x="72318.0" y="319.0" width="160.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72320" y="328" style="font-family:sans-serif;font-size:10px;"> +conversion_operator_declarator +</text> +<rect x="36407.25" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36409" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="40385.5" y="493.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40387" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="110047.71875" y="667.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110049" y="676" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="37378.75" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37380" y="763" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="73398.875" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73400" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="70544.5" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70546" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="96605.71875" y="551.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96607" y="560" style="font-family:sans-serif;font-size:10px;"> +nullable_type_annotation +</text> +<rect x="81857.40625" y="696.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81859" y="705" style="font-family:sans-serif;font-size:10px;"> +"a" +</text> +<rect x="107673.59375" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107675" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="76179.875" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76181" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="71874.875" y="783.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71876" y="792" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="27502.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27504" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="63274.875" y="522.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63276" y="531" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="76041.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76043" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="109054.46875" y="435.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109056" y="444" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="12104.125" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12106" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="31137.0" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31139" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="103702.46875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103704" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="42277.875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42279" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="3459.875" y="232.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3461" y="241" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="84172.53125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84174" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="59706.25" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59708" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="80153.625" y="493.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80155" y="502" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="41125.25" y="435.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41127" y="444" style="font-family:sans-serif;font-size:10px;"> +fixed +</text> +<rect x="18121.7412109375" y="87.0" width="120.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18123" y="96" style="font-family:sans-serif;font-size:10px;"> +namespace_declaration +</text> +<rect x="30871.625" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30873" y="763" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="80174.875" y="783.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80176" y="792" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="71726.5" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71728" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="81510.78125" y="812.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81512" y="821" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="67352.625" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67354" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="34911.0" y="435.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34913" y="444" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="6954.375" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6956" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="81791.875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81793" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="6286.375" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6288" y="299" style="font-family:sans-serif;font-size:10px;"> +constant_modifier +</text> +<rect x="78490.125" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78492" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="30906.125" y="609.0" width="118.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30908" y="618" style="font-family:sans-serif;font-size:10px;"> +member_declarator_list +</text> +<rect x="93534.78125" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93536" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="43962.8046875" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43964" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="97946.09375" y="580.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97948" y="589" style="font-family:sans-serif;font-size:10px;"> +conditional_and_expression +</text> +<rect x="60349.5" y="377.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60351" y="386" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="102665.84375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102667" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="67531.0" y="319.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67533" y="328" style="font-family:sans-serif;font-size:10px;"> +type_parameters +</text> +<rect x="23881.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23883" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="40298.25" y="580.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40300" y="589" style="font-family:sans-serif;font-size:10px;"> +items +</text> +<rect x="42590.25" y="464.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42592" y="473" style="font-family:sans-serif;font-size:10px;"> +finally +</text> +<rect x="64424.625" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64426" y="415" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="32016.375" y="551.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32018" y="560" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="11301.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11303" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="107269.34375" y="464.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107271" y="473" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="71429.875" y="754.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71431" y="763" style="font-family:sans-serif;font-size:10px;"> +element_initializer +</text> +<rect x="28216.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28218" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="5160.375" y="261.0" width="141.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5162" y="270" style="font-family:sans-serif;font-size:10px;"> +type_parameter_constraints +</text> +<rect x="48244.25" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48246" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="76092.125" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76094" y="647" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="81566.5625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81568" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="70294.75" y="725.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70296" y="734" style="font-family:sans-serif;font-size:10px;"> +M +</text> +<rect x="62242.0" y="638.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62244" y="647" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="97696.46875" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97698" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="98388.84375" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98390" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="72772.375" y="348.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72774" y="357" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="75544.0" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75546" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="103310.09375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103312" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="75781.125" y="696.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75783" y="705" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="52018.5" y="435.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52020" y="444" style="font-family:sans-serif;font-size:10px;"> +method +</text> +<rect x="63508.875" y="435.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63510" y="444" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="27433.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27435" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="55803.125" y="696.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55805" y="705" style="font-family:sans-serif;font-size:10px;"> +value +</text> +<rect x="1436.25" y="87.0" width="140.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1438" y="96" style="font-family:sans-serif;font-size:10px;"> +using_namespace_directive +</text> +<rect x="68284.0" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68286" y="415" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="35653.0" y="493.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35655" y="502" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="19372.375" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19374" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="83920.78125" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83922" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="116774.46875" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116776" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="24884.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24886" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="64597.625" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64599" y="473" style="font-family:sans-serif;font-size:10px;"> +abstract +</text> +<rect x="56642.0" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56644" y="328" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="110525.71875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110527" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="96020.71875" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96022" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="30733.125" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30735" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="15232.125" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15234" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="94482.8828125" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94484" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="37826.5" y="696.0" width="9.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37828" y="705" style="font-family:sans-serif;font-size:10px;"> +if +</text> +<rect x="82773.53125" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82775" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="97010.21875" y="638.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97012" y="647" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="81137.0" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81139" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="59586.75" y="232.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59588" y="241" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="11468.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11470" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="79231.875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79233" y="589" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="90329.40625" y="464.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90331" y="473" style="font-family:sans-serif;font-size:10px;"> +dynamic +</text> +<rect x="93438.53125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93440" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="5580.875" y="261.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5582" y="270" style="font-family:sans-serif;font-size:10px;"> +interface_type +</text> +<rect x="10998.125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11000" y="560" style="font-family:sans-serif;font-size:10px;"> +u +</text> +<rect x="13081.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13083" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="43588.0" y="812.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43590" y="821" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="47195.25" y="377.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47197" y="386" style="font-family:sans-serif;font-size:10px;"> +Handler +</text> +<rect x="58492.75" y="348.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58494" y="357" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="113784.21875" y="725.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113786" y="734" style="font-family:sans-serif;font-size:10px;"> +== +</text> +<rect x="50238.5" y="348.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50240" y="357" style="font-family:sans-serif;font-size:10px;"> +attributes +</text> +<rect x="66700.375" y="377.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66702" y="386" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="8992.625" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8994" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="45408.375" y="638.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45410" y="647" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="68498.0" y="551.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68500" y="560" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="33023.125" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33025" y="589" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="94862.28125" y="725.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94864" y="734" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="75375.625" y="667.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75377" y="676" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="73442.375" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73444" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="97884.34375" y="667.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97886" y="676" style="font-family:sans-serif;font-size:10px;"> +== +</text> +<rect x="7734.875" y="580.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7736" y="589" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="96601.59375" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96603" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="113126.84375" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113128" y="618" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="57405.125" y="319.0" width="136.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57407" y="328" style="font-family:sans-serif;font-size:10px;"> +binary_operator_declarator +</text> +<rect x="78482.125" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78484" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="80117.375" y="870.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80119" y="879" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="5486.875" y="261.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5488" y="270" style="font-family:sans-serif;font-size:10px;"> +interface_type +</text> +<rect x="31698.625" y="638.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31700" y="647" style="font-family:sans-serif;font-size:10px;"> +array_type +</text> +<rect x="36094.25" y="551.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36096" y="560" style="font-family:sans-serif;font-size:10px;"> +if_statement +</text> +<rect x="95580.71875" y="551.0" width="128.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95582" y="560" style="font-family:sans-serif;font-size:10px;"> +logical_negation_operator +</text> +<rect x="97690.46875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97692" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="22307.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22309" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="39281.25" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39283" y="618" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="77893.375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77895" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="104118.96875" y="435.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104120" y="444" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="116680.96875" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116682" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="116882.96875" y="696.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116884" y="705" style="font-family:sans-serif;font-size:10px;"> +initializer_value +</text> +<rect x="102784.34375" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102786" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="42273.5" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42275" y="531" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="45690.75" y="406.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45692" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute_arguments +</text> +<rect x="52894.0" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52896" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="39958.5" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39960" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="58651.25" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58653" y="328" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="106981.34375" y="406.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106983" y="415" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="32598.875" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32600" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="8021.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8023" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="101209.09375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101211" y="560" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="39055.3125" y="319.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39057" y="328" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="29474.125" y="522.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29476" y="531" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="52424.5" y="377.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52426" y="386" style="font-family:sans-serif;font-size:10px;"> +simple_type +</text> +<rect x="117895.71875" y="725.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117897" y="734" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="63680.875" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63682" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104979.09375" y="319.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104981" y="328" style="font-family:sans-serif;font-size:10px;"> +property_initializer +</text> +<rect x="56741.0" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56743" y="357" style="font-family:sans-serif;font-size:10px;"> +get_accessor_declaration +</text> +<rect x="6145.875" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6147" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="18562.875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18564" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="40666.5" y="580.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40668" y="589" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="63336.375" y="551.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63338" y="560" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="66267.625" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66269" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="45604.25" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45606" y="357" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="47271.75" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47273" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="66765.375" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66767" y="502" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="38221.75" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38223" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="81627.03125" y="783.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81629" y="792" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="69040.25" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69042" y="618" style="font-family:sans-serif;font-size:10px;"> +k +</text> +<rect x="8959.625" y="464.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8961" y="473" style="font-family:sans-serif;font-size:10px;"> +constant_declarators +</text> +<rect x="93808.28125" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93810" y="705" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="34213.5" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34215" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="38080.0" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38082" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="45580.625" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45582" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="113659.96875" y="580.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113661" y="589" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="48366.0" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48368" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="37847.5" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37849" y="502" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="73826.875" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73828" y="357" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="41153.5" y="493.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41155" y="502" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="61278.5" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61280" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="1743.0" y="174.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1745" y="183" style="font-family:sans-serif;font-size:10px;"> +int1 +</text> +<rect x="25006.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25008" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="13745.125" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13747" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="33795.375" y="580.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33797" y="589" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="62956.875" y="638.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62958" y="647" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="114307.21875" y="754.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114309" y="763" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="43847.3046875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43849" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="58885.75" y="290.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58887" y="299" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="77241.625" y="638.0" width="200.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77243" y="647" style="font-family:sans-serif;font-size:10px;"> +explicit_anonymous_function_parameter +</text> +<rect x="6312.875" y="319.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6314" y="328" style="font-family:sans-serif;font-size:10px;"> +private +</text> +<rect x="16355.875" y="609.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16357" y="618" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="99446.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99448" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="78388.625" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78390" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="49471.75" y="406.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49473" y="415" style="font-family:sans-serif;font-size:10px;"> +protected +</text> +<rect x="102817.34375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102819" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="79742.375" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79744" y="676" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="78254.375" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78256" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="117894.96875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117896" y="647" style="font-family:sans-serif;font-size:10px;"> +await +</text> +<rect x="60022.25" y="290.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60024" y="299" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="81069.0" y="348.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81071" y="357" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="28417.125" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28419" y="560" style="font-family:sans-serif;font-size:10px;"> +__ +</text> +<rect x="57946.375" y="319.0" width="142.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57948" y="328" style="font-family:sans-serif;font-size:10px;"> +fixed_size_buffer_declarator +</text> +<rect x="93788.78125" y="609.0" width="196.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93790" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_no_array_creation_expression +</text> +<rect x="94886.28125" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94888" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="95289.96875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95291" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="95560.21875" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95562" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="100660.59375" y="522.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100662" y="531" style="font-family:sans-serif;font-size:10px;"> +^= +</text> +<rect x="93058.28125" y="725.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93060" y="734" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="39347.75" y="725.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39349" y="734" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="78287.375" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78289" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="93578.78125" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93580" y="676" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="29531.625" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29533" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="99724.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99726" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="17121.125" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17123" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="92281.40625" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92283" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="111379.71875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111381" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="118073.84375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118075" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="38083.75" y="667.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38085" y="676" style="font-family:sans-serif;font-size:10px;"> +break_statement +</text> +<rect x="94490.28125" y="754.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94492" y="763" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="92990.65625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92992" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="79412.125" y="290.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79414" y="299" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="62247.5625" y="928.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62249" y="937" style="font-family:sans-serif;font-size:10px;"> +number +</text> +<rect x="94705.53125" y="725.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94707" y="734" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="5649.375" y="377.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5651" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute +</text> +<rect x="71759.875" y="754.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71761" y="763" style="font-family:sans-serif;font-size:10px;"> +element_initializer +</text> +<rect x="44360.0" y="841.0" width="74.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44362" y="850" style="font-family:sans-serif;font-size:10px;"> +GetHashCode +</text> +<rect x="107664.09375" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107666" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14290.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14292" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="116402.40625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116404" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="55732.0" y="348.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55734" y="357" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="94037.28125" y="667.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94039" y="676" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="118504.84375" y="696.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118506" y="705" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="55977.875" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55979" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="79180.875" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79182" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71254.125" y="551.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71256" y="560" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="101998.34375" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102000" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="7458.625" y="638.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7460" y="647" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="3880.375" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3882" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="18156.125" y="551.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18158" y="560" style="font-family:sans-serif;font-size:10px;"> +@double +</text> +<rect x="60917.75" y="667.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60919" y="676" style="font-family:sans-serif;font-size:10px;"> +Список +</text> +<rect x="43962.8046875" y="551.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43964" y="560" style="font-family:sans-serif;font-size:10px;"> +query_expression +</text> +<rect x="3687.375" y="290.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3689" y="299" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="63517.375" y="348.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63519" y="357" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="65636.625" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65638" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="12999.875" y="609.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13001" y="618" style="font-family:sans-serif;font-size:10px;"> +1Ul +</text> +<rect x="61953.5" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61955" y="531" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="76984.625" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76986" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="106164.59375" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106166" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="99502.59375" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99504" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="114542.21875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114544" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="71274.375" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71276" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="37919.5" y="435.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37921" y="444" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="42911.75" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42913" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="42658.0" y="551.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42660" y="560" style="font-family:sans-serif;font-size:10px;"> +catch_clauses +</text> +<rect x="8018.875" y="725.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8020" y="734" style="font-family:sans-serif;font-size:10px;"> +〔"〕 +</text> +<rect x="22197.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22199" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="7138.875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7140" y="357" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="17136.125" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17138" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="24566.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24568" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="1617.0" y="116.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1619" y="125" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="43979.8046875" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43981" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="91930.15625" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91932" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="65454.125" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65456" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="94905.28125" y="783.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94907" y="792" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="101859.84375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101861" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="110001.46875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110003" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="25320.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25322" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="69145.75" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69147" y="618" style="font-family:sans-serif;font-size:10px;"> +t +</text> +<rect x="44980.5" y="870.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44982" y="879" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="34972.25" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34974" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="109942.96875" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109944" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="8964.0" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8966" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="1633.5" y="145.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1635" y="154" style="font-family:sans-serif;font-size:10px;"> +X +</text> +<rect x="22686.125" y="580.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22688" y="589" style="font-family:sans-serif;font-size:10px;"> +ascending +</text> +<rect x="101006.59375" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101008" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="112987.71875" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112989" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="35862.0" y="493.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35864" y="502" style="font-family:sans-serif;font-size:10px;"> +shift_expression +</text> +<rect x="57757.625" y="464.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57759" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="60984.75" y="638.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60986" y="647" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="72341.875" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72343" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="92460.15625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92462" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="23838.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23840" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="25715.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25717" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="54271.0" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54273" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="115092.96875" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115094" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="72608.375" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72610" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_body +</text> +<rect x="77635.375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77637" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="10741.375" y="580.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10743" y="589" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="44597.5" y="696.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44599" y="705" style="font-family:sans-serif;font-size:10px;"> +into +</text> +<rect x="44830.5" y="899.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44832" y="908" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="7819.125" y="783.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7821" y="792" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="37305.625" y="406.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37307" y="415" style="font-family:sans-serif;font-size:10px;"> +for_statement +</text> +<rect x="70355.75" y="783.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70357" y="792" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="81945.90625" y="522.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81947" y="531" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="35911.125" y="406.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35913" y="415" style="font-family:sans-serif;font-size:10px;"> +while_statement +</text> +<rect x="98239.03125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98241" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="63662.875" y="435.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63664" y="444" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="71525.875" y="754.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71527" y="763" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="110370.96875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110372" y="560" style="font-family:sans-serif;font-size:10px;"> +- +</text> +<rect x="114452.21875" y="551.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114454" y="560" style="font-family:sans-serif;font-size:10px;"> +〔$@"〕 +</text> +<rect x="77121.125" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77123" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="35160.25" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35162" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="14575.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14577" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="52801.0" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52803" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="63664.625" y="783.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63666" y="792" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="75329.125" y="551.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75331" y="560" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="96227.21875" y="522.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96229" y="531" style="font-family:sans-serif;font-size:10px;"> +conditional_and_expression +</text> +<rect x="3509.875" y="319.0" width="110.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3511" y="328" style="font-family:sans-serif;font-size:10px;"> +"\n\t\u0123(C)·\"2009" +</text> +<rect x="36635.75" y="609.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36637" y="618" style="font-family:sans-serif;font-size:10px;"> +continue_statement +</text> +<rect x="30128.625" y="551.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30130" y="560" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="50978.75" y="580.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50980" y="589" style="font-family:sans-serif;font-size:10px;"> +E +</text> +<rect x="55205.75" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55207" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="97207.921875" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97209" y="212" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="80336.875" y="638.0" width="65.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80338" y="647" style="font-family:sans-serif;font-size:10px;"> +IEnumerable +</text> +<rect x="74797.625" y="609.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74799" y="618" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="5809.875" y="493.0" width="155.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5811" y="502" style="font-family:sans-serif;font-size:10px;"> +attribute_argument_expression +</text> +<rect x="6720.875" y="261.0" width="151.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6722" y="270" style="font-family:sans-serif;font-size:10px;"> +static_constructor_declaration +</text> +<rect x="51500.5" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51502" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="50239.0" y="464.0" width="48.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50241" y="473" style="font-family:sans-serif;font-size:10px;"> +Obsolete +</text> +<rect x="103813.46875" y="319.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103815" y="328" style="font-family:sans-serif;font-size:10px;"> +Point +</text> +<rect x="117869.96875" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117871" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="33095.375" y="638.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33097" y="647" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="78930.125" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78932" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="37324.5" y="725.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37326" y="734" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="53301.25" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53303" y="357" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="2123.5" y="145.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2125" y="154" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="67718.0" y="377.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67720" y="386" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="37607.0" y="435.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37609" y="444" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="78056.875" y="580.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78058" y="589" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="22286.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22288" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="51225.5" y="348.0" width="149.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51227" y="357" style="font-family:sans-serif;font-size:10px;"> +overloadable_binary_operator +</text> +<rect x="57610.875" y="435.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57612" y="444" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="72688.375" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72690" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="100388.84375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100390" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="34168.375" y="551.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34170" y="560" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="96735.71875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96737" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="57704.375" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57706" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="45279.75" y="899.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45281" y="908" style="font-family:sans-serif;font-size:10px;"> +Country +</text> +<rect x="15704.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15706" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="82417.65625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82419" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="91871.90625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91873" y="444" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="7465.625" y="493.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7467" y="502" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="30357.375" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30359" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="41099.5" y="609.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41101" y="618" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="37715.25" y="812.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37717" y="821" style="font-family:sans-serif;font-size:10px;"> +++ +</text> +<rect x="71440.125" y="609.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71442" y="618" style="font-family:sans-serif;font-size:10px;"> +in +</text> +<rect x="93768.78125" y="638.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93770" y="647" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="110850.46875" y="551.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110852" y="560" style="font-family:sans-serif;font-size:10px;"> +even +</text> +<rect x="117261.71875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117263" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19051.125" y="551.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19053" y="560" style="font-family:sans-serif;font-size:10px;"> +@float +</text> +<rect x="10639.875" y="609.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10641" y="618" style="font-family:sans-serif;font-size:10px;"> +null_literal +</text> +<rect x="41414.0" y="638.0" width="152.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41416" y="647" style="font-family:sans-serif;font-size:10px;"> +pointer_indirection_expression +</text> +<rect x="111904.46875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111906" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32216.625" y="812.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32218" y="821" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="81605.40625" y="783.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81607" y="792" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="42120.5" y="493.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42122" y="502" style="font-family:sans-serif;font-size:10px;"> +catch +</text> +<rect x="4085.625" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4087" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="65288.375" y="551.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65290" y="560" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="24525.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24527" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="9807.375" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9809" y="618" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="112044.21875" y="609.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112046" y="618" style="font-family:sans-serif;font-size:10px;"> +null_coalescing_expression +</text> +<rect x="32252.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32254" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="23863.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23865" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="27462.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27464" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="52992.0" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52994" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="19455.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19457" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="50458.25" y="406.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50460" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="71375.875" y="725.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71377" y="734" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="63632.875" y="464.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63634" y="473" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="3112.875" y="232.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3114" y="241" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="81661.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81663" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="97634.71875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97636" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="39006.25" y="551.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39008" y="560" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="60085.75" y="348.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60087" y="357" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="56587.0" y="377.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56589" y="386" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="93654.28125" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93656" y="618" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="24491.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24493" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="29887.125" y="638.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29889" y="647" style="font-family:sans-serif;font-size:10px;"> +MyObject +</text> +<rect x="8083.125" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8085" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="73288.625" y="609.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73290" y="618" style="font-family:sans-serif;font-size:10px;"> +this +</text> +<rect x="108713.28125" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108715" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="73817.625" y="377.0" width="163.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73819" y="386" style="font-family:sans-serif;font-size:10px;"> +anonymous_method_expression +</text> +<rect x="68412.0" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68414" y="415" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="34509.0" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34511" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="113466.96875" y="580.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113468" y="589" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="74807.625" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74809" y="589" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="55810.625" y="464.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55812" y="473" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="62804.875" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62806" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4334.625" y="319.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4336" y="328" style="font-family:sans-serif;font-size:10px;"> +out +</text> +<rect x="64953.375" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64955" y="415" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="48594.25" y="464.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48596" y="473" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="95282.84375" y="667.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95284" y="676" style="font-family:sans-serif;font-size:10px;"> +& +</text> +<rect x="46569.25" y="348.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46571" y="357" style="font-family:sans-serif;font-size:10px;"> +f2 +</text> +<rect x="118011.21875" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118013" y="705" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="67882.55078125" y="203.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67884" y="212" style="font-family:sans-serif;font-size:10px;"> +namespace_body +</text> +<rect x="31638.125" y="696.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31640" y="705" style="font-family:sans-serif;font-size:10px;"> +floating_point_type +</text> +<rect x="50318.0" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50320" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="18006.875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18008" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="46281.25" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46283" y="444" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="57966.625" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57968" y="357" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="68049.5" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68051" y="444" style="font-family:sans-serif;font-size:10px;"> +f +</text> +<rect x="84146.78125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84148" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="999.25" y="116.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1001" y="125" style="font-family:sans-serif;font-size:10px;"> +namespace_name +</text> +<rect x="110168.96875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110170" y="560" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="39848.5" y="725.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39850" y="734" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="107077.84375" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107079" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="17736.375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17738" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="63929.375" y="435.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63931" y="444" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="51145.25" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51147" y="473" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="53896.5" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53898" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="32669.625" y="725.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32671" y="734" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="115930.28125" y="406.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115932" y="415" style="font-family:sans-serif;font-size:10px;"> +if_statement +</text> +<rect x="74557.125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74559" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="80694.375" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80696" y="676" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="33056.0" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33058" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="90796.40625" y="406.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90798" y="415" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="73145.875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73147" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="105857.46875" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105859" y="299" style="font-family:sans-serif;font-size:10px;"> +property_body +</text> +<rect x="116264.46875" y="551.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116266" y="560" style="font-family:sans-serif;font-size:10px;"> +WriteLine +</text> +<rect x="30598.625" y="609.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30600" y="618" style="font-family:sans-serif;font-size:10px;"> +object_initializer +</text> +<rect x="77669.375" y="609.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77671" y="618" style="font-family:sans-serif;font-size:10px;"> +Blah +</text> +<rect x="110640.71875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110642" y="618" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="2604.0" y="174.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2606" y="183" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="283.75" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="285" y="125" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="39230.25" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39232" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="109334.96875" y="348.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109336" y="357" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="61017.75" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61019" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="79210.625" y="522.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79212" y="531" style="font-family:sans-serif;font-size:10px;"> +named_argument_list +</text> +<rect x="59898.0" y="203.0" width="61.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59900" y="212" style="font-family:sans-serif;font-size:10px;"> +namespace +</text> +<rect x="59032.75" y="261.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59034" y="270" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="32687.625" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32689" y="618" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="36785.25" y="783.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36787" y="792" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="103728.71875" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103730" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="46818.75" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46820" y="357" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="7338.875" y="406.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7340" y="415" style="font-family:sans-serif;font-size:10px;"> +foo +</text> +<rect x="30472.875" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30474" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="83470.78125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83472" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="51019.0" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51021" y="386" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="19592.125" y="551.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19594" y="560" style="font-family:sans-serif;font-size:10px;"> +long +</text> +<rect x="91950.15625" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91952" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="105746.84375" y="348.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105748" y="357" style="font-family:sans-serif;font-size:10px;"> +Third +</text> +<rect x="62986.375" y="493.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62988" y="502" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="117462.96875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117464" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="83887.78125" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83889" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="48218.25" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48220" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="103412.84375" y="551.0" width="196.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103414" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_no_array_creation_expression +</text> +<rect x="52429.0" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52431" y="357" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="56976.625" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56978" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="46553.75" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46555" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71570.375" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71572" y="734" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="83839.78125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83841" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="74145.625" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74147" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="26261.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26263" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="26667.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26669" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="41504.5" y="725.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41506" y="734" style="font-family:sans-serif;font-size:10px;"> +intref +</text> +<rect x="5781.125" y="464.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5783" y="473" style="font-family:sans-serif;font-size:10px;"> +named_argument +</text> +<rect x="38726.875" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38728" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="102544.34375" y="522.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102546" y="531" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="95558.84375" y="696.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95560" y="705" style="font-family:sans-serif;font-size:10px;"> +false +</text> +<rect x="110385.96875" y="551.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110387" y="560" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="112605.71875" y="522.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112607" y="531" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="116376.40625" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116378" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="32160.75" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32162" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="26980.625" y="580.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26982" y="589" style="font-family:sans-serif;font-size:10px;"> +select +</text> +<rect x="18361.125" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18363" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="35556.0" y="638.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35558" y="647" style="font-family:sans-serif;font-size:10px;"> +break +</text> +<rect x="40766.75" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40768" y="473" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="60062.0" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60064" y="241" style="font-family:sans-serif;font-size:10px;"> +using_directive +</text> +<rect x="108437.09375" y="435.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108439" y="444" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="21650.375" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21652" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="94726.25" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94728" y="676" style="font-family:sans-serif;font-size:10px;"> +- +</text> +<rect x="47428.75" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47430" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="34103.5" y="522.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34105" y="531" style="font-family:sans-serif;font-size:10px;"> +element_access +</text> +<rect x="50941.0" y="377.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50943" y="386" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="66661.875" y="406.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66663" y="415" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="104432.46875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104434" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="112712.09375" y="464.0" width="192.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112714" y="473" style="font-family:sans-serif;font-size:10px;"> +null_conditional_invocation_expression +</text> +<rect x="76756.625" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76758" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="62690.375" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62692" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="99086.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99088" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="9499.625" y="580.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9501" y="589" style="font-family:sans-serif;font-size:10px;"> +local +</text> +<rect x="62622.625" y="696.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62624" y="705" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="30760.125" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30762" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="76012.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76014" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="83239.03125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83241" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="47177.75" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47179" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="56698.0" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56700" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="117429.46875" y="493.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117431" y="502" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="81255.03125" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81257" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="36018.75" y="580.0" width="9.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36020" y="589" style="font-family:sans-serif;font-size:10px;"> +if +</text> +<rect x="30224.625" y="609.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30226" y="618" style="font-family:sans-serif;font-size:10px;"> +object_initializer +</text> +<rect x="93689.2890625" y="145.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93691" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="19022.625" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19024" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="22587.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22589" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="37764.5" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37766" y="502" style="font-family:sans-serif;font-size:10px;"> +goto +</text> +<rect x="62749.0" y="551.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62751" y="560" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="81664.03125" y="841.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81666" y="850" style="font-family:sans-serif;font-size:10px;"> +"a" +</text> +<rect x="92189.78125" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92191" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="105197.28125" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105199" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="27284.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27286" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="66825.875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66827" y="589" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="68983.0" y="551.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68985" y="560" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="27660.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27662" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="75561.0" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75563" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="94961.28125" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94963" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="101725.84375" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101727" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="71122.125" y="667.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71124" y="676" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="70882.0" y="725.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70884" y="734" style="font-family:sans-serif;font-size:10px;"> +object +</text> +<rect x="45410.25" y="986.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45412" y="995" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="70011.25" y="609.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70013" y="618" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="81953.90625" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81955" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="107705.59375" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107707" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="76481.625" y="667.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76483" y="676" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="102866.59375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102868" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="113138.96875" y="638.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113140" y="647" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="32343.125" y="783.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32345" y="792" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="60752.25" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60754" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="34817.0" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34819" y="473" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="2258.25" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2260" y="125" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="55224.25" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55226" y="415" style="font-family:sans-serif;font-size:10px;"> +t +</text> +<rect x="60888.5" y="609.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60890" y="618" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="76101.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76103" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="97356.46875" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97358" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="41222.0" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41224" y="473" style="font-family:sans-serif;font-size:10px;"> +* +</text> +<rect x="34752.0" y="667.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34754" y="676" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="44332.0" y="725.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44334" y="734" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="63851.375" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63853" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="57107.125" y="290.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57109" y="299" style="font-family:sans-serif;font-size:10px;"> +variable_declarators +</text> +<rect x="37508.75" y="870.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37510" y="879" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="55255.5" y="348.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55257" y="357" style="font-family:sans-serif;font-size:10px;"> +where +</text> +<rect x="77955.125" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77957" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="101278.59375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101280" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="107722.59375" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107724" y="415" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="115041.21875" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115043" y="560" style="font-family:sans-serif;font-size:10px;"> +regular_interpolation +</text> +<rect x="7599.625" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7601" y="589" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="54499.3125" y="464.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54501" y="473" style="font-family:sans-serif;font-size:10px;"> +positional_argument +</text> +<rect x="9685.875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9687" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="112516.21875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112518" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="64039.375" y="435.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64041" y="444" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="68001.5" y="377.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68003" y="386" style="font-family:sans-serif;font-size:10px;"> +variable_declarators +</text> +<rect x="78338.375" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78340" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="1344.75" y="145.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1346" y="154" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="36891.5" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36893" y="502" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="108447.71875" y="319.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108449" y="328" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="65811.125" y="435.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65813" y="444" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="58667.25" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58669" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="39695.75" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39697" y="647" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="72683.375" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72685" y="473" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="70332.75" y="870.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70334" y="879" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="99224.59375" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99226" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="92611.40625" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92613" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="78228.125" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78230" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="30819.375" y="551.0" width="201.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30821" y="560" style="font-family:sans-serif;font-size:10px;"> +anonymous_object_creation_expression +</text> +<rect x="45342.25" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45344" y="328" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="31644.625" y="667.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31646" y="676" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="112321.96875" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112323" y="676" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="80708.625" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80710" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="44832.5" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44834" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="78217.25" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78219" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="73628.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73630" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="110519.21875" y="638.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110521" y="647" style="font-family:sans-serif;font-size:10px;"> +Range +</text> +<rect x="91505.65625" y="377.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91507" y="386" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="79143.625" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79145" y="502" style="font-family:sans-serif;font-size:10px;"> +attribute_arguments +</text> +<rect x="113041.21875" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113043" y="676" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="100457.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100459" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="102574.34375" y="493.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102576" y="502" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="12576.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12578" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="96445.46875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96447" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="23102.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23104" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="52243.5" y="406.0" width="46.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52245" y="415" style="font-family:sans-serif;font-size:10px;"> +keyword +</text> +<rect x="113636.96875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113638" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="110146.71875" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110148" y="676" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="118454.34375" y="812.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118456" y="821" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19046.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19048" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="41465.5" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41467" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="44242.75" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44244" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="37298.25" y="638.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37300" y="647" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="64708.625" y="377.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64710" y="386" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="4372.125" y="232.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4374" y="241" style="font-family:sans-serif;font-size:10px;"> +CoContra +</text> +<rect x="91990.40625" y="348.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91992" y="357" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="82174.90625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82176" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="80455.875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80457" y="647" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="94937.28125" y="696.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94939" y="705" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="18840.375" y="580.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18842" y="589" style="font-family:sans-serif;font-size:10px;"> +@float +</text> +<rect x="94335.78125" y="696.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94337" y="705" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="18003.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18005" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="102244.34375" y="667.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102246" y="676" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="73460.625" y="580.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73462" y="589" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="70983.125" y="580.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70985" y="589" style="font-family:sans-serif;font-size:10px;"> +Method +</text> +<rect x="106116.09375" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106118" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="4244.625" y="261.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4246" y="270" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="106047.84375" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106049" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="106707.34375" y="464.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106709" y="473" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="94894.35546875" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94896" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="107762.09375" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107764" y="502" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="73086.875" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73088" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="111333.46875" y="580.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111335" y="589" style="font-family:sans-serif;font-size:10px;"> +length +</text> +<rect x="9767.625" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9769" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="15900.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15902" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="31119.125" y="667.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31121" y="676" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="93066.65625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93068" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="83525.03125" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83527" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="22825.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22827" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="37577.5" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37579" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="72035.625" y="667.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72037" y="676" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="35456.25" y="609.0" width="79.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35458" y="618" style="font-family:sans-serif;font-size:10px;"> +goto_statement +</text> +<rect x="79003.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79005" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32389.625" y="580.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32391" y="589" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="52465.166666666664" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52467" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="98683.59375" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98685" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="109946.96875" y="609.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109948" y="618" style="font-family:sans-serif;font-size:10px;"> +Sqrt +</text> +<rect x="50880.25" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50882" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="62801.875" y="696.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62803" y="705" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="73590.625" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73592" y="299" style="font-family:sans-serif;font-size:10px;"> +event_modifier +</text> +<rect x="65397.125" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65399" y="415" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="28882.625" y="551.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28884" y="560" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="41472.5" y="667.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41474" y="676" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="71307.125" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71309" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="71864.125" y="638.0" width="72.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71866" y="647" style="font-family:sans-serif;font-size:10px;"> +where_clause +</text> +<rect x="43540.375" y="667.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43542" y="676" style="font-family:sans-serif;font-size:10px;"> +query_body_clauses +</text> +<rect x="3985.625" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3987" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17835.125" y="638.0" width="14.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17837" y="647" style="font-family:sans-serif;font-size:10px;"> +PI +</text> +<rect x="32724.875" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32726" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="31496.375" y="551.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31498" y="560" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="22980.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22982" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="103791.84375" y="609.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103793" y="618" style="font-family:sans-serif;font-size:10px;"> +argument_value +</text> +<rect x="7329.875" y="319.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7331" y="328" style="font-family:sans-serif;font-size:10px;"> +constructor_initializer +</text> +<rect x="73614.375" y="551.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73616" y="560" style="font-family:sans-serif;font-size:10px;"> +Test +</text> +<rect x="62222.0625" y="870.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62224" y="879" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="117158.96875" y="522.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117160" y="531" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="39033.75" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39035" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="102286.09375" y="725.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102288" y="734" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="62522.75" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62524" y="444" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="18741.625" y="551.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18743" y="560" style="font-family:sans-serif;font-size:10px;"> +float +</text> +<rect x="38705.25" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38707" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="91684.40625" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91686" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="73552.26953125" y="174.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73554" y="183" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="97163.71875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97165" y="676" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="32140.125" y="870.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32142" y="879" style="font-family:sans-serif;font-size:10px;"> +121 +</text> +<rect x="107886.34375" y="377.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107888" y="386" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="50693.25" y="464.0" width="48.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50695" y="473" style="font-family:sans-serif;font-size:10px;"> +Obsolete +</text> +<rect x="29438.625" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29440" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="61503.625" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61505" y="444" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="62634.75" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62636" y="589" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="7334.625" y="638.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7336" y="647" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="54448.5625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54450" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="82582.28125" y="319.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82584" y="328" style="font-family:sans-serif;font-size:10px;"> +type_parameter_list +</text> +<rect x="98565.34375" y="609.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98567" y="618" style="font-family:sans-serif;font-size:10px;"> +shift_expression +</text> +<rect x="102663.34375" y="522.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102665" y="531" style="font-family:sans-serif;font-size:10px;"> +qualified_alias_member +</text> +<rect x="108501.59375" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108503" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="114258.71875" y="638.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114260" y="647" style="font-family:sans-serif;font-size:10px;"> +conditional_expression +</text> +<rect x="118184.46875" y="725.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118186" y="734" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="25142.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25144" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="104562.28125" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104564" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="31930.625" y="841.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31932" y="850" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="109852.46875" y="551.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109854" y="560" style="font-family:sans-serif;font-size:10px;"> +WriteLine +</text> +<rect x="9797.875" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9799" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="64815.625" y="493.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64817" y="502" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="81215.75" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81217" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="61968.5" y="522.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61970" y="531" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="77527.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77529" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="105622.59375" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105624" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="6956.375" y="435.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6958" y="444" style="font-family:sans-serif;font-size:10px;"> +method +</text> +<rect x="42278.0" y="580.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42280" y="589" style="font-family:sans-serif;font-size:10px;"> +throw +</text> +<rect x="55142.5" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55144" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="107665.34375" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107667" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="44764.75" y="696.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44766" y="705" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="53336.75" y="435.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53338" y="444" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="60804.8125" y="290.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60806" y="299" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="26366.9375" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26368" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="102476.34375" y="667.0" width="14.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102478" y="676" style="font-family:sans-serif;font-size:10px;"> +-> +</text> +<rect x="111141.21875" y="696.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111143" y="705" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="10187.875" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10189" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="24666.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24668" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="48680.25" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48682" y="444" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="64443.125" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64445" y="444" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="59453.75" y="261.0" width="136.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59455" y="270" style="font-family:sans-serif;font-size:10px;"> +enum_member_declaration +</text> +<rect x="78282.375" y="348.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78284" y="357" style="font-family:sans-serif;font-size:10px;"> +Recursive +</text> +<rect x="45144.0" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45146" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="79691.25" y="551.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79693" y="560" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="58149.375" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58151" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="113412.71875" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113414" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="7393.625" y="377.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7395" y="386" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="19418.625" y="667.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19420" y="676" style="font-family:sans-serif;font-size:10px;"> +local +</text> +<rect x="62445.5" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62447" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="50695.25" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50697" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="53905.5" y="261.0" width="119.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53907" y="270" style="font-family:sans-serif;font-size:10px;"> +constructor_declaration +</text> +<rect x="95668.21875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95670" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="107306.34375" y="348.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107308" y="357" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="40168.5" y="493.0" width="196.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40170" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_no_array_creation_expression +</text> +<rect x="109509.46875" y="348.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109511" y="357" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="90854.65625" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90856" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="95814.71875" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95816" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="4020.125" y="116.0" width="61.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4022" y="125" style="font-family:sans-serif;font-size:10px;"> +namespace +</text> +<rect x="51546.5" y="406.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51548" y="415" style="font-family:sans-serif;font-size:10px;"> +second +</text> +<rect x="90834.65625" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90836" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="93859.53125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93861" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="67376.5" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67378" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="15098.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15100" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="41703.0" y="667.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41705" y="676" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="58984.75" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58986" y="299" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="82975.53125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82977" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="109796.96875" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109798" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="118150.09375" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118152" y="531" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="31536.375" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31538" y="705" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="40595.5" y="551.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40597" y="560" style="font-family:sans-serif;font-size:10px;"> +stackalloc +</text> +<rect x="35698.5" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35700" y="618" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="24901.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24903" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="81611.15625" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81613" y="705" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="54218.25" y="261.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54220" y="270" style="font-family:sans-serif;font-size:10px;"> +field_declaration +</text> +<rect x="65330.875" y="638.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65332" y="647" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="36568.5" y="493.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36570" y="502" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="91075.15625" y="377.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91077" y="386" style="font-family:sans-serif;font-size:10px;"> +Params +</text> +<rect x="104601.96875" y="580.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104603" y="589" style="font-family:sans-serif;font-size:10px;"> +this_access +</text> +<rect x="63750.625" y="812.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63752" y="821" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="5908.125" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5910" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="57739.875" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57741" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="9490.625" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9492" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="51306.25" y="319.0" width="136.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51308" y="328" style="font-family:sans-serif;font-size:10px;"> +binary_operator_declarator +</text> +<rect x="65162.375" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65164" y="473" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="37131.25" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37133" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="118131.96875" y="783.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118133" y="792" style="font-family:sans-serif;font-size:10px;"> +LogAsync +</text> +<rect x="29329.875" y="464.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29331" y="473" style="font-family:sans-serif;font-size:10px;"> +if_statement +</text> +<rect x="45926.75" y="377.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45928" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute +</text> +<rect x="81197.5" y="377.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81199" y="386" style="font-family:sans-serif;font-size:10px;"> +Constants +</text> +<rect x="82262.71875" y="145.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82264" y="154" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="42422.0" y="580.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42424" y="589" style="font-family:sans-serif;font-size:10px;"> +Exception +</text> +<rect x="113124.96875" y="667.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113126" y="676" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="47046.75" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47048" y="357" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="39895.5" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39897" y="734" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="83043.15625" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83045" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="62420.5" y="406.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62422" y="415" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="96704.46875" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96706" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="81237.03125" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81239" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="81295.0" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81297" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="76179.375" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76181" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="109106.96875" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109108" y="386" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="55871.25" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55873" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="7413.125" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7415" y="589" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="114884.21875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114886" y="560" style="font-family:sans-serif;font-size:10px;"> +s +</text> +<rect x="17667.375" y="580.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17669" y="589" style="font-family:sans-serif;font-size:10px;"> +@double +</text> +<rect x="39789.0" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39791" y="676" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="72255.375" y="348.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72257" y="357" style="font-family:sans-serif;font-size:10px;"> +explicit +</text> +<rect x="57037.125" y="290.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57039" y="299" style="font-family:sans-serif;font-size:10px;"> +event +</text> +<rect x="94051.53125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94053" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="76485.125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76487" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="102310.09375" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102312" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="79937.125" y="754.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79939" y="763" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="2713.0" y="261.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2715" y="270" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="39217.8125" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39219" y="299" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="22886.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22888" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="82254.78125" y="232.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82256" y="241" style="font-family:sans-serif;font-size:10px;"> +C +</text> +<rect x="108189.84375" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108191" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="107915.84375" y="435.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107917" y="444" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="32910.125" y="551.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32912" y="560" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="111373.46875" y="580.0" width="165.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111375" y="589" style="font-family:sans-serif;font-size:10px;"> +null_conditional_member_access +</text> +<rect x="81491.125" y="638.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81493" y="647" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="71649.875" y="754.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71651" y="763" style="font-family:sans-serif;font-size:10px;"> +element_initializer +</text> +<rect x="75616.75" y="609.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75618" y="618" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="114022.96875" y="551.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114024" y="560" style="font-family:sans-serif;font-size:10px;"> +〔"〕 +</text> +<rect x="30277.125" y="696.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30279" y="705" style="font-family:sans-serif;font-size:10px;"> +initializer_value +</text> +<rect x="43467.25" y="696.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43469" y="705" style="font-family:sans-serif;font-size:10px;"> +query_body_clauses +</text> +<rect x="54499.5625" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54501" y="531" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="72060.5" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72062" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="80794.375" y="522.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80796" y="531" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="103794.21875" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103796" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="38100.75" y="638.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38102" y="647" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="66061.625" y="377.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66063" y="386" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="18232.625" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18234" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="79866.75" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79868" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="43001.25" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43003" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="76753.625" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76755" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="51533.25" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51535" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="27057.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27059" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="27522.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27524" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="100080.84375" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100082" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="55796.125" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55798" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4432.625" y="174.0" width="105.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4434" y="183" style="font-family:sans-serif;font-size:10px;"> +interface_declaration +</text> +<rect x="117178.96875" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117180" y="763" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="63025.125" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63027" y="444" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="101032.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101034" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="63447.375" y="580.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63449" y="589" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="62963.875" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62965" y="734" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="41974.75" y="435.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41976" y="444" style="font-family:sans-serif;font-size:10px;"> +try +</text> +<rect x="93328.78125" y="638.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93330" y="647" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="72518.375" y="406.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72520" y="415" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="41570.75" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41572" y="502" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="110026.96875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110028" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="114531.84375" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114533" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="2665.0" y="203.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2667" y="212" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="71207.875" y="493.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71209" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="36979.0" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36981" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="4524.375" y="493.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4526" y="502" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="93059.28125" y="609.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93061" y="618" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="117658.71875" y="609.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117660" y="618" style="font-family:sans-serif;font-size:10px;"> +null +</text> +<rect x="81887.90625" y="609.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81889" y="618" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="75369.125" y="638.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75371" y="647" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="91200.40625" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91202" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="113713.71875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113715" y="618" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="3573.375" y="203.0" width="120.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3575" y="212" style="font-family:sans-serif;font-size:10px;"> +positional_argument_list +</text> +<rect x="26105.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26107" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="109854.96875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109856" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="70714.125" y="551.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70716" y="560" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="39124.1875" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39126" y="415" style="font-family:sans-serif;font-size:10px;"> +using_statement +</text> +<rect x="114546.59375" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114548" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="60452.08984375" y="145.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60454" y="154" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="79752.75" y="580.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79754" y="589" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="18667.625" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18669" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="42133.5" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42135" y="531" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="42986.75" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42988" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="57240.375" y="348.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57242" y="357" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="7311.625" y="638.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7313" y="647" style="font-family:sans-serif;font-size:10px;"> +++ +</text> +<rect x="70789.828125" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70791" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="10596.375" y="580.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10598" y="589" style="font-family:sans-serif;font-size:10px;"> +null_coalescing_expression +</text> +<rect x="34782.0" y="696.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34784" y="705" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="31786.625" y="696.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31788" y="705" style="font-family:sans-serif;font-size:10px;"> +element_initializer +</text> +<rect x="43476.375" y="609.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43478" y="618" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="102193.34375" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102195" y="705" style="font-family:sans-serif;font-size:10px;"> +p +</text> +<rect x="82479.90625" y="667.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82481" y="676" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="111985.46875" y="696.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111987" y="705" style="font-family:sans-serif;font-size:10px;"> +Length +</text> +<rect x="66925.125" y="377.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66927" y="386" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="93031.90625" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93033" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="51623.0" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51625" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="69833.0" y="522.0" width="141.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69835" y="531" style="font-family:sans-serif;font-size:10px;"> +type_parameter_constraints +</text> +<rect x="83487.78125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83489" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="32241.875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32243" y="618" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="14423.125" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14425" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="20341.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20343" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="27771.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27773" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="57943.375" y="290.0" width="148.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57945" y="299" style="font-family:sans-serif;font-size:10px;"> +fixed_size_buffer_declarators +</text> +<rect x="71579.375" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71581" y="821" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="8742.875" y="493.0" width="120.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8744" y="502" style="font-family:sans-serif;font-size:10px;"> +nullable_reference_type +</text> +<rect x="43303.25" y="667.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43305" y="676" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="75609.125" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75611" y="734" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="98021.34375" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98023" y="676" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="106932.84375" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106934" y="531" style="font-family:sans-serif;font-size:10px;"> +x +</text> +<rect x="107932.34375" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107934" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="7291.375" y="435.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7293" y="444" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="7899.375" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7901" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="113192.71875" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113194" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="77781.625" y="551.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77783" y="560" style="font-family:sans-serif;font-size:10px;"> +f2 +</text> +<rect x="56651.0" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56653" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="10427.375" y="667.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10429" y="676" style="font-family:sans-serif;font-size:10px;"> +null_literal +</text> +<rect x="41585.75" y="493.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41587" y="502" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="53331.25" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53333" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="46624.75" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46626" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="60059.25" y="290.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60061" y="299" style="font-family:sans-serif;font-size:10px;"> +namespace_name +</text> +<rect x="11070.125" y="580.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11072" y="589" style="font-family:sans-serif;font-size:10px;"> +1u +</text> +<rect x="41566.75" y="435.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41568" y="444" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="74741.625" y="580.0" width="59.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74743" y="589" style="font-family:sans-serif;font-size:10px;"> +Expression +</text> +<rect x="35137.75" y="522.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35139" y="531" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="83962.28125" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83964" y="618" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="117865.96875" y="812.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117867" y="821" style="font-family:sans-serif;font-size:10px;"> +Resource +</text> +<rect x="78342.125" y="435.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78344" y="444" style="font-family:sans-serif;font-size:10px;"> +Recursive +</text> +<rect x="26694.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26696" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="13449.875" y="609.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13451" y="618" style="font-family:sans-serif;font-size:10px;"> +1UL +</text> +<rect x="76691.625" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76693" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="65675.125" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65677" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="37099.25" y="580.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37101" y="589" style="font-family:sans-serif;font-size:10px;"> +j +</text> +<rect x="91857.90625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91859" y="444" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="19812.125" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19814" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="17229.125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17231" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="73735.625" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73737" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="11230.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11232" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="90657.40625" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90659" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="58853.25" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58855" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="77020.625" y="638.0" width="200.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77022" y="647" style="font-family:sans-serif;font-size:10px;"> +explicit_anonymous_function_parameter +</text> +<rect x="92660.40625" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92662" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="77106.625" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77108" y="618" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="104532.34375" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104534" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="10073.875" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10075" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="7403.125" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7405" y="415" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="80884.625" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80886" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="15293.625" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15295" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="80913.375" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80915" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="100325.59375" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100327" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="34765.0" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34767" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="61815.75" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61817" y="705" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="61589.75" y="783.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61591" y="792" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="82869.78125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82871" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="72813.625" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72815" y="386" style="font-family:sans-serif;font-size:10px;"> +foo +</text> +<rect x="101310.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101312" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="13838.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13840" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="63990.875" y="377.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63992" y="386" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="9631.875" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9633" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="39171.25" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39173" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="70857.0" y="667.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70859" y="676" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="104880.59375" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104882" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="17943.625" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17945" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="28454.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28456" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="103007.59375" y="551.0" width="196.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103009" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_no_array_creation_expression +</text> +<rect x="115260.21875" y="522.0" width="193.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115262" y="531" style="font-family:sans-serif;font-size:10px;"> +interpolated_regular_string_expression +</text> +<rect x="36746.75" y="580.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36748" y="589" style="font-family:sans-serif;font-size:10px;"> +break +</text> +<rect x="69395.90625" y="435.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69397" y="444" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="9718.375" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9720" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="113534.71875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113536" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="34937.0" y="493.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34939" y="502" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="80025.125" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80027" y="734" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="113855.96875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113857" y="618" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="49431.5" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49433" y="415" style="font-family:sans-serif;font-size:10px;"> +index +</text> +<rect x="111842.96875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111844" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="109366.46875" y="464.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109368" y="473" style="font-family:sans-serif;font-size:10px;"> +"·" +</text> +<rect x="62304.0" y="522.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62306" y="531" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="57980.625" y="348.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57982" y="357" style="font-family:sans-serif;font-size:10px;"> +constant_expression +</text> +<rect x="26708.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26710" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="15127.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15129" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="54498.0" y="290.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54500" y="299" style="font-family:sans-serif;font-size:10px;"> +field_modifier +</text> +<rect x="9029.0" y="667.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9031" y="676" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="70948.625" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70950" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="35277.75" y="522.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35279" y="531" style="font-family:sans-serif;font-size:10px;"> +case +</text> +<rect x="48458.5" y="348.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48460" y="357" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="71673.4375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71675" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="76450.625" y="609.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76452" y="618" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="8113.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8115" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="81757.875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81759" y="589" style="font-family:sans-serif;font-size:10px;"> +s +</text> +<rect x="82571.78125" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82573" y="357" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="99338.59375" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99340" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="45333.25" y="899.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45335" y="908" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="114933.46875" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114935" y="647" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="5663.625" y="493.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5665" y="502" style="font-family:sans-serif;font-size:10px;"> +"kernel32" +</text> +<rect x="9003.25" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9005" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="69539.75" y="638.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69541" y="647" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="117256.96875" y="696.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117258" y="705" style="font-family:sans-serif;font-size:10px;"> +initializer_value +</text> +<rect x="66838.125" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66840" y="386" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="41762.0" y="522.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41764" y="531" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="31947.125" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31949" y="676" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="80836.875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80838" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71899.0" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71901" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="111918.96875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111920" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="32470.125" y="551.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32472" y="560" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="45450.25" y="406.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45452" y="415" style="font-family:sans-serif;font-size:10px;"> +NonExisting +</text> +<rect x="62152.3125" y="812.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62154" y="821" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="114285.71875" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114287" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="55092.5" y="406.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55094" y="415" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="72801.125" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72803" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="30728.625" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30730" y="676" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="65105.375" y="493.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65107" y="502" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="94911.96875" y="696.0" width="14.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94913" y="705" style="font-family:sans-serif;font-size:10px;"> +% +</text> +<rect x="29301.625" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29303" y="560" style="font-family:sans-serif;font-size:10px;"> +== +</text> +<rect x="59452.25" y="348.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59454" y="357" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="83335.78125" y="551.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83337" y="560" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="98294.78125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98296" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="95595.359375" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95597" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="31031.125" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31033" y="618" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="51436.75" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51438" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="113504.21875" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113506" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="17143.375" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17145" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="7557.875" y="725.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7559" y="734" style="font-family:sans-serif;font-size:10px;"> +〔x·〕 +</text> +<rect x="90409.40625" y="348.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90411" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameters +</text> +<rect x="78130.875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78132" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="116519.46875" y="638.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116521" y="647" style="font-family:sans-serif;font-size:10px;"> +ZipCode +</text> +<rect x="57772.125" y="522.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57774" y="531" style="font-family:sans-serif;font-size:10px;"> +second +</text> +<rect x="58527.25" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58529" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="26829.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26831" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="69127.25" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69129" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="40829.5" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40831" y="560" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="62304.5" y="435.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62306" y="444" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="29119.125" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29121" y="502" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="70250.75" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70252" y="676" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="113963.21875" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113965" y="676" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="70803.5" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70805" y="705" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="4522.375" y="290.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4524" y="299" style="font-family:sans-serif;font-size:10px;"> +in +</text> +<rect x="8087.125" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8089" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="106787.34375" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106789" y="386" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="110915.21875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110917" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="79516.875" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79518" y="386" style="font-family:sans-serif;font-size:10px;"> +get +</text> +<rect x="98483.59375" y="551.0" width="122.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98485" y="560" style="font-family:sans-serif;font-size:10px;"> +inclusive_or_expression +</text> +<rect x="3897.625" y="319.0" width="61.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3899" y="328" style="font-family:sans-serif;font-size:10px;"> +IDisposable +</text> +<rect x="46412.75" y="290.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46414" y="299" style="font-family:sans-serif;font-size:10px;"> +field_modifier +</text> +<rect x="80827.625" y="493.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80829" y="502" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="41444.0" y="609.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41446" y="618" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="99795.59375" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99797" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="71326.875" y="667.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71328" y="676" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="94787.28125" y="754.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94789" y="763" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="33495.875" y="551.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33497" y="560" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="49424.5" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49426" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="47356.75" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47358" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="41952.75" y="522.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41954" y="531" style="font-family:sans-serif;font-size:10px;"> +throw +</text> +<rect x="79734.375" y="841.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79736" y="850" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="75427.625" y="696.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75429" y="705" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="50271.90625" y="261.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50273" y="270" style="font-family:sans-serif;font-size:10px;"> +event_declaration +</text> +<rect x="76164.125" y="725.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76166" y="734" style="font-family:sans-serif;font-size:10px;"> +simple_type +</text> +<rect x="114398.46875" y="812.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114400" y="821" style="font-family:sans-serif;font-size:10px;"> +object_initializer +</text> +<rect x="112189.21875" y="609.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112191" y="618" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="32346.125" y="870.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32348" y="879" style="font-family:sans-serif;font-size:10px;"> +211 +</text> +<rect x="5792.875" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5794" y="502" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="62508.5" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62510" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="103246.84375" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103248" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="11440.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11442" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="45808.25" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45810" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="15241.125" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15243" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="37315.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37317" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="103632.96875" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103634" y="560" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="51571.75" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51573" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="82554.40625" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82556" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="60731.75" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60733" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="8947.625" y="551.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8949" y="560" style="font-family:sans-serif;font-size:10px;"> +local0 +</text> +<rect x="114971.46875" y="696.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114973" y="705" style="font-family:sans-serif;font-size:10px;"> +func +</text> +<rect x="99623.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99625" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="77359.125" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77361" y="705" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="25615.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25617" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="104598.46875" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104600" y="502" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="48394.0" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48396" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="40939.0" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40941" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="118061.21875" y="696.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118063" y="705" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="49237.5" y="290.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49239" y="299" style="font-family:sans-serif;font-size:10px;"> +indexer_modifier +</text> +<rect x="8443.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8445" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="37008.0" y="870.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37010" y="879" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="46497.25" y="348.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46499" y="357" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="51755.0" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51757" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="73915.625" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73917" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="43554.0" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43556" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="112135.21875" y="551.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112137" y="560" style="font-family:sans-serif;font-size:10px;"> +non_nullable_value_type +</text> +<rect x="7869.625" y="754.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7871" y="763" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="7968.625" y="841.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7970" y="850" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="39613.0" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39615" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="72899.125" y="377.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72901" y="386" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="69434.75" y="522.0" width="141.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69436" y="531" style="font-family:sans-serif;font-size:10px;"> +type_parameter_constraints +</text> +<rect x="73493.75" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73495" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="76820.125" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76822" y="705" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="118165.09375" y="522.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118167" y="531" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="80441.375" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80443" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="71001.125" y="609.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71003" y="618" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="45124.5" y="870.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45126" y="879" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="4994.125" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4996" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="8710.625" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8712" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="29511.125" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29513" y="676" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="44236.75" y="754.0" width="56.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44238" y="763" style="font-family:sans-serif;font-size:10px;"> +customers +</text> +<rect x="42399.0" y="493.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42401" y="502" style="font-family:sans-serif;font-size:10px;"> +exception_specifier +</text> +<rect x="111180.21875" y="725.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111182" y="734" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="45986.25" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45988" y="357" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="62902.625" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62904" y="676" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="58759.75" y="290.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58761" y="299" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="112460.96875" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112462" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="48681.5" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48683" y="357" style="font-family:sans-serif;font-size:10px;"> +set_accessor_declaration +</text> +<rect x="82798.28125" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82800" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="61155.5" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61157" y="589" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="12163.375" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12165" y="589" style="font-family:sans-serif;font-size:10px;"> +L +</text> +<rect x="58476.25" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58478" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104553.71875" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104555" y="415" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="11666.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11668" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="42657.25" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42659" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4088.125" y="116.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4090" y="125" style="font-family:sans-serif;font-size:10px;"> +qualified_identifier +</text> +<rect x="7870.875" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7872" y="589" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="80987.625" y="522.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80989" y="531" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="113443.96875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113445" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="70422.75" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70424" y="734" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="3154.625" y="203.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3156" y="212" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="70457.75" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70459" y="763" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="37589.0" y="696.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37591" y="705" style="font-family:sans-serif;font-size:10px;"> +for_iterator +</text> +<rect x="116460.71875" y="551.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116462" y="560" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="58602.25" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58604" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="62588.25" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62590" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="56259.5" y="348.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56261" y="357" style="font-family:sans-serif;font-size:10px;"> +P +</text> +<rect x="41978.25" y="464.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41980" y="473" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="45940.25" y="435.0" width="120.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45942" y="444" style="font-family:sans-serif;font-size:10px;"> +positional_argument_list +</text> +<rect x="50417.0" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50419" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="5741.875" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5743" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="39795.5" y="696.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39797" y="705" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="67198.625" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67200" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="51848.0" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51850" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="71874.75" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71876" y="270" style="font-family:sans-serif;font-size:10px;"> +operator_declaration +</text> +<rect x="7077.375" y="435.0" width="124.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7079" y="444" style="font-family:sans-serif;font-size:10px;"> +attribute_target_specifier +</text> +<rect x="111397.46875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111399" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="82041.40625" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82043" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="66842.875" y="580.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66844" y="589" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="68981.75" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68983" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32312.625" y="812.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32314" y="821" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="118210.46875" y="696.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118212" y="705" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="45436.25" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45438" y="357" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="26434.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26436" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="54742.0" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54744" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="71537.4375" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71539" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="93423.78125" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93425" y="589" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="98491.09375" y="580.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98493" y="589" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="105296.59375" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105298" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="41591.5" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41593" y="647" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="43842.3046875" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43844" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="4727.875" y="319.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4729" y="328" style="font-family:sans-serif;font-size:10px;"> +variance_annotation +</text> +<rect x="48476.5" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48478" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="70604.625" y="319.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70606" y="328" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="114568.46875" y="522.0" width="201.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114570" y="531" style="font-family:sans-serif;font-size:10px;"> +interpolated_verbatim_string_expression +</text> +<rect x="36521.25" y="609.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36523" y="618" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="92955.28125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92957" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="25836.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25838" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="81651.78125" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81653" y="647" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="77286.125" y="696.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77288" y="705" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="13533.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13535" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="45234.0" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45236" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="108709.96875" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108711" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="38744.25" y="435.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38746" y="444" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="30698.625" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30700" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="37997.0" y="754.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37999" y="763" style="font-family:sans-serif;font-size:10px;"> +continue +</text> +<rect x="33120.875" y="667.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33122" y="676" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="91581.90625" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91583" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="6108.625" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6110" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="73169.0625" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73171" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="77524.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77526" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="101434.84375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101436" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="103224.59375" y="551.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103226" y="560" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="108124.84375" y="290.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108126" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_declarator +</text> +<rect x="113724.71875" y="667.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113726" y="676" style="font-family:sans-serif;font-size:10px;"> +null_coalescing_expression +</text> +<rect x="790.125" y="58.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="792" y="67" style="font-family:sans-serif;font-size:10px;"> +using_directive +</text> +<rect x="42907.5" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42909" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="54359.0" y="348.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54361" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="95349.96875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95351" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="116718.96875" y="754.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116720" y="763" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="118199.46875" y="783.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118201" y="792" style="font-family:sans-serif;font-size:10px;"> +res +</text> +<rect x="108778.21875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108780" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="92952.15625" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92954" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="31021.5" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31023" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="27696.125" y="580.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27698" y="589" style="font-family:sans-serif;font-size:10px;"> +when +</text> +<rect x="40434.0" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40436" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="83279.28125" y="522.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83281" y="531" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="91489.90625" y="435.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91491" y="444" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="52016.5" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52018" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7327.375" y="551.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7329" y="560" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="96267.71875" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96269" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="38026.5" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38028" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="9883.625" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9885" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="52681.0" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52683" y="357" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="80302.875" y="812.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80304" y="821" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="19409.625" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19411" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="116711.21875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116713" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="91269.90625" y="435.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91271" y="444" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="110391.96875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110393" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="18254.875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18256" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="75752.625" y="754.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75754" y="763" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="81676.875" y="580.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81678" y="589" style="font-family:sans-serif;font-size:10px;"> +String +</text> +<rect x="96142.71875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96144" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="96223.46875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96225" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104298.96875" y="435.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104300" y="444" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="111760.21875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111762" y="618" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="8873.5" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8875" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="92985.78125" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92987" y="647" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="2744.125" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2746" y="125" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="34692.5" y="406.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34694" y="415" style="font-family:sans-serif;font-size:10px;"> +switch_statement +</text> +<rect x="73561.125" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73563" y="560" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="27646.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27648" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="46862.25" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46864" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="62479.75" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62481" y="676" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="58708.75" y="261.0" width="152.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58710" y="270" style="font-family:sans-serif;font-size:10px;"> +interface_property_declaration +</text> +<rect x="72852.125" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72854" y="357" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="91641.40625" y="493.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91643" y="502" style="font-family:sans-serif;font-size:10px;"> +default +</text> +<rect x="18068.625" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18070" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="117562.21875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117564" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="78936.125" y="551.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78938" y="560" style="font-family:sans-serif;font-size:10px;"> +R +</text> +<rect x="113975.46875" y="783.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113977" y="792" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="3906.125" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3908" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="94625.6328125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94627" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="2332.25" y="116.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2334" y="125" style="font-family:sans-serif;font-size:10px;"> +type_name +</text> +<rect x="3123.375" y="116.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3125" y="125" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="50241.0" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50243" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="116081.21875" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116083" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="7485.625" y="638.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7487" y="647" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="32070.375" y="522.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32072" y="531" style="font-family:sans-serif;font-size:10px;"> +array_type +</text> +<rect x="62899.25" y="348.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62901" y="357" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="112437.09375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112439" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="40791.0" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40793" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="47031.75" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47033" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="50143.0" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50145" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="51151.25" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51153" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="66862.375" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66864" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="26570.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26572" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="34932.75" y="522.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34934" y="531" style="font-family:sans-serif;font-size:10px;"> +case +</text> +<rect x="62588.75" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62590" y="560" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="3723.875" y="174.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3725" y="183" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104611.21875" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104613" y="444" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="118144.59375" y="667.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118146" y="676" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="82432.40625" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82434" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="14422.875" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14424" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="30395.125" y="754.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30397" y="763" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="51660.5" y="580.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51662" y="589" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="45457.0" y="928.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45459" y="937" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="51683.0" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51685" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="37347.25" y="435.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37349" y="444" style="font-family:sans-serif;font-size:10px;"> +for_condition +</text> +<rect x="59269.25" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59271" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="96202.21875" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96204" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="108897.59375" y="319.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108899" y="328" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="4580.125" y="464.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4582" y="473" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="64941.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64943" y="589" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="90970.40625" y="435.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90972" y="444" style="font-family:sans-serif;font-size:10px;"> +parameter_mode_modifier +</text> +<rect x="71099.125" y="609.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71101" y="618" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="73093.625" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73095" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="9144.5" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9146" y="647" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="34420.75" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34422" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="59596.75" y="261.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59598" y="270" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="3199.34375" y="58.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3201" y="67" style="font-family:sans-serif;font-size:10px;"> +global_attributes +</text> +<rect x="111144.96875" y="522.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111146" y="531" style="font-family:sans-serif;font-size:10px;"> +nullable_value_type +</text> +<rect x="13348.375" y="580.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13350" y="589" style="font-family:sans-serif;font-size:10px;"> +UL +</text> +<rect x="67552.5" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67554" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="70666.375" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70668" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="112990.71875" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112992" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="94988.4765625" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94990" y="560" style="font-family:sans-serif;font-size:10px;"> +| +</text> +<rect x="63360.875" y="464.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63362" y="473" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="92759.40625" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92761" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="94272.53125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94274" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="111866.21875" y="638.0" width="165.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111868" y="647" style="font-family:sans-serif;font-size:10px;"> +null_conditional_member_access +</text> +<rect x="36715.875" y="406.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36717" y="415" style="font-family:sans-serif;font-size:10px;"> +do_statement +</text> +<rect x="37298.5" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37300" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="107052.84375" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107054" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="18366.625" y="551.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18368" y="560" style="font-family:sans-serif;font-size:10px;"> +1D +</text> +<rect x="116339.15625" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116341" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="29692.625" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29694" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="40974.5" y="551.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40976" y="560" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="98375.0625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98377" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="49379.0" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49381" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="103176.09375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103178" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="67366.875" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67368" y="386" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="18340.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18342" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="59856.5" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59858" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32825.625" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32827" y="734" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="48615.25" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48617" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="596.5" y="174.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="598" y="183" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="41990.75" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41992" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="70255.3125" y="493.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70257" y="502" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="106230.59375" y="319.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106232" y="328" style="font-family:sans-serif;font-size:10px;"> +accessor_declarations +</text> +<rect x="55553.5" y="377.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55555" y="386" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="32784.625" y="638.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32786" y="647" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="5093.375" y="319.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5095" y="328" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="9979.875" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9981" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="63764.375" y="319.0" width="141.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63766" y="328" style="font-family:sans-serif;font-size:10px;"> +type_parameter_constraints +</text> +<rect x="63814.875" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63816" y="415" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="90213.65625" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90215" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="63362.625" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63364" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="102087.84375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102089" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="69791.25" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69793" y="676" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="111850.21875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111852" y="618" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="116519.96875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116521" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="60510.5" y="377.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60512" y="386" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="20178.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20180" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="99524.84375" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99526" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="45345.375" y="812.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45347" y="821" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="47241.5" y="406.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47243" y="415" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="55076.0" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55078" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="76360.625" y="725.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76362" y="734" style="font-family:sans-serif;font-size:10px;"> +await_expression +</text> +<rect x="59656.75" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59658" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="53683.75" y="232.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53685" y="241" style="font-family:sans-serif;font-size:10px;"> +S +</text> +<rect x="62414.75" y="667.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62416" y="676" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="95063.21875" y="551.0" width="126.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95065" y="560" style="font-family:sans-serif;font-size:10px;"> +exclusive_or_expression +</text> +<rect x="36750.0" y="522.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36752" y="531" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="81216.75" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81218" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="111327.96875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111329" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="109374.46875" y="377.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109376" y="386" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="20457.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20459" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="44877.5" y="696.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44879" y="705" style="font-family:sans-serif;font-size:10px;"> +query_body_clauses +</text> +<rect x="80545.875" y="493.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80547" y="502" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="65691.625" y="493.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65693" y="502" style="font-family:sans-serif;font-size:10px;"> +B +</text> +<rect x="68991.25" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68993" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="14592.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14594" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="83547.03125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83549" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="74967.875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74969" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="101941.34375" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101943" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="10161.875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10163" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="4668.375" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4670" y="502" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="3891.625" y="261.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3893" y="270" style="font-family:sans-serif;font-size:10px;"> +interface_type +</text> +<rect x="29154.625" y="464.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29156" y="473" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="28897.125" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28899" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="58422.875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58424" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="80857.625" y="464.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80859" y="473" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="109936.96875" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109938" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="113855.71875" y="783.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113857" y="792" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="42628.25" y="464.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42630" y="473" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="32106.625" y="812.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32108" y="821" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="39855.5" y="783.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39857" y="792" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="51654.0" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51656" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="11988.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11990" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="31157.125" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31159" y="705" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="60936.75" y="464.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60938" y="473" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="4477.375" y="261.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4479" y="270" style="font-family:sans-serif;font-size:10px;"> +variance_annotation +</text> +<rect x="62679.75" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62681" y="560" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="45279.0" y="928.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45281" y="937" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="22145.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22147" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="106374.84375" y="319.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106376" y="328" style="font-family:sans-serif;font-size:10px;"> +property_initializer +</text> +<rect x="110230.71875" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110232" y="647" style="font-family:sans-serif;font-size:10px;"> +* +</text> +<rect x="116372.40625" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116374" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="12388.375" y="580.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12390" y="589" style="font-family:sans-serif;font-size:10px;"> +l2 +</text> +<rect x="71420.125" y="638.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71422" y="647" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="72501.375" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72503" y="415" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="118095.84375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118097" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="34356.5" y="551.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34358" y="560" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="4651.375" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4653" y="386" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="78845.125" y="435.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78847" y="444" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="117207.96875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117209" y="560" style="font-family:sans-serif;font-size:10px;"> +e +</text> +<rect x="62615.125" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62617" y="676" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="97552.34375" y="667.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97554" y="676" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="79376.375" y="551.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79378" y="560" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="46193.0" y="406.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46195" y="415" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="31714.625" y="609.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31716" y="618" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="2952.625" y="203.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2954" y="212" style="font-family:sans-serif;font-size:10px;"> +assembly +</text> +<rect x="52814.0" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52816" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_body +</text> +<rect x="28485.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28487" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="78904.375" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78906" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="33041.875" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33043" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="36551.25" y="551.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36553" y="560" style="font-family:sans-serif;font-size:10px;"> +if_statement +</text> +<rect x="30091.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30093" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="9691.875" y="580.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9693" y="589" style="font-family:sans-serif;font-size:10px;"> +local3 +</text> +<rect x="50638.25" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50640" y="444" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="65653.125" y="406.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65655" y="415" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="75980.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75982" y="589" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="94212.53125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94214" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="56614.0" y="319.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56616" y="328" style="font-family:sans-serif;font-size:10px;"> +this +</text> +<rect x="14307.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14309" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="32476.125" y="522.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32478" y="531" style="font-family:sans-serif;font-size:10px;"> +array_type +</text> +<rect x="59161.75" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59163" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="56138.25" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56140" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="95515.34375" y="638.0" width="9.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95517" y="647" style="font-family:sans-serif;font-size:10px;"> +^ +</text> +<rect x="97297.96875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97299" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="101939.84375" y="551.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101941" y="560" style="font-family:sans-serif;font-size:10px;"> +Point +</text> +<rect x="5757.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5759" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="30149.625" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30151" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="13123.375" y="580.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13125" y="589" style="font-family:sans-serif;font-size:10px;"> +uL +</text> +<rect x="45540.875" y="638.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45542" y="647" style="font-family:sans-serif;font-size:10px;"> +select_clause +</text> +<rect x="26218.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26220" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="14809.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14811" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="60182.0" y="406.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60184" y="415" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="74156.125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74158" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="15022.125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15024" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="35026.75" y="522.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35028" y="531" style="font-family:sans-serif;font-size:10px;"> +case +</text> +<rect x="43116.25" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43118" y="618" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="44931.0" y="870.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44933" y="879" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="45580.0" y="928.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45582" y="937" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="54348.0" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54350" y="328" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="65820.625" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65822" y="415" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="78546.125" y="348.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78548" y="357" style="font-family:sans-serif;font-size:10px;"> +Recursive +</text> +<rect x="13447.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13449" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="62823.875" y="754.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62825" y="763" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="115130.21875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115132" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="39247.25" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39249" y="647" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="56881.25" y="377.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56883" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_modifier +</text> +<rect x="83899.28125" y="609.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83901" y="618" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="64226.375" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64228" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="101342.59375" y="522.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101344" y="531" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="66252.625" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66254" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="93328.78125" y="609.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93330" y="618" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="102368.34375" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102370" y="676" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="93927.53125" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93929" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="106989.84375" y="319.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106991" y="328" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="114486.71875" y="725.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114488" y="734" style="font-family:sans-serif;font-size:10px;"> +"" +</text> +<rect x="47305.5" y="406.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47307" y="415" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="39962.25" y="638.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39964" y="647" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="8979.0" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8981" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="79551.875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79553" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="110701.21875" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110703" y="647" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="28360.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28362" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="38049.0" y="754.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38051" y="763" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="54654.5" y="348.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54656" y="357" style="font-family:sans-serif;font-size:10px;"> +f2 +</text> +<rect x="9075.75" y="580.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9077" y="589" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="110306.21875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110308" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="83656.53125" y="609.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83658" y="618" style="font-family:sans-serif;font-size:10px;"> +"hello" +</text> +<rect x="29446.625" y="580.0" width="85.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29448" y="589" style="font-family:sans-serif;font-size:10px;"> +throw_statement +</text> +<rect x="61401.859375" y="261.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61403" y="270" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="63530.125" y="1044.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63532" y="1053" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="29652.625" y="551.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29654" y="560" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="64899.625" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64901" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="46412.25" y="464.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46414" y="473" style="font-family:sans-serif;font-size:10px;"> +CLSCompliant +</text> +<rect x="10171.875" y="551.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10173" y="560" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="45627.75" y="377.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45629" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute +</text> +<rect x="57627.375" y="580.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57629" y="589" style="font-family:sans-serif;font-size:10px;"> +first +</text> +<rect x="33129.125" y="580.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33131" y="589" style="font-family:sans-serif;font-size:10px;"> +array_creation_expression +</text> +<rect x="100603.59375" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100605" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="113605.71875" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113607" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="42870.25" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42872" y="763" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="50473.8125" y="290.0" width="148.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50475" y="299" style="font-family:sans-serif;font-size:10px;"> +event_accessor_declarations +</text> +<rect x="109948.71875" y="696.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109950" y="705" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="57061.625" y="261.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57063" y="270" style="font-family:sans-serif;font-size:10px;"> +event_declaration +</text> +<rect x="6233.125" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6235" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17294.625" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17296" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="76199.875" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76201" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="16614.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16616" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="63645.625" y="812.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63647" y="821" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="101451.59375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101453" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="104599.84375" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104601" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="76911.625" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76913" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="109968.46875" y="377.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109970" y="386" style="font-family:sans-serif;font-size:10px;"> +Test +</text> +<rect x="30433.375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30435" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="39806.0" y="667.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39808" y="676" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="50569.75" y="464.0" width="46.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50571" y="473" style="font-family:sans-serif;font-size:10px;"> +keyword +</text> +<rect x="97507.46875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97509" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="1961.0" y="174.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1963" y="183" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="73796.125" y="609.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73798" y="618" style="font-family:sans-serif;font-size:10px;"> +"sss" +</text> +<rect x="94102.53125" y="551.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94104" y="560" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="40856.5" y="638.0" width="152.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40858" y="647" style="font-family:sans-serif;font-size:10px;"> +pointer_indirection_expression +</text> +<rect x="30497.625" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30499" y="763" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="46346.25" y="435.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46348" y="444" style="font-family:sans-serif;font-size:10px;"> +NonSerialized +</text> +<rect x="82257.28125" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82259" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="17314.125" y="551.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17316" y="560" style="font-family:sans-serif;font-size:10px;"> +dynamic +</text> +<rect x="31882.625" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31884" y="705" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="110098.71875" y="638.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110100" y="647" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="38188.0" y="464.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38190" y="473" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="765.875" y="145.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="767" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="4375.625" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4377" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="76216.125" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76218" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="117206.46875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117208" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="31107.5" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31109" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="2152.75" y="116.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2154" y="125" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="20062.125" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20064" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="15261.625" y="551.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15263" y="560" style="font-family:sans-serif;font-size:10px;"> +byte +</text> +<rect x="35395.5" y="464.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35397" y="473" style="font-family:sans-serif;font-size:10px;"> +switch_section +</text> +<rect x="62525.75" y="464.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62527" y="473" style="font-family:sans-serif;font-size:10px;"> +foreach_statement +</text> +<rect x="17046.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17048" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="66688.875" y="580.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66690" y="589" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="84112.53125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84114" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="109421.46875" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109423" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="113912.71875" y="696.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113914" y="705" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="117171.46875" y="435.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117173" y="444" style="font-family:sans-serif;font-size:10px;"> +try +</text> +<rect x="117643.21875" y="580.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117645" y="589" style="font-family:sans-serif;font-size:10px;"> +null_literal +</text> +<rect x="32698.125" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32700" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="34250.75" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34252" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="62804.875" y="435.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62806" y="444" style="font-family:sans-serif;font-size:10px;"> +async +</text> +<rect x="9189.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9191" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="66569.375" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66571" y="415" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="76145.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76147" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="109014.96875" y="406.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109016" y="415" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="117920.46875" y="667.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117922" y="676" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="101185.59375" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101187" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="101798.84375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101800" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="29363.625" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29365" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="88321.673828125" y="58.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="88323" y="67" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="81359.5" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81361" y="618" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="5771.625" y="435.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5773" y="444" style="font-family:sans-serif;font-size:10px;"> +named_argument_list +</text> +<rect x="90438.59375" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90440" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="100558.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100560" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="38145.5" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38147" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="66168.625" y="406.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66170" y="415" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="114901.21875" y="551.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114903" y="560" style="font-family:sans-serif;font-size:10px;"> +〔$"〕 +</text> +<rect x="88427.65625" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="88429" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="108174.84375" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108176" y="357" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="95502.21875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95504" y="560" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="13612.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13614" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="32470.625" y="638.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32472" y="647" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="55173.75" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55175" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="97582.46875" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97584" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="73512.875" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73514" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="36461.75" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36463" y="589" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="61307.75" y="551.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61309" y="560" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="82682.78125" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82684" y="357" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="40405.5" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40407" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="32167.625" y="754.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32169" y="763" style="font-family:sans-serif;font-size:10px;"> +array_initializer +</text> +<rect x="114310.21875" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114312" y="734" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="39199.0" y="551.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39201" y="560" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="94785.734375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94787" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="98720.84375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98722" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="58813.25" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58815" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="81361.625" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81363" y="705" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="26332.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26334" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="113035.71875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113037" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="10814.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10816" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="98201.78125" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98203" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="104648.34375" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104650" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="11176.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11178" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="66037.0" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66039" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="94278.28125" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94280" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="45489.25" y="899.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45491" y="908" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="16772.875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16774" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="17806.125" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17808" y="618" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="32130.375" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32132" y="589" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="51324.25" y="290.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51326" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_declarator +</text> +<rect x="66948.625" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66950" y="444" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="72070.5" y="464.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72072" y="473" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="80575.375" y="464.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80577" y="473" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="95274.46875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95276" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="41791.75" y="580.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41793" y="589" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="44163.0" y="783.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44165" y="792" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="98076.34375" y="609.0" width="122.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98078" y="618" style="font-family:sans-serif;font-size:10px;"> +inclusive_or_expression +</text> +<rect x="76257.375" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76259" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="106834.34375" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106836" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="95919.21875" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95921" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="53219.5" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53221" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="71047.125" y="580.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71049" y="589" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="93019.65625" y="377.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93021" y="386" style="font-family:sans-serif;font-size:10px;"> +method +</text> +<rect x="21726.375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21728" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="95979.71875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95981" y="560" style="font-family:sans-serif;font-size:10px;"> +~ +</text> +<rect x="37234.0" y="870.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37236" y="879" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="76554.125" y="638.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76556" y="647" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="82289.78125" y="203.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82291" y="212" style="font-family:sans-serif;font-size:10px;"> +type_parameter_list +</text> +<rect x="72075.5" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72077" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="34981.75" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34983" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="64458.125" y="435.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64460" y="444" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="49055.25" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49057" y="386" style="font-family:sans-serif;font-size:10px;"> +get +</text> +<rect x="52040.75" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52042" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="102522.09375" y="609.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102524" y="618" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="50330.75" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50332" y="386" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="35950.25" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35952" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="73506.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73508" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="27386.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27388" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="77227.625" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77229" y="647" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="109712.71875" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109714" y="299" style="font-family:sans-serif;font-size:10px;"> +indexer_body +</text> +<rect x="37264.75" y="754.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37266" y="763" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="52250.0" y="435.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52252" y="444" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="101511.59375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101513" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="9869.625" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9871" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="5303.125" y="203.0" width="74.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5305" y="212" style="font-family:sans-serif;font-size:10px;"> +class_modifier +</text> +<rect x="105399.84375" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105401" y="386" style="font-family:sans-serif;font-size:10px;"> +set +</text> +<rect x="39075.8125" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39077" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="2823.0" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2825" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5321.625" y="261.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5323" y="270" style="font-family:sans-serif;font-size:10px;"> +unsafe +</text> +<rect x="9096.75" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9098" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="43336.75" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43338" y="734" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="46082.25" y="435.0" width="48.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46084" y="444" style="font-family:sans-serif;font-size:10px;"> +Obsolete +</text> +<rect x="51037.25" y="522.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51039" y="531" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="61394.25" y="493.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61396" y="502" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="34672.0" y="696.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34674" y="705" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="4610.625" y="435.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4612" y="444" style="font-family:sans-serif;font-size:10px;"> +attribute_name +</text> +<rect x="8364.625" y="435.0" width="133.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8366" y="444" style="font-family:sans-serif;font-size:10px;"> +local_constant_declaration +</text> +<rect x="2130.0" y="174.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2132" y="183" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="91731.40625" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91733" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="32116.375" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32118" y="589" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="114961.96875" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114963" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="101170.59375" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101172" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="23643.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23645" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="107651.34375" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107653" y="357" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="109402.96875" y="377.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109404" y="386" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="3445.875" y="232.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3447" y="241" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="100172.59375" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100174" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="102716.84375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102718" y="560" style="font-family:sans-serif;font-size:10px;"> +:: +</text> +<rect x="112970.71875" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112972" y="647" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="60586.0" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60588" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="95582.46875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95584" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="50881.25" y="580.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50883" y="589" style="font-family:sans-serif;font-size:10px;"> +Handler +</text> +<rect x="67275.625" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67277" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="102733.84375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102735" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="98668.59375" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98670" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="32763.125" y="783.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32765" y="792" style="font-family:sans-serif;font-size:10px;"> +121 +</text> +<rect x="82559.90625" y="638.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82561" y="647" style="font-family:sans-serif;font-size:10px;"> +Count +</text> +<rect x="110444.71875" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110446" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="22940.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22942" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="115410.21875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115412" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="45109.5" y="783.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45111" y="792" style="font-family:sans-serif;font-size:10px;"> +declaration_expression +</text> +<rect x="31721.875" y="580.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31723" y="589" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="69374.75" y="609.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69376" y="618" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="4924.875" y="319.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4926" y="328" style="font-family:sans-serif;font-size:10px;"> +in +</text> +<rect x="71276.125" y="580.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71278" y="589" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="29615.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29617" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="62000.25" y="696.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62002" y="705" style="font-family:sans-serif;font-size:10px;"> +++ +</text> +<rect x="45353.25" y="348.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45355" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="76162.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76164" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="105690.84375" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105692" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="106395.0390625" y="174.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106397" y="183" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="109133.71875" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109135" y="299" style="font-family:sans-serif;font-size:10px;"> +property_modifier +</text> +<rect x="114689.21875" y="551.0" width="151.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114691" y="560" style="font-family:sans-serif;font-size:10px;"> +〔\n···································""\〕 +</text> +<rect x="3783.375" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3785" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="62977.875" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62979" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="64519.625" y="377.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64521" y="386" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="74804.125" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74806" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="37732.0" y="464.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37734" y="473" style="font-family:sans-serif;font-size:10px;"> +label +</text> +<rect x="49157.5" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49159" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="54209.5" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54211" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="25321.125" y="580.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25323" y="589" style="font-family:sans-serif;font-size:10px;"> +join +</text> +<rect x="35117.25" y="551.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35119" y="560" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="31112.625" y="638.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31114" y="647" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="94018.28125" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94020" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4447.125" y="232.0" width="126.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4449" y="241" style="font-family:sans-serif;font-size:10px;"> +variant_type_parameters +</text> +<rect x="72396.875" y="435.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72398" y="444" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="8479.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8481" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="35258.25" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35260" y="647" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="63280.125" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63282" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="41874.0" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41876" y="647" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="66324.875" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66326" y="444" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="23578.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23580" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="31077.25" y="551.0" width="93.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31079" y="560" style="font-family:sans-serif;font-size:10px;"> +dictionaryInitializer +</text> +<rect x="90231.15625" y="377.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90233" y="386" style="font-family:sans-serif;font-size:10px;"> +Params +</text> +<rect x="55398.5" y="348.0" width="141.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55400" y="357" style="font-family:sans-serif;font-size:10px;"> +type_parameter_constraints +</text> +<rect x="10319.375" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10321" y="589" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="78232.75" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78234" y="270" style="font-family:sans-serif;font-size:10px;"> +delegate_declaration +</text> +<rect x="7377.625" y="696.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7379" y="705" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="94931.9765625" y="522.0" width="122.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94933" y="531" style="font-family:sans-serif;font-size:10px;"> +inclusive_or_expression +</text> +<rect x="30782.375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30784" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="112905.71875" y="638.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112907" y="647" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="48493.5" y="290.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48495" y="299" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="110930.21875" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110932" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="9009.625" y="522.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9011" y="531" style="font-family:sans-serif;font-size:10px;"> +constant_expression +</text> +<rect x="63240.625" y="696.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63242" y="705" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="77572.375" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77574" y="589" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="94270.28125" y="638.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94272" y="647" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="45266.625" y="580.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45268" y="589" style="font-family:sans-serif;font-size:10px;"> +in +</text> +<rect x="45368.375" y="638.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45370" y="647" style="font-family:sans-serif;font-size:10px;"> +select +</text> +<rect x="44226.0869140625" y="0.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44228" y="9" style="font-family:sans-serif;font-size:10px;"> +prog +</text> +<rect x="66963.625" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66965" y="444" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="98569.59375" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98571" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="48622.75" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48624" y="415" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="40598.5" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40600" y="473" style="font-family:sans-serif;font-size:10px;"> +* +</text> +<rect x="10526.875" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10528" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="34967.75" y="522.0" width="38.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34969" y="531" style="font-family:sans-serif;font-size:10px;"> +pattern +</text> +<rect x="80135.0" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80137" y="299" style="font-family:sans-serif;font-size:10px;"> +property_body +</text> +<rect x="41000.5" y="580.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41002" y="589" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="79486.875" y="638.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79488" y="647" style="font-family:sans-serif;font-size:10px;"> +result +</text> +<rect x="94199.03125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94201" y="589" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="71977.875" y="609.0" width="121.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71979" y="618" style="font-family:sans-serif;font-size:10px;"> +select_or_group_clause +</text> +<rect x="82969.03125" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82971" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="76861.875" y="580.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76863" y="589" style="font-family:sans-serif;font-size:10px;"> +lambda_expression +</text> +<rect x="115945.21875" y="551.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115947" y="560" style="font-family:sans-serif;font-size:10px;"> +null +</text> +<rect x="108527.34375" y="406.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108529" y="415" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="55148.5" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55150" y="357" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="111181.96875" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111183" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="111492.71875" y="638.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111494" y="647" style="font-family:sans-serif;font-size:10px;"> +Length +</text> +<rect x="48309.25" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48311" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="77818.375" y="551.0" width="156.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77820" y="560" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_signature +</text> +<rect x="29466.125" y="609.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29468" y="618" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="100907.59375" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100909" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="20779.875" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20781" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="8194.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8196" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="74061.625" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74063" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="95198.34375" y="696.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95200" y="705" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="101095.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101097" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32184.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32186" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="69377.90625" y="406.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69379" y="415" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="59901.25" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59903" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="3582.875" y="232.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3584" y="241" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="117554.21875" y="580.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117556" y="589" style="font-family:sans-serif;font-size:10px;"> +res +</text> +<rect x="46084.25" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46086" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="73924.875" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73926" y="444" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="115003.71875" y="609.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115005" y="618" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="69073.0" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69075" y="560" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="70814.125" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70816" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="115031.21875" y="580.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115033" y="589" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="30361.125" y="696.0" width="79.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30363" y="705" style="font-family:sans-serif;font-size:10px;"> +initializer_target +</text> +<rect x="35117.25" y="493.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35119" y="502" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="59135.25" y="145.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59137" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="72399.875" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72401" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="57704.875" y="435.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57706" y="444" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="107019.84375" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107021" y="386" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="92460.15625" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92462" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="55639.5" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55641" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="103860.46875" y="406.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103862" y="415" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="7953.625" y="522.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7955" y="531" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="93588.28125" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93590" y="705" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="63672.875" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63674" y="415" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="66823.875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66825" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="39591.5" y="725.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39593" y="734" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="95485.21875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95487" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="93754.78125" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93756" y="647" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="106223.09375" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106225" y="357" style="font-family:sans-serif;font-size:10px;"> +get_accessor_declaration +</text> +<rect x="29992.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29994" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="66449.875" y="435.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66451" y="444" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="81212.75" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81214" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="103917.1875" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103919" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="27043.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27045" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="117800.21875" y="580.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117802" y="589" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="8811.625" y="522.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8813" y="531" style="font-family:sans-serif;font-size:10px;"> +nullable_type_annotation +</text> +<rect x="70010.25" y="754.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70012" y="763" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="114267.21875" y="725.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114269" y="734" style="font-family:sans-serif;font-size:10px;"> +〔$"〕 +</text> +<rect x="61920.75" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61922" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="74012.625" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74014" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="57797.375" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57799" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="61906.0" y="667.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61908" y="676" style="font-family:sans-serif;font-size:10px;"> +post_increment_expression +</text> +<rect x="69177.0" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69179" y="560" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="98998.84375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99000" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="51547.0" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51549" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="1961.375" y="116.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1963" y="125" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="53767.5" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53769" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="75760.625" y="725.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75762" y="734" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="63544.375" y="522.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63546" y="531" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="6560.875" y="377.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6562" y="386" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="11806.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11808" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="42941.25" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42943" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="63787.625" y="957.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63789" y="966" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="90427.40625" y="435.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90429" y="444" style="font-family:sans-serif;font-size:10px;"> +parameter_mode_modifier +</text> +<rect x="102075.34375" y="580.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102077" y="589" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="42083.25" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42085" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="62281.8125" y="957.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62283" y="966" style="font-family:sans-serif;font-size:10px;"> +post_increment_expression +</text> +<rect x="66185.125" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66187" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="93874.03125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93876" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="92916.40625" y="319.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92918" y="328" style="font-family:sans-serif;font-size:10px;"> +partial +</text> +<rect x="108695.28125" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108697" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="24187.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24189" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="60084.25" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60086" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19562.125" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19564" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="9252.625" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9254" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="112881.71875" y="580.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112883" y="589" style="font-family:sans-serif;font-size:10px;"> +args +</text> +<rect x="45569.25" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45571" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="69471.25" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69473" y="647" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="113400.96875" y="551.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113402" y="560" style="font-family:sans-serif;font-size:10px;"> +〔$"〕 +</text> +<rect x="101703.09375" y="696.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101705" y="705" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="64206.875" y="464.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64208" y="473" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="3971.625" y="261.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3973" y="270" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="8032.625" y="754.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8034" y="763" style="font-family:sans-serif;font-size:10px;"> +〔:d〕 +</text> +<rect x="46492.25" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46494" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="243.5" y="174.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="245" y="183" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="25504.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25506" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="49257.5" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49259" y="328" style="font-family:sans-serif;font-size:10px;"> +abstract +</text> +<rect x="36810.75" y="812.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36812" y="821" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="51404.75" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51406" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="79078.875" y="435.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79080" y="444" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="28174.125" y="580.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28176" y="589" style="font-family:sans-serif;font-size:10px;"> +yield +</text> +<rect x="71679.875" y="783.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71681" y="792" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="82018.90625" y="377.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82020" y="386" style="font-family:sans-serif;font-size:10px;"> +ConstructedType +</text> +<rect x="13335.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13337" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="50431.0" y="551.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50433" y="560" style="font-family:sans-serif;font-size:10px;"> +value +</text> +<rect x="90182.65625" y="319.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90184" y="328" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="71150.75" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71152" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="92199.40625" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92201" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="92851.40625" y="377.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92853" y="386" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="106702.34375" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106704" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="108173.65625" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108175" y="270" style="font-family:sans-serif;font-size:10px;"> +operator_declaration +</text> +<rect x="112377.21875" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112379" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="35089.40625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35091" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="49976.5" y="290.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49978" y="299" style="font-family:sans-serif;font-size:10px;"> +attributes +</text> +<rect x="101558.59375" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101560" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="9073.625" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9075" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="103639.34375" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103641" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="114249.71875" y="580.0" width="133.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114251" y="589" style="font-family:sans-serif;font-size:10px;"> +parenthesized_expression +</text> +<rect x="94742.734375" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94744" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="37288.75" y="667.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37290" y="676" style="font-family:sans-serif;font-size:10px;"> +for_statement +</text> +<rect x="76908.625" y="609.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76910" y="618" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="105311.59375" y="319.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105313" y="328" style="font-family:sans-serif;font-size:10px;"> +accessor_declarations +</text> +<rect x="111563.46875" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111565" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="114622.96875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114624" y="618" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="60891.8125" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60893" y="328" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="42865.25" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42867" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="72759.625" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72761" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="90708.40625" y="406.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90710" y="415" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="118361.46875" y="464.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118363" y="473" style="font-family:sans-serif;font-size:10px;"> +finally +</text> +<rect x="38097.5" y="696.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38099" y="705" style="font-family:sans-serif;font-size:10px;"> +break +</text> +<rect x="111082.96875" y="754.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111084" y="763" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="111802.96875" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111804" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="9415.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9417" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32681.125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32683" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="82256.21875" y="174.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82258" y="183" style="font-family:sans-serif;font-size:10px;"> +Comments +</text> +<rect x="92855.15625" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92857" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="60668.75" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60670" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="14064.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14066" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="101451.59375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101453" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="106697.34375" y="377.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106699" y="386" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="114117.15625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114119" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="59466.25" y="319.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59468" y="328" style="font-family:sans-serif;font-size:10px;"> +C +</text> +<rect x="117593.21875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117595" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="8141.625" y="638.0" width="56.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8143" y="647" style="font-family:sans-serif;font-size:10px;"> +iefSupplied +</text> +<rect x="45271.25" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45273" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="112604.21875" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112606" y="647" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="41354.0" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41356" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="16831.375" y="580.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16833" y="589" style="font-family:sans-serif;font-size:10px;"> +@decimal +</text> +<rect x="108332.59375" y="377.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108334" y="386" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="112236.71875" y="783.0" width="56.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112238" y="792" style="font-family:sans-serif;font-size:10px;"> +customers +</text> +<rect x="81708.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81710" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="45494.375" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45496" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="30219.125" y="667.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30221" y="676" style="font-family:sans-serif;font-size:10px;"> +member_initializer +</text> +<rect x="55281.25" y="319.0" width="179.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55283" y="328" style="font-family:sans-serif;font-size:10px;"> +type_parameter_constraints_clause +</text> +<rect x="94595.6328125" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94597" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="77830.125" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77832" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="43010.75" y="638.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43012" y="647" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="62404.5" y="493.0" width="97.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62406" y="502" style="font-family:sans-serif;font-size:10px;"> +local_variable_type +</text> +<rect x="67688.55078125" y="203.0" width="61.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67690" y="212" style="font-family:sans-serif;font-size:10px;"> +namespace +</text> +<rect x="79841.75" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79843" y="647" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="80146.375" y="551.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80148" y="560" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="60750.1796875" y="203.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60752" y="212" style="font-family:sans-serif;font-size:10px;"> +namespace_body +</text> +<rect x="95177.21875" y="522.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95179" y="531" style="font-family:sans-serif;font-size:10px;"> +simple_type +</text> +<rect x="28233.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28235" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="43908.375" y="696.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43910" y="705" style="font-family:sans-serif;font-size:10px;"> +join_clause +</text> +<rect x="62537.75" y="435.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62539" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="40104.25" y="638.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40106" y="647" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="45787.75" y="493.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45789" y="502" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="107004.59375" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107006" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="113070.71875" y="696.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113072" y="705" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="99824.09375" y="522.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99826" y="531" style="font-family:sans-serif;font-size:10px;"> +%= +</text> +<rect x="113203.21875" y="725.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113205" y="734" style="font-family:sans-serif;font-size:10px;"> +Age +</text> +<rect x="71407.125" y="638.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71409" y="647" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="25443.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25445" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="79806.75" y="464.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79808" y="473" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="18947.875" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18949" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="38861.25" y="435.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38863" y="444" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="33367.875" y="609.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33369" y="618" style="font-family:sans-serif;font-size:10px;"> +arr +</text> +<rect x="52589.0" y="377.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52591" y="386" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="67883.55078125" y="261.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67885" y="270" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="66456.375" y="377.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66458" y="386" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="102373.34375" y="464.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102375" y="473" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="44198.5869140625" y="29.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44200" y="38" style="font-family:sans-serif;font-size:10px;"> +compilation_unit +</text> +<rect x="99769.59375" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99771" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="16156.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16158" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="50755.25" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50757" y="415" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="34220.75" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34222" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="35505.0" y="493.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35507" y="502" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="56582.0" y="319.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56584" y="328" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="94561.8828125" y="464.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94563" y="473" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="115231.21875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115233" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="62891.875" y="406.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62893" y="415" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="2818.125" y="116.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2820" y="125" style="font-family:sans-serif;font-size:10px;"> +type_name +</text> +<rect x="8219.625" y="522.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8221" y="531" style="font-family:sans-serif;font-size:10px;"> +non_nullable_value_type +</text> +<rect x="73672.625" y="290.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73674" y="299" style="font-family:sans-serif;font-size:10px;"> +event +</text> +<rect x="111889.46875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111891" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="43893.8046875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43895" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="31832.125" y="667.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31834" y="676" style="font-family:sans-serif;font-size:10px;"> +element_initializer_list +</text> +<rect x="82720.03125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82722" y="444" style="font-family:sans-serif;font-size:10px;"> +t +</text> +<rect x="55982.25" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55984" y="386" style="font-family:sans-serif;font-size:10px;"> +set +</text> +<rect x="100817.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100819" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="106920.84375" y="435.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106922" y="444" style="font-family:sans-serif;font-size:10px;"> +Point +</text> +<rect x="93844.53125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93846" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="60302.08984375" y="174.0" width="120.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60304" y="183" style="font-family:sans-serif;font-size:10px;"> +namespace_declaration +</text> +<rect x="99239.59375" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99241" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="38388.75" y="493.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38390" y="502" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="65123.875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65125" y="589" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="76182.625" y="696.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76184" y="705" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="48350.75" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48352" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="16340.875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16342" y="618" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="45422.25" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45424" y="357" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="105978.34375" y="406.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105980" y="415" style="font-family:sans-serif;font-size:10px;"> +"Jane" +</text> +<rect x="61188.25" y="522.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61190" y="531" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="61410.75" y="667.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61412" y="676" style="font-family:sans-serif;font-size:10px;"> +counter +</text> +<rect x="66339.875" y="435.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66341" y="444" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="110209.46875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110211" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7440.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7442" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="74024.375" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74026" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="84087.78125" y="580.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84089" y="589" style="font-family:sans-serif;font-size:10px;"> +verbatimStr +</text> +<rect x="35778.25" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35780" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="74124.125" y="580.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74126" y="589" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="72428.125" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72430" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="8273.625" y="580.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8275" y="589" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="64735.625" y="464.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64737" y="473" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="6240.875" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6242" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="19678.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19680" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="171.5" y="58.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="173" y="67" style="font-family:sans-serif;font-size:10px;"> +using_directive +</text> +<rect x="29394.375" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29396" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="80499.375" y="522.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80501" y="531" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="12883.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12885" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="47371.75" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47373" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="78356.625" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78358" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="118026.84375" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118028" y="531" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="76336.125" y="696.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76338" y="705" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="38215.5" y="435.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38217" y="444" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="98209.03125" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98211" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="118466.34375" y="841.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118468" y="850" style="font-family:sans-serif;font-size:10px;"> +res +</text> +<rect x="108648.21875" y="319.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108650" y="328" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="35542.25" y="609.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35544" y="618" style="font-family:sans-serif;font-size:10px;"> +break_statement +</text> +<rect x="7221.125" y="754.0" width="88.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7223" y="763" style="font-family:sans-serif;font-size:10px;"> +unmanaged_type +</text> +<rect x="54271.5625" y="406.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54273" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute_name +</text> +<rect x="52283.5" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52285" y="328" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="69993.25" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69995" y="763" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="8824.0" y="435.0" width="133.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8826" y="444" style="font-family:sans-serif;font-size:10px;"> +local_constant_declaration +</text> +<rect x="83919.28125" y="667.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83921" y="676" style="font-family:sans-serif;font-size:10px;"> +MyClass +</text> +<rect x="70235.3125" y="464.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70237" y="473" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="45330.25" y="870.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45332" y="879" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="58337.375" y="203.0" width="46.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58339" y="212" style="font-family:sans-serif;font-size:10px;"> +interface +</text> +<rect x="25477.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25479" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="57799.375" y="290.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57801" y="299" style="font-family:sans-serif;font-size:10px;"> +fixed +</text> +<rect x="93698.28125" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93700" y="705" style="font-family:sans-serif;font-size:10px;"> +4 +</text> +<rect x="93230.78125" y="609.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93232" y="618" style="font-family:sans-serif;font-size:10px;"> +expression_list +</text> +<rect x="63425.875" y="290.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63427" y="299" style="font-family:sans-serif;font-size:10px;"> +type_parameter_list +</text> +<rect x="65872.625" y="377.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65874" y="386" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="46604.75" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46606" y="357" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="108158.15625" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108160" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="7461.125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7463" y="444" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="77339.125" y="551.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77341" y="560" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_body +</text> +<rect x="29692.625" y="638.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29694" y="647" style="font-family:sans-serif;font-size:10px;"> +MyObject +</text> +<rect x="47351.75" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47353" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="42685.75" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42687" y="502" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="64179.875" y="377.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64181" y="386" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="83899.78125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83901" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="111194.21875" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111196" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="71669.9375" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71671" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="30684.625" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30686" y="763" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="110594.71875" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110596" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="29941.625" y="609.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29943" y="618" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="103880.96875" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103882" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="55582.0" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55584" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="57503.625" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57505" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="67771.0" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67773" y="328" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="34536.75" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34538" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="97403.96875" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97405" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="54340.5625" y="522.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54342" y="531" style="font-family:sans-serif;font-size:10px;"> +"Use·Script·instead" +</text> +<rect x="70870.0" y="696.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70872" y="705" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="43616.5" y="696.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43618" y="705" style="font-family:sans-serif;font-size:10px;"> +query_body_clause +</text> +<rect x="103732.46875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103734" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="38190.75" y="551.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38192" y="560" style="font-family:sans-serif;font-size:10px;"> +Items +</text> +<rect x="7175.125" y="348.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7177" y="357" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="9108.125" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9110" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="31361.375" y="609.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31363" y="618" style="font-family:sans-serif;font-size:10px;"> +collection_initializer +</text> +<rect x="62596.875" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62598" y="792" style="font-family:sans-serif;font-size:10px;"> +Console +</text> +<rect x="44776.25" y="928.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44778" y="937" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="7514.875" y="725.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7516" y="734" style="font-family:sans-serif;font-size:10px;"> +〔$"〕 +</text> +<rect x="74954.625" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74956" y="676" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="92391.90625" y="551.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92393" y="560" style="font-family:sans-serif;font-size:10px;"> +ToString +</text> +<rect x="56328.75" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56330" y="386" style="font-family:sans-serif;font-size:10px;"> +get +</text> +<rect x="68294.5" y="377.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68296" y="386" style="font-family:sans-serif;font-size:10px;"> +type_parameter_list +</text> +<rect x="112567.21875" y="609.0" width="97.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112569" y="618" style="font-family:sans-serif;font-size:10px;"> +dependent_access +</text> +<rect x="101468.59375" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101470" y="676" style="font-family:sans-serif;font-size:10px;"> +x +</text> +<rect x="56446.0" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56448" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="53021.5" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53023" y="328" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="113683.71875" y="754.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113685" y="763" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="113846.21875" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113848" y="763" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="45858.25" y="406.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45860" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute_name +</text> +<rect x="32307.375" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32309" y="647" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="71856.5" y="348.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71858" y="357" style="font-family:sans-serif;font-size:10px;"> +operator +</text> +<rect x="55894.0" y="319.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55896" y="328" style="font-family:sans-serif;font-size:10px;"> +accessor_declarations +</text> +<rect x="19988.125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19990" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="70754.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70756" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="97207.46875" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97209" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="34644.5" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34646" y="647" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="1066.0" y="174.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1068" y="183" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="110827.21875" y="667.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110829" y="676" style="font-family:sans-serif;font-size:10px;"> +Where +</text> +<rect x="113095.71875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113097" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="68825.0" y="609.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68827" y="618" style="font-family:sans-serif;font-size:10px;"> +K +</text> +<rect x="73688.125" y="348.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73690" y="357" style="font-family:sans-serif;font-size:10px;"> +EventHandler +</text> +<rect x="78757.125" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78759" y="357" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="7424.125" y="609.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7426" y="618" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="3639.375" y="261.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3641" y="270" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="62922.875" y="406.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62924" y="415" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="651.5" y="203.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="653" y="212" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="62741.375" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62743" y="763" style="font-family:sans-serif;font-size:10px;"> +"{0}·" +</text> +<rect x="37052.0" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37054" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="95132.71875" y="580.0" width="9.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95134" y="589" style="font-family:sans-serif;font-size:10px;"> +^ +</text> +<rect x="118014.46875" y="754.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118016" y="763" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="7215.375" y="493.0" width="48.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7217" y="502" style="font-family:sans-serif;font-size:10px;"> +Obsolete +</text> +<rect x="62426.0625" y="841.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62428" y="850" style="font-family:sans-serif;font-size:10px;"> +number +</text> +<rect x="80278.875" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80280" y="734" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="63606.125" y="957.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63608" y="966" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="70147.25" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70149" y="618" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="30459.125" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30461" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="49987.5" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49989" y="386" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="39414.125" y="464.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39416" y="473" style="font-family:sans-serif;font-size:10px;"> +using_statement +</text> +<rect x="16267.375" y="580.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16269" y="589" style="font-family:sans-serif;font-size:10px;"> +hexchar2 +</text> +<rect x="43530.0" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43532" y="763" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="94442.78125" y="696.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94444" y="705" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="28299.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28301" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="66088.625" y="464.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66090" y="473" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="2504.25" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2506" y="125" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="30838.125" y="696.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30840" y="705" style="font-family:sans-serif;font-size:10px;"> +initializer_value +</text> +<rect x="60288.0" y="435.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60290" y="444" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="95325.46875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95327" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="22621.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22623" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="95193.84375" y="667.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95195" y="676" style="font-family:sans-serif;font-size:10px;"> +and_expression +</text> +<rect x="65166.25" y="319.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65168" y="328" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="48308.5" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48310" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="92853.28125" y="667.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92855" y="676" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="42236.5" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42238" y="560" style="font-family:sans-serif;font-size:10px;"> +av +</text> +<rect x="10655.375" y="638.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10657" y="647" style="font-family:sans-serif;font-size:10px;"> +null +</text> +<rect x="45618.25" y="348.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45620" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="112363.96875" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112365" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="112420.71875" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112422" y="763" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="19571.125" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19573" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="114332.96875" y="783.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114334" y="792" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="81534.90625" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81536" y="734" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="42935.75" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42937" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="50781.5" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50783" y="444" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="31102.125" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31104" y="676" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="30784.625" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30786" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="28019.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28021" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="45347.875" y="783.0" width="143.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45349" y="792" style="font-family:sans-serif;font-size:10px;"> +anonymous_object_initializer +</text> +<rect x="2768.375" y="87.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2770" y="96" style="font-family:sans-serif;font-size:10px;"> +using_static_directive +</text> +<rect x="60885.5" y="580.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60887" y="589" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="67822.5" y="377.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67824" y="386" style="font-family:sans-serif;font-size:10px;"> +IComparable +</text> +<rect x="82509.71875" y="145.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82511" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="10435.125" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10437" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="24833.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24835" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="79794.375" y="725.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79796" y="734" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="98847.59375" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98849" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="29426.125" y="638.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29428" y="647" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="44055.0" y="783.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44057" y="792" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="99705.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99707" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="108057.84375" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108059" y="328" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="24090.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24092" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="18532.875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18534" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="6909.875" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6911" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="79439.125" y="348.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79441" y="357" style="font-family:sans-serif;font-size:10px;"> +Foo +</text> +<rect x="16903.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16905" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="96039.71875" y="609.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96041" y="618" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="8530.625" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8532" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="48986.0" y="348.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48988" y="357" style="font-family:sans-serif;font-size:10px;"> +P +</text> +<rect x="235.75" y="261.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="237" y="270" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="15272.125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15274" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="71824.375" y="725.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71826" y="734" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="52479.5" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52481" y="270" style="font-family:sans-serif;font-size:10px;"> +operator_declaration +</text> +<rect x="102191.34375" y="493.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102193" y="502" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="28474.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28476" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="80032.375" y="580.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80034" y="589" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="31343.125" y="725.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31345" y="734" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="2237.0" y="174.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2239" y="183" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="36875.0" y="696.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36877" y="705" style="font-family:sans-serif;font-size:10px;"> +for +</text> +<rect x="46240.0" y="377.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46242" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute +</text> +<rect x="107489.09375" y="290.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107491" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_declarator +</text> +<rect x="82822.53125" y="435.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82824" y="444" style="font-family:sans-serif;font-size:10px;"> +u +</text> +<rect x="116473.21875" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116475" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="103885.96875" y="435.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103887" y="444" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="69231.25" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69233" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="106806.34375" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106808" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="2874.0" y="203.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2876" y="212" style="font-family:sans-serif;font-size:10px;"> +Enumerable +</text> +<rect x="42911.25" y="696.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42913" y="705" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="98078.34375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98080" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="116734.96875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116736" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="63378.375" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63380" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="82341.65625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82343" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="77884.875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77886" y="618" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="26550.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26552" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="63381.375" y="377.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63383" y="386" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="27213.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27215" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="40448.75" y="435.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40450" y="444" style="font-family:sans-serif;font-size:10px;"> +break +</text> +<rect x="16016.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16018" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="90067.65625" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90069" y="299" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="115165.21875" y="551.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115167" y="560" style="font-family:sans-serif;font-size:10px;"> +〔,·G=〕 +</text> +<rect x="62371.5" y="377.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62373" y="386" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="26456.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26458" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="103810.71875" y="551.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103812" y="560" style="font-family:sans-serif;font-size:10px;"> +"str" +</text> +<rect x="82486.65625" y="580.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82488" y="589" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="23335.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23337" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="81020.875" y="493.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81022" y="502" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="37296.25" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37298" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="41532.0" y="551.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41534" y="560" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="118030.84375" y="493.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118032" y="502" style="font-family:sans-serif;font-size:10px;"> +exception_specifier +</text> +<rect x="6520.375" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6522" y="357" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="111297.46875" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111299" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="95771.71875" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95773" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="21696.875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21698" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="18284.875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18286" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="52139.0" y="406.0" width="48.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52141" y="415" style="font-family:sans-serif;font-size:10px;"> +Obsolete +</text> +<rect x="11307.125" y="580.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11309" y="589" style="font-family:sans-serif;font-size:10px;"> +1U +</text> +<rect x="62393.0" y="609.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62395" y="618" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="61485.25" y="725.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61487" y="734" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="63867.875" y="464.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63869" y="473" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="59558.25" y="203.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59560" y="212" style="font-family:sans-serif;font-size:10px;"> +delegate_modifier +</text> +<rect x="33273.875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33275" y="618" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="50351.5" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50353" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="81576.375" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81578" y="618" style="font-family:sans-serif;font-size:10px;"> +:: +</text> +<rect x="82839.53125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82841" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="75806.125" y="783.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75808" y="792" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="66708.375" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66710" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="80237.0" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80239" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="16387.875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16389" y="618" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="35490.0" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35492" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="42575.5" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42577" y="531" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="81566.78125" y="783.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81568" y="792" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="86648.15625" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="86650" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="26738.625" y="580.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26740" y="589" style="font-family:sans-serif;font-size:10px;"> +remove +</text> +<rect x="70437.75" y="725.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70439" y="734" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="107309.84375" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107311" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="116399.34375" y="522.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116401" y="531" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="37461.25" y="812.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37463" y="821" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="63843.625" y="928.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63845" y="937" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="62183.25" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62185" y="531" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="2866.875" y="174.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2868" y="183" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="30905.625" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30907" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="41114.0" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41116" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="9657.625" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9659" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="92395.15625" y="406.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92397" y="415" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="22266.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22268" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="70304.75" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70306" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71303.125" y="638.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71305" y="647" style="font-family:sans-serif;font-size:10px;"> +object +</text> +<rect x="8133.625" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8135" y="618" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="55667.5" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55669" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="43744.0" y="841.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43746" y="850" style="font-family:sans-serif;font-size:10px;"> +null_literal +</text> +<rect x="83300.78125" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83302" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="62075.0625" y="870.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62077" y="879" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="80606.375" y="667.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80608" y="676" style="font-family:sans-serif;font-size:10px;"> +typeof +</text> +<rect x="114847.21875" y="551.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114849" y="560" style="font-family:sans-serif;font-size:10px;"> +〔"〕 +</text> +<rect x="131.75" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="133" y="125" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="101406.59375" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101408" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="95291.46875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95293" y="589" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="21458.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21460" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="21786.375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21788" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="101575.59375" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101577" y="734" style="font-family:sans-serif;font-size:10px;"> +x +</text> +<rect x="20488.125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20490" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="32518.625" y="812.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32520" y="821" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="19707.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19709" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="73400.75" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73402" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="79088.375" y="464.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79090" y="473" style="font-family:sans-serif;font-size:10px;"> +attribute +</text> +<rect x="18807.625" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18809" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="42935.25" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42937" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="76635.625" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76637" y="589" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="2784.375" y="58.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2786" y="67" style="font-family:sans-serif;font-size:10px;"> +using_directive +</text> +<rect x="93438.78125" y="638.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93440" y="647" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="116566.96875" y="667.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116568" y="676" style="font-family:sans-serif;font-size:10px;"> +Dictionary +</text> +<rect x="4572.375" y="551.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4574" y="560" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="106276.34375" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106278" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="115837.21875" y="435.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115839" y="444" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="102318.59375" y="783.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102320" y="792" style="font-family:sans-serif;font-size:10px;"> +point +</text> +<rect x="62445.5" y="464.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62447" y="473" style="font-family:sans-serif;font-size:10px;"> +Main +</text> +<rect x="102720.34375" y="580.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102722" y="589" style="font-family:sans-serif;font-size:10px;"> +BinaryReader +</text> +<rect x="39569.5" y="696.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39571" y="705" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="81220.125" y="667.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81222" y="676" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="102932.09375" y="609.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102934" y="618" style="font-family:sans-serif;font-size:10px;"> +null +</text> +<rect x="64074.375" y="464.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64076" y="473" style="font-family:sans-serif;font-size:10px;"> +virtual +</text> +<rect x="112446.96875" y="667.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112448" y="676" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="103890.96875" y="348.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103892" y="357" style="font-family:sans-serif;font-size:10px;"> +field_declaration +</text> +<rect x="100754.59375" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100756" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="61663.0" y="580.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61665" y="589" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="110583.71875" y="609.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110585" y="618" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="98293.71875" y="522.0" width="139.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98295" y="531" style="font-family:sans-serif;font-size:10px;"> +conditional_and_expression +</text> +<rect x="111978.96875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111980" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="52229.0" y="348.0" width="124.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52231" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_target_specifier +</text> +<rect x="63895.3125" y="232.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63897" y="241" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="96203.46875" y="609.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96205" y="618" style="font-family:sans-serif;font-size:10px;"> +shift_expression +</text> +<rect x="69381.25" y="638.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69383" y="647" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="108389.09375" y="406.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108391" y="415" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="79581.875" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79583" y="763" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="7593.625" y="754.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7595" y="763" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="27184.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27186" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="70312.8125" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70314" y="531" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="80472.875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80474" y="647" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="38628.25" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38630" y="618" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="21977.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21979" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="23021.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23023" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="39563.0" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39565" y="676" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="57645.375" y="406.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57647" y="415" style="font-family:sans-serif;font-size:10px;"> +second +</text> +<rect x="31838.125" y="638.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31840" y="647" style="font-family:sans-serif;font-size:10px;"> +collection_initializer +</text> +<rect x="109223.96875" y="464.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109225" y="473" style="font-family:sans-serif;font-size:10px;"> +First +</text> +<rect x="32634.125" y="580.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32636" y="589" style="font-family:sans-serif;font-size:10px;"> +jagged +</text> +<rect x="2956.125" y="174.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2958" y="183" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="43633.5" y="870.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43635" y="879" style="font-family:sans-serif;font-size:10px;"> +d +</text> +<rect x="98287.09375" y="580.0" width="122.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98289" y="589" style="font-family:sans-serif;font-size:10px;"> +inclusive_or_expression +</text> +<rect x="23973.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23975" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="21487.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21489" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="63057.375" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63059" y="618" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="7063.375" y="580.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7065" y="589" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="33730.875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33732" y="647" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="105049.59375" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105051" y="299" style="font-family:sans-serif;font-size:10px;"> +property_modifier +</text> +<rect x="36360.25" y="638.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36362" y="647" style="font-family:sans-serif;font-size:10px;"> +++ +</text> +<rect x="112301.09375" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112303" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="37750.0" y="725.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37752" y="734" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="44595.75" y="754.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44597" y="763" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="41891.0" y="638.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41893" y="647" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="69565.75" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69567" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="82055.65625" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82057" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="54066.5" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54068" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="118382.96875" y="522.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118384" y="531" style="font-family:sans-serif;font-size:10px;"> +if_statement +</text> +<rect x="93864.78125" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93866" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32679.125" y="783.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32681" y="792" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="32589.625" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32591" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="41034.0" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41036" y="647" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="7206.125" y="754.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7208" y="763" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="23614.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23616" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="30582.125" y="754.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30584" y="763" style="font-family:sans-serif;font-size:10px;"> +B +</text> +<rect x="49639.0" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49641" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="7978.125" y="870.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7980" y="879" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="36809.0" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36811" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="53545.25" y="203.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53547" y="212" style="font-family:sans-serif;font-size:10px;"> +struct_modifier +</text> +<rect x="8003.875" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8005" y="734" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="32775.125" y="696.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32777" y="705" style="font-family:sans-serif;font-size:10px;"> +variable_initializer_list +</text> +<rect x="32869.625" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32871" y="763" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="15592.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15594" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="42673.75" y="754.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42675" y="763" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="48333.25" y="406.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48335" y="415" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="25518.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25520" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="57720.375" y="551.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57722" y="560" style="font-family:sans-serif;font-size:10px;"> +Add +</text> +<rect x="110739.71875" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110741" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="113458.21875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113460" y="676" style="font-family:sans-serif;font-size:10px;"> +p +</text> +<rect x="113676.21875" y="725.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113678" y="734" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="117954.46875" y="783.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117956" y="792" style="font-family:sans-serif;font-size:10px;"> +OpenAsync +</text> +<rect x="76478.625" y="522.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76480" y="531" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="31934.125" y="870.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31936" y="879" style="font-family:sans-serif;font-size:10px;"> +111 +</text> +<rect x="32564.125" y="783.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32566" y="792" style="font-family:sans-serif;font-size:10px;"> +variable_initializer_list +</text> +<rect x="25867.625" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25869" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="57136.625" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57138" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="61632.75" y="522.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61634" y="531" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="23711.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23713" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="81244.0" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81246" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="115549.21875" y="551.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115551" y="560" style="font-family:sans-serif;font-size:10px;"> +〔,·A=〕 +</text> +<rect x="53102.25" y="377.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53104" y="386" style="font-family:sans-serif;font-size:10px;"> +false +</text> +<rect x="18434.125" y="551.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18436" y="560" style="font-family:sans-serif;font-size:10px;"> +@double +</text> +<rect x="11592.875" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11594" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="80550.625" y="725.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80552" y="734" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="7076.875" y="406.0" width="48.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7078" y="415" style="font-family:sans-serif;font-size:10px;"> +Obsolete +</text> +<rect x="4671.875" y="319.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4673" y="328" style="font-family:sans-serif;font-size:10px;"> +attributes +</text> +<rect x="45150.0" y="551.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45152" y="560" style="font-family:sans-serif;font-size:10px;"> +query +</text> +<rect x="77659.875" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77661" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="79531.375" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79533" y="618" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="45362.25" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45364" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="59337.25" y="290.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59339" y="299" style="font-family:sans-serif;font-size:10px;"> +constant_expression +</text> +<rect x="92999.28125" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93001" y="589" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="5676.125" y="464.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5678" y="473" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="52896.0" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52898" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="81142.75" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81144" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="72623.375" y="406.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72625" y="415" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="40782.5" y="609.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40784" y="618" style="font-family:sans-serif;font-size:10px;"> +100 +</text> +<rect x="62741.375" y="725.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62743" y="734" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="23476.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23478" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="67453.875" y="377.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67455" y="386" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="1213.875" y="116.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1215" y="125" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="4845.125" y="261.0" width="126.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4847" y="270" style="font-family:sans-serif;font-size:10px;"> +variant_type_parameters +</text> +<rect x="34672.5" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34674" y="647" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="40985.5" y="609.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40987" y="618" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="54365.5" y="290.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54367" y="299" style="font-family:sans-serif;font-size:10px;"> +attributes +</text> +<rect x="51447.75" y="406.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51449" y="415" style="font-family:sans-serif;font-size:10px;"> +first +</text> +<rect x="76745.625" y="609.0" width="156.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76747" y="618" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_signature +</text> +<rect x="81468.40625" y="783.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81470" y="792" style="font-family:sans-serif;font-size:10px;"> +"a" +</text> +<rect x="101679.34375" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101681" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="79941.375" y="812.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79943" y="821" style="font-family:sans-serif;font-size:10px;"> +Nullable +</text> +<rect x="17879.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17881" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="36132.0" y="464.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36134" y="473" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="83547.03125" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="83549" y="589" style="font-family:sans-serif;font-size:10px;"> +strValue +</text> +<rect x="53411.25" y="290.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53413" y="299" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="111588.21875" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111590" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="92129.90625" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92131" y="386" style="font-family:sans-serif;font-size:10px;"> +override +</text> +<rect x="112521.71875" y="638.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112523" y="647" style="font-family:sans-serif;font-size:10px;"> +Count +</text> +<rect x="67229.125" y="377.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67231" y="386" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="58500.25" y="406.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58502" y="415" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="8620.625" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8622" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="112463.46875" y="696.0" width="39.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112465" y="705" style="font-family:sans-serif;font-size:10px;"> +Orders +</text> +<rect x="63653.125" y="1015.0" width="136.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63655" y="1024" style="font-family:sans-serif;font-size:10px;"> +DownloadStringTaskAsync +</text> +<rect x="116628.96875" y="754.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116630" y="763" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="47334.5" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47336" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="78220.875" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78222" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="27995.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27997" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="101581.59375" y="609.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101583" y="618" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_body +</text> +<rect x="8333.625" y="464.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8335" y="473" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="66669.875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66671" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="117228.96875" y="464.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117230" y="473" style="font-family:sans-serif;font-size:10px;"> +specific_catch_clause +</text> +<rect x="4013.375" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4015" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="22662.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22664" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="41028.25" y="493.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41030" y="502" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="69415.40625" y="377.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69417" y="386" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="94848.21875" y="667.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94850" y="676" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="45820.0" y="290.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45822" y="299" style="font-family:sans-serif;font-size:10px;"> +attributes +</text> +<rect x="112805.34375" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112807" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="78743.375" y="435.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78745" y="444" style="font-family:sans-serif;font-size:10px;"> +R +</text> +<rect x="55694.625" y="551.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55696" y="560" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="116784.96875" y="725.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116786" y="734" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="117185.46875" y="783.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117187" y="792" style="font-family:sans-serif;font-size:10px;"> +13 +</text> +<rect x="72767.375" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72769" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="112926.71875" y="522.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112928" y="531" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="42398.75" y="464.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42400" y="473" style="font-family:sans-serif;font-size:10px;"> +specific_catch_clause +</text> +<rect x="109311.46875" y="406.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109313" y="415" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="115415.21875" y="580.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115417" y="589" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="47058.5" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47060" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="53359.75" y="464.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53361" y="473" style="font-family:sans-serif;font-size:10px;"> +false +</text> +<rect x="108198.09375" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108200" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="4978.125" y="261.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4980" y="270" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="42798.5" y="522.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42800" y="531" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="62437.0" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62439" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="34389.5" y="609.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34391" y="618" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="79109.125" y="580.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79111" y="589" style="font-family:sans-serif;font-size:10px;"> +"Name" +</text> +<rect x="84036.53125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84038" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="68405.0" y="377.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68407" y="386" style="font-family:sans-serif;font-size:10px;"> +class_base +</text> +<rect x="114070.71875" y="667.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114072" y="676" style="font-family:sans-serif;font-size:10px;"> +null_coalescing_expression +</text> +<rect x="50303.0" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50305" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="63681.375" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63683" y="531" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="37004.5" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37006" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="37589.0" y="551.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37591" y="560" style="font-family:sans-serif;font-size:10px;"> +for +</text> +<rect x="61966.0" y="551.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61968" y="560" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="27619.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27621" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="58956.25" y="232.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58958" y="241" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="39442.25" y="609.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39444" y="618" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="43189.25" y="696.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43191" y="705" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="67969.5" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67971" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="75252.625" y="580.0" width="59.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75254" y="589" style="font-family:sans-serif;font-size:10px;"> +Expression +</text> +<rect x="36615.75" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36617" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="36785.75" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36787" y="589" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="75870.625" y="667.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75872" y="676" style="font-family:sans-serif;font-size:10px;"> +bool +</text> +<rect x="95243.21875" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95245" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="90230.15625" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90232" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="91026.65625" y="319.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91028" y="328" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="71860.5" y="319.0" width="160.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71862" y="328" style="font-family:sans-serif;font-size:10px;"> +conversion_operator_declarator +</text> +<rect x="98049.84375" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="98051" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="108230.09375" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108232" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="108507.84375" y="377.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108509" y="386" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="2072.5" y="145.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2074" y="154" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="45439.25" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45441" y="328" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="53351.75" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53353" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="94470.62890625" y="116.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94472" y="125" style="font-family:sans-serif;font-size:10px;"> +namespace_body +</text> +<rect x="115725.21875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115727" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="97095.21875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97097" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="43023.75" y="580.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43025" y="589" style="font-family:sans-serif;font-size:10px;"> +array_initializer +</text> +<rect x="49926.5" y="435.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49928" y="444" style="font-family:sans-serif;font-size:10px;"> +event +</text> +<rect x="44821.75" y="986.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44823" y="995" style="font-family:sans-serif;font-size:10px;"> +g +</text> +<rect x="57770.125" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57772" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="65290.125" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65292" y="386" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="80275.375" y="870.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80277" y="879" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="75096.875" y="580.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75098" y="589" style="font-family:sans-serif;font-size:10px;"> +lambda_expression +</text> +<rect x="62300.8125" y="928.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62302" y="937" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="22172.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22174" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="45415.875" y="841.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45417" y="850" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="32607.125" y="261.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32609" y="270" style="font-family:sans-serif;font-size:10px;"> +finalizer_declaration +</text> +<rect x="37381.0" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37383" y="502" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="29229.125" y="493.0" width="9.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29231" y="502" style="font-family:sans-serif;font-size:10px;"> +if +</text> +<rect x="52836.5" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52838" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="103577.09375" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103579" y="647" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="108518.59375" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108520" y="502" style="font-family:sans-serif;font-size:10px;"> +p +</text> +<rect x="114265.21875" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114267" y="560" style="font-family:sans-serif;font-size:10px;"> +regular_interpolation +</text> +<rect x="501.0" y="87.0" width="140.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="503" y="96" style="font-family:sans-serif;font-size:10px;"> +using_namespace_directive +</text> +<rect x="42504.5" y="580.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42506" y="589" style="font-family:sans-serif;font-size:10px;"> +throw +</text> +<rect x="71295.375" y="754.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71297" y="763" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="97604.71875" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97606" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="81182.5" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81184" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="92392.40625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92394" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="101167.59375" y="522.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101169" y="531" style="font-family:sans-serif;font-size:10px;"> +right_shift_assignment +</text> +<rect x="8049.375" y="464.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8051" y="473" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="56611.0625" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56613" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="84083.03125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="84085" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="3349.875" y="290.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3351" y="299" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="49737.25" y="406.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49739" y="415" style="font-family:sans-serif;font-size:10px;"> +protected +</text> +<rect x="32940.0" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32942" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="30454.375" y="551.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30456" y="560" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="9747.875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9749" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="53911.0" y="290.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53913" y="299" style="font-family:sans-serif;font-size:10px;"> +constructor_declarator +</text> +<rect x="33434.125" y="522.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33436" y="531" style="font-family:sans-serif;font-size:10px;"> +element_access +</text> +<rect x="94640.28125" y="754.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94642" y="763" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="32136.625" y="841.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32138" y="850" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="4278.875" y="203.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4280" y="212" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="69969.25" y="754.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69971" y="763" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="109162.21875" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109164" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="113621.71875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113623" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="35919.0" y="551.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35921" y="560" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="110496.21875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110498" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="41159.25" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41161" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="44115.25" y="870.0" width="74.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44117" y="879" style="font-family:sans-serif;font-size:10px;"> +GetHashCode +</text> +<rect x="69084.0" y="522.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69086" y="531" style="font-family:sans-serif;font-size:10px;"> +fixed_parameters +</text> +<rect x="49731.5" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49733" y="357" style="font-family:sans-serif;font-size:10px;"> +set_accessor_declaration +</text> +<rect x="112619.21875" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112621" y="647" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="13577.375" y="580.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13579" y="589" style="font-family:sans-serif;font-size:10px;"> +lu +</text> +<rect x="65930.625" y="406.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65932" y="415" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="27281.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27283" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="63617.625" y="696.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63619" y="705" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="103695.21875" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103697" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="27700.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27702" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="115534.21875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115536" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="7723.875" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7725" y="734" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="40803.75" y="464.0" width="121.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40805" y="473" style="font-family:sans-serif;font-size:10px;"> +fixed_pointer_declarator +</text> +<rect x="46359.75" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46361" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="117930.96875" y="638.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117932" y="647" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="47901.4375" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47903" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="77545.875" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77547" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="108595.09375" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108597" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32408.625" y="812.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32410" y="821" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="31452.375" y="696.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31454" y="705" style="font-family:sans-serif;font-size:10px;"> +expression_list +</text> +<rect x="50148.0" y="348.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50150" y="357" style="font-family:sans-serif;font-size:10px;"> +Action +</text> +<rect x="59577.25" y="348.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59579" y="357" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="40692.0" y="609.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40694" y="618" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="58573.25" y="406.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58575" y="415" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="23880.625" y="580.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23882" y="589" style="font-family:sans-serif;font-size:10px;"> +dynamic +</text> +<rect x="35525.25" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35527" y="647" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="57915.625" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57917" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7326.375" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7328" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="81388.125" y="609.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81390" y="618" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="14860.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14862" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="51912.0" y="464.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51914" y="473" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="36828.0" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36830" y="560" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="7449.625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7451" y="357" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="6673.875" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6675" y="473" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="81621.625" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81623" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="93758.28125" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93760" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="43148.25" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43150" y="763" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="62879.875" y="870.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62881" y="879" style="font-family:sans-serif;font-size:10px;"> +Threading +</text> +<rect x="49632.0" y="319.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49634" y="328" style="font-family:sans-serif;font-size:10px;"> +accessor_declarations +</text> +<rect x="30593.125" y="667.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30595" y="676" style="font-family:sans-serif;font-size:10px;"> +member_initializer +</text> +<rect x="24768.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24770" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="47341.5" y="435.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47343" y="444" style="font-family:sans-serif;font-size:10px;"> +value +</text> +<rect x="41411.5" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41413" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="109333.46875" y="319.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109335" y="328" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="110486.71875" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110488" y="589" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="115026.21875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115028" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="21518.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21520" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="32573.625" y="725.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32575" y="734" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="71193.625" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71195" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="36342.75" y="580.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36344" y="589" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="80260.875" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80262" y="647" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="91368.40625" y="406.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91370" y="415" style="font-family:sans-serif;font-size:10px;"> +parameter_modifier +</text> +<rect x="118385.59375" y="638.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118387" y="647" style="font-family:sans-serif;font-size:10px;"> +null_literal +</text> +<rect x="64374.96875" y="174.0" width="120.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64376" y="183" style="font-family:sans-serif;font-size:10px;"> +namespace_declaration +</text> +<rect x="49691.25" y="406.0" width="39.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49693" y="415" style="font-family:sans-serif;font-size:10px;"> +internal +</text> +<rect x="95978.71875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95980" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="58525.75" y="435.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58527" y="444" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="113738.21875" y="638.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113740" y="647" style="font-family:sans-serif;font-size:10px;"> +Age +</text> +<rect x="8974.75" y="696.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8976" y="705" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="70680.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70682" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="56431.0" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56433" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="36954.5" y="812.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36956" y="821" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="24049.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24051" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="73201.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73203" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="113629.46875" y="783.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113631" y="792" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="29260.625" y="522.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29262" y="531" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="42288.5" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42290" y="531" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="73699.125" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73701" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="61571.75" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61573" y="705" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="4800.375" y="174.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4802" y="183" style="font-family:sans-serif;font-size:10px;"> +delegate_declaration +</text> +<rect x="39755.0" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39757" y="705" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="117001.46875" y="783.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117003" y="792" style="font-family:sans-serif;font-size:10px;"> +9 +</text> +<rect x="118048.46875" y="464.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118050" y="473" style="font-family:sans-serif;font-size:10px;"> +specific_catch_clause +</text> +<rect x="112813.21875" y="580.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112815" y="589" style="font-family:sans-serif;font-size:10px;"> +this +</text> +<rect x="34506.0" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34508" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="7871.875" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7873" y="734" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="63347.625" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63349" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="66653.375" y="493.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66655" y="502" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="69944.75" y="696.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69946" y="705" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="20312.125" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20314" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="75658.875" y="638.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75660" y="647" style="font-family:sans-serif;font-size:10px;"> +lambda_expression +</text> +<rect x="77863.375" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77865" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="81816.875" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81818" y="589" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="39340.75" y="667.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39342" y="676" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="32272.375" y="580.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32274" y="589" style="font-family:sans-serif;font-size:10px;"> +array_initializer +</text> +<rect x="22028.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22030" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="24123.125" y="580.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24125" y="589" style="font-family:sans-serif;font-size:10px;"> +equals +</text> +<rect x="30208.125" y="754.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30210" y="763" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="30752.625" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30754" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="73614.875" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73616" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="80869.625" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80871" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="30034.125" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30036" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="111883.21875" y="609.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111885" y="618" style="font-family:sans-serif;font-size:10px;"> +conditional_or_expression +</text> +<rect x="45903.25" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45905" y="357" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="28722.875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="28724" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="66286.375" y="377.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66288" y="386" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="52001.0" y="348.0" width="124.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52003" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_target_specifier +</text> +<rect x="109683.96875" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109685" y="328" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="73447.375" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73449" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="17676.375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17678" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="55783.5" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55785" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="108094.84375" y="319.0" width="160.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108096" y="328" style="font-family:sans-serif;font-size:10px;"> +conversion_operator_declarator +</text> +<rect x="73906.375" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73908" y="415" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="69323.25" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69325" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7810.875" y="522.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7812" y="531" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="70656.0" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70658" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="117842.96875" y="464.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117844" y="473" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="62384.0625" y="783.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62386" y="792" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="79777.25" y="493.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79779" y="502" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="74179.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74181" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="32576.125" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32578" y="705" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="15818.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15820" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17173.375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17175" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="73796.625" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73798" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="12898.375" y="580.0" width="14.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12900" y="589" style="font-family:sans-serif;font-size:10px;"> +Ul +</text> +<rect x="38260.25" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38262" y="589" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="2282.5" y="87.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2284" y="96" style="font-family:sans-serif;font-size:10px;"> +using_static_directive +</text> +<rect x="57230.875" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57232" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="75027.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75029" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="71859.25" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71861" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="65277.875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65279" y="589" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="71938.375" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71940" y="734" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="117417.96875" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117419" y="531" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="71145.03125" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71147" y="299" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="79469.125" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79471" y="357" style="font-family:sans-serif;font-size:10px;"> +get_accessor_declaration +</text> +<rect x="65003.875" y="406.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65005" y="415" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="38136.5" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38138" y="705" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="51059.5" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51061" y="444" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="64690.625" y="551.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64692" y="560" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="62140.3125" y="841.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62142" y="850" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="23387.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23389" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="96847.71875" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96849" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="70452.25" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70454" y="821" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="82388.15625" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82390" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="11580.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11582" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="82317.71875" y="145.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82319" y="154" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="80598.625" y="783.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80600" y="792" style="font-family:sans-serif;font-size:10px;"> +System +</text> +<rect x="37499.0" y="435.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37501" y="444" style="font-family:sans-serif;font-size:10px;"> +for_iterator +</text> +<rect x="68740.0" y="551.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68742" y="560" style="font-family:sans-serif;font-size:10px;"> +Method +</text> +<rect x="96464.46875" y="667.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96466" y="676" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="7143.875" y="725.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7145" y="734" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="104854.59375" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104856" y="386" style="font-family:sans-serif;font-size:10px;"> +set +</text> +<rect x="62451.25" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62453" y="386" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="113552.71875" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113554" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="51605.0" y="580.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51607" y="589" style="font-family:sans-serif;font-size:10px;"> +handler +</text> +<rect x="4764.125" y="261.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4766" y="270" style="font-family:sans-serif;font-size:10px;"> +CoContra2 +</text> +<rect x="6448.375" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6450" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="10772.875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10774" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="41771.5" y="638.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41773" y="647" style="font-family:sans-serif;font-size:10px;"> +* +</text> +<rect x="62730.875" y="696.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62732" y="705" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="62787.875" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62789" y="705" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="73721.625" y="261.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73723" y="270" style="font-family:sans-serif;font-size:10px;"> +event_declaration +</text> +<rect x="7124.875" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7126" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="80635.375" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80637" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="108028.34375" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108030" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="80358.375" y="551.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80360" y="560" style="font-family:sans-serif;font-size:10px;"> +typeof_expression +</text> +<rect x="922.0" y="174.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="924" y="183" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="96054.71875" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96056" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="118357.59375" y="609.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118359" y="618" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="46524.25" y="290.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46526" y="299" style="font-family:sans-serif;font-size:10px;"> +variable_declarators +</text> +<rect x="56929.0" y="406.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56931" y="415" style="font-family:sans-serif;font-size:10px;"> +protected +</text> +<rect x="41457.5" y="667.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41459" y="676" style="font-family:sans-serif;font-size:10px;"> +* +</text> +<rect x="50199.0" y="522.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50201" y="531" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="73248.625" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73250" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="55589.0" y="435.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55591" y="444" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="8018.875" y="580.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8020" y="589" style="font-family:sans-serif;font-size:10px;"> +WriteLine +</text> +<rect x="94999.71875" y="580.0" width="126.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95001" y="589" style="font-family:sans-serif;font-size:10px;"> +exclusive_or_expression +</text> +<rect x="99332.59375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99334" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="76708.625" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76710" y="763" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="33515.875" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33517" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="29222.125" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29224" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="47146.75" y="319.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47148" y="328" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="72482.875" y="377.0" width="88.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72484" y="386" style="font-family:sans-serif;font-size:10px;"> +default_argument +</text> +<rect x="90450.40625" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90452" y="386" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="81709.625" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81711" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="97139.71875" y="609.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97141" y="618" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="116421.34375" y="493.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116423" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="105145.59375" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105147" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="63670.125" y="841.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63672" y="850" style="font-family:sans-serif;font-size:10px;"> +await_expression +</text> +<rect x="35121.75" y="609.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35123" y="618" style="font-family:sans-serif;font-size:10px;"> +constant_expression +</text> +<rect x="73704.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73706" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="105235.59375" y="348.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105237" y="357" style="font-family:sans-serif;font-size:10px;"> +get_accessor_declaration +</text> +<rect x="68808.5" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68810" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="39708.5" y="493.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39710" y="502" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="44946.0" y="870.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44948" y="879" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="25742.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25744" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="66801.875" y="580.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66803" y="589" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="118122.46875" y="754.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118124" y="763" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="36004.75" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36006" y="589" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="25377.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25379" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="43911.8046875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43913" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="44480.25" y="783.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44482" y="792" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="15711.875" y="609.0" width="14.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15713" y="618" style="font-family:sans-serif;font-size:10px;"> +'c' +</text> +<rect x="94834.85546875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94836" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="24076.625" y="493.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24078" y="502" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="56794.25" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56796" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="69248.25" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69250" y="618" style="font-family:sans-serif;font-size:10px;"> +u +</text> +<rect x="71218.125" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71220" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="104392.34375" y="348.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104394" y="357" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="58445.25" y="319.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58447" y="328" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="109598.96875" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109600" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="79598.875" y="754.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79600" y="763" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="101598.59375" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101600" y="647" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="62504.5" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62506" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="5146.375" y="261.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5148" y="270" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="69092.0" y="493.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="69094" y="502" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="104490.46875" y="551.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104492" y="560" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="114094.71875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114096" y="560" style="font-family:sans-serif;font-size:10px;"> +s +</text> +<rect x="17742.125" y="667.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17744" y="676" style="font-family:sans-serif;font-size:10px;"> +M +</text> +<rect x="54395.4375" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54397" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="36491.75" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36493" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="22900.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22902" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="62268.25" y="754.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62270" y="763" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="118294.59375" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118296" y="560" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="75036.875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75038" y="589" style="font-family:sans-serif;font-size:10px;"> +e +</text> +<rect x="73222.125" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73224" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="76475.375" y="812.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76477" y="821" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="108426.21875" y="348.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108428" y="357" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="7358.625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7360" y="357" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="40915.0" y="667.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40917" y="676" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="58254.375" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58256" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="34615.5" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34617" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="30026.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30028" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="108737.71875" y="377.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108739" y="386" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="1668.0" y="116.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1670" y="125" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="10285.875" y="522.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10287" y="531" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="111081.46875" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111083" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="115438.71875" y="638.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="115440" y="647" style="font-family:sans-serif;font-size:10px;"> +B +</text> +<rect x="108090.84375" y="348.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108092" y="357" style="font-family:sans-serif;font-size:10px;"> +operator +</text> +<rect x="63825.375" y="377.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63827" y="386" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="44407.75" y="754.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="44409" y="763" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="40301.0" y="406.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40303" y="415" style="font-family:sans-serif;font-size:10px;"> +yield_statement +</text> +<rect x="96294.46875" y="609.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96296" y="618" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="39495.875" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39497" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="71388.125" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71390" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="67569.0" y="377.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67571" y="386" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="51707.5" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51709" y="618" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="78624.125" y="348.0" width="126.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78626" y="357" style="font-family:sans-serif;font-size:10px;"> +variant_type_parameters +</text> +<rect x="40277.25" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40279" y="560" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="11049.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11051" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="8616.625" y="609.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8618" y="618" style="font-family:sans-serif;font-size:10px;"> +MaxValue +</text> +<rect x="46481.75" y="377.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46483" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute +</text> +<rect x="25994.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25996" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="32645.625" y="667.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32647" y="676" style="font-family:sans-serif;font-size:10px;"> +array_initializer +</text> +<rect x="91699.40625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91701" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="116814.46875" y="783.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116816" y="792" style="font-family:sans-serif;font-size:10px;"> +7 +</text> +<rect x="38982.75" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38984" y="560" style="font-family:sans-serif;font-size:10px;"> +v +</text> +<rect x="79578.875" y="667.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79580" y="676" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="118136.46875" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118138" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="102511.09375" y="551.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102513" y="560" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="71401.875" y="754.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71403" y="763" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="59368.25" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59370" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="70652.125" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70654" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="81520.125" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81522" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="25205.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25207" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="82902.03125" y="580.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82904" y="589" style="font-family:sans-serif;font-size:10px;"> +intValue +</text> +<rect x="12769.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12771" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="22783.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22785" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="32192.375" y="580.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32194" y="589" style="font-family:sans-serif;font-size:10px;"> +cube +</text> +<rect x="49790.5" y="377.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="49792" y="386" style="font-family:sans-serif;font-size:10px;"> +set +</text> +<rect x="71291.125" y="609.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71293" y="618" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="74423.0" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74425" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="114441.96875" y="841.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114443" y="850" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="58437.875" y="232.0" width="151.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58439" y="241" style="font-family:sans-serif;font-size:10px;"> +interface_member_declaration +</text> +<rect x="106360.09375" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106362" y="357" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="47128.75" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47130" y="299" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="100047.59375" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100049" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="54513.0" y="319.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54515" y="328" style="font-family:sans-serif;font-size:10px;"> +volatile +</text> +<rect x="23473.125" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23475" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="43882.0" y="783.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43884" y="792" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="90836.40625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="90838" y="444" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="112347.59375" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112349" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="32916.125" y="522.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32918" y="531" style="font-family:sans-serif;font-size:10px;"> +array_type +</text> +<rect x="22545.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22547" y="589" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="7294.125" y="580.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7296" y="589" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="78778.375" y="406.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78780" y="415" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="57877.375" y="348.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57879" y="357" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="97665.34375" y="609.0" width="122.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97667" y="618" style="font-family:sans-serif;font-size:10px;"> +inclusive_or_expression +</text> +<rect x="39914.25" y="609.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39916" y="618" style="font-family:sans-serif;font-size:10px;"> +using +</text> +<rect x="71287.875" y="725.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71289" y="734" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="106405.59375" y="406.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106407" y="415" style="font-family:sans-serif;font-size:10px;"> +"Doe" +</text> +<rect x="64989.125" y="203.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64991" y="212" style="font-family:sans-serif;font-size:10px;"> +namespace_body +</text> +<rect x="79380.125" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79382" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="387.5" y="174.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="389" y="183" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="79907.875" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79909" y="444" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="91968.65625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="91970" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="100629.59375" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100631" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="65134.375" y="551.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65136" y="560" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="19852.125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19854" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="65308.25" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65310" y="328" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="54063.0" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54065" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="15348.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15350" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="36646.25" y="638.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36648" y="647" style="font-family:sans-serif;font-size:10px;"> +continue +</text> +<rect x="64697.125" y="580.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64699" y="589" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="81658.53125" y="812.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81660" y="821" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="99276.84375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99278" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="2778.625" y="145.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2780" y="154" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="64170.25" y="319.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64172" y="328" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="106732.96875" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="106734" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="10528.625" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10530" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="20102.125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20104" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="50609.75" y="377.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50611" y="386" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="56044.75" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56046" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="113047.71875" y="696.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113049" y="705" style="font-family:sans-serif;font-size:10px;"> +20 +</text> +<rect x="66560.9189453125" y="87.0" width="120.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66562" y="96" style="font-family:sans-serif;font-size:10px;"> +namespace_declaration +</text> +<rect x="63563.875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63565" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="110774.21875" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110776" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="81090.625" y="609.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81092" y="618" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="95196.21875" y="551.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95198" y="560" style="font-family:sans-serif;font-size:10px;"> +bool +</text> +<rect x="103958.96875" y="435.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103960" y="444" style="font-family:sans-serif;font-size:10px;"> +X +</text> +<rect x="13673.375" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13675" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="79632.875" y="812.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79634" y="821" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="105325.34375" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="105327" y="415" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="62480.75" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62482" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="62577.75" y="580.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62579" y="589" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="42194.75" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42196" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="113842.46875" y="638.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113844" y="647" style="font-family:sans-serif;font-size:10px;"> +conditional_expression +</text> +<rect x="60924.8125" y="348.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60926" y="357" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="8072.375" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8074" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="37857.5" y="696.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37859" y="705" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="63429.875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63431" y="589" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="23811.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23813" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="38196.5" y="435.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38198" y="444" style="font-family:sans-serif;font-size:10px;"> +in +</text> +<rect x="42268.375" y="406.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42270" y="415" style="font-family:sans-serif;font-size:10px;"> +try_statement +</text> +<rect x="61694.25" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61696" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="32373.625" y="754.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32375" y="763" style="font-family:sans-serif;font-size:10px;"> +array_initializer +</text> +<rect x="75329.625" y="696.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75331" y="705" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="67215.125" y="464.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="67217" y="473" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="78602.875" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78604" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="71532.4375" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71534" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="48602.25" y="435.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48604" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="42633.25" y="696.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="42635" y="705" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="64914.625" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64916" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="76164.375" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="76166" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="4693.625" y="435.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4695" y="444" style="font-family:sans-serif;font-size:10px;"> +attribute_arguments +</text> +<rect x="10673.625" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10675" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="94842.90625" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94844" y="734" style="font-family:sans-serif;font-size:10px;"> +/ +</text> +<rect x="55734.625" y="522.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55736" y="531" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="55054.5" y="348.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55056" y="357" style="font-family:sans-serif;font-size:10px;"> +type_parameters +</text> +<rect x="15511.125" y="551.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15513" y="560" style="font-family:sans-serif;font-size:10px;"> +char +</text> +<rect x="109226.71875" y="348.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109228" y="357" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="62341.75" y="667.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62343" y="676" style="font-family:sans-serif;font-size:10px;"> +yield +</text> +<rect x="630.75" y="116.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="632" y="125" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="82901.15625" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82903" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="112628.96875" y="493.0" width="165.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112630" y="502" style="font-family:sans-serif;font-size:10px;"> +null_conditional_member_access +</text> +<rect x="4275.125" y="290.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4277" y="299" style="font-family:sans-serif;font-size:10px;"> +B +</text> +<rect x="113099.21875" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113101" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="41723.75" y="609.0" width="64.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41725" y="618" style="font-family:sans-serif;font-size:10px;"> +pointer_type +</text> +<rect x="46565.5" y="609.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="46567" y="618" style="font-family:sans-serif;font-size:10px;"> +false +</text> +<rect x="111372.71875" y="667.0" width="56.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111374" y="676" style="font-family:sans-serif;font-size:10px;"> +customers +</text> +<rect x="96989.46875" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96991" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="109799.96875" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109801" y="328" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="26395.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26397" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="59345.25" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59347" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="114560.46875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114562" y="676" style="font-family:sans-serif;font-size:10px;"> +p +</text> +<rect x="34685.0" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="34687" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="60757.25" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="60759" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="81095.125" y="667.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81097" y="676" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="26232.125" y="551.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26234" y="560" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="7816.125" y="696.0" width="201.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7818" y="705" style="font-family:sans-serif;font-size:10px;"> +interpolated_verbatim_string_expression +</text> +<rect x="58439.875" y="261.0" width="147.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58441" y="270" style="font-family:sans-serif;font-size:10px;"> +interface_method_declaration +</text> +<rect x="100735.59375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="100737" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="20091.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20093" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="81571.90625" y="754.0" width="85.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81573" y="763" style="font-family:sans-serif;font-size:10px;"> +cast_expression +</text> +<rect x="40859.0" y="493.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40861" y="502" style="font-family:sans-serif;font-size:10px;"> +fixed_pointer_initializer +</text> +<rect x="48445.5" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48447" y="328" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="45292.625" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45294" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="37555.0" y="551.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37557" y="560" style="font-family:sans-serif;font-size:10px;"> +j +</text> +<rect x="33721.375" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33723" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="41671.5" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="41673" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="80521.375" y="580.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80523" y="589" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="32144.375" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32146" y="589" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="81126.625" y="638.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81128" y="647" style="font-family:sans-serif;font-size:10px;"> +value +</text> +<rect x="94471.28125" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="94473" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="65444.125" y="319.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65446" y="328" style="font-family:sans-serif;font-size:10px;"> +B +</text> +<rect x="5704.625" y="406.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5706" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute_arguments +</text> +<rect x="73684.625" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73686" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4123.125" y="174.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4125" y="183" style="font-family:sans-serif;font-size:10px;"> +My +</text> +<rect x="57153.125" y="348.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="57155" y="357" style="font-family:sans-serif;font-size:10px;"> +E +</text> +<rect x="35896.0" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35898" y="560" style="font-family:sans-serif;font-size:10px;"> +10 +</text> +<rect x="62119.5" y="464.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62121" y="473" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="96205.96875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96207" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="26336.9375" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="26338" y="299" style="font-family:sans-serif;font-size:10px;"> +constructor_body +</text> +<rect x="64705.75" y="290.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="64707" y="299" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="31357.625" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31359" y="763" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="112785.34375" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112787" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="103172.84375" y="609.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103174" y="618" style="font-family:sans-serif;font-size:10px;"> +argument_name +</text> +<rect x="13067.125" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13069" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="20608.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20610" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="36293.0" y="522.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36295" y="531" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="14664.875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14666" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="8497.625" y="464.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8499" y="473" style="font-family:sans-serif;font-size:10px;"> +constant_declarators +</text> +<rect x="81320.0" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81322" y="589" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="10794.125" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10796" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="45963.75" y="464.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45965" y="473" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="73421.125" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73423" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="96707.46875" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96709" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="102396.84375" y="696.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102398" y="705" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="93085.15625" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="93087" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="4861.375" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4863" y="299" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="63557.375" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63559" y="328" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="39137.3125" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39139" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="114498.09375" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="114500" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="63640.875" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="63642" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="27148.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27150" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="101485.84375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="101487" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="78106.875" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78108" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="7579.125" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7581" y="676" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="20207.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20209" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="45466.375" y="609.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45468" y="618" style="font-family:sans-serif;font-size:10px;"> +into +</text> +<rect x="32702.625" y="609.0" width="108.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32704" y="618" style="font-family:sans-serif;font-size:10px;"> +variable_initializer_list +</text> +<rect x="11387.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11389" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="9917.875" y="580.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9919" y="589" style="font-family:sans-serif;font-size:10px;"> +local4 +</text> +<rect x="19711.625" y="551.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19713" y="560" style="font-family:sans-serif;font-size:10px;"> +@long +</text> +<rect x="18247.625" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18249" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="23149.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23151" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="62228.4375" y="783.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62230" y="792" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="7804.625" y="754.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7806" y="763" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="35102.25" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="35104" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="54419.9375" y="406.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="54421" y="415" style="font-family:sans-serif;font-size:10px;"> +attribute_arguments +</text> +<rect x="95445.84375" y="609.0" width="126.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="95447" y="618" style="font-family:sans-serif;font-size:10px;"> +exclusive_or_expression +</text> +<rect x="17443.90625" y="174.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17445" y="183" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="31673.125" y="725.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31675" y="734" style="font-family:sans-serif;font-size:10px;"> +float +</text> +<rect x="62790.875" y="870.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62792" y="879" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="77085.625" y="667.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="77087" y="676" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="39839.0" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="39841" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8211.125" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8213" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="47831.125" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="47833" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="79846.25" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79848" y="618" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="23539.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23541" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="79795.25" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79797" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="48969.5" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="48971" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="74938.375" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="74940" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="80694.625" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80696" y="734" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="118279.59375" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118281" y="560" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="61462.25" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61464" y="821" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="27760.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="27762" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="80295.875" y="725.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="80297" y="734" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="32990.125" y="551.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="32992" y="560" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="19591.625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19593" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="52704.25" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52706" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="73111.875" y="377.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73113" y="386" style="font-family:sans-serif;font-size:10px;"> +Bar2 +</text> +<rect x="81767.90625" y="696.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81769" y="705" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="21119.625" y="551.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21121" y="560" style="font-family:sans-serif;font-size:10px;"> +ulong +</text> +<rect x="75343.9375" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75345" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="61541.75" y="754.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61543" y="763" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="112929.21875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112931" y="618" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="24595.125" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24597" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7192.875" y="696.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7194" y="705" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="73791.625" y="290.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73793" y="299" style="font-family:sans-serif;font-size:10px;"> +variable_declarators +</text> +<rect x="82588.78125" y="348.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82590" y="357" style="font-family:sans-serif;font-size:10px;"> +type_parameters +</text> +<rect x="38278.75" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="38280" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="82004.90625" y="551.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82006" y="560" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="110076.96875" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110078" y="589" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="40534.5" y="464.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="40536" y="473" style="font-family:sans-serif;font-size:10px;"> +value_type +</text> +<rect x="96072.46875" y="609.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="96074" y="618" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="25482.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="25484" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="79054.625" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="79056" y="531" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="112865.96875" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112867" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="78708.875" y="377.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78710" y="386" style="font-family:sans-serif;font-size:10px;"> +type_parameter +</text> +<rect x="37051.25" y="435.0" width="64.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="37053" y="444" style="font-family:sans-serif;font-size:10px;"> +for_initializer +</text> +<rect x="102815.59375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="102817" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="45607.25" y="319.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45609" y="328" style="font-family:sans-serif;font-size:10px;"> +attribute_section +</text> +<rect x="4430.125" y="232.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4432" y="241" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="61138.25" y="696.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="61140" y="705" style="font-family:sans-serif;font-size:10px;"> +Список +</text> +<rect x="33481.875" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33483" y="560" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="10384.875" y="551.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10386" y="560" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="65837.625" y="464.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65839" y="473" style="font-family:sans-serif;font-size:10px;"> +protected +</text> +<rect x="70722.0" y="725.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70724" y="734" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="75745.625" y="725.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75747" y="734" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="70234.8125" y="522.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="70236" y="531" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="97689.84375" y="638.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97691" y="647" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="103942.46875" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="103944" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="112212.21875" y="522.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112214" y="531" style="font-family:sans-serif;font-size:10px;"> +nullable_value_type +</text> +<rect x="29869.125" y="580.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29871" y="589" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="92348.90625" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="92350" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="113528.71875" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="113530" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="51834.5" y="609.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51836" y="618" style="font-family:sans-serif;font-size:10px;"> +first +</text> +<rect x="51795.0" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="51797" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="55331.5" y="406.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="55333" y="415" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="6490.375" y="319.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6492" y="328" style="font-family:sans-serif;font-size:10px;"> +constant_declarator +</text> +<rect x="30893.625" y="580.0" width="143.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30895" y="589" style="font-family:sans-serif;font-size:10px;"> +anonymous_object_initializer +</text> +<rect x="31732.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="31734" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="68569.0" y="493.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="68571" y="502" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="73170.875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="73172" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="50249.40625" y="232.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50251" y="241" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="107601.59375" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="107603" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104743.59375" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104745" y="386" style="font-family:sans-serif;font-size:10px;"> +accessor_body +</text> +<rect x="110206.96875" y="551.0" width="49.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="110208" y="560" style="font-family:sans-serif;font-size:10px;"> +WriteLine +</text> +<rect x="112021.21875" y="609.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="112023" y="618" style="font-family:sans-serif;font-size:10px;"> +?? +</text> +<rect x="82001.90625" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="82003" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="109959.46875" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109961" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="29179.625" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="29181" y="560" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="117815.21875" y="551.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117817" y="560" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="36805.75" y="754.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="36807" y="763" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="58110.375" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="58112" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="59724.25" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="59726" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="118504.84375" y="580.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="118506" y="589" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="78392.625" y="638.0" width="88.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="78394" y="647" style="font-family:sans-serif;font-size:10px;"> +empty_statement +</text> +<rect x="116804.96875" y="754.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="116806" y="763" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="71569.875" y="783.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="71571" y="792" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="75231.125" y="667.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75233" y="676" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="108745.21875" y="406.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="108747" y="415" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="6601.375" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6603" y="415" style="font-family:sans-serif;font-size:10px;"> +- +</text> +<rect x="33056.875" y="609.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="33058" y="618" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="65941.9375" y="232.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="65943" y="241" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="81872.40625" y="319.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="81874" y="328" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="117308.96875" y="522.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117310" y="531" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="52753.25" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="52755" y="415" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="72583.375" y="406.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="72585" y="415" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="56420.0" y="290.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="56422" y="299" style="font-family:sans-serif;font-size:10px;"> +indexer_modifier +</text> +<rect x="111639.46875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="111641" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="75844.125" y="609.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="75846" y="618" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="50035.5" y="348.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50037" y="357" style="font-family:sans-serif;font-size:10px;"> +attribute_list +</text> +<rect x="50444.25" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="50446" y="415" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="62939.375" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="62941" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="104505.46875" y="522.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="104507" y="531" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="43716.0" y="812.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="43718" y="821" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="11536.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11538" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="53922.5" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="53924" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4258.625" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4260" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="66199.375" y="377.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="66201" y="386" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="97712.84375" y="667.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="97714" y="676" style="font-family:sans-serif;font-size:10px;"> +false +</text> +<rect x="17324.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17326" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="109958.21875" y="725.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="109960" y="734" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="30317.875" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="30319" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="45056.25" y="812.0" width="97.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="45058" y="821" style="font-family:sans-serif;font-size:10px;"> +local_variable_type +</text> +</svg> \ No newline at end of file diff --git a/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/_Sample_Options.txt b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/_Sample_Options.txt new file mode 100644 index 000000000..e5715448f --- /dev/null +++ b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v6/_Sample_Options.txt @@ -0,0 +1 @@ +-ms Base -rt \ No newline at end of file diff --git a/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/AllInOneNoPreprocessor-v7.cs b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/AllInOneNoPreprocessor-v7.cs new file mode 100755 index 000000000..398168839 --- /dev/null +++ b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/AllInOneNoPreprocessor-v7.cs @@ -0,0 +1,208 @@ +class CSharp70 +{ + void PatternMatching(string arg, int b) + { + switch (arg) + { + case "A" when b > 50: + case "B" when b < 50: + default: + break; + } + + (A<B,C> D, E<F,G> H) = e; + + if (x?.y?.z is Type value2) + { + // code using value2 + } + + if (expr is Type v) { Hello(); } + } + + public static async Task LocalFunctions(string[] args) + { + string Hello2(int i) + { + return args[i]; + } + + async Task<string> Hello<T>(T i) => await Task.FromResult(args[i]); + await Hello(1); + } + + public static void OutVar(string[] args) + { + int.TryParse(Hello(1), out var item); + int.TryParse(Hello(1), out int item); + } + + public void ThrowExpression() + { + var result = nullableResult ?? throw new NullReferenceException(); + } + + public void BinaryLiterals() + { + int nineteen = 0b10011; + } + + public void DigitSeparators() + { + int bin = 0b1001_1010_0001_0100; + int hex = 0x1b_a0_44_fe; + int dec = 33_554_432; + int weird = 1_2__3___4____5_____6______7_______8________9; + double real = 1_000.111_1e-1_000; + } +} + +class CSharp71 +{ + void DefaultWithoutTypeName(string content = default) + { + DefaultWithoutTypeName(default); + } + + void TupleRecognize(int a, (int, int) b, (int, int, int)? c) + { + var result = list.Select(c => (c.f1, f3: c.f2)).Where(t => t.f2 == 1); + } +} + +class CSharp72 +{ + readonly struct ReadonlyRef1 + { + Func<int, int> s = (in int x) => x; + ref TValue this[in TKey index] => ref null; + public static Vector3 operator+(in Vector3 x, in Vector3 y) => null; + + static ref readonly Vector3 M1_Trace() + { + // OK + ref readonly var r1 = ref M1(); + + // Not valid. Need an LValue + ref readonly Vector3 r2 = ref default(Vector3); + + // Not valid. r1 is readonly. + Mutate(ref r1); + + // OK. + Print(in r1); + + // OK. + return ref r1; + } + } + + ref struct ReadonlyRef2 + { + ref readonly Guid Test(in Vector3 v1, in Vector3 v2) + { + // not OK!! + v1 = default(Vector3); + + // not OK!! + v1.X = 0; + + // not OK!! + foo(ref v1.X); + + return ref (arr != null ? ref arr[0]: ref otherArr[0]); + + Span<int> span = stackalloc int[1]; + + // OK + return new Vector3(v1.X + v2.X, v1.Y + v2.Y, v1.Z + v2.Z); + } + + ref T Choice(bool condition, ref T consequence, ref T alternative) + { + if (condition) + { + return ref consequence; + } + else + { + return ref alternative; + } + } + } + + public void DoSomething(bool isEmployed, string personName, int personAge) { } + + public void NonTrailingNamedArguments() + { + DoSomething(isEmployed:true, name, age); // currently CS1738, but would become legal + DoSomething(true, personName:name, age); // currently CS1738, but would become legal + DoSomething(name, isEmployed:true, age); // remains illegal + DoSomething(name, age, isEmployed:true); // remains illegal + DoSomething(true, personAge:age, personName:name); // already legal + } + + public void ConditionalRef() + { + ref var r = ref (arr != null ? ref arr[0]: ref otherArr[0]); + } + + public void LeadingSeparator() + { + var res = 0 + + 123 // permitted in C# 1.0 and later + + 1_2_3 // permitted in C# 7.0 and later + + 0x1_2_3 // permitted in C# 7.0 and later + + 0b101 // binary literals added in C# 7.0 + + 0b1_0_1 // permitted in C# 7.0 and later + + // in C# 7.2, _ is permitted after the `0x` or `0b` + + 0x_1_2 // permitted in C# 7.2 and later + + 0b_1_0_1 // permitted in C# 7.2 and later + ; + } +} + +class CSharp73 +{ + void Blittable<T>(T value) where T : unmanaged + { + var unmanaged = 666; + } + + unsafe struct IndexingMovableFixed + { + public fixed int myFixedField[10]; + } + + static IndexingMovableFixed s; + + public unsafe void IndexingMovableFixedFields() + { + int* ptr = s.myFixedField; + int t = s.myFixedField[5]; + } + + public void PatternBasedFixed() + { + fixed(byte* ptr = byteArray) + { + // ptr is a native pointer to the first element of the array + // byteArray is protected from being moved/collected by the GC for the duration of this block + } + } + + public void StackallocArrayInitializer() + { + Span<int> a = stackalloc int[3]; // currently allowed + Span<int> a = stackalloc int[3] { 1, 2, 3 }; + Span<int> a = stackalloc int[] { 1, 2, 3 }; + Span<int> a = stackalloc[] { 1, 2, 3 }; + } + + public void TupleEquality() + { + (int, (int, int)) t1, t2; + var res = t1 == (1, (2, 3)); + } +} diff --git a/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/ReadMe.md b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/ReadMe.md new file mode 100644 index 000000000..d97a56a9c --- /dev/null +++ b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/ReadMe.md @@ -0,0 +1,5 @@ +# Sample: AllInOneNoPreprocessor-v7 + +This is a standard sample based off a test file originating with the Roslyn project. + +This version contains samples of the C# constructs introduced in C# v7. diff --git a/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/Reference/AllInOneNoPreprocessor-v7.gruntree.red.txt b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/Reference/AllInOneNoPreprocessor-v7.gruntree.red.txt new file mode 100644 index 000000000..3e12b69eb --- /dev/null +++ b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/Reference/AllInOneNoPreprocessor-v7.gruntree.red.txt @@ -0,0 +1,4853 @@ +⎛ +⎜ prog +⎜ ⎛ +⎜ ⎜ compilation_unit +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ CSharp70 +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ PatternMatching +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ arg +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ arg +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_section +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_label +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ case +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pattern +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "A" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ case_guard +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ when +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ shift_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 50 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_label +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ case +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pattern +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ "B" +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ case_guard +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ when +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ shift_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 50 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ switch_label +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ default +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ break_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ break +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ A +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ B +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ C +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ D +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ E +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ F +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ G +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ H +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ e +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_conditional_member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_conditional_member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ x +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ y +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ z +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ is +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pattern +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_pattern +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ simple_designation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ value2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expr +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ is +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pattern +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_pattern +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ simple_designation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ v +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Hello +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ async +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Task +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ LocalFunctions +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ args +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_function_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_function_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Hello2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_function_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_no_array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ args +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_function_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_function_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ async +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Task +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_function_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Hello +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_function_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Task +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ FromResult +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_no_array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ args +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ i +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ await +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Hello +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ OutVar +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_array_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ rank_specifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ args +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ predefined_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ TryParse +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Hello +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ out +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ item +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ predefined_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ TryParse +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Hello +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ out +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ item +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ThrowExpression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ result +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_coalescing_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_or_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullableResult +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ?? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_coalescing_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ throw_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ throw +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_coalescing_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ NullReferenceException +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ BinaryLiterals +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nineteen +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0b10011 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ DigitSeparators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ bin +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0b1001_1010_0001_0100 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ hex +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0x1b_a0_44_fe +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ dec +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 33_554_432 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ weird +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1_2__3___4____5_____6______7_______8________9 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ floating_point_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ double +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ real +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1_000.111_1e-1_000 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ CSharp71 +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ DefaultWithoutTypeName +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ content +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ default_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ default_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ default +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ DefaultWithoutTypeName +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ default_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ default +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ TupleRecognize +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_type_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_type_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ b +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ non_nullable_value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_type_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_type_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_type_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ nullable_type_annotation +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ result +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Select +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lambda_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ c +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Where +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lambda_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ f2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ == +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ CSharp72 +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ readonly +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ReadonlyRef1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Func +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ s +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ lambda_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicit_anonymous_function_signature +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicit_anonymous_function_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicit_anonymous_function_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_parameter_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ in +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ x +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ anonymous_function_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ x +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ indexer_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_kind +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ indexer_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ TValue +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ this +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_mode_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ in +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ TKey +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ index +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_indexer_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ binary_operator_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Vector3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ overloadable_binary_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_mode_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ in +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Vector3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ x +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_mode_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ in +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Vector3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ y +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ operator_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ => +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_kind +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ readonly +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Vector3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ M1_Trace +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_kind +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ readonly +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ r1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ M1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_ref_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_kind +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ readonly +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Vector3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ r2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explictly_typed_default +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ default +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Vector3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Mutate +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ r1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Print +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ in +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ r1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ r1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ReadonlyRef2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_kind +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ readonly +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Guid +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Test +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_mode_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ in +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Vector3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ v1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_mode_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ in +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Vector3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ v2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ v1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explictly_typed_default +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ default +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Vector3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ v1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ X +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ assignment_operator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ foo +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ v1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ X +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parenthesized_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_coalescing_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ arr +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ != +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_no_array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ arr +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_no_array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ otherArr +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Span +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ span +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unmanaged_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ object_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ new +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Vector3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ v1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ X +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ v2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ X +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ v1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Y +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ v2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Y +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ v1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Z +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ v2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Z +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_kind +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Choice +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ simple_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ bool +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ condition +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_mode_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ consequence +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_mode_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ alternative +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ if +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ condition +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ consequence +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ else +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ alternative +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ DoSomething +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ simple_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ bool +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ isEmployed +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ string +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ personName +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ personAge +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ NonTrailingNamedArguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ DoSomething +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ isEmployed +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ age +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ DoSomething +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ personName +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ age +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ DoSomething +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ isEmployed +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ age +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ DoSomething +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ age +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ isEmployed +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ invocation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ DoSomething +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ boolean_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ true +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ personAge +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ age +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ personName +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ConditionalRef +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_kind +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ r +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parenthesized_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ conditional_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_coalescing_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ arr +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ != +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null_literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ null +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ? +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_no_array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ arr +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_reference +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_no_array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ otherArr +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ LeadingSeparator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ res +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ additive_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 123 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1_2_3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0x1_2_3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0b101 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0b1_0_1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0x_1_2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ + +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ multiplicative_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 0b_1_0_1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎜ ⎛ +⎜ ⎜ ⎜ namespace_member_declaration +⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ class_declaration +⎜ ⎜ ⎜ ⎜ class +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ CSharp73 +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ class_body +⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Blittable +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameters +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ parameter_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ value +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_constraints_clause +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ where +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ T +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ : +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_parameter_constraints +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unmanaged +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ contextual_keyword +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unmanaged +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 666 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unsafe_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unsafe +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ IndexingMovableFixed +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ struct_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_size_buffer_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_size_buffer_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ buffer_element_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_size_buffer_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_size_buffer_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ myFixedField +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 10 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ field_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ static +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ IndexingMovableFixed +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ s +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unsafe_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unsafe +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ IndexingMovableFixedFields +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pointer_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ * +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ptr +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ s +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ myFixedField +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ element_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_no_array_creation_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_access +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ primary_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ s +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ . +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ myFixedField +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 5 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ PatternBasedFixed +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ pointer_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ value_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ byte +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ * +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_pointer_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_pointer_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ptr +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ fixed_pointer_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ byteArray +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ embedded_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ StackallocArrayInitializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Span +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unmanaged_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Span +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unmanaged_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ constant_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_initializer_element_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Span +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ unmanaged_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_initializer_element_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ namespace_or_type_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ Span +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_argument_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ < +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type_arguments +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ > +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ a +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ [ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ] +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_initializer_element_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ stackalloc_element_initializer +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ class_member_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_modifiers +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ref_method_modifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ public +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ return_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ void +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_header +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ member_name +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ TupleEquality +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ method_body +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ block +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ { +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement_list +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_type_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_type_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_type_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_type_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ integral_type +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ int +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarators +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ explicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ declaration_statement +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declaration +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ var +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ implicitly_typed_local_variable_declarator +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ res +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ = +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ equality_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ identifier +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ t1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ == +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ relational_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 1 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_expression +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ( +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 2 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ , +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ tuple_element +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎛ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ literal +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ 3 +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ) +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ; +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎜ ⎜ } +⎜ ⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎜ ⎝ +⎜ ⎜ ⎝ +⎜ ⎝ +⎝ diff --git a/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/Reference/AllInOneNoPreprocessor-v7.tokens.txt b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/Reference/AllInOneNoPreprocessor-v7.tokens.txt new file mode 100644 index 000000000..705add90f --- /dev/null +++ b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/Reference/AllInOneNoPreprocessor-v7.tokens.txt @@ -0,0 +1,888 @@ +[@0,0:4='class',<'class'>,1:0] +[@1,6:13='CSharp70',<Simple_Identifier>,1:6] +[@2,15:15='{',<'{'>,2:0] +[@3,21:24='void',<'void'>,3:4] +[@4,26:40='PatternMatching',<Simple_Identifier>,3:9] +[@5,41:41='(',<'('>,3:24] +[@6,42:47='string',<'string'>,3:25] +[@7,49:51='arg',<Simple_Identifier>,3:32] +[@8,52:52=',',<','>,3:35] +[@9,54:56='int',<'int'>,3:37] +[@10,58:58='b',<Simple_Identifier>,3:41] +[@11,59:59=')',<')'>,3:42] +[@12,65:65='{',<'{'>,4:4] +[@13,75:80='switch',<'switch'>,5:8] +[@14,82:82='(',<'('>,5:15] +[@15,83:85='arg',<Simple_Identifier>,5:16] +[@16,86:86=')',<')'>,5:19] +[@17,96:96='{',<'{'>,6:8] +[@18,110:113='case',<'case'>,7:12] +[@19,115:117='"A"',<String_Literal>,7:17] +[@20,119:122='when',<'when'>,7:21] +[@21,124:124='b',<Simple_Identifier>,7:26] +[@22,126:126='>',<'>'>,7:28] +[@23,128:129='50',<Integer_Literal>,7:30] +[@24,130:130=':',<':'>,7:32] +[@25,144:147='case',<'case'>,8:12] +[@26,149:151='"B"',<String_Literal>,8:17] +[@27,153:156='when',<'when'>,8:21] +[@28,158:158='b',<Simple_Identifier>,8:26] +[@29,160:160='<',<'<'>,8:28] +[@30,162:163='50',<Integer_Literal>,8:30] +[@31,164:164=':',<':'>,8:32] +[@32,178:184='default',<'default'>,9:12] +[@33,185:185=':',<':'>,9:19] +[@34,203:207='break',<'break'>,10:16] +[@35,208:208=';',<';'>,10:21] +[@36,218:218='}',<'}'>,11:8] +[@37,229:229='(',<'('>,13:8] +[@38,230:230='A',<Simple_Identifier>,13:9] +[@39,231:231='<',<'<'>,13:10] +[@40,232:232='B',<Simple_Identifier>,13:11] +[@41,233:233=',',<','>,13:12] +[@42,234:234='C',<Simple_Identifier>,13:13] +[@43,235:235='>',<'>'>,13:14] +[@44,237:237='D',<Simple_Identifier>,13:16] +[@45,238:238=',',<','>,13:17] +[@46,240:240='E',<Simple_Identifier>,13:19] +[@47,241:241='<',<'<'>,13:20] +[@48,242:242='F',<Simple_Identifier>,13:21] +[@49,243:243=',',<','>,13:22] +[@50,244:244='G',<Simple_Identifier>,13:23] +[@51,245:245='>',<'>'>,13:24] +[@52,247:247='H',<Simple_Identifier>,13:26] +[@53,248:248=')',<')'>,13:27] +[@54,250:250='=',<'='>,13:29] +[@55,252:252='e',<Simple_Identifier>,13:31] +[@56,253:253=';',<';'>,13:32] +[@57,264:265='if',<'if'>,15:8] +[@58,267:267='(',<'('>,15:11] +[@59,268:268='x',<Simple_Identifier>,15:12] +[@60,269:269='?',<'?'>,15:13] +[@61,270:270='.',<'.'>,15:14] +[@62,271:271='y',<Simple_Identifier>,15:15] +[@63,272:272='?',<'?'>,15:16] +[@64,273:273='.',<'.'>,15:17] +[@65,274:274='z',<Simple_Identifier>,15:18] +[@66,276:277='is',<'is'>,15:20] +[@67,279:282='Type',<Simple_Identifier>,15:23] +[@68,284:289='value2',<Simple_Identifier>,15:28] +[@69,290:290=')',<')'>,15:34] +[@70,300:300='{',<'{'>,16:8] +[@71,343:343='}',<'}'>,18:8] +[@72,354:355='if',<'if'>,20:8] +[@73,357:357='(',<'('>,20:11] +[@74,358:361='expr',<Simple_Identifier>,20:12] +[@75,363:364='is',<'is'>,20:17] +[@76,366:369='Type',<Simple_Identifier>,20:20] +[@77,371:371='v',<Simple_Identifier>,20:25] +[@78,372:372=')',<')'>,20:26] +[@79,374:374='{',<'{'>,20:28] +[@80,376:380='Hello',<Simple_Identifier>,20:30] +[@81,381:381='(',<'('>,20:35] +[@82,382:382=')',<')'>,20:36] +[@83,383:383=';',<';'>,20:37] +[@84,385:385='}',<'}'>,20:39] +[@85,391:391='}',<'}'>,21:4] +[@86,395:400='public',<'public'>,23:1] +[@87,402:407='static',<'static'>,23:8] +[@88,409:413='async',<'async'>,23:15] +[@89,415:418='Task',<Simple_Identifier>,23:21] +[@90,420:433='LocalFunctions',<Simple_Identifier>,23:26] +[@91,434:434='(',<'('>,23:40] +[@92,435:440='string',<'string'>,23:41] +[@93,441:441='[',<'['>,23:47] +[@94,442:442=']',<']'>,23:48] +[@95,444:447='args',<Simple_Identifier>,23:50] +[@96,448:448=')',<')'>,23:54] +[@97,451:451='{',<'{'>,24:1] +[@98,455:460='string',<'string'>,25:2] +[@99,462:467='Hello2',<Simple_Identifier>,25:9] +[@100,468:468='(',<'('>,25:15] +[@101,469:471='int',<'int'>,25:16] +[@102,473:473='i',<Simple_Identifier>,25:20] +[@103,474:474=')',<')'>,25:21] +[@104,484:484='{',<'{'>,26:8] +[@105,498:503='return',<'return'>,27:12] +[@106,505:508='args',<Simple_Identifier>,27:19] +[@107,509:509='[',<'['>,27:23] +[@108,510:510='i',<Simple_Identifier>,27:24] +[@109,511:511=']',<']'>,27:25] +[@110,512:512=';',<';'>,27:26] +[@111,522:522='}',<'}'>,28:8] +[@112,527:531='async',<'async'>,30:2] +[@113,533:536='Task',<Simple_Identifier>,30:8] +[@114,537:537='<',<'<'>,30:12] +[@115,538:543='string',<'string'>,30:13] +[@116,544:544='>',<'>'>,30:19] +[@117,546:550='Hello',<Simple_Identifier>,30:21] +[@118,551:551='<',<'<'>,30:26] +[@119,552:552='T',<Simple_Identifier>,30:27] +[@120,553:553='>',<'>'>,30:28] +[@121,554:554='(',<'('>,30:29] +[@122,555:555='T',<Simple_Identifier>,30:30] +[@123,557:557='i',<Simple_Identifier>,30:32] +[@124,558:558=')',<')'>,30:33] +[@125,560:561='=>',<'=>'>,30:35] +[@126,563:567='await',<'await'>,30:38] +[@127,569:572='Task',<Simple_Identifier>,30:44] +[@128,573:573='.',<'.'>,30:48] +[@129,574:583='FromResult',<Simple_Identifier>,30:49] +[@130,584:584='(',<'('>,30:59] +[@131,585:588='args',<Simple_Identifier>,30:60] +[@132,589:589='[',<'['>,30:64] +[@133,590:590='i',<Simple_Identifier>,30:65] +[@134,591:591=']',<']'>,30:66] +[@135,592:592=')',<')'>,30:67] +[@136,593:593=';',<';'>,30:68] +[@137,597:601='await',<'await'>,31:2] +[@138,603:607='Hello',<Simple_Identifier>,31:8] +[@139,608:608='(',<'('>,31:13] +[@140,609:609='1',<Integer_Literal>,31:14] +[@141,610:610=')',<')'>,31:15] +[@142,611:611=';',<';'>,31:16] +[@143,614:614='}',<'}'>,32:1] +[@144,618:623='public',<'public'>,34:1] +[@145,625:630='static',<'static'>,34:8] +[@146,632:635='void',<'void'>,34:15] +[@147,637:642='OutVar',<Simple_Identifier>,34:20] +[@148,643:643='(',<'('>,34:26] +[@149,644:649='string',<'string'>,34:27] +[@150,650:650='[',<'['>,34:33] +[@151,651:651=']',<']'>,34:34] +[@152,653:656='args',<Simple_Identifier>,34:36] +[@153,657:657=')',<')'>,34:40] +[@154,660:660='{',<'{'>,35:1] +[@155,664:666='int',<'int'>,36:2] +[@156,667:667='.',<'.'>,36:5] +[@157,668:675='TryParse',<Simple_Identifier>,36:6] +[@158,676:676='(',<'('>,36:14] +[@159,677:681='Hello',<Simple_Identifier>,36:15] +[@160,682:682='(',<'('>,36:20] +[@161,683:683='1',<Integer_Literal>,36:21] +[@162,684:684=')',<')'>,36:22] +[@163,685:685=',',<','>,36:23] +[@164,687:689='out',<'out'>,36:25] +[@165,691:693='var',<'var'>,36:29] +[@166,695:698='item',<Simple_Identifier>,36:33] +[@167,699:699=')',<')'>,36:37] +[@168,700:700=';',<';'>,36:38] +[@169,704:706='int',<'int'>,37:2] +[@170,707:707='.',<'.'>,37:5] +[@171,708:715='TryParse',<Simple_Identifier>,37:6] +[@172,716:716='(',<'('>,37:14] +[@173,717:721='Hello',<Simple_Identifier>,37:15] +[@174,722:722='(',<'('>,37:20] +[@175,723:723='1',<Integer_Literal>,37:21] +[@176,724:724=')',<')'>,37:22] +[@177,725:725=',',<','>,37:23] +[@178,727:729='out',<'out'>,37:25] +[@179,731:733='int',<'int'>,37:29] +[@180,735:738='item',<Simple_Identifier>,37:33] +[@181,739:739=')',<')'>,37:37] +[@182,740:740=';',<';'>,37:38] +[@183,743:743='}',<'}'>,38:1] +[@184,750:755='public',<'public'>,40:4] +[@185,757:760='void',<'void'>,40:11] +[@186,762:776='ThrowExpression',<Simple_Identifier>,40:16] +[@187,777:777='(',<'('>,40:31] +[@188,778:778=')',<')'>,40:32] +[@189,784:784='{',<'{'>,41:4] +[@190,794:796='var',<'var'>,42:8] +[@191,798:803='result',<Simple_Identifier>,42:12] +[@192,805:805='=',<'='>,42:19] +[@193,807:820='nullableResult',<Simple_Identifier>,42:21] +[@194,822:823='??',<'??'>,42:36] +[@195,825:829='throw',<'throw'>,42:39] +[@196,831:833='new',<'new'>,42:45] +[@197,835:856='NullReferenceException',<Simple_Identifier>,42:49] +[@198,857:857='(',<'('>,42:71] +[@199,858:858=')',<')'>,42:72] +[@200,859:859=';',<';'>,42:73] +[@201,865:865='}',<'}'>,43:4] +[@202,872:877='public',<'public'>,45:4] +[@203,879:882='void',<'void'>,45:11] +[@204,884:897='BinaryLiterals',<Simple_Identifier>,45:16] +[@205,898:898='(',<'('>,45:30] +[@206,899:899=')',<')'>,45:31] +[@207,905:905='{',<'{'>,46:4] +[@208,915:917='int',<'int'>,47:8] +[@209,919:926='nineteen',<Simple_Identifier>,47:12] +[@210,928:928='=',<'='>,47:21] +[@211,930:936='0b10011',<Integer_Literal>,47:23] +[@212,937:937=';',<';'>,47:30] +[@213,943:943='}',<'}'>,48:4] +[@214,950:955='public',<'public'>,50:4] +[@215,957:960='void',<'void'>,50:11] +[@216,962:976='DigitSeparators',<Simple_Identifier>,50:16] +[@217,977:977='(',<'('>,50:31] +[@218,978:978=')',<')'>,50:32] +[@219,984:984='{',<'{'>,51:4] +[@220,994:996='int',<'int'>,52:8] +[@221,998:1000='bin',<Simple_Identifier>,52:12] +[@222,1002:1002='=',<'='>,52:16] +[@223,1004:1024='0b1001_1010_0001_0100',<Integer_Literal>,52:18] +[@224,1025:1025=';',<';'>,52:39] +[@225,1035:1037='int',<'int'>,53:8] +[@226,1039:1041='hex',<Simple_Identifier>,53:12] +[@227,1043:1043='=',<'='>,53:16] +[@228,1045:1057='0x1b_a0_44_fe',<Integer_Literal>,53:18] +[@229,1058:1058=';',<';'>,53:31] +[@230,1068:1070='int',<'int'>,54:8] +[@231,1072:1074='dec',<Simple_Identifier>,54:12] +[@232,1076:1076='=',<'='>,54:16] +[@233,1078:1087='33_554_432',<Integer_Literal>,54:18] +[@234,1088:1088=';',<';'>,54:28] +[@235,1098:1100='int',<'int'>,55:8] +[@236,1102:1106='weird',<Simple_Identifier>,55:12] +[@237,1108:1108='=',<'='>,55:18] +[@238,1110:1154='1_2__3___4____5_____6______7_______8________9',<Integer_Literal>,55:20] +[@239,1155:1155=';',<';'>,55:65] +[@240,1165:1170='double',<'double'>,56:8] +[@241,1172:1175='real',<Simple_Identifier>,56:15] +[@242,1177:1177='=',<'='>,56:20] +[@243,1179:1196='1_000.111_1e-1_000',<Real_Literal>,56:22] +[@244,1197:1197=';',<';'>,56:40] +[@245,1203:1203='}',<'}'>,57:4] +[@246,1205:1205='}',<'}'>,58:0] +[@247,1208:1212='class',<'class'>,60:0] +[@248,1214:1221='CSharp71',<Simple_Identifier>,60:6] +[@249,1223:1223='{',<'{'>,61:0] +[@250,1229:1232='void',<'void'>,62:4] +[@251,1234:1255='DefaultWithoutTypeName',<Simple_Identifier>,62:9] +[@252,1256:1256='(',<'('>,62:31] +[@253,1257:1262='string',<'string'>,62:32] +[@254,1264:1270='content',<Simple_Identifier>,62:39] +[@255,1272:1272='=',<'='>,62:47] +[@256,1274:1280='default',<'default'>,62:49] +[@257,1281:1281=')',<')'>,62:56] +[@258,1287:1287='{',<'{'>,63:4] +[@259,1297:1318='DefaultWithoutTypeName',<Simple_Identifier>,64:8] +[@260,1319:1319='(',<'('>,64:30] +[@261,1320:1326='default',<'default'>,64:31] +[@262,1327:1327=')',<')'>,64:38] +[@263,1328:1328=';',<';'>,64:39] +[@264,1334:1334='}',<'}'>,65:4] +[@265,1341:1344='void',<'void'>,67:4] +[@266,1346:1359='TupleRecognize',<Simple_Identifier>,67:9] +[@267,1360:1360='(',<'('>,67:23] +[@268,1361:1363='int',<'int'>,67:24] +[@269,1365:1365='a',<Simple_Identifier>,67:28] +[@270,1366:1366=',',<','>,67:29] +[@271,1368:1368='(',<'('>,67:31] +[@272,1369:1371='int',<'int'>,67:32] +[@273,1372:1372=',',<','>,67:35] +[@274,1374:1376='int',<'int'>,67:37] +[@275,1377:1377=')',<')'>,67:40] +[@276,1379:1379='b',<Simple_Identifier>,67:42] +[@277,1380:1380=',',<','>,67:43] +[@278,1382:1382='(',<'('>,67:45] +[@279,1383:1385='int',<'int'>,67:46] +[@280,1386:1386=',',<','>,67:49] +[@281,1388:1390='int',<'int'>,67:51] +[@282,1391:1391=',',<','>,67:54] +[@283,1393:1395='int',<'int'>,67:56] +[@284,1396:1396=')',<')'>,67:59] +[@285,1397:1397='?',<'?'>,67:60] +[@286,1399:1399='c',<Simple_Identifier>,67:62] +[@287,1400:1400=')',<')'>,67:63] +[@288,1406:1406='{',<'{'>,68:4] +[@289,1416:1418='var',<'var'>,69:8] +[@290,1420:1425='result',<Simple_Identifier>,69:12] +[@291,1427:1427='=',<'='>,69:19] +[@292,1429:1432='list',<Simple_Identifier>,69:21] +[@293,1433:1433='.',<'.'>,69:25] +[@294,1434:1439='Select',<Simple_Identifier>,69:26] +[@295,1440:1440='(',<'('>,69:32] +[@296,1441:1441='c',<Simple_Identifier>,69:33] +[@297,1443:1444='=>',<'=>'>,69:35] +[@298,1446:1446='(',<'('>,69:38] +[@299,1447:1447='c',<Simple_Identifier>,69:39] +[@300,1448:1448='.',<'.'>,69:40] +[@301,1449:1450='f1',<Simple_Identifier>,69:41] +[@302,1451:1451=',',<','>,69:43] +[@303,1453:1454='f3',<Simple_Identifier>,69:45] +[@304,1455:1455=':',<':'>,69:47] +[@305,1457:1457='c',<Simple_Identifier>,69:49] +[@306,1458:1458='.',<'.'>,69:50] +[@307,1459:1460='f2',<Simple_Identifier>,69:51] +[@308,1461:1461=')',<')'>,69:53] +[@309,1462:1462=')',<')'>,69:54] +[@310,1463:1463='.',<'.'>,69:55] +[@311,1464:1468='Where',<Simple_Identifier>,69:56] +[@312,1469:1469='(',<'('>,69:61] +[@313,1470:1470='t',<Simple_Identifier>,69:62] +[@314,1472:1473='=>',<'=>'>,69:64] +[@315,1475:1475='t',<Simple_Identifier>,69:67] +[@316,1476:1476='.',<'.'>,69:68] +[@317,1477:1478='f2',<Simple_Identifier>,69:69] +[@318,1480:1481='==',<'=='>,69:72] +[@319,1483:1483='1',<Integer_Literal>,69:75] +[@320,1484:1484=')',<')'>,69:76] +[@321,1485:1485=';',<';'>,69:77] +[@322,1491:1491='}',<'}'>,70:4] +[@323,1493:1493='}',<'}'>,71:0] +[@324,1496:1500='class',<'class'>,73:0] +[@325,1502:1509='CSharp72',<Simple_Identifier>,73:6] +[@326,1511:1511='{',<'{'>,74:0] +[@327,1517:1524='readonly',<'readonly'>,75:4] +[@328,1526:1531='struct',<'struct'>,75:13] +[@329,1533:1544='ReadonlyRef1',<Simple_Identifier>,75:20] +[@330,1550:1550='{',<'{'>,76:4] +[@331,1564:1567='Func',<Simple_Identifier>,77:8] +[@332,1568:1568='<',<'<'>,77:12] +[@333,1569:1571='int',<'int'>,77:13] +[@334,1572:1572=',',<','>,77:16] +[@335,1574:1576='int',<'int'>,77:18] +[@336,1577:1577='>',<'>'>,77:21] +[@337,1579:1579='s',<Simple_Identifier>,77:23] +[@338,1581:1581='=',<'='>,77:25] +[@339,1583:1583='(',<'('>,77:27] +[@340,1584:1585='in',<'in'>,77:28] +[@341,1587:1589='int',<'int'>,77:31] +[@342,1591:1591='x',<Simple_Identifier>,77:35] +[@343,1592:1592=')',<')'>,77:36] +[@344,1594:1595='=>',<'=>'>,77:38] +[@345,1597:1597='x',<Simple_Identifier>,77:41] +[@346,1598:1598=';',<';'>,77:42] +[@347,1608:1610='ref',<'ref'>,78:8] +[@348,1612:1617='TValue',<Simple_Identifier>,78:12] +[@349,1619:1622='this',<'this'>,78:19] +[@350,1623:1623='[',<'['>,78:23] +[@351,1624:1625='in',<'in'>,78:24] +[@352,1627:1630='TKey',<Simple_Identifier>,78:27] +[@353,1632:1636='index',<Simple_Identifier>,78:32] +[@354,1637:1637=']',<']'>,78:37] +[@355,1639:1640='=>',<'=>'>,78:39] +[@356,1642:1644='ref',<'ref'>,78:42] +[@357,1646:1649='null',<'null'>,78:46] +[@358,1650:1650=';',<';'>,78:50] +[@359,1660:1665='public',<'public'>,79:8] +[@360,1667:1672='static',<'static'>,79:15] +[@361,1674:1680='Vector3',<Simple_Identifier>,79:22] +[@362,1682:1689='operator',<'operator'>,79:30] +[@363,1690:1690='+',<'+'>,79:38] +[@364,1691:1691='(',<'('>,79:39] +[@365,1692:1693='in',<'in'>,79:40] +[@366,1695:1701='Vector3',<Simple_Identifier>,79:43] +[@367,1703:1703='x',<Simple_Identifier>,79:51] +[@368,1704:1704=',',<','>,79:52] +[@369,1706:1707='in',<'in'>,79:54] +[@370,1709:1715='Vector3',<Simple_Identifier>,79:57] +[@371,1717:1717='y',<Simple_Identifier>,79:65] +[@372,1718:1718=')',<')'>,79:66] +[@373,1720:1721='=>',<'=>'>,79:68] +[@374,1723:1726='null',<'null'>,79:71] +[@375,1727:1727=';',<';'>,79:75] +[@376,1738:1743='static',<'static'>,81:8] +[@377,1745:1747='ref',<'ref'>,81:15] +[@378,1749:1756='readonly',<'readonly'>,81:19] +[@379,1758:1764='Vector3',<Simple_Identifier>,81:28] +[@380,1766:1773='M1_Trace',<Simple_Identifier>,81:36] +[@381,1774:1774='(',<'('>,81:44] +[@382,1775:1775=')',<')'>,81:45] +[@383,1785:1785='{',<'{'>,82:8] +[@384,1817:1819='ref',<'ref'>,84:12] +[@385,1821:1828='readonly',<'readonly'>,84:16] +[@386,1830:1832='var',<'var'>,84:25] +[@387,1834:1835='r1',<Simple_Identifier>,84:29] +[@388,1837:1837='=',<'='>,84:32] +[@389,1839:1841='ref',<'ref'>,84:34] +[@390,1843:1844='M1',<Simple_Identifier>,84:38] +[@391,1845:1845='(',<'('>,84:40] +[@392,1846:1846=')',<')'>,84:41] +[@393,1847:1847=';',<';'>,84:42] +[@394,1903:1905='ref',<'ref'>,87:12] +[@395,1907:1914='readonly',<'readonly'>,87:16] +[@396,1916:1922='Vector3',<Simple_Identifier>,87:25] +[@397,1924:1925='r2',<Simple_Identifier>,87:33] +[@398,1927:1927='=',<'='>,87:36] +[@399,1929:1931='ref',<'ref'>,87:38] +[@400,1933:1939='default',<'default'>,87:42] +[@401,1940:1940='(',<'('>,87:49] +[@402,1941:1947='Vector3',<Simple_Identifier>,87:50] +[@403,1948:1948=')',<')'>,87:57] +[@404,1949:1949=';',<';'>,87:58] +[@405,2006:2011='Mutate',<Simple_Identifier>,90:12] +[@406,2012:2012='(',<'('>,90:18] +[@407,2013:2015='ref',<'ref'>,90:19] +[@408,2017:2018='r1',<Simple_Identifier>,90:23] +[@409,2019:2019=')',<')'>,90:25] +[@410,2020:2020=';',<';'>,90:26] +[@411,2054:2058='Print',<Simple_Identifier>,93:12] +[@412,2059:2059='(',<'('>,93:17] +[@413,2060:2061='in',<'in'>,93:18] +[@414,2063:2064='r1',<Simple_Identifier>,93:21] +[@415,2065:2065=')',<')'>,93:23] +[@416,2066:2066=';',<';'>,93:24] +[@417,2100:2105='return',<'return'>,96:12] +[@418,2107:2109='ref',<'ref'>,96:19] +[@419,2111:2112='r1',<Simple_Identifier>,96:23] +[@420,2113:2113=';',<';'>,96:25] +[@421,2123:2123='}',<'}'>,97:8] +[@422,2129:2129='}',<'}'>,98:4] +[@423,2136:2138='ref',<'ref'>,100:4] +[@424,2140:2145='struct',<'struct'>,100:8] +[@425,2147:2158='ReadonlyRef2',<Simple_Identifier>,100:15] +[@426,2164:2164='{',<'{'>,101:4] +[@427,2174:2176='ref',<'ref'>,102:8] +[@428,2178:2185='readonly',<'readonly'>,102:12] +[@429,2187:2190='Guid',<Simple_Identifier>,102:21] +[@430,2192:2195='Test',<Simple_Identifier>,102:26] +[@431,2196:2196='(',<'('>,102:30] +[@432,2197:2198='in',<'in'>,102:31] +[@433,2200:2206='Vector3',<Simple_Identifier>,102:34] +[@434,2208:2209='v1',<Simple_Identifier>,102:42] +[@435,2210:2210=',',<','>,102:44] +[@436,2212:2213='in',<'in'>,102:46] +[@437,2215:2221='Vector3',<Simple_Identifier>,102:49] +[@438,2223:2224='v2',<Simple_Identifier>,102:57] +[@439,2225:2225=')',<')'>,102:59] +[@440,2235:2235='{',<'{'>,103:8] +[@441,2273:2274='v1',<Simple_Identifier>,105:12] +[@442,2276:2276='=',<'='>,105:15] +[@443,2278:2284='default',<'default'>,105:17] +[@444,2285:2285='(',<'('>,105:24] +[@445,2286:2292='Vector3',<Simple_Identifier>,105:25] +[@446,2293:2293=')',<')'>,105:32] +[@447,2294:2294=';',<';'>,105:33] +[@448,2333:2334='v1',<Simple_Identifier>,108:12] +[@449,2335:2335='.',<'.'>,108:14] +[@450,2336:2336='X',<Simple_Identifier>,108:15] +[@451,2338:2338='=',<'='>,108:17] +[@452,2340:2340='0',<Integer_Literal>,108:19] +[@453,2341:2341=';',<';'>,108:20] +[@454,2380:2382='foo',<Simple_Identifier>,111:12] +[@455,2383:2383='(',<'('>,111:15] +[@456,2384:2386='ref',<'ref'>,111:16] +[@457,2388:2389='v1',<Simple_Identifier>,111:20] +[@458,2390:2390='.',<'.'>,111:22] +[@459,2391:2391='X',<Simple_Identifier>,111:23] +[@460,2392:2392=')',<')'>,111:24] +[@461,2393:2393=';',<';'>,111:25] +[@462,2408:2413='return',<'return'>,113:12] +[@463,2415:2417='ref',<'ref'>,113:19] +[@464,2419:2419='(',<'('>,113:23] +[@465,2420:2422='arr',<Simple_Identifier>,113:24] +[@466,2424:2425='!=',<'!='>,113:28] +[@467,2427:2430='null',<'null'>,113:31] +[@468,2432:2432='?',<'?'>,113:36] +[@469,2434:2436='ref',<'ref'>,113:38] +[@470,2438:2440='arr',<Simple_Identifier>,113:42] +[@471,2441:2441='[',<'['>,113:45] +[@472,2442:2442='0',<Integer_Literal>,113:46] +[@473,2443:2443=']',<']'>,113:47] +[@474,2444:2444=':',<':'>,113:48] +[@475,2446:2448='ref',<'ref'>,113:50] +[@476,2450:2457='otherArr',<Simple_Identifier>,113:54] +[@477,2458:2458='[',<'['>,113:62] +[@478,2459:2459='0',<Integer_Literal>,113:63] +[@479,2460:2460=']',<']'>,113:64] +[@480,2461:2461=')',<')'>,113:65] +[@481,2462:2462=';',<';'>,113:66] +[@482,2477:2480='Span',<Simple_Identifier>,115:12] +[@483,2481:2481='<',<'<'>,115:16] +[@484,2482:2484='int',<'int'>,115:17] +[@485,2485:2485='>',<'>'>,115:20] +[@486,2487:2490='span',<Simple_Identifier>,115:22] +[@487,2492:2492='=',<'='>,115:27] +[@488,2494:2503='stackalloc',<'stackalloc'>,115:29] +[@489,2505:2507='int',<'int'>,115:40] +[@490,2508:2508='[',<'['>,115:43] +[@491,2509:2509='1',<Integer_Literal>,115:44] +[@492,2510:2510=']',<']'>,115:45] +[@493,2511:2511=';',<';'>,115:46] +[@494,2544:2549='return',<'return'>,118:12] +[@495,2551:2553='new',<'new'>,118:19] +[@496,2555:2561='Vector3',<Simple_Identifier>,118:23] +[@497,2562:2562='(',<'('>,118:30] +[@498,2563:2564='v1',<Simple_Identifier>,118:31] +[@499,2565:2565='.',<'.'>,118:33] +[@500,2566:2566='X',<Simple_Identifier>,118:34] +[@501,2568:2568='+',<'+'>,118:36] +[@502,2570:2571='v2',<Simple_Identifier>,118:38] +[@503,2572:2572='.',<'.'>,118:40] +[@504,2573:2573='X',<Simple_Identifier>,118:41] +[@505,2574:2574=',',<','>,118:42] +[@506,2576:2577='v1',<Simple_Identifier>,118:44] +[@507,2578:2578='.',<'.'>,118:46] +[@508,2579:2579='Y',<Simple_Identifier>,118:47] +[@509,2581:2581='+',<'+'>,118:49] +[@510,2583:2584='v2',<Simple_Identifier>,118:51] +[@511,2585:2585='.',<'.'>,118:53] +[@512,2586:2586='Y',<Simple_Identifier>,118:54] +[@513,2587:2587=',',<','>,118:55] +[@514,2589:2590='v1',<Simple_Identifier>,118:57] +[@515,2591:2591='.',<'.'>,118:59] +[@516,2592:2592='Z',<Simple_Identifier>,118:60] +[@517,2594:2594='+',<'+'>,118:62] +[@518,2596:2597='v2',<Simple_Identifier>,118:64] +[@519,2598:2598='.',<'.'>,118:66] +[@520,2599:2599='Z',<Simple_Identifier>,118:67] +[@521,2600:2600=')',<')'>,118:68] +[@522,2601:2601=';',<';'>,118:69] +[@523,2611:2611='}',<'}'>,119:8] +[@524,2622:2624='ref',<'ref'>,121:8] +[@525,2626:2626='T',<Simple_Identifier>,121:12] +[@526,2628:2633='Choice',<Simple_Identifier>,121:14] +[@527,2634:2634='(',<'('>,121:20] +[@528,2635:2638='bool',<'bool'>,121:21] +[@529,2640:2648='condition',<Simple_Identifier>,121:26] +[@530,2649:2649=',',<','>,121:35] +[@531,2651:2653='ref',<'ref'>,121:37] +[@532,2655:2655='T',<Simple_Identifier>,121:41] +[@533,2657:2667='consequence',<Simple_Identifier>,121:43] +[@534,2668:2668=',',<','>,121:54] +[@535,2670:2672='ref',<'ref'>,121:56] +[@536,2674:2674='T',<Simple_Identifier>,121:60] +[@537,2676:2686='alternative',<Simple_Identifier>,121:62] +[@538,2687:2687=')',<')'>,121:73] +[@539,2697:2697='{',<'{'>,122:8] +[@540,2711:2712='if',<'if'>,123:12] +[@541,2714:2714='(',<'('>,123:15] +[@542,2715:2723='condition',<Simple_Identifier>,123:16] +[@543,2724:2724=')',<')'>,123:25] +[@544,2738:2738='{',<'{'>,124:12] +[@545,2757:2762='return',<'return'>,125:17] +[@546,2764:2766='ref',<'ref'>,125:24] +[@547,2768:2778='consequence',<Simple_Identifier>,125:28] +[@548,2779:2779=';',<';'>,125:39] +[@549,2793:2793='}',<'}'>,126:12] +[@550,2807:2810='else',<'else'>,127:12] +[@551,2824:2824='{',<'{'>,128:12] +[@552,2843:2848='return',<'return'>,129:17] +[@553,2850:2852='ref',<'ref'>,129:24] +[@554,2854:2864='alternative',<Simple_Identifier>,129:28] +[@555,2865:2865=';',<';'>,129:39] +[@556,2879:2879='}',<'}'>,130:12] +[@557,2889:2889='}',<'}'>,131:8] +[@558,2895:2895='}',<'}'>,132:4] +[@559,2902:2907='public',<'public'>,134:4] +[@560,2909:2912='void',<'void'>,134:11] +[@561,2914:2924='DoSomething',<Simple_Identifier>,134:16] +[@562,2925:2925='(',<'('>,134:27] +[@563,2926:2929='bool',<'bool'>,134:28] +[@564,2931:2940='isEmployed',<Simple_Identifier>,134:33] +[@565,2941:2941=',',<','>,134:43] +[@566,2943:2948='string',<'string'>,134:45] +[@567,2950:2959='personName',<Simple_Identifier>,134:52] +[@568,2960:2960=',',<','>,134:62] +[@569,2962:2964='int',<'int'>,134:64] +[@570,2966:2974='personAge',<Simple_Identifier>,134:68] +[@571,2975:2975=')',<')'>,134:77] +[@572,2977:2977='{',<'{'>,134:79] +[@573,2979:2979='}',<'}'>,134:81] +[@574,2986:2991='public',<'public'>,136:4] +[@575,2993:2996='void',<'void'>,136:11] +[@576,2998:3022='NonTrailingNamedArguments',<Simple_Identifier>,136:16] +[@577,3023:3023='(',<'('>,136:41] +[@578,3024:3024=')',<')'>,136:42] +[@579,3030:3030='{',<'{'>,137:4] +[@580,3040:3050='DoSomething',<Simple_Identifier>,138:8] +[@581,3051:3051='(',<'('>,138:19] +[@582,3052:3061='isEmployed',<Simple_Identifier>,138:20] +[@583,3062:3062=':',<':'>,138:30] +[@584,3063:3066='true',<'true'>,138:31] +[@585,3067:3067=',',<','>,138:35] +[@586,3069:3072='name',<Simple_Identifier>,138:37] +[@587,3073:3073=',',<','>,138:41] +[@588,3075:3077='age',<Simple_Identifier>,138:43] +[@589,3078:3078=')',<')'>,138:46] +[@590,3079:3079=';',<';'>,138:47] +[@591,3133:3143='DoSomething',<Simple_Identifier>,139:8] +[@592,3144:3144='(',<'('>,139:19] +[@593,3145:3148='true',<'true'>,139:20] +[@594,3149:3149=',',<','>,139:24] +[@595,3151:3160='personName',<Simple_Identifier>,139:26] +[@596,3161:3161=':',<':'>,139:36] +[@597,3162:3165='name',<Simple_Identifier>,139:37] +[@598,3166:3166=',',<','>,139:41] +[@599,3168:3170='age',<Simple_Identifier>,139:43] +[@600,3171:3171=')',<')'>,139:46] +[@601,3172:3172=';',<';'>,139:47] +[@602,3226:3236='DoSomething',<Simple_Identifier>,140:8] +[@603,3237:3237='(',<'('>,140:19] +[@604,3238:3241='name',<Simple_Identifier>,140:20] +[@605,3242:3242=',',<','>,140:24] +[@606,3244:3253='isEmployed',<Simple_Identifier>,140:26] +[@607,3254:3254=':',<':'>,140:36] +[@608,3255:3258='true',<'true'>,140:37] +[@609,3259:3259=',',<','>,140:41] +[@610,3261:3263='age',<Simple_Identifier>,140:43] +[@611,3264:3264=')',<')'>,140:46] +[@612,3265:3265=';',<';'>,140:47] +[@613,3294:3304='DoSomething',<Simple_Identifier>,141:8] +[@614,3305:3305='(',<'('>,141:19] +[@615,3306:3309='name',<Simple_Identifier>,141:20] +[@616,3310:3310=',',<','>,141:24] +[@617,3312:3314='age',<Simple_Identifier>,141:26] +[@618,3315:3315=',',<','>,141:29] +[@619,3317:3326='isEmployed',<Simple_Identifier>,141:31] +[@620,3327:3327=':',<':'>,141:41] +[@621,3328:3331='true',<'true'>,141:42] +[@622,3332:3332=')',<')'>,141:46] +[@623,3333:3333=';',<';'>,141:47] +[@624,3362:3372='DoSomething',<Simple_Identifier>,142:8] +[@625,3373:3373='(',<'('>,142:19] +[@626,3374:3377='true',<'true'>,142:20] +[@627,3378:3378=',',<','>,142:24] +[@628,3380:3388='personAge',<Simple_Identifier>,142:26] +[@629,3389:3389=':',<':'>,142:35] +[@630,3390:3392='age',<Simple_Identifier>,142:36] +[@631,3393:3393=',',<','>,142:39] +[@632,3395:3404='personName',<Simple_Identifier>,142:41] +[@633,3405:3405=':',<':'>,142:51] +[@634,3406:3409='name',<Simple_Identifier>,142:52] +[@635,3410:3410=')',<')'>,142:56] +[@636,3411:3411=';',<';'>,142:57] +[@637,3434:3434='}',<'}'>,143:4] +[@638,3441:3446='public',<'public'>,145:4] +[@639,3448:3451='void',<'void'>,145:11] +[@640,3453:3466='ConditionalRef',<Simple_Identifier>,145:16] +[@641,3467:3467='(',<'('>,145:30] +[@642,3468:3468=')',<')'>,145:31] +[@643,3474:3474='{',<'{'>,146:4] +[@644,3484:3486='ref',<'ref'>,147:8] +[@645,3488:3490='var',<'var'>,147:12] +[@646,3492:3492='r',<Simple_Identifier>,147:16] +[@647,3494:3494='=',<'='>,147:18] +[@648,3496:3498='ref',<'ref'>,147:20] +[@649,3500:3500='(',<'('>,147:24] +[@650,3501:3503='arr',<Simple_Identifier>,147:25] +[@651,3505:3506='!=',<'!='>,147:29] +[@652,3508:3511='null',<'null'>,147:32] +[@653,3513:3513='?',<'?'>,147:37] +[@654,3515:3517='ref',<'ref'>,147:39] +[@655,3519:3521='arr',<Simple_Identifier>,147:43] +[@656,3522:3522='[',<'['>,147:46] +[@657,3523:3523='0',<Integer_Literal>,147:47] +[@658,3524:3524=']',<']'>,147:48] +[@659,3525:3525=':',<':'>,147:49] +[@660,3527:3529='ref',<'ref'>,147:51] +[@661,3531:3538='otherArr',<Simple_Identifier>,147:55] +[@662,3539:3539='[',<'['>,147:63] +[@663,3540:3540='0',<Integer_Literal>,147:64] +[@664,3541:3541=']',<']'>,147:65] +[@665,3542:3542=')',<')'>,147:66] +[@666,3543:3543=';',<';'>,147:67] +[@667,3549:3549='}',<'}'>,148:4] +[@668,3556:3561='public',<'public'>,150:4] +[@669,3563:3566='void',<'void'>,150:11] +[@670,3568:3583='LeadingSeparator',<Simple_Identifier>,150:16] +[@671,3584:3584='(',<'('>,150:32] +[@672,3585:3585=')',<')'>,150:33] +[@673,3591:3591='{',<'{'>,151:4] +[@674,3601:3603='var',<'var'>,152:8] +[@675,3605:3607='res',<Simple_Identifier>,152:12] +[@676,3609:3609='=',<'='>,152:16] +[@677,3611:3611='0',<Integer_Literal>,152:18] +[@678,3621:3621='+',<'+'>,153:8] +[@679,3623:3625='123',<Integer_Literal>,153:10] +[@680,3673:3673='+',<'+'>,154:8] +[@681,3675:3679='1_2_3',<Integer_Literal>,154:10] +[@682,3725:3725='+',<'+'>,155:8] +[@683,3727:3733='0x1_2_3',<Integer_Literal>,155:10] +[@684,3777:3777='+',<'+'>,156:8] +[@685,3779:3783='0b101',<Integer_Literal>,156:10] +[@686,3831:3831='+',<'+'>,157:8] +[@687,3833:3839='0b1_0_1',<Integer_Literal>,157:10] +[@688,3944:3944='+',<'+'>,160:8] +[@689,3946:3951='0x_1_2',<Integer_Literal>,160:10] +[@690,3996:3996='+',<'+'>,161:8] +[@691,3998:4005='0b_1_0_1',<Integer_Literal>,161:10] +[@692,4048:4048=';',<';'>,162:8] +[@693,4054:4054='}',<'}'>,163:4] +[@694,4056:4056='}',<'}'>,164:0] +[@695,4059:4063='class',<'class'>,166:0] +[@696,4065:4072='CSharp73',<Simple_Identifier>,166:6] +[@697,4074:4074='{',<'{'>,167:0] +[@698,4080:4083='void',<'void'>,168:4] +[@699,4085:4093='Blittable',<Simple_Identifier>,168:9] +[@700,4094:4094='<',<'<'>,168:18] +[@701,4095:4095='T',<Simple_Identifier>,168:19] +[@702,4096:4096='>',<'>'>,168:20] +[@703,4097:4097='(',<'('>,168:21] +[@704,4098:4098='T',<Simple_Identifier>,168:22] +[@705,4100:4104='value',<'value'>,168:24] +[@706,4105:4105=')',<')'>,168:29] +[@707,4107:4111='where',<'where'>,168:31] +[@708,4113:4113='T',<Simple_Identifier>,168:37] +[@709,4115:4115=':',<':'>,168:39] +[@710,4117:4125='unmanaged',<'unmanaged'>,168:41] +[@711,4131:4131='{',<'{'>,169:4] +[@712,4141:4143='var',<'var'>,170:8] +[@713,4145:4153='unmanaged',<'unmanaged'>,170:12] +[@714,4155:4155='=',<'='>,170:22] +[@715,4157:4159='666',<Integer_Literal>,170:24] +[@716,4160:4160=';',<';'>,170:27] +[@717,4166:4166='}',<'}'>,171:4] +[@718,4173:4178='unsafe',<'unsafe'>,173:4] +[@719,4180:4185='struct',<'struct'>,173:11] +[@720,4187:4206='IndexingMovableFixed',<Simple_Identifier>,173:18] +[@721,4212:4212='{',<'{'>,174:4] +[@722,4222:4227='public',<'public'>,175:8] +[@723,4229:4233='fixed',<'fixed'>,175:15] +[@724,4235:4237='int',<'int'>,175:21] +[@725,4239:4250='myFixedField',<Simple_Identifier>,175:25] +[@726,4251:4251='[',<'['>,175:37] +[@727,4252:4253='10',<Integer_Literal>,175:38] +[@728,4254:4254=']',<']'>,175:40] +[@729,4255:4255=';',<';'>,175:41] +[@730,4261:4261='}',<'}'>,176:4] +[@731,4268:4273='static',<'static'>,178:4] +[@732,4275:4294='IndexingMovableFixed',<Simple_Identifier>,178:11] +[@733,4296:4296='s',<Simple_Identifier>,178:32] +[@734,4297:4297=';',<';'>,178:33] +[@735,4304:4309='public',<'public'>,180:4] +[@736,4311:4316='unsafe',<'unsafe'>,180:11] +[@737,4318:4321='void',<'void'>,180:18] +[@738,4323:4348='IndexingMovableFixedFields',<Simple_Identifier>,180:23] +[@739,4349:4349='(',<'('>,180:49] +[@740,4350:4350=')',<')'>,180:50] +[@741,4356:4356='{',<'{'>,181:4] +[@742,4366:4368='int',<'int'>,182:8] +[@743,4369:4369='*',<'*'>,182:11] +[@744,4371:4373='ptr',<Simple_Identifier>,182:13] +[@745,4375:4375='=',<'='>,182:17] +[@746,4377:4377='s',<Simple_Identifier>,182:19] +[@747,4378:4378='.',<'.'>,182:20] +[@748,4379:4390='myFixedField',<Simple_Identifier>,182:21] +[@749,4391:4391=';',<';'>,182:33] +[@750,4401:4403='int',<'int'>,183:8] +[@751,4405:4405='t',<Simple_Identifier>,183:12] +[@752,4407:4407='=',<'='>,183:14] +[@753,4409:4409='s',<Simple_Identifier>,183:16] +[@754,4410:4410='.',<'.'>,183:17] +[@755,4411:4422='myFixedField',<Simple_Identifier>,183:18] +[@756,4423:4423='[',<'['>,183:30] +[@757,4424:4424='5',<Integer_Literal>,183:31] +[@758,4425:4425=']',<']'>,183:32] +[@759,4426:4426=';',<';'>,183:33] +[@760,4432:4432='}',<'}'>,184:4] +[@761,4439:4444='public',<'public'>,186:4] +[@762,4446:4449='void',<'void'>,186:11] +[@763,4451:4467='PatternBasedFixed',<Simple_Identifier>,186:16] +[@764,4468:4468='(',<'('>,186:33] +[@765,4469:4469=')',<')'>,186:34] +[@766,4475:4475='{',<'{'>,187:4] +[@767,4485:4489='fixed',<'fixed'>,188:8] +[@768,4490:4490='(',<'('>,188:13] +[@769,4491:4494='byte',<'byte'>,188:14] +[@770,4495:4495='*',<'*'>,188:18] +[@771,4497:4499='ptr',<Simple_Identifier>,188:20] +[@772,4501:4501='=',<'='>,188:24] +[@773,4503:4511='byteArray',<Simple_Identifier>,188:26] +[@774,4512:4512=')',<')'>,188:35] +[@775,4522:4522='{',<'{'>,189:8] +[@776,4710:4710='}',<'}'>,192:8] +[@777,4716:4716='}',<'}'>,193:4] +[@778,4723:4728='public',<'public'>,195:4] +[@779,4730:4733='void',<'void'>,195:11] +[@780,4735:4760='StackallocArrayInitializer',<Simple_Identifier>,195:16] +[@781,4761:4761='(',<'('>,195:42] +[@782,4762:4762=')',<')'>,195:43] +[@783,4768:4768='{',<'{'>,196:4] +[@784,4778:4781='Span',<Simple_Identifier>,197:8] +[@785,4782:4782='<',<'<'>,197:12] +[@786,4783:4785='int',<'int'>,197:13] +[@787,4786:4786='>',<'>'>,197:16] +[@788,4788:4788='a',<Simple_Identifier>,197:18] +[@789,4790:4790='=',<'='>,197:20] +[@790,4792:4801='stackalloc',<'stackalloc'>,197:22] +[@791,4803:4805='int',<'int'>,197:33] +[@792,4806:4806='[',<'['>,197:36] +[@793,4807:4807='3',<Integer_Literal>,197:37] +[@794,4808:4808=']',<']'>,197:38] +[@795,4809:4809=';',<';'>,197:39] +[@796,4854:4857='Span',<Simple_Identifier>,198:8] +[@797,4858:4858='<',<'<'>,198:12] +[@798,4859:4861='int',<'int'>,198:13] +[@799,4862:4862='>',<'>'>,198:16] +[@800,4864:4864='a',<Simple_Identifier>,198:18] +[@801,4866:4866='=',<'='>,198:20] +[@802,4868:4877='stackalloc',<'stackalloc'>,198:22] +[@803,4879:4881='int',<'int'>,198:33] +[@804,4882:4882='[',<'['>,198:36] +[@805,4883:4883='3',<Integer_Literal>,198:37] +[@806,4884:4884=']',<']'>,198:38] +[@807,4886:4886='{',<'{'>,198:40] +[@808,4888:4888='1',<Integer_Literal>,198:42] +[@809,4889:4889=',',<','>,198:43] +[@810,4891:4891='2',<Integer_Literal>,198:45] +[@811,4892:4892=',',<','>,198:46] +[@812,4894:4894='3',<Integer_Literal>,198:48] +[@813,4896:4896='}',<'}'>,198:50] +[@814,4897:4897=';',<';'>,198:51] +[@815,4907:4910='Span',<Simple_Identifier>,199:8] +[@816,4911:4911='<',<'<'>,199:12] +[@817,4912:4914='int',<'int'>,199:13] +[@818,4915:4915='>',<'>'>,199:16] +[@819,4917:4917='a',<Simple_Identifier>,199:18] +[@820,4919:4919='=',<'='>,199:20] +[@821,4921:4930='stackalloc',<'stackalloc'>,199:22] +[@822,4932:4934='int',<'int'>,199:33] +[@823,4935:4935='[',<'['>,199:36] +[@824,4936:4936=']',<']'>,199:37] +[@825,4938:4938='{',<'{'>,199:39] +[@826,4940:4940='1',<Integer_Literal>,199:41] +[@827,4941:4941=',',<','>,199:42] +[@828,4943:4943='2',<Integer_Literal>,199:44] +[@829,4944:4944=',',<','>,199:45] +[@830,4946:4946='3',<Integer_Literal>,199:47] +[@831,4948:4948='}',<'}'>,199:49] +[@832,4949:4949=';',<';'>,199:50] +[@833,4959:4962='Span',<Simple_Identifier>,200:8] +[@834,4963:4963='<',<'<'>,200:12] +[@835,4964:4966='int',<'int'>,200:13] +[@836,4967:4967='>',<'>'>,200:16] +[@837,4969:4969='a',<Simple_Identifier>,200:18] +[@838,4971:4971='=',<'='>,200:20] +[@839,4973:4982='stackalloc',<'stackalloc'>,200:22] +[@840,4983:4983='[',<'['>,200:32] +[@841,4984:4984=']',<']'>,200:33] +[@842,4986:4986='{',<'{'>,200:35] +[@843,4988:4988='1',<Integer_Literal>,200:37] +[@844,4989:4989=',',<','>,200:38] +[@845,4991:4991='2',<Integer_Literal>,200:40] +[@846,4992:4992=',',<','>,200:41] +[@847,4994:4994='3',<Integer_Literal>,200:43] +[@848,4996:4996='}',<'}'>,200:45] +[@849,4997:4997=';',<';'>,200:46] +[@850,5003:5003='}',<'}'>,201:4] +[@851,5010:5015='public',<'public'>,203:4] +[@852,5017:5020='void',<'void'>,203:11] +[@853,5022:5034='TupleEquality',<Simple_Identifier>,203:16] +[@854,5035:5035='(',<'('>,203:29] +[@855,5036:5036=')',<')'>,203:30] +[@856,5042:5042='{',<'{'>,204:4] +[@857,5052:5052='(',<'('>,205:8] +[@858,5053:5055='int',<'int'>,205:9] +[@859,5056:5056=',',<','>,205:12] +[@860,5058:5058='(',<'('>,205:14] +[@861,5059:5061='int',<'int'>,205:15] +[@862,5062:5062=',',<','>,205:18] +[@863,5064:5066='int',<'int'>,205:20] +[@864,5067:5067=')',<')'>,205:23] +[@865,5068:5068=')',<')'>,205:24] +[@866,5070:5071='t1',<Simple_Identifier>,205:26] +[@867,5072:5072=',',<','>,205:28] +[@868,5074:5075='t2',<Simple_Identifier>,205:30] +[@869,5076:5076=';',<';'>,205:32] +[@870,5086:5088='var',<'var'>,206:8] +[@871,5090:5092='res',<Simple_Identifier>,206:12] +[@872,5094:5094='=',<'='>,206:16] +[@873,5096:5097='t1',<Simple_Identifier>,206:18] +[@874,5099:5100='==',<'=='>,206:21] +[@875,5102:5102='(',<'('>,206:24] +[@876,5103:5103='1',<Integer_Literal>,206:25] +[@877,5104:5104=',',<','>,206:26] +[@878,5106:5106='(',<'('>,206:28] +[@879,5107:5107='2',<Integer_Literal>,206:29] +[@880,5108:5108=',',<','>,206:30] +[@881,5110:5110='3',<Integer_Literal>,206:32] +[@882,5111:5111=')',<')'>,206:33] +[@883,5112:5112=')',<')'>,206:34] +[@884,5113:5113=';',<';'>,206:35] +[@885,5119:5119='}',<'}'>,207:4] +[@886,5121:5121='}',<'}'>,208:0] +[@887,5123:5122='<EOF>',<EOF>,209:0] diff --git a/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/Reference/AllInOneNoPreprocessor-v7.tree.red.txt b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/Reference/AllInOneNoPreprocessor-v7.tree.red.txt new file mode 100644 index 000000000..27473dc76 --- /dev/null +++ b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/Reference/AllInOneNoPreprocessor-v7.tree.red.txt @@ -0,0 +1 @@ +(prog (compilation_unit (namespace_member_declaration (class_declaration class (identifier CSharp70) (class_body { (class_member_declaration (method_declaration method_modifiers (return_type void) (method_header (member_name (identifier PatternMatching)) ( (parameter_list (fixed_parameters (fixed_parameter (type (class_type string)) (identifier arg)) , (fixed_parameter (type (integral_type int)) (identifier b)))) )) (method_body (block { (statement_list (statement (switch_statement switch ( (expression (identifier arg)) ) (switch_block { (switch_section (switch_label case (pattern (literal "A")) (case_guard when (expression (relational_expression (relational_expression (identifier b)) > (shift_expression (literal 50))))) :) (switch_label case (pattern (literal "B")) (case_guard when (expression (relational_expression (relational_expression (identifier b)) < (shift_expression (literal 50))))) :) (switch_label default :) (statement_list (break_statement break ;))) }))) (statement (expression_statement (statement_expression (assignment (unary_expression (tuple_expression ( (tuple_element (declaration_expression (local_variable_type (namespace_or_type_name (identifier A) (type_argument_list < (type_arguments (type_argument (identifier B)) , (type_argument (identifier C))) >))) (identifier D))) , (tuple_element (declaration_expression (local_variable_type (namespace_or_type_name (identifier E) (type_argument_list < (type_arguments (type_argument (identifier F)) , (type_argument (identifier G))) >))) (identifier H))) ))) (assignment_operator =) (expression (identifier e)))) ;)) (statement (if_statement if ( (boolean_expression (relational_expression (relational_expression (null_conditional_member_access (primary_expression (null_conditional_member_access (primary_expression (identifier x)) ? . (identifier y))) ? . (identifier z))) is (pattern (declaration_pattern (type (identifier Type)) (simple_designation (identifier value2)))))) ) (embedded_statement (block { })))) (statement (if_statement if ( (boolean_expression (relational_expression (relational_expression (identifier expr)) is (pattern (declaration_pattern (type (identifier Type)) (simple_designation (identifier v)))))) ) (embedded_statement (block { (statement_list (expression_statement (statement_expression (invocation_expression (primary_expression (identifier Hello)) ( ))) ;)) }))))) })))) (class_member_declaration (method_declaration (method_modifiers (method_modifier (ref_method_modifier public)) (method_modifier (ref_method_modifier static)) (method_modifier async)) (return_type (identifier Task)) (method_header (member_name (identifier LocalFunctions)) ( (parameter_list (fixed_parameter (type (array_type (non_array_type (class_type string)) (rank_specifier [ ]))) (identifier args))) )) (method_body (block { (statement_list (statement (local_function_declaration (return_type (class_type string)) (local_function_header (identifier Hello2) ( (parameter_list (fixed_parameter (type (integral_type int)) (identifier i))) )) (local_function_body (block { (statement_list (return_statement return (expression (element_access (primary_no_array_creation_expression (identifier args)) [ (argument_list (identifier i)) ])) ;)) })))) (statement (local_function_declaration (local_function_modifier async) (return_type (namespace_or_type_name (identifier Task) (type_argument_list < (type_arguments (class_type string)) >))) (local_function_header (identifier Hello) (type_parameter_list < (type_parameters (identifier T)) >) ( (parameter_list (fixed_parameter (type (identifier T)) (identifier i))) )) (local_function_body => (expression (await_expression await (unary_expression (invocation_expression (primary_expression (member_access (primary_expression (identifier Task)) . (identifier FromResult))) ( (argument_list (element_access (primary_no_array_creation_expression (identifier args)) [ (argument_list (identifier i)) ])) ))))) ;))) (statement (expression_statement (statement_expression (await_expression await (unary_expression (invocation_expression (primary_expression (identifier Hello)) ( (argument_list (literal 1)) ))))) ;))) })))) (class_member_declaration (method_declaration (method_modifiers (method_modifier (ref_method_modifier public)) (method_modifier (ref_method_modifier static))) (return_type void) (method_header (member_name (identifier OutVar)) ( (parameter_list (fixed_parameter (type (array_type (non_array_type (class_type string)) (rank_specifier [ ]))) (identifier args))) )) (method_body (block { (statement_list (statement (expression_statement (statement_expression (invocation_expression (primary_expression (member_access (predefined_type int) . (identifier TryParse))) ( (argument_list (argument (invocation_expression (primary_expression (identifier Hello)) ( (argument_list (literal 1)) ))) , (argument (argument_value out (variable_reference (declaration_expression (local_variable_type (contextual_keyword var)) (identifier item)))))) ))) ;)) (statement (expression_statement (statement_expression (invocation_expression (primary_expression (member_access (predefined_type int) . (identifier TryParse))) ( (argument_list (argument (invocation_expression (primary_expression (identifier Hello)) ( (argument_list (literal 1)) ))) , (argument (argument_value out (variable_reference (declaration_expression (local_variable_type (integral_type int)) (identifier item)))))) ))) ;))) })))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type void) (method_header (member_name (identifier ThrowExpression)) ( )) (method_body (block { (statement_list (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier result) = (expression (null_coalescing_expression (conditional_or_expression (identifier nullableResult)) ?? (null_coalescing_expression (throw_expression throw (null_coalescing_expression (object_creation_expression new (type (identifier NullReferenceException)) ( )))))))))) ;)) })))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type void) (method_header (member_name (identifier BinaryLiterals)) ( )) (method_body (block { (statement_list (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier nineteen) = (local_variable_initializer (literal 0b10011)))))) ;)) })))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type void) (method_header (member_name (identifier DigitSeparators)) ( )) (method_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier bin) = (local_variable_initializer (literal 0b1001_1010_0001_0100)))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier hex) = (local_variable_initializer (literal 0x1b_a0_44_fe)))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier dec) = (local_variable_initializer (literal 33_554_432)))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier weird) = (local_variable_initializer (literal 1_2__3___4____5_____6______7_______8________9)))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (floating_point_type double)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier real) = (local_variable_initializer (literal 1_000.111_1e-1_000)))))) ;))) })))) }))) (namespace_member_declaration (class_declaration class (identifier CSharp71) (class_body { (class_member_declaration (method_declaration method_modifiers (return_type void) (method_header (member_name (identifier DefaultWithoutTypeName)) ( (parameter_list (fixed_parameter (type (class_type string)) (identifier content) (default_argument = (expression (default_literal default))))) )) (method_body (block { (statement_list (expression_statement (statement_expression (invocation_expression (primary_expression (identifier DefaultWithoutTypeName)) ( (argument_list (default_literal default)) ))) ;)) })))) (class_member_declaration (method_declaration method_modifiers (return_type void) (method_header (member_name (identifier TupleRecognize)) ( (parameter_list (fixed_parameters (fixed_parameter (type (integral_type int)) (identifier a)) , (fixed_parameter (type (tuple_type ( (tuple_type_element (integral_type int)) , (tuple_type_element (integral_type int)) ))) (identifier b)) , (fixed_parameter (type (nullable_value_type (non_nullable_value_type (tuple_type ( (tuple_type_element (integral_type int)) , (tuple_type_element (integral_type int)) , (tuple_type_element (integral_type int)) ))) (nullable_type_annotation ?))) (identifier c)))) )) (method_body (block { (statement_list (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier result) = (expression (invocation_expression (primary_expression (member_access (primary_expression (invocation_expression (primary_expression (member_access (primary_expression (identifier list)) . (identifier Select))) ( (argument_list (lambda_expression (anonymous_function_signature (identifier c)) => (anonymous_function_body (tuple_expression ( (tuple_element (member_access (primary_expression (identifier c)) . (identifier f1))) , (tuple_element (identifier f3) : (expression (member_access (primary_expression (identifier c)) . (identifier f2)))) ))))) ))) . (identifier Where))) ( (argument_list (lambda_expression (anonymous_function_signature (identifier t)) => (anonymous_function_body (equality_expression (equality_expression (member_access (primary_expression (identifier t)) . (identifier f2))) == (relational_expression (literal 1)))))) )))))) ;)) })))) }))) (namespace_member_declaration (class_declaration class (identifier CSharp72) (class_body { (class_member_declaration (struct_declaration (struct_modifier readonly) struct (identifier ReadonlyRef1) (struct_body { (struct_member_declaration (field_declaration (type (namespace_or_type_name (identifier Func) (type_argument_list < (type_arguments (type_argument (integral_type int)) , (type_argument (integral_type int))) >))) (variable_declarators (variable_declarator (identifier s) = (variable_initializer (lambda_expression (anonymous_function_signature (explicit_anonymous_function_signature ( (explicit_anonymous_function_parameter_list (explicit_anonymous_function_parameter (anonymous_function_parameter_modifier in) (type (integral_type int)) (identifier x))) ))) => (anonymous_function_body (identifier x)))))) ;)) (struct_member_declaration (indexer_declaration (ref_kind ref) (indexer_declarator (type (identifier TValue)) this [ (parameter_list (fixed_parameter (parameter_modifier (parameter_mode_modifier in)) (type (identifier TKey)) (identifier index))) ]) (ref_indexer_body => ref (variable_reference (null_literal null)) ;))) (struct_member_declaration (operator_declaration (operator_modifier public) (operator_modifier static) (operator_declarator (binary_operator_declarator (type (identifier Vector3)) operator (overloadable_binary_operator +) ( (fixed_parameter (parameter_modifier (parameter_mode_modifier in)) (type (identifier Vector3)) (identifier x)) , (fixed_parameter (parameter_modifier (parameter_mode_modifier in)) (type (identifier Vector3)) (identifier y)) ))) (operator_body => (expression (null_literal null)) ;))) (struct_member_declaration (method_declaration (ref_method_modifiers (ref_method_modifier static)) (ref_kind ref readonly) (ref_return_type (identifier Vector3)) (method_header (member_name (identifier M1_Trace)) ( )) (ref_method_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration (ref_kind ref readonly) var (ref_local_variable_declarator (identifier r1) = ref (variable_reference (invocation_expression (primary_expression (identifier M1)) ( )))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_ref_local_variable_declaration (ref_kind ref readonly) (type (identifier Vector3)) (ref_local_variable_declarators (ref_local_variable_declarator (identifier r2) = ref (variable_reference (explictly_typed_default default ( (type (identifier Vector3)) ))))))) ;)) (statement (expression_statement (statement_expression (invocation_expression (primary_expression (identifier Mutate)) ( (argument_list (argument_value ref (variable_reference (identifier r1)))) ))) ;)) (statement (expression_statement (statement_expression (invocation_expression (primary_expression (identifier Print)) ( (argument_list (argument_value in (variable_reference (identifier r1)))) ))) ;)) (statement (return_statement return ref (variable_reference (identifier r1)) ;))) })))) }))) (class_member_declaration (struct_declaration ref struct (identifier ReadonlyRef2) (struct_body { (struct_member_declaration (method_declaration ref_method_modifiers (ref_kind ref readonly) (ref_return_type (identifier Guid)) (method_header (member_name (identifier Test)) ( (parameter_list (fixed_parameters (fixed_parameter (parameter_modifier (parameter_mode_modifier in)) (type (identifier Vector3)) (identifier v1)) , (fixed_parameter (parameter_modifier (parameter_mode_modifier in)) (type (identifier Vector3)) (identifier v2)))) )) (ref_method_body (block { (statement_list (statement (expression_statement (statement_expression (assignment (unary_expression (identifier v1)) (assignment_operator =) (expression (explictly_typed_default default ( (type (identifier Vector3)) ))))) ;)) (statement (expression_statement (statement_expression (assignment (unary_expression (member_access (primary_expression (identifier v1)) . (identifier X))) (assignment_operator =) (expression (literal 0)))) ;)) (statement (expression_statement (statement_expression (invocation_expression (primary_expression (identifier foo)) ( (argument_list (argument_value ref (variable_reference (member_access (primary_expression (identifier v1)) . (identifier X))))) ))) ;)) (statement (return_statement return ref (variable_reference (parenthesized_expression ( (expression (conditional_expression (null_coalescing_expression (equality_expression (equality_expression (identifier arr)) != (relational_expression (null_literal null)))) ? ref (variable_reference (element_access (primary_no_array_creation_expression (identifier arr)) [ (argument_list (literal 0)) ])) : ref (variable_reference (element_access (primary_no_array_creation_expression (identifier otherArr)) [ (argument_list (literal 0)) ])))) ))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (namespace_or_type_name (identifier Span) (type_argument_list < (type_arguments (integral_type int)) >))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier span) = (local_variable_initializer (stackalloc_expression stackalloc (unmanaged_type (integral_type int)) [ (expression (literal 1)) ])))))) ;)) (statement (return_statement return (expression (object_creation_expression new (type (identifier Vector3)) ( (argument_list (argument (additive_expression (additive_expression (member_access (primary_expression (identifier v1)) . (identifier X))) + (multiplicative_expression (member_access (primary_expression (identifier v2)) . (identifier X))))) , (argument (additive_expression (additive_expression (member_access (primary_expression (identifier v1)) . (identifier Y))) + (multiplicative_expression (member_access (primary_expression (identifier v2)) . (identifier Y))))) , (argument (additive_expression (additive_expression (member_access (primary_expression (identifier v1)) . (identifier Z))) + (multiplicative_expression (member_access (primary_expression (identifier v2)) . (identifier Z)))))) ))) ;))) })))) (struct_member_declaration (method_declaration ref_method_modifiers (ref_kind ref) (ref_return_type (identifier T)) (method_header (member_name (identifier Choice)) ( (parameter_list (fixed_parameters (fixed_parameter (type (simple_type bool)) (identifier condition)) , (fixed_parameter (parameter_modifier (parameter_mode_modifier ref)) (type (identifier T)) (identifier consequence)) , (fixed_parameter (parameter_modifier (parameter_mode_modifier ref)) (type (identifier T)) (identifier alternative)))) )) (ref_method_body (block { (statement_list (if_statement if ( (boolean_expression (identifier condition)) ) (embedded_statement (block { (statement_list (return_statement return ref (variable_reference (identifier consequence)) ;)) })) else (embedded_statement (block { (statement_list (return_statement return ref (variable_reference (identifier alternative)) ;)) })))) })))) }))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type void) (method_header (member_name (identifier DoSomething)) ( (parameter_list (fixed_parameters (fixed_parameter (type (simple_type bool)) (identifier isEmployed)) , (fixed_parameter (type (class_type string)) (identifier personName)) , (fixed_parameter (type (integral_type int)) (identifier personAge)))) )) (method_body (block { })))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type void) (method_header (member_name (identifier NonTrailingNamedArguments)) ( )) (method_body (block { (statement_list (statement (expression_statement (statement_expression (invocation_expression (primary_expression (identifier DoSomething)) ( (argument_list (argument (argument_name (identifier isEmployed) :) (argument_value (boolean_literal true))) , (argument (identifier name)) , (argument (identifier age))) ))) ;)) (statement (expression_statement (statement_expression (invocation_expression (primary_expression (identifier DoSomething)) ( (argument_list (argument (boolean_literal true)) , (argument (argument_name (identifier personName) :) (argument_value (identifier name))) , (argument (identifier age))) ))) ;)) (statement (expression_statement (statement_expression (invocation_expression (primary_expression (identifier DoSomething)) ( (argument_list (argument (identifier name)) , (argument (argument_name (identifier isEmployed) :) (argument_value (boolean_literal true))) , (argument (identifier age))) ))) ;)) (statement (expression_statement (statement_expression (invocation_expression (primary_expression (identifier DoSomething)) ( (argument_list (argument (identifier name)) , (argument (identifier age)) , (argument (argument_name (identifier isEmployed) :) (argument_value (boolean_literal true)))) ))) ;)) (statement (expression_statement (statement_expression (invocation_expression (primary_expression (identifier DoSomething)) ( (argument_list (argument (boolean_literal true)) , (argument (argument_name (identifier personAge) :) (argument_value (identifier age))) , (argument (argument_name (identifier personName) :) (argument_value (identifier name)))) ))) ;))) })))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type void) (method_header (member_name (identifier ConditionalRef)) ( )) (method_body (block { (statement_list (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration (ref_kind ref) var (ref_local_variable_declarator (identifier r) = ref (variable_reference (parenthesized_expression ( (expression (conditional_expression (null_coalescing_expression (equality_expression (equality_expression (identifier arr)) != (relational_expression (null_literal null)))) ? ref (variable_reference (element_access (primary_no_array_creation_expression (identifier arr)) [ (argument_list (literal 0)) ])) : ref (variable_reference (element_access (primary_no_array_creation_expression (identifier otherArr)) [ (argument_list (literal 0)) ])))) )))))) ;)) })))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type void) (method_header (member_name (identifier LeadingSeparator)) ( )) (method_body (block { (statement_list (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier res) = (expression (additive_expression (additive_expression (additive_expression (additive_expression (additive_expression (additive_expression (additive_expression (additive_expression (literal 0)) + (multiplicative_expression (literal 123))) + (multiplicative_expression (literal 1_2_3))) + (multiplicative_expression (literal 0x1_2_3))) + (multiplicative_expression (literal 0b101))) + (multiplicative_expression (literal 0b1_0_1))) + (multiplicative_expression (literal 0x_1_2))) + (multiplicative_expression (literal 0b_1_0_1))))))) ;)) })))) }))) (namespace_member_declaration (class_declaration class (identifier CSharp73) (class_body { (class_member_declaration (method_declaration method_modifiers (return_type void) (method_header (member_name (identifier Blittable)) (type_parameter_list < (type_parameters (identifier T)) >) ( (parameter_list (fixed_parameter (type (identifier T)) (identifier (contextual_keyword value)))) ) (type_parameter_constraints_clause where (type_parameter (identifier T)) : (type_parameter_constraints (contextual_keyword unmanaged)))) (method_body (block { (statement_list (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier (contextual_keyword unmanaged)) = (expression (literal 666))))) ;)) })))) (class_member_declaration (struct_declaration (struct_modifier (unsafe_modifier unsafe)) struct (identifier IndexingMovableFixed) (struct_body { (struct_member_declaration (fixed_size_buffer_declaration (fixed_size_buffer_modifier public) fixed (buffer_element_type (integral_type int)) (fixed_size_buffer_declarators (fixed_size_buffer_declarator (identifier myFixedField) [ (constant_expression (literal 10)) ])) ;)) }))) (class_member_declaration (field_declaration (field_modifier static) (type (identifier IndexingMovableFixed)) (variable_declarators (identifier s)) ;)) (class_member_declaration (method_declaration (method_modifiers (method_modifier (ref_method_modifier public)) (method_modifier (unsafe_modifier unsafe))) (return_type void) (method_header (member_name (identifier IndexingMovableFixedFields)) ( )) (method_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (pointer_type (value_type (integral_type int)) *)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier ptr) = (local_variable_initializer (member_access (primary_expression (identifier s)) . (identifier myFixedField))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (integral_type int)) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier t) = (local_variable_initializer (element_access (primary_no_array_creation_expression (member_access (primary_expression (identifier s)) . (identifier myFixedField))) [ (argument_list (literal 5)) ])))))) ;))) })))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type void) (method_header (member_name (identifier PatternBasedFixed)) ( )) (method_body (block { (statement_list (fixed_statement fixed ( (pointer_type (value_type (integral_type byte)) *) (fixed_pointer_declarators (fixed_pointer_declarator (identifier ptr) = (fixed_pointer_initializer (identifier byteArray)))) ) (embedded_statement (block { })))) })))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type void) (method_header (member_name (identifier StackallocArrayInitializer)) ( )) (method_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (namespace_or_type_name (identifier Span) (type_argument_list < (type_arguments (integral_type int)) >))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier a) = (local_variable_initializer (stackalloc_expression stackalloc (unmanaged_type (integral_type int)) [ (expression (literal 3)) ])))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (namespace_or_type_name (identifier Span) (type_argument_list < (type_arguments (integral_type int)) >))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier a) = (local_variable_initializer (stackalloc_expression stackalloc (unmanaged_type (integral_type int)) [ (constant_expression (literal 3)) ] (stackalloc_initializer { (stackalloc_initializer_element_list (stackalloc_element_initializer (literal 1)) , (stackalloc_element_initializer (literal 2)) , (stackalloc_element_initializer (literal 3))) }))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (namespace_or_type_name (identifier Span) (type_argument_list < (type_arguments (integral_type int)) >))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier a) = (local_variable_initializer (stackalloc_expression stackalloc (unmanaged_type (integral_type int)) [ ] (stackalloc_initializer { (stackalloc_initializer_element_list (stackalloc_element_initializer (literal 1)) , (stackalloc_element_initializer (literal 2)) , (stackalloc_element_initializer (literal 3))) }))))))) ;)) (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (namespace_or_type_name (identifier Span) (type_argument_list < (type_arguments (integral_type int)) >))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier a) = (local_variable_initializer (stackalloc_expression stackalloc [ ] (stackalloc_initializer { (stackalloc_initializer_element_list (stackalloc_element_initializer (literal 1)) , (stackalloc_element_initializer (literal 2)) , (stackalloc_element_initializer (literal 3))) }))))))) ;))) })))) (class_member_declaration (method_declaration (method_modifiers (ref_method_modifier public)) (return_type void) (method_header (member_name (identifier TupleEquality)) ( )) (method_body (block { (statement_list (statement (declaration_statement (local_variable_declaration (explicitly_typed_local_variable_declaration (type (tuple_type ( (tuple_type_element (integral_type int)) , (tuple_type_element (tuple_type ( (tuple_type_element (integral_type int)) , (tuple_type_element (integral_type int)) ))) ))) (explicitly_typed_local_variable_declarators (explicitly_typed_local_variable_declarator (identifier t1)) , (explicitly_typed_local_variable_declarator (identifier t2))))) ;)) (statement (declaration_statement (local_variable_declaration (implicitly_typed_local_variable_declaration var (implicitly_typed_local_variable_declarator (identifier res) = (expression (equality_expression (equality_expression (identifier t1)) == (relational_expression (tuple_expression ( (tuple_element (literal 1)) , (tuple_element (tuple_expression ( (tuple_element (literal 2)) , (tuple_element (literal 3)) ))) )))))))) ;))) })))) }))))) diff --git a/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/Reference/AllInOneNoPreprocessor-v7.tree.svg b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/Reference/AllInOneNoPreprocessor-v7.tree.svg new file mode 100644 index 000000000..af57f8c21 --- /dev/null +++ b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/Reference/AllInOneNoPreprocessor-v7.tree.svg @@ -0,0 +1,11065 @@ +<svg width="44830.5" height="1569.7" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><line x1="11090.96484375" y1="6.0" x2="11090.96484375" y2="29.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11090.96484375" y1="35.0" x2="1846.125" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1846.125" y1="64.0" x2="1846.125" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1846.125" y1="93.0" x2="475.375" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1846.125" y1="93.0" x2="519.375" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="519.375" y1="122.0" x2="519.375" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1846.125" y1="93.0" x2="3216.875" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3216.875" y1="122.0" x2="556.875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3216.875" y1="122.0" x2="635.375" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="635.375" y1="151.0" x2="635.375" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="635.375" y1="180.0" x2="45.0" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="635.375" y1="180.0" x2="127.0" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="127.0" y1="209.0" x2="127.0" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="635.375" y1="180.0" x2="279.25" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="279.25" y1="209.0" x2="184.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="184.5" y1="238.0" x2="184.5" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="184.5" y1="267.0" x2="184.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="279.25" y1="209.0" x2="256.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="279.25" y1="209.0" x2="326.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="326.5" y1="238.0" x2="326.5" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="326.5" y1="267.0" x2="274.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="274.5" y1="296.0" x2="251.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="251.75" y1="325.0" x2="251.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="251.75" y1="354.0" x2="251.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="274.5" y1="296.0" x2="297.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="297.25" y1="325.0" x2="297.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="326.5" y1="267.0" x2="326.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="326.5" y1="267.0" x2="378.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="378.5" y1="296.0" x2="356.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="356.0" y1="325.0" x2="356.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="356.0" y1="354.0" x2="356.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="378.5" y1="296.0" x2="401.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="401.0" y1="325.0" x2="401.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="279.25" y1="209.0" x2="374.0" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="635.375" y1="180.0" x2="1225.75" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1225.75" y1="209.0" x2="1225.75" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1225.75" y1="238.0" x2="1179.25" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1225.75" y1="238.0" x2="1225.75" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1225.75" y1="267.0" x2="591.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="591.625" y1="296.0" x2="591.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="591.625" y1="325.0" x2="430.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="591.625" y1="325.0" x2="459.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="591.625" y1="325.0" x2="499.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="499.0" y1="354.0" x2="499.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="499.0" y1="383.0" x2="499.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="591.625" y1="325.0" x2="623.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="591.625" y1="325.0" x2="752.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="752.75" y1="354.0" x2="703.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="752.75" y1="354.0" x2="752.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="752.75" y1="383.0" x2="547.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="547.5" y1="412.0" x2="475.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="547.5" y1="412.0" x2="515.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="515.75" y1="441.0" x2="515.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="515.75" y1="470.0" x2="515.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="547.5" y1="412.0" x2="577.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="577.75" y1="441.0" x2="552.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="577.75" y1="441.0" x2="603.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="603.25" y1="470.0" x2="603.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="603.25" y1="499.0" x2="543.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="543.5" y1="528.0" x2="543.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="543.5" y1="557.0" x2="543.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="603.25" y1="499.0" x2="609.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="603.25" y1="499.0" x2="663.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="663.0" y1="528.0" x2="663.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="663.0" y1="557.0" x2="663.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="547.5" y1="412.0" x2="619.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="752.75" y1="383.0" x2="769.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="769.5" y1="412.0" x2="697.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="769.5" y1="412.0" x2="737.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="737.75" y1="441.0" x2="737.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="737.75" y1="470.0" x2="737.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="769.5" y1="412.0" x2="799.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="799.75" y1="441.0" x2="774.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="799.75" y1="441.0" x2="825.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="825.25" y1="470.0" x2="825.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="825.25" y1="499.0" x2="765.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="765.5" y1="528.0" x2="765.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="765.5" y1="557.0" x2="765.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="825.25" y1="499.0" x2="831.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="825.25" y1="499.0" x2="885.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="885.0" y1="528.0" x2="885.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="885.0" y1="557.0" x2="885.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="769.5" y1="412.0" x2="841.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="752.75" y1="383.0" x2="884.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="884.0" y1="412.0" x2="869.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="884.0" y1="412.0" x2="898.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="752.75" y1="383.0" x2="958.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="958.0" y1="412.0" x2="958.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="958.0" y1="441.0" x2="944.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="958.0" y1="441.0" x2="971.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="752.75" y1="354.0" x2="801.75" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1225.75" y1="267.0" x2="1254.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1254.5" y1="296.0" x2="1254.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1254.5" y1="325.0" x2="1221.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1221.25" y1="354.0" x2="1221.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1221.25" y1="383.0" x2="1123.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1123.25" y1="412.0" x2="1123.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1123.25" y1="441.0" x2="985.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1123.25" y1="441.0" x2="1032.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1032.25" y1="470.0" x2="1032.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1032.25" y1="499.0" x2="991.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="991.5" y1="528.0" x2="991.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="991.5" y1="557.0" x2="953.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="953.0" y1="586.0" x2="953.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="991.5" y1="557.0" x2="1030.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1030.0" y1="586.0" x2="976.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1030.0" y1="586.0" x2="1030.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1030.0" y1="615.0" x2="981.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="981.0" y1="644.0" x2="981.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="981.0" y1="673.0" x2="981.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1030.0" y1="615.0" x2="1030.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1030.0" y1="615.0" x2="1079.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1079.0" y1="644.0" x2="1079.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1079.0" y1="673.0" x2="1079.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1030.0" y1="586.0" x2="1083.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1032.25" y1="499.0" x2="1073.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1073.0" y1="528.0" x2="1073.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1123.25" y1="441.0" x2="1123.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1123.25" y1="441.0" x2="1214.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1214.25" y1="470.0" x2="1214.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1214.25" y1="499.0" x2="1173.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1173.5" y1="528.0" x2="1173.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1173.5" y1="557.0" x2="1135.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1135.0" y1="586.0" x2="1135.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1173.5" y1="557.0" x2="1212.0" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1212.0" y1="586.0" x2="1158.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1212.0" y1="586.0" x2="1212.0" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1212.0" y1="615.0" x2="1163.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1163.0" y1="644.0" x2="1163.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1163.0" y1="673.0" x2="1163.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1212.0" y1="615.0" x2="1212.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1212.0" y1="615.0" x2="1261.0" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1261.0" y1="644.0" x2="1261.0" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1261.0" y1="673.0" x2="1261.0" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1212.0" y1="586.0" x2="1265.5" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1214.25" y1="499.0" x2="1255.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1255.0" y1="528.0" x2="1255.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1123.25" y1="441.0" x2="1260.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1221.25" y1="383.0" x2="1229.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1229.75" y1="412.0" x2="1229.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1221.25" y1="383.0" x2="1319.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1319.25" y1="412.0" x2="1319.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1319.25" y1="441.0" x2="1319.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1254.5" y1="325.0" x2="1287.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1225.75" y1="267.0" x2="1539.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1539.0" y1="296.0" x2="1539.0" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1539.0" y1="325.0" x2="1436.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1539.0" y1="325.0" x2="1452.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1539.0" y1="325.0" x2="1514.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1514.0" y1="354.0" x2="1514.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1514.0" y1="383.0" x2="1445.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1445.0" y1="412.0" x2="1445.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1445.0" y1="441.0" x2="1389.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1389.75" y1="470.0" x2="1389.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1389.75" y1="499.0" x2="1334.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1334.5" y1="528.0" x2="1334.5" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1334.5" y1="557.0" x2="1334.5" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1389.75" y1="499.0" x2="1397.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1389.75" y1="499.0" x2="1412.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1389.75" y1="499.0" x2="1445.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1445.0" y1="528.0" x2="1445.0" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1445.0" y1="441.0" x2="1452.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1445.0" y1="441.0" x2="1467.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1445.0" y1="441.0" x2="1500.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1500.25" y1="470.0" x2="1500.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1514.0" y1="383.0" x2="1531.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1514.0" y1="383.0" x2="1583.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1583.0" y1="412.0" x2="1583.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1583.0" y1="441.0" x2="1549.25" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1549.25" y1="470.0" x2="1549.25" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1549.25" y1="499.0" x2="1549.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1583.0" y1="441.0" x2="1616.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1616.75" y1="470.0" x2="1616.75" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1616.75" y1="499.0" x2="1616.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1539.0" y1="325.0" x2="1576.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1539.0" y1="325.0" x2="1641.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1641.5" y1="354.0" x2="1641.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1641.5" y1="383.0" x2="1634.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1641.5" y1="383.0" x2="1649.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1225.75" y1="267.0" x2="1859.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1859.875" y1="296.0" x2="1859.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1859.875" y1="325.0" x2="1707.5" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1859.875" y1="325.0" x2="1723.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1859.875" y1="325.0" x2="1785.0" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1785.0" y1="354.0" x2="1785.0" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1785.0" y1="383.0" x2="1735.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1735.75" y1="412.0" x2="1735.75" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1735.75" y1="441.0" x2="1735.75" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1785.0" y1="383.0" x2="1802.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1785.0" y1="383.0" x2="1834.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1834.25" y1="412.0" x2="1834.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1834.25" y1="441.0" x2="1800.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1800.5" y1="470.0" x2="1800.5" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1800.5" y1="499.0" x2="1800.5" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1834.25" y1="441.0" x2="1868.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1868.0" y1="470.0" x2="1868.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1868.0" y1="499.0" x2="1868.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1859.875" y1="325.0" x2="1896.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1859.875" y1="325.0" x2="2012.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2012.25" y1="354.0" x2="2012.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2012.25" y1="383.0" x2="1965.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2012.25" y1="383.0" x2="2012.25" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2012.25" y1="412.0" x2="2012.25" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2012.25" y1="441.0" x2="1979.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1979.0" y1="470.0" x2="1979.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1979.0" y1="499.0" x2="1940.75" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1940.75" y1="528.0" x2="1940.75" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1940.75" y1="557.0" x2="1940.75" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1979.0" y1="499.0" x2="2002.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1979.0" y1="499.0" x2="2017.25" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2012.25" y1="441.0" x2="2045.5" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2012.25" y1="383.0" x2="2058.75" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1225.75" y1="238.0" x2="1272.25" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3216.875" y1="122.0" x2="2556.125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2556.125" y1="151.0" x2="2556.125" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2556.125" y1="180.0" x2="2009.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2009.375" y1="209.0" x2="1908.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1908.875" y1="238.0" x2="1908.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="1908.875" y1="267.0" x2="1908.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2009.375" y1="209.0" x2="2018.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2018.875" y1="238.0" x2="2018.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2018.875" y1="267.0" x2="2018.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2009.375" y1="209.0" x2="2109.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2109.875" y1="238.0" x2="2109.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2556.125" y1="180.0" x2="2180.875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2180.875" y1="209.0" x2="2180.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2180.875" y1="238.0" x2="2180.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2556.125" y1="180.0" x2="2320.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2320.625" y1="209.0" x2="2248.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2248.375" y1="238.0" x2="2248.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2248.375" y1="267.0" x2="2248.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2320.625" y1="209.0" x2="2297.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2320.625" y1="209.0" x2="2345.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2345.375" y1="238.0" x2="2345.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2345.375" y1="267.0" x2="2321.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2321.125" y1="296.0" x2="2321.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2321.125" y1="325.0" x2="2279.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2279.125" y1="354.0" x2="2279.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2279.125" y1="383.0" x2="2279.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2321.125" y1="325.0" x2="2363.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2363.125" y1="354.0" x2="2356.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2363.125" y1="354.0" x2="2370.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2345.375" y1="267.0" x2="2369.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2369.625" y1="296.0" x2="2369.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2320.625" y1="209.0" x2="2392.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2556.125" y1="180.0" x2="3102.875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3102.875" y1="209.0" x2="3102.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3102.875" y1="238.0" x2="3056.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3102.875" y1="238.0" x2="3102.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3102.875" y1="267.0" x2="2555.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2555.125" y1="296.0" x2="2555.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2555.125" y1="325.0" x2="2436.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2436.625" y1="354.0" x2="2436.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2436.625" y1="383.0" x2="2436.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2555.125" y1="325.0" x2="2558.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2558.125" y1="354.0" x2="2494.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2494.125" y1="383.0" x2="2494.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2558.125" y1="354.0" x2="2527.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2558.125" y1="354.0" x2="2574.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2574.625" y1="383.0" x2="2574.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2574.625" y1="412.0" x2="2553.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2553.125" y1="441.0" x2="2553.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2553.125" y1="470.0" x2="2553.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2574.625" y1="412.0" x2="2596.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2596.125" y1="441.0" x2="2596.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2558.125" y1="354.0" x2="2622.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2555.125" y1="325.0" x2="2673.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2673.625" y1="354.0" x2="2673.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2673.625" y1="383.0" x2="2627.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2673.625" y1="383.0" x2="2673.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2673.625" y1="412.0" x2="2673.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2673.625" y1="441.0" x2="2627.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2673.625" y1="441.0" x2="2680.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2680.125" y1="470.0" x2="2680.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2680.125" y1="499.0" x2="2580.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2580.875" y1="528.0" x2="2580.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2580.875" y1="557.0" x2="2580.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2680.125" y1="499.0" x2="2689.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2680.125" y1="499.0" x2="2734.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2734.375" y1="528.0" x2="2734.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2734.375" y1="557.0" x2="2734.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2680.125" y1="499.0" x2="2779.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2673.625" y1="441.0" x2="2719.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2673.625" y1="383.0" x2="2720.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3102.875" y1="267.0" x2="3067.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3067.125" y1="296.0" x2="3067.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3067.125" y1="325.0" x2="2787.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2787.625" y1="354.0" x2="2787.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3067.125" y1="325.0" x2="2881.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2881.625" y1="354.0" x2="2881.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2881.625" y1="383.0" x2="2841.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2841.625" y1="412.0" x2="2841.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2881.625" y1="383.0" x2="2921.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2921.625" y1="412.0" x2="2868.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2921.625" y1="412.0" x2="2921.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2921.625" y1="441.0" x2="2921.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2921.625" y1="470.0" x2="2921.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2921.625" y1="412.0" x2="2975.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3067.125" y1="325.0" x2="3109.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3109.625" y1="354.0" x2="2990.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="2990.625" y1="383.0" x2="2990.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3109.625" y1="354.0" x2="3072.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3072.125" y1="383.0" x2="3016.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3072.125" y1="383.0" x2="3072.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3072.125" y1="412.0" x2="3072.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3072.125" y1="441.0" x2="3072.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3072.125" y1="383.0" x2="3127.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3109.625" y1="354.0" x2="3133.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3109.625" y1="354.0" x2="3181.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3181.125" y1="383.0" x2="3181.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3181.125" y1="412.0" x2="3160.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3160.375" y1="441.0" x2="3160.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3160.375" y1="470.0" x2="3160.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3181.125" y1="412.0" x2="3201.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3201.875" y1="441.0" x2="3201.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3109.625" y1="354.0" x2="3228.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3067.125" y1="325.0" x2="3346.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3346.625" y1="354.0" x2="3304.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3346.625" y1="354.0" x2="3348.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3348.875" y1="383.0" x2="3348.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3348.875" y1="412.0" x2="3315.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3348.875" y1="412.0" x2="3382.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3382.625" y1="441.0" x2="3382.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3382.625" y1="470.0" x2="3223.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3223.375" y1="499.0" x2="3223.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3223.375" y1="528.0" x2="3176.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3176.625" y1="557.0" x2="3176.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3176.625" y1="586.0" x2="3176.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3223.375" y1="528.0" x2="3237.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3223.375" y1="528.0" x2="3270.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3270.125" y1="557.0" x2="3270.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3382.625" y1="470.0" x2="3367.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3382.625" y1="470.0" x2="3496.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3496.375" y1="499.0" x2="3496.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3496.375" y1="528.0" x2="3397.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3397.125" y1="557.0" x2="3397.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3397.125" y1="586.0" x2="3397.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3496.375" y1="528.0" x2="3505.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3496.375" y1="528.0" x2="3550.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3550.625" y1="557.0" x2="3550.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3550.625" y1="586.0" x2="3550.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3496.375" y1="528.0" x2="3595.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3382.625" y1="470.0" x2="3541.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3346.625" y1="354.0" x2="3388.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3102.875" y1="267.0" x2="3650.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3650.625" y1="296.0" x2="3650.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3650.625" y1="325.0" x2="3617.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3617.375" y1="354.0" x2="3617.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3617.375" y1="383.0" x2="3583.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3617.375" y1="383.0" x2="3651.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3651.125" y1="412.0" x2="3651.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3651.125" y1="441.0" x2="3574.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3574.875" y1="470.0" x2="3574.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3574.875" y1="499.0" x2="3574.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3651.125" y1="441.0" x2="3636.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3651.125" y1="441.0" x2="3681.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3681.875" y1="470.0" x2="3681.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3681.875" y1="499.0" x2="3681.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3651.125" y1="441.0" x2="3727.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3650.625" y1="325.0" x2="3683.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3102.875" y1="238.0" x2="3149.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3216.875" y1="122.0" x2="4103.90625" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4103.90625" y1="151.0" x2="4103.90625" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4103.90625" y1="180.0" x2="3754.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3754.625" y1="209.0" x2="3699.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3699.625" y1="238.0" x2="3699.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3699.625" y1="267.0" x2="3699.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3754.625" y1="209.0" x2="3809.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3809.625" y1="238.0" x2="3809.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3809.625" y1="267.0" x2="3809.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4103.90625" y1="180.0" x2="3870.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3870.625" y1="209.0" x2="3870.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4103.90625" y1="180.0" x2="4000.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4000.375" y1="209.0" x2="3928.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3928.125" y1="238.0" x2="3928.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3928.125" y1="267.0" x2="3928.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4000.375" y1="209.0" x2="3977.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4000.375" y1="209.0" x2="4025.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4025.125" y1="238.0" x2="4025.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4025.125" y1="267.0" x2="4000.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4000.875" y1="296.0" x2="4000.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4000.875" y1="325.0" x2="3958.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3958.875" y1="354.0" x2="3958.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3958.875" y1="383.0" x2="3958.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4000.875" y1="325.0" x2="4042.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4042.875" y1="354.0" x2="4035.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4042.875" y1="354.0" x2="4049.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4025.125" y1="267.0" x2="4049.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4049.375" y1="296.0" x2="4049.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4000.375" y1="209.0" x2="4072.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4103.90625" y1="180.0" x2="4453.1875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4453.1875" y1="209.0" x2="4453.1875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4453.1875" y1="238.0" x2="4406.6875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4453.1875" y1="238.0" x2="4453.1875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4453.1875" y1="267.0" x2="4220.4375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4220.4375" y1="296.0" x2="4220.4375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4220.4375" y1="325.0" x2="4187.1875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4187.1875" y1="354.0" x2="4187.1875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4187.1875" y1="383.0" x2="4031.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4031.875" y1="412.0" x2="4031.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4031.875" y1="441.0" x2="3989.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3989.875" y1="470.0" x2="3989.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4031.875" y1="441.0" x2="4041.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4031.875" y1="441.0" x2="4073.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4073.875" y1="470.0" x2="4073.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4187.1875" y1="383.0" x2="4172.4375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4187.1875" y1="383.0" x2="4297.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4297.0" y1="412.0" x2="4232.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4232.625" y1="441.0" x2="4232.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4232.625" y1="470.0" x2="4156.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4156.375" y1="499.0" x2="4156.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4156.375" y1="528.0" x2="4156.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4232.625" y1="470.0" x2="4217.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4232.625" y1="470.0" x2="4263.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4263.375" y1="499.0" x2="4263.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4263.375" y1="528.0" x2="4263.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4232.625" y1="470.0" x2="4308.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4297.0" y1="412.0" x2="4297.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4297.0" y1="412.0" x2="4361.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4361.375" y1="441.0" x2="4361.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4361.375" y1="470.0" x2="4329.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4361.375" y1="470.0" x2="4393.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4393.375" y1="499.0" x2="4393.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4393.375" y1="528.0" x2="4354.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4354.625" y1="557.0" x2="4354.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4354.625" y1="586.0" x2="4354.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4393.375" y1="528.0" x2="4432.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4432.125" y1="557.0" x2="4432.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4187.1875" y1="383.0" x2="4342.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4220.4375" y1="325.0" x2="4253.6875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4453.1875" y1="267.0" x2="4685.9375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4685.9375" y1="296.0" x2="4685.9375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4685.9375" y1="325.0" x2="4652.6875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4652.6875" y1="354.0" x2="4652.6875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4652.6875" y1="383.0" x2="4497.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4497.375" y1="412.0" x2="4497.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4497.375" y1="441.0" x2="4455.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4455.375" y1="470.0" x2="4455.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4497.375" y1="441.0" x2="4506.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4497.375" y1="441.0" x2="4539.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4539.375" y1="470.0" x2="4539.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4652.6875" y1="383.0" x2="4637.9375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4652.6875" y1="383.0" x2="4762.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4762.5" y1="412.0" x2="4698.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4698.125" y1="441.0" x2="4698.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4698.125" y1="470.0" x2="4621.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4621.875" y1="499.0" x2="4621.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4621.875" y1="528.0" x2="4621.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4698.125" y1="470.0" x2="4683.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4698.125" y1="470.0" x2="4728.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4728.875" y1="499.0" x2="4728.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4728.875" y1="528.0" x2="4728.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4698.125" y1="470.0" x2="4774.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4762.5" y1="412.0" x2="4762.5" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4762.5" y1="412.0" x2="4826.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4826.875" y1="441.0" x2="4826.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4826.875" y1="470.0" x2="4794.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4826.875" y1="470.0" x2="4858.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4858.875" y1="499.0" x2="4858.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4858.875" y1="528.0" x2="4820.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4820.125" y1="557.0" x2="4820.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4820.125" y1="586.0" x2="4820.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4858.875" y1="528.0" x2="4897.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4897.625" y1="557.0" x2="4897.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4652.6875" y1="383.0" x2="4808.0" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4685.9375" y1="325.0" x2="4719.1875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4453.1875" y1="238.0" x2="4499.6875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3216.875" y1="122.0" x2="4847.5" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4847.5" y1="151.0" x2="4847.5" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4847.5" y1="180.0" x2="4720.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4720.625" y1="209.0" x2="4720.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4720.625" y1="238.0" x2="4720.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4847.5" y1="180.0" x2="4802.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4802.625" y1="209.0" x2="4802.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4847.5" y1="180.0" x2="4892.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4892.375" y1="209.0" x2="4860.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4860.125" y1="238.0" x2="4860.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4860.125" y1="267.0" x2="4860.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4892.375" y1="209.0" x2="4909.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4892.375" y1="209.0" x2="4924.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4847.5" y1="180.0" x2="4974.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4974.375" y1="209.0" x2="4974.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4974.375" y1="238.0" x2="4927.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4974.375" y1="238.0" x2="4974.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4974.375" y1="267.0" x2="4974.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4974.375" y1="296.0" x2="4936.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4936.875" y1="325.0" x2="4936.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4936.875" y1="354.0" x2="4877.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4936.875" y1="354.0" x2="4996.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4996.375" y1="383.0" x2="4950.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4950.625" y1="412.0" x2="4950.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4996.375" y1="383.0" x2="4992.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4996.375" y1="383.0" x2="5042.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5042.125" y1="412.0" x2="5042.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5042.125" y1="441.0" x2="4959.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4959.875" y1="470.0" x2="4959.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4959.875" y1="499.0" x2="4959.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5042.125" y1="441.0" x2="5040.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5042.125" y1="441.0" x2="5124.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5124.375" y1="470.0" x2="5124.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5124.375" y1="499.0" x2="5078.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5124.375" y1="499.0" x2="5170.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5170.125" y1="528.0" x2="5170.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5170.125" y1="557.0" x2="5135.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5170.125" y1="557.0" x2="5166.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5166.625" y1="586.0" x2="5166.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5166.625" y1="615.0" x2="5166.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5170.125" y1="557.0" x2="5190.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5170.125" y1="557.0" x2="5205.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4974.375" y1="296.0" x2="5011.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="4974.375" y1="238.0" x2="5020.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3216.875" y1="122.0" x2="5188.25" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5188.25" y1="151.0" x2="5188.25" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5188.25" y1="180.0" x2="5061.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5061.375" y1="209.0" x2="5061.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5061.375" y1="238.0" x2="5061.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5188.25" y1="180.0" x2="5143.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5143.375" y1="209.0" x2="5143.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5188.25" y1="180.0" x2="5233.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5233.125" y1="209.0" x2="5200.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5200.875" y1="238.0" x2="5200.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5200.875" y1="267.0" x2="5200.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5233.125" y1="209.0" x2="5250.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5233.125" y1="209.0" x2="5265.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5188.25" y1="180.0" x2="5315.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5315.125" y1="209.0" x2="5315.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5315.125" y1="238.0" x2="5268.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5315.125" y1="238.0" x2="5315.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5315.125" y1="267.0" x2="5315.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5315.125" y1="296.0" x2="5277.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5277.625" y1="325.0" x2="5277.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5277.625" y1="354.0" x2="5206.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5206.375" y1="383.0" x2="5206.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5206.375" y1="412.0" x2="5206.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5277.625" y1="354.0" x2="5348.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5348.875" y1="383.0" x2="5348.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5348.875" y1="412.0" x2="5296.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5296.625" y1="441.0" x2="5296.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5348.875" y1="412.0" x2="5330.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5348.875" y1="412.0" x2="5401.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5401.125" y1="441.0" x2="5401.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5401.125" y1="470.0" x2="5401.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5315.125" y1="296.0" x2="5352.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5315.125" y1="238.0" x2="5361.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3216.875" y1="122.0" x2="5798.375" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5798.375" y1="151.0" x2="5798.375" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5798.375" y1="180.0" x2="5402.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5402.125" y1="209.0" x2="5402.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5402.125" y1="238.0" x2="5402.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5798.375" y1="180.0" x2="5484.125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5484.125" y1="209.0" x2="5484.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5798.375" y1="180.0" x2="5573.875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5573.875" y1="209.0" x2="5541.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5541.625" y1="238.0" x2="5541.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5541.625" y1="267.0" x2="5541.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5573.875" y1="209.0" x2="5591.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5573.875" y1="209.0" x2="5606.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5798.375" y1="180.0" x2="6194.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6194.625" y1="209.0" x2="6194.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6194.625" y1="238.0" x2="6148.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6194.625" y1="238.0" x2="6194.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6194.625" y1="267.0" x2="5614.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5614.125" y1="296.0" x2="5614.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5614.125" y1="325.0" x2="5576.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5576.625" y1="354.0" x2="5576.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5576.625" y1="383.0" x2="5505.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5505.375" y1="412.0" x2="5505.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5505.375" y1="441.0" x2="5505.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5576.625" y1="383.0" x2="5647.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5647.875" y1="412.0" x2="5647.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5647.875" y1="441.0" x2="5595.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5595.625" y1="470.0" x2="5595.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5647.875" y1="441.0" x2="5629.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5647.875" y1="441.0" x2="5700.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5700.125" y1="470.0" x2="5700.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5700.125" y1="499.0" x2="5700.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5614.125" y1="325.0" x2="5651.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6194.625" y1="267.0" x2="5899.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5899.125" y1="296.0" x2="5899.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5899.125" y1="325.0" x2="5861.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5861.625" y1="354.0" x2="5861.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5861.625" y1="383.0" x2="5790.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5790.375" y1="412.0" x2="5790.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5790.375" y1="441.0" x2="5790.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5861.625" y1="383.0" x2="5932.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5932.875" y1="412.0" x2="5932.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5932.875" y1="441.0" x2="5880.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5880.625" y1="470.0" x2="5880.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5932.875" y1="441.0" x2="5914.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5932.875" y1="441.0" x2="5985.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5985.125" y1="470.0" x2="5985.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5985.125" y1="499.0" x2="5985.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="5899.125" y1="325.0" x2="5936.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6194.625" y1="267.0" x2="6184.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6184.125" y1="296.0" x2="6184.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6184.125" y1="325.0" x2="6146.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6146.625" y1="354.0" x2="6146.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6146.625" y1="383.0" x2="6075.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6075.375" y1="412.0" x2="6075.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6075.375" y1="441.0" x2="6075.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6146.625" y1="383.0" x2="6217.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6217.875" y1="412.0" x2="6217.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6217.875" y1="441.0" x2="6165.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6165.625" y1="470.0" x2="6165.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6217.875" y1="441.0" x2="6199.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6217.875" y1="441.0" x2="6270.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6270.125" y1="470.0" x2="6270.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6270.125" y1="499.0" x2="6270.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6184.125" y1="325.0" x2="6221.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6194.625" y1="267.0" x2="6469.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6469.125" y1="296.0" x2="6469.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6469.125" y1="325.0" x2="6431.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6431.625" y1="354.0" x2="6431.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6431.625" y1="383.0" x2="6360.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6360.375" y1="412.0" x2="6360.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6360.375" y1="441.0" x2="6360.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6431.625" y1="383.0" x2="6502.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6502.875" y1="412.0" x2="6502.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6502.875" y1="441.0" x2="6450.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6450.625" y1="470.0" x2="6450.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6502.875" y1="441.0" x2="6484.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6502.875" y1="441.0" x2="6555.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6555.125" y1="470.0" x2="6555.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6555.125" y1="499.0" x2="6555.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6469.125" y1="325.0" x2="6506.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6194.625" y1="267.0" x2="6775.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6775.125" y1="296.0" x2="6775.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6775.125" y1="325.0" x2="6737.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6737.625" y1="354.0" x2="6737.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6737.625" y1="383.0" x2="6659.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6659.375" y1="412.0" x2="6659.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6659.375" y1="441.0" x2="6659.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6737.625" y1="383.0" x2="6815.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6815.875" y1="412.0" x2="6815.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6815.875" y1="441.0" x2="6763.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6763.625" y1="470.0" x2="6763.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6815.875" y1="441.0" x2="6797.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6815.875" y1="441.0" x2="6868.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6868.125" y1="470.0" x2="6868.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6868.125" y1="499.0" x2="6868.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6775.125" y1="325.0" x2="6812.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6194.625" y1="238.0" x2="6241.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="3216.875" y1="122.0" x2="5876.875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11090.96484375" y1="35.0" x2="7137.21875" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7137.21875" y1="64.0" x2="7137.21875" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7137.21875" y1="93.0" x2="6851.125" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7137.21875" y1="93.0" x2="6895.125" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6895.125" y1="122.0" x2="6895.125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7137.21875" y1="93.0" x2="7423.3125" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7423.3125" y1="122.0" x2="6932.625" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7423.3125" y1="122.0" x2="7011.125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7011.125" y1="151.0" x2="7011.125" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7011.125" y1="180.0" x2="6732.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7011.125" y1="180.0" x2="6814.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6814.625" y1="209.0" x2="6814.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7011.125" y1="180.0" x2="6969.75" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6969.75" y1="209.0" x2="6872.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6872.125" y1="238.0" x2="6872.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6872.125" y1="267.0" x2="6872.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6969.75" y1="209.0" x2="6947.0" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6969.75" y1="209.0" x2="7019.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7019.875" y1="238.0" x2="7019.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7019.875" y1="267.0" x2="6955.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6955.625" y1="296.0" x2="6955.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6955.625" y1="325.0" x2="6955.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7019.875" y1="267.0" x2="7011.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7011.125" y1="296.0" x2="7011.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7019.875" y1="267.0" x2="7084.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7084.125" y1="296.0" x2="7063.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7084.125" y1="296.0" x2="7104.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7104.625" y1="325.0" x2="7104.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7104.625" y1="354.0" x2="7104.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="6969.75" y1="209.0" x2="7067.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7011.125" y1="180.0" x2="7289.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7289.625" y1="209.0" x2="7289.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7289.625" y1="238.0" x2="7243.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7289.625" y1="238.0" x2="7289.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7289.625" y1="267.0" x2="7289.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7289.625" y1="296.0" x2="7256.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7256.375" y1="325.0" x2="7256.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7256.375" y1="354.0" x2="7180.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7180.125" y1="383.0" x2="7180.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7180.125" y1="412.0" x2="7180.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7256.375" y1="354.0" x2="7241.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7256.375" y1="354.0" x2="7287.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7287.125" y1="383.0" x2="7287.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7287.125" y1="412.0" x2="7287.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7256.375" y1="354.0" x2="7332.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7289.625" y1="296.0" x2="7322.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7289.625" y1="238.0" x2="7336.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7423.3125" y1="122.0" x2="7835.5" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7835.5" y1="151.0" x2="7835.5" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7835.5" y1="180.0" x2="7376.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7835.5" y1="180.0" x2="7458.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7458.625" y1="209.0" x2="7458.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7835.5" y1="180.0" x2="7701.9375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7701.9375" y1="209.0" x2="7516.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7516.125" y1="238.0" x2="7516.125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7516.125" y1="267.0" x2="7516.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7701.9375" y1="209.0" x2="7679.1875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7701.9375" y1="209.0" x2="7840.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7840.25" y1="238.0" x2="7840.25" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7840.25" y1="267.0" x2="7606.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7606.125" y1="296.0" x2="7583.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7583.625" y1="325.0" x2="7583.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7583.625" y1="354.0" x2="7583.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7606.125" y1="296.0" x2="7628.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7628.625" y1="325.0" x2="7628.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7840.25" y1="267.0" x2="7674.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7840.25" y1="267.0" x2="7742.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7742.375" y1="296.0" x2="7721.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7721.625" y1="325.0" x2="7721.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7721.625" y1="354.0" x2="7602.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7721.625" y1="354.0" x2="7662.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7662.125" y1="383.0" x2="7662.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7662.125" y1="412.0" x2="7662.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7721.625" y1="354.0" x2="7721.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7721.625" y1="354.0" x2="7781.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7781.125" y1="383.0" x2="7781.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7781.125" y1="412.0" x2="7781.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7721.625" y1="354.0" x2="7841.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7742.375" y1="296.0" x2="7763.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7763.125" y1="325.0" x2="7763.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7840.25" y1="267.0" x2="7908.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7840.25" y1="267.0" x2="8074.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8074.375" y1="296.0" x2="8043.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8043.625" y1="325.0" x2="8043.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8043.625" y1="354.0" x2="7978.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7978.625" y1="383.0" x2="7978.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7978.625" y1="412.0" x2="7799.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7978.625" y1="412.0" x2="7859.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7859.625" y1="441.0" x2="7859.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7859.625" y1="470.0" x2="7859.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7978.625" y1="412.0" x2="7919.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7978.625" y1="412.0" x2="7978.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7978.625" y1="441.0" x2="7978.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7978.625" y1="470.0" x2="7978.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7978.625" y1="412.0" x2="8038.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7978.625" y1="412.0" x2="8097.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8097.625" y1="441.0" x2="8097.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8097.625" y1="470.0" x2="8097.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7978.625" y1="412.0" x2="8157.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8043.625" y1="354.0" x2="8108.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8108.625" y1="383.0" x2="8108.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8074.375" y1="296.0" x2="8105.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8105.125" y1="325.0" x2="8105.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7701.9375" y1="209.0" x2="7887.75" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7835.5" y1="180.0" x2="8294.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8294.375" y1="209.0" x2="8294.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8294.375" y1="238.0" x2="8247.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8294.375" y1="238.0" x2="8294.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8294.375" y1="267.0" x2="8294.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8294.375" y1="296.0" x2="8256.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8256.875" y1="325.0" x2="8256.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8256.875" y1="354.0" x2="8197.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8256.875" y1="354.0" x2="8316.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8316.375" y1="383.0" x2="8276.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8276.875" y1="412.0" x2="8276.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8316.375" y1="383.0" x2="8312.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8316.375" y1="383.0" x2="8355.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8355.875" y1="412.0" x2="8355.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8355.875" y1="441.0" x2="8188.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8188.125" y1="470.0" x2="8188.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8188.125" y1="499.0" x2="8141.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8141.375" y1="528.0" x2="8141.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8141.375" y1="557.0" x2="7997.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7997.875" y1="586.0" x2="7997.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7997.875" y1="615.0" x2="7951.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7951.125" y1="644.0" x2="7951.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7951.125" y1="673.0" x2="7951.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7997.875" y1="615.0" x2="8012.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7997.875" y1="615.0" x2="8044.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8044.625" y1="644.0" x2="8044.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8141.375" y1="557.0" x2="8126.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8141.375" y1="557.0" x2="8239.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8239.375" y1="586.0" x2="8239.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8239.375" y1="615.0" x2="8151.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8151.625" y1="644.0" x2="8151.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8151.625" y1="673.0" x2="8151.625" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8239.375" y1="615.0" x2="8244.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8239.375" y1="615.0" x2="8327.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8327.125" y1="644.0" x2="8327.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8327.125" y1="673.0" x2="8219.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8327.125" y1="673.0" x2="8266.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8266.375" y1="702.0" x2="8266.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8266.375" y1="731.0" x2="8219.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8219.625" y1="760.0" x2="8219.625" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8219.625" y1="789.0" x2="8219.625" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8266.375" y1="731.0" x2="8280.625" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8266.375" y1="731.0" x2="8313.125" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8313.125" y1="760.0" x2="8313.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8327.125" y1="673.0" x2="8327.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8327.125" y1="673.0" x2="8387.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8387.875" y1="702.0" x2="8351.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8351.875" y1="731.0" x2="8351.875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8387.875" y1="702.0" x2="8384.375" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8387.875" y1="702.0" x2="8423.875" y2="725.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8423.875" y1="731.0" x2="8423.875" y2="754.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8423.875" y1="760.0" x2="8377.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8377.125" y1="789.0" x2="8377.125" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8377.125" y1="818.0" x2="8377.125" y2="841.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8423.875" y1="760.0" x2="8438.125" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8423.875" y1="760.0" x2="8470.625" y2="783.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8470.625" y1="789.0" x2="8470.625" y2="812.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8327.125" y1="673.0" x2="8434.375" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8141.375" y1="557.0" x2="8284.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8188.125" y1="499.0" x2="8202.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8188.125" y1="499.0" x2="8234.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8234.875" y1="528.0" x2="8234.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8355.875" y1="441.0" x2="8341.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8355.875" y1="441.0" x2="8478.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8478.125" y1="470.0" x2="8478.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8478.125" y1="499.0" x2="8390.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8390.375" y1="528.0" x2="8390.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8390.375" y1="557.0" x2="8390.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8478.125" y1="499.0" x2="8483.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8478.125" y1="499.0" x2="8565.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8565.875" y1="528.0" x2="8565.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8565.875" y1="557.0" x2="8498.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8498.875" y1="586.0" x2="8498.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8498.875" y1="615.0" x2="8452.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8452.125" y1="644.0" x2="8452.125" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8452.125" y1="673.0" x2="8452.125" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8498.875" y1="615.0" x2="8513.125" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8498.875" y1="615.0" x2="8545.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8545.625" y1="644.0" x2="8545.625" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8565.875" y1="557.0" x2="8564.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8565.875" y1="557.0" x2="8632.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8632.875" y1="586.0" x2="8632.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8632.875" y1="615.0" x2="8632.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8355.875" y1="441.0" x2="8523.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8294.375" y1="296.0" x2="8331.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8294.375" y1="238.0" x2="8340.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="7423.3125" y1="122.0" x2="7914.0" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11090.96484375" y1="35.0" x2="11414.072265625" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11414.072265625" y1="64.0" x2="11414.072265625" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11414.072265625" y1="93.0" x2="8920.078125" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11414.072265625" y1="93.0" x2="8964.078125" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8964.078125" y1="122.0" x2="8964.078125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11414.072265625" y1="93.0" x2="13908.06640625" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13908.06640625" y1="122.0" x2="9001.578125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13908.06640625" y1="122.0" x2="9080.078125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9080.078125" y1="151.0" x2="9080.078125" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9080.078125" y1="180.0" x2="8531.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8531.625" y1="209.0" x2="8531.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9080.078125" y1="180.0" x2="8592.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9080.078125" y1="180.0" x2="8637.625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8637.625" y1="209.0" x2="8637.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9080.078125" y1="180.0" x2="9628.53125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9628.53125" y1="209.0" x2="8685.125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9628.53125" y1="209.0" x2="8764.625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8764.625" y1="238.0" x2="8764.625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8764.625" y1="267.0" x2="8598.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8598.375" y1="296.0" x2="8598.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8598.375" y1="325.0" x2="8558.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8558.375" y1="354.0" x2="8558.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8598.375" y1="325.0" x2="8638.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8638.375" y1="354.0" x2="8584.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8638.375" y1="354.0" x2="8638.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8638.375" y1="383.0" x2="8589.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8589.375" y1="412.0" x2="8589.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8589.375" y1="441.0" x2="8589.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8638.375" y1="383.0" x2="8638.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8638.375" y1="383.0" x2="8687.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8687.375" y1="412.0" x2="8687.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8687.375" y1="441.0" x2="8687.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8638.375" y1="354.0" x2="8691.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8764.625" y1="267.0" x2="8868.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8868.875" y1="296.0" x2="8868.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8868.875" y1="325.0" x2="8823.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8823.625" y1="354.0" x2="8823.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8868.875" y1="325.0" x2="8857.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8868.875" y1="325.0" x2="8914.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8914.125" y1="354.0" x2="8914.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8914.125" y1="383.0" x2="8826.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8826.375" y1="412.0" x2="8826.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8826.375" y1="441.0" x2="8705.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8826.375" y1="441.0" x2="8826.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8826.375" y1="470.0" x2="8826.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8826.375" y1="499.0" x2="8742.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8742.875" y1="528.0" x2="8742.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8826.375" y1="499.0" x2="8864.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8864.875" y1="528.0" x2="8864.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8864.875" y1="557.0" x2="8864.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8826.375" y1="499.0" x2="8909.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8909.875" y1="528.0" x2="8909.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8826.375" y1="441.0" x2="8946.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8914.125" y1="383.0" x2="8919.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8914.125" y1="383.0" x2="9001.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9001.875" y1="412.0" x2="9001.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9001.875" y1="441.0" x2="9001.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="8764.625" y1="267.0" x2="8930.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9628.53125" y1="209.0" x2="9193.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9193.875" y1="238.0" x2="9193.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9193.875" y1="267.0" x2="9038.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9038.875" y1="296.0" x2="9038.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9193.875" y1="267.0" x2="9162.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9162.5" y1="296.0" x2="9066.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9066.875" y1="325.0" x2="9066.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9066.875" y1="354.0" x2="9066.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9162.5" y1="296.0" x2="9112.291666666666" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9162.5" y1="296.0" x2="9148.708333333334" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9162.5" y1="296.0" x2="9211.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9211.125" y1="325.0" x2="9211.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9211.125" y1="354.0" x2="9141.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9141.875" y1="383.0" x2="9141.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9141.875" y1="412.0" x2="9141.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9211.125" y1="354.0" x2="9236.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9236.375" y1="383.0" x2="9236.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9236.375" y1="412.0" x2="9236.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9211.125" y1="354.0" x2="9280.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9280.375" y1="383.0" x2="9280.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9162.5" y1="296.0" x2="9258.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9193.875" y1="267.0" x2="9348.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9348.875" y1="296.0" x2="9276.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9348.875" y1="296.0" x2="9300.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9348.875" y1="296.0" x2="9363.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9363.125" y1="325.0" x2="9363.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9363.125" y1="354.0" x2="9363.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9348.875" y1="296.0" x2="9421.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9628.53125" y1="209.0" x2="9748.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9748.375" y1="238.0" x2="9748.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9748.375" y1="267.0" x2="9485.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9485.875" y1="296.0" x2="9485.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9748.375" y1="267.0" x2="9581.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9581.875" y1="296.0" x2="9581.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9748.375" y1="267.0" x2="9683.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9683.375" y1="296.0" x2="9683.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9683.375" y1="325.0" x2="9408.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9408.125" y1="354.0" x2="9408.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9408.125" y1="383.0" x2="9408.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9683.375" y1="325.0" x2="9450.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9683.375" y1="325.0" x2="9554.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9554.125" y1="354.0" x2="9554.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9683.375" y1="325.0" x2="9639.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9683.375" y1="325.0" x2="9692.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9692.125" y1="354.0" x2="9624.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9624.125" y1="383.0" x2="9624.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9624.125" y1="412.0" x2="9624.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9692.125" y1="354.0" x2="9718.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9718.625" y1="383.0" x2="9718.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9718.625" y1="412.0" x2="9718.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9692.125" y1="354.0" x2="9760.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9760.125" y1="383.0" x2="9760.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9683.375" y1="325.0" x2="9799.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9683.375" y1="325.0" x2="9906.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9906.125" y1="354.0" x2="9838.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9838.125" y1="383.0" x2="9838.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9838.125" y1="412.0" x2="9838.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9906.125" y1="354.0" x2="9932.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9932.625" y1="383.0" x2="9932.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9932.625" y1="412.0" x2="9932.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9906.125" y1="354.0" x2="9974.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9974.125" y1="383.0" x2="9974.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9683.375" y1="325.0" x2="9958.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9748.375" y1="267.0" x2="10010.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10010.875" y1="296.0" x2="9969.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10010.875" y1="296.0" x2="10013.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10013.125" y1="325.0" x2="10013.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10013.125" y1="354.0" x2="10013.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10010.875" y1="296.0" x2="10052.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9628.53125" y1="209.0" x2="10492.4375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10492.4375" y1="238.0" x2="10492.4375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10492.4375" y1="267.0" x2="10114.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10114.625" y1="296.0" x2="10114.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10114.625" y1="325.0" x2="10114.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10492.4375" y1="267.0" x2="10200.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10200.875" y1="296.0" x2="10181.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10200.875" y1="296.0" x2="10220.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10492.4375" y1="267.0" x2="10272.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10272.125" y1="296.0" x2="10272.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10272.125" y1="325.0" x2="10272.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10492.4375" y1="267.0" x2="10371.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10371.875" y1="296.0" x2="10339.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10339.625" y1="325.0" x2="10339.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10339.625" y1="354.0" x2="10339.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10371.875" y1="296.0" x2="10389.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10371.875" y1="296.0" x2="10404.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10492.4375" y1="267.0" x2="10870.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10870.25" y1="296.0" x2="10870.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10870.25" y1="325.0" x2="10823.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10870.25" y1="325.0" x2="10870.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10870.25" y1="354.0" x2="10399.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10399.625" y1="383.0" x2="10399.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10399.625" y1="412.0" x2="10362.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10362.125" y1="441.0" x2="10362.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10362.125" y1="470.0" x2="10297.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10297.125" y1="499.0" x2="10277.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10297.125" y1="499.0" x2="10316.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10362.125" y1="470.0" x2="10336.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10362.125" y1="470.0" x2="10427.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10427.125" y1="499.0" x2="10368.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10368.375" y1="528.0" x2="10368.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10427.125" y1="499.0" x2="10402.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10427.125" y1="499.0" x2="10422.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10427.125" y1="499.0" x2="10485.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10485.875" y1="528.0" x2="10485.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10485.875" y1="557.0" x2="10447.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10447.625" y1="586.0" x2="10447.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10447.625" y1="615.0" x2="10447.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10485.875" y1="557.0" x2="10509.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10485.875" y1="557.0" x2="10524.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10399.625" y1="412.0" x2="10437.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10870.25" y1="354.0" x2="10695.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10695.625" y1="383.0" x2="10695.625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10695.625" y1="412.0" x2="10658.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10658.125" y1="441.0" x2="10658.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10658.125" y1="470.0" x2="10568.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10568.125" y1="499.0" x2="10548.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10568.125" y1="499.0" x2="10587.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10658.125" y1="470.0" x2="10639.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10639.375" y1="499.0" x2="10639.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10639.375" y1="528.0" x2="10639.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10658.125" y1="470.0" x2="10748.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10748.125" y1="499.0" x2="10748.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10748.125" y1="528.0" x2="10689.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10689.375" y1="557.0" x2="10689.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10748.125" y1="528.0" x2="10723.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10748.125" y1="528.0" x2="10743.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10748.125" y1="528.0" x2="10806.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10806.875" y1="557.0" x2="10806.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10806.875" y1="586.0" x2="10768.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10806.875" y1="586.0" x2="10797.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10806.875" y1="586.0" x2="10821.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10821.375" y1="615.0" x2="10821.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10821.375" y1="644.0" x2="10821.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10806.875" y1="586.0" x2="10844.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10695.625" y1="412.0" x2="10733.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10870.25" y1="354.0" x2="10990.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10990.125" y1="383.0" x2="10990.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10990.125" y1="412.0" x2="10956.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10956.875" y1="441.0" x2="10956.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10956.875" y1="470.0" x2="10880.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10880.625" y1="499.0" x2="10880.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10880.625" y1="528.0" x2="10880.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10956.875" y1="470.0" x2="10942.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10956.875" y1="470.0" x2="10987.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10987.625" y1="499.0" x2="10987.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10987.625" y1="528.0" x2="10956.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10987.625" y1="528.0" x2="11019.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11019.125" y1="557.0" x2="11019.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11019.125" y1="586.0" x2="11019.125" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10956.875" y1="470.0" x2="11033.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10990.125" y1="412.0" x2="11023.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10870.25" y1="354.0" x2="11204.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11204.125" y1="383.0" x2="11204.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11204.125" y1="412.0" x2="11170.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11170.875" y1="441.0" x2="11170.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11170.875" y1="470.0" x2="11094.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11094.625" y1="499.0" x2="11094.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11094.625" y1="528.0" x2="11094.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11170.875" y1="470.0" x2="11156.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11170.875" y1="470.0" x2="11201.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11201.625" y1="499.0" x2="11201.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11201.625" y1="528.0" x2="11171.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11201.625" y1="528.0" x2="11231.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11231.875" y1="557.0" x2="11231.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11231.875" y1="586.0" x2="11231.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11170.875" y1="470.0" x2="11247.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11204.125" y1="412.0" x2="11237.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10870.25" y1="354.0" x2="11340.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11340.875" y1="383.0" x2="11340.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11340.875" y1="412.0" x2="11264.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11340.875" y1="412.0" x2="11296.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11340.875" y1="412.0" x2="11359.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11359.375" y1="441.0" x2="11359.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11359.375" y1="470.0" x2="11359.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11340.875" y1="412.0" x2="11417.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="10870.25" y1="325.0" x2="10916.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="9628.53125" y1="209.0" x2="10571.9375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13908.06640625" y1="122.0" x2="12653.328125" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12653.328125" y1="151.0" x2="12653.328125" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12653.328125" y1="180.0" x2="11962.1875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12653.328125" y1="180.0" x2="11993.6875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12653.328125" y1="180.0" x2="12038.6875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12038.6875" y1="209.0" x2="12038.6875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12653.328125" y1="180.0" x2="13344.46875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13344.46875" y1="209.0" x2="12086.1875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13344.46875" y1="209.0" x2="12165.6875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12165.6875" y1="238.0" x2="12165.6875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12165.6875" y1="267.0" x2="11278.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12165.6875" y1="267.0" x2="11361.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11361.125" y1="296.0" x2="11341.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11361.125" y1="296.0" x2="11380.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12165.6875" y1="267.0" x2="11432.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11432.375" y1="296.0" x2="11432.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11432.375" y1="325.0" x2="11432.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12165.6875" y1="267.0" x2="11608.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11608.5" y1="296.0" x2="11499.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11499.875" y1="325.0" x2="11499.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11499.875" y1="354.0" x2="11499.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11608.5" y1="296.0" x2="11585.75" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11608.5" y1="296.0" x2="11669.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11669.625" y1="325.0" x2="11669.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11669.625" y1="354.0" x2="11561.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11561.375" y1="383.0" x2="11493.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11493.375" y1="412.0" x2="11493.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11493.375" y1="441.0" x2="11493.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11561.375" y1="383.0" x2="11587.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11587.875" y1="412.0" x2="11587.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11587.875" y1="441.0" x2="11587.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11561.375" y1="383.0" x2="11629.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11629.375" y1="412.0" x2="11629.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11669.625" y1="354.0" x2="11669.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11669.625" y1="354.0" x2="11777.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11777.875" y1="383.0" x2="11709.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11709.875" y1="412.0" x2="11709.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11709.875" y1="441.0" x2="11709.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11777.875" y1="383.0" x2="11804.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11804.375" y1="412.0" x2="11804.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11804.375" y1="441.0" x2="11804.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11777.875" y1="383.0" x2="11845.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11845.875" y1="412.0" x2="11845.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11608.5" y1="296.0" x2="11717.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12165.6875" y1="267.0" x2="13053.25" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13053.25" y1="296.0" x2="13053.25" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13053.25" y1="325.0" x2="13006.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13053.25" y1="325.0" x2="13053.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13053.25" y1="354.0" x2="11950.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11950.125" y1="383.0" x2="11950.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11950.125" y1="412.0" x2="11916.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11916.875" y1="441.0" x2="11916.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11916.875" y1="470.0" x2="11818.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11818.875" y1="499.0" x2="11818.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11818.875" y1="528.0" x2="11818.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11916.875" y1="470.0" x2="11925.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11925.375" y1="499.0" x2="11925.375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11916.875" y1="470.0" x2="12014.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12014.875" y1="499.0" x2="12014.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12014.875" y1="528.0" x2="11976.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12014.875" y1="528.0" x2="12005.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12014.875" y1="528.0" x2="12029.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12029.375" y1="557.0" x2="12029.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12029.375" y1="586.0" x2="12029.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12014.875" y1="528.0" x2="12052.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11950.125" y1="412.0" x2="11983.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13053.25" y1="354.0" x2="12292.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12292.375" y1="383.0" x2="12292.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12292.375" y1="412.0" x2="12259.125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12259.125" y1="441.0" x2="12259.125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12259.125" y1="470.0" x2="12161.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12161.125" y1="499.0" x2="12161.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12161.125" y1="528.0" x2="12114.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12114.375" y1="557.0" x2="12114.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12114.375" y1="586.0" x2="12114.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12161.125" y1="528.0" x2="12175.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12161.125" y1="528.0" x2="12207.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12207.875" y1="557.0" x2="12207.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12259.125" y1="470.0" x2="12267.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12267.625" y1="499.0" x2="12267.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12259.125" y1="470.0" x2="12357.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12357.125" y1="499.0" x2="12357.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12357.125" y1="528.0" x2="12357.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12292.375" y1="412.0" x2="12325.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13053.25" y1="354.0" x2="12553.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12553.125" y1="383.0" x2="12553.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12553.125" y1="412.0" x2="12519.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12519.875" y1="441.0" x2="12519.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12519.875" y1="470.0" x2="12443.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12443.625" y1="499.0" x2="12443.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12443.625" y1="528.0" x2="12443.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12519.875" y1="470.0" x2="12505.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12519.875" y1="470.0" x2="12550.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12550.625" y1="499.0" x2="12550.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12550.625" y1="528.0" x2="12519.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12550.625" y1="528.0" x2="12582.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12582.125" y1="557.0" x2="12582.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12582.125" y1="586.0" x2="12535.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12535.375" y1="615.0" x2="12535.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12535.375" y1="644.0" x2="12535.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12582.125" y1="586.0" x2="12596.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12582.125" y1="586.0" x2="12628.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12628.875" y1="615.0" x2="12628.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12519.875" y1="470.0" x2="12596.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12553.125" y1="412.0" x2="12586.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13053.25" y1="354.0" x2="13070.5" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13070.5" y1="383.0" x2="13070.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13070.5" y1="412.0" x2="12994.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13070.5" y1="412.0" x2="13026.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13070.5" y1="412.0" x2="13089.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13089.0" y1="441.0" x2="13089.0" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13089.0" y1="470.0" x2="13049.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13089.0" y1="470.0" x2="13089.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13089.0" y1="499.0" x2="13089.0" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13089.0" y1="528.0" x2="12773.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12773.875" y1="557.0" x2="12773.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12773.875" y1="586.0" x2="12708.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12708.375" y1="615.0" x2="12708.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12708.375" y1="644.0" x2="12708.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12773.875" y1="586.0" x2="12772.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12773.875" y1="586.0" x2="12839.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12839.375" y1="615.0" x2="12839.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12839.375" y1="644.0" x2="12839.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13089.0" y1="528.0" x2="12907.791666666666" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13089.0" y1="528.0" x2="12981.208333333334" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13089.0" y1="528.0" x2="13097.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13097.125" y1="557.0" x2="13097.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13097.125" y1="586.0" x2="12997.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12997.875" y1="615.0" x2="12997.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="12997.875" y1="644.0" x2="12997.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13097.125" y1="586.0" x2="13106.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13097.125" y1="586.0" x2="13151.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13151.375" y1="615.0" x2="13151.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13151.375" y1="644.0" x2="13151.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13097.125" y1="586.0" x2="13196.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13089.0" y1="528.0" x2="13210.791666666666" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13089.0" y1="528.0" x2="13285.458333333334" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13089.0" y1="528.0" x2="13404.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13404.125" y1="557.0" x2="13404.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13404.125" y1="586.0" x2="13304.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13304.875" y1="615.0" x2="13304.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13304.875" y1="644.0" x2="13304.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13404.125" y1="586.0" x2="13413.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13404.125" y1="586.0" x2="13458.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13458.375" y1="615.0" x2="13458.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13458.375" y1="644.0" x2="13458.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13404.125" y1="586.0" x2="13503.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13089.0" y1="470.0" x2="13129.0" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13070.5" y1="412.0" x2="13147.0" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13053.25" y1="354.0" x2="13647.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13647.125" y1="383.0" x2="13647.125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13647.125" y1="412.0" x2="13609.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13609.625" y1="441.0" x2="13609.625" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13609.625" y1="470.0" x2="13520.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13520.625" y1="499.0" x2="13520.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13520.625" y1="528.0" x2="13480.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13480.625" y1="557.0" x2="13480.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13520.625" y1="528.0" x2="13560.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13560.625" y1="557.0" x2="13507.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13560.625" y1="557.0" x2="13560.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13560.625" y1="586.0" x2="13560.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13560.625" y1="615.0" x2="13560.625" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13560.625" y1="557.0" x2="13614.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13609.625" y1="470.0" x2="13698.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13698.625" y1="499.0" x2="13698.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13698.625" y1="528.0" x2="13646.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13646.375" y1="557.0" x2="13646.375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13698.625" y1="528.0" x2="13680.375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13698.625" y1="528.0" x2="13750.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13750.875" y1="557.0" x2="13750.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13750.875" y1="586.0" x2="13645.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13750.875" y1="586.0" x2="13722.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13722.875" y1="615.0" x2="13722.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13722.875" y1="644.0" x2="13722.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13750.875" y1="586.0" x2="13777.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13750.875" y1="586.0" x2="13816.875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13816.875" y1="615.0" x2="13816.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13816.875" y1="644.0" x2="13816.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13750.875" y1="586.0" x2="13856.375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13647.125" y1="412.0" x2="13684.625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13053.25" y1="354.0" x2="14156.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14156.375" y1="383.0" x2="14156.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14156.375" y1="412.0" x2="14110.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14156.375" y1="412.0" x2="14162.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14162.875" y1="441.0" x2="14162.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14162.875" y1="470.0" x2="13912.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14162.875" y1="470.0" x2="13943.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13943.625" y1="499.0" x2="13943.625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13943.625" y1="528.0" x2="13943.625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14162.875" y1="470.0" x2="14144.875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14162.875" y1="470.0" x2="14368.125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14368.125" y1="499.0" x2="14022.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14022.125" y1="528.0" x2="14022.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14022.125" y1="557.0" x2="13935.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13935.625" y1="586.0" x2="13935.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13935.625" y1="615.0" x2="13888.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13888.875" y1="644.0" x2="13888.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13888.875" y1="673.0" x2="13888.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13935.625" y1="615.0" x2="13949.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13935.625" y1="615.0" x2="13982.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13982.375" y1="644.0" x2="13982.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14022.125" y1="557.0" x2="14016.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14022.125" y1="557.0" x2="14108.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14108.625" y1="586.0" x2="14108.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14108.625" y1="615.0" x2="14061.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14061.875" y1="644.0" x2="14061.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14061.875" y1="673.0" x2="14061.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14108.625" y1="615.0" x2="14122.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14108.625" y1="615.0" x2="14155.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14155.375" y1="644.0" x2="14155.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14368.125" y1="499.0" x2="14195.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14368.125" y1="499.0" x2="14368.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14368.125" y1="528.0" x2="14368.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14368.125" y1="557.0" x2="14281.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14281.625" y1="586.0" x2="14281.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14281.625" y1="615.0" x2="14234.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14234.875" y1="644.0" x2="14234.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14234.875" y1="673.0" x2="14234.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14281.625" y1="615.0" x2="14295.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14281.625" y1="615.0" x2="14328.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14328.375" y1="644.0" x2="14328.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14368.125" y1="557.0" x2="14362.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14368.125" y1="557.0" x2="14454.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14454.625" y1="586.0" x2="14454.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14454.625" y1="615.0" x2="14407.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14407.875" y1="644.0" x2="14407.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14407.875" y1="673.0" x2="14407.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14454.625" y1="615.0" x2="14468.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14454.625" y1="615.0" x2="14501.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14501.375" y1="644.0" x2="14501.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14368.125" y1="499.0" x2="14541.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14368.125" y1="499.0" x2="14714.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14714.125" y1="528.0" x2="14714.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14714.125" y1="557.0" x2="14627.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14627.625" y1="586.0" x2="14627.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14627.625" y1="615.0" x2="14580.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14580.875" y1="644.0" x2="14580.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14580.875" y1="673.0" x2="14580.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14627.625" y1="615.0" x2="14641.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14627.625" y1="615.0" x2="14674.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14674.375" y1="644.0" x2="14674.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14714.125" y1="557.0" x2="14708.125" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14714.125" y1="557.0" x2="14800.625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14800.625" y1="586.0" x2="14800.625" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14800.625" y1="615.0" x2="14753.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14753.875" y1="644.0" x2="14753.875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14753.875" y1="673.0" x2="14753.875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14800.625" y1="615.0" x2="14814.875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14800.625" y1="615.0" x2="14847.375" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14847.375" y1="644.0" x2="14847.375" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14162.875" y1="470.0" x2="14413.625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14156.375" y1="412.0" x2="14202.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13053.25" y1="325.0" x2="13099.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13344.46875" y1="209.0" x2="14523.25" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14523.25" y1="238.0" x2="14523.25" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14523.25" y1="267.0" x2="13995.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14523.25" y1="267.0" x2="14078.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14078.625" y1="296.0" x2="14078.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14523.25" y1="267.0" x2="14146.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14146.625" y1="296.0" x2="14146.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14146.625" y1="325.0" x2="14146.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14523.25" y1="267.0" x2="14388.625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14388.625" y1="296.0" x2="14214.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14214.125" y1="325.0" x2="14214.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14214.125" y1="354.0" x2="14214.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14388.625" y1="296.0" x2="14365.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14388.625" y1="296.0" x2="14515.625" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14515.625" y1="325.0" x2="14515.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14515.625" y1="354.0" x2="14281.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14281.625" y1="383.0" x2="14250.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14250.875" y1="412.0" x2="14250.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14250.875" y1="441.0" x2="14250.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14281.625" y1="383.0" x2="14312.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14312.375" y1="412.0" x2="14312.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14515.625" y1="354.0" x2="14384.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14515.625" y1="354.0" x2="14487.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14487.625" y1="383.0" x2="14408.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14408.375" y1="412.0" x2="14408.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14408.375" y1="441.0" x2="14408.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14487.625" y1="383.0" x2="14502.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14502.875" y1="412.0" x2="14502.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14502.875" y1="441.0" x2="14502.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14487.625" y1="383.0" x2="14566.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14566.875" y1="412.0" x2="14566.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14515.625" y1="354.0" x2="14618.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14515.625" y1="354.0" x2="14749.625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14749.625" y1="383.0" x2="14674.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14674.375" y1="412.0" x2="14674.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14674.375" y1="441.0" x2="14674.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14749.625" y1="383.0" x2="14768.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14768.875" y1="412.0" x2="14768.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14768.875" y1="441.0" x2="14768.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14749.625" y1="383.0" x2="14824.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14824.875" y1="412.0" x2="14824.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14388.625" y1="296.0" x2="14563.125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14523.25" y1="267.0" x2="15050.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15050.875" y1="296.0" x2="15050.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15050.875" y1="325.0" x2="15004.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15050.875" y1="325.0" x2="15050.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15050.875" y1="354.0" x2="15050.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15050.875" y1="383.0" x2="14858.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15050.875" y1="383.0" x2="14873.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15050.875" y1="383.0" x2="14935.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14935.875" y1="412.0" x2="14935.875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14935.875" y1="441.0" x2="14935.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15050.875" y1="383.0" x2="14997.875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15050.875" y1="383.0" x2="15063.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15063.375" y1="412.0" x2="15063.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15063.375" y1="441.0" x2="15016.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15063.375" y1="441.0" x2="15063.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15063.375" y1="470.0" x2="15063.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15063.375" y1="499.0" x2="14986.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15063.375" y1="499.0" x2="15018.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15063.375" y1="499.0" x2="15081.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15081.875" y1="528.0" x2="15081.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15081.875" y1="557.0" x2="15081.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15063.375" y1="499.0" x2="15139.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15063.375" y1="441.0" x2="15109.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15050.875" y1="383.0" x2="15153.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15050.875" y1="383.0" x2="15243.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15243.375" y1="412.0" x2="15243.375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15243.375" y1="441.0" x2="15196.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15243.375" y1="441.0" x2="15243.375" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15243.375" y1="470.0" x2="15243.375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15243.375" y1="499.0" x2="15166.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15243.375" y1="499.0" x2="15198.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15243.375" y1="499.0" x2="15261.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15261.875" y1="528.0" x2="15261.875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15261.875" y1="557.0" x2="15261.875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15243.375" y1="499.0" x2="15319.875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15243.375" y1="441.0" x2="15289.875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15050.875" y1="325.0" x2="15097.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13344.46875" y1="209.0" x2="14602.75" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13908.06640625" y1="122.0" x2="15214.4375" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15214.4375" y1="151.0" x2="15214.4375" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15214.4375" y1="180.0" x2="14997.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14997.375" y1="209.0" x2="14997.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="14997.375" y1="238.0" x2="14997.375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15214.4375" y1="180.0" x2="15079.375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15079.375" y1="209.0" x2="15079.375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15214.4375" y1="180.0" x2="15271.1875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15271.1875" y1="209.0" x2="15136.875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15136.875" y1="238.0" x2="15136.875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15136.875" y1="267.0" x2="15136.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15271.1875" y1="209.0" x2="15248.4375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15271.1875" y1="209.0" x2="15358.0" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15358.0" y1="238.0" x2="15358.0" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15358.0" y1="267.0" x2="15219.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15219.875" y1="296.0" x2="15185.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15185.875" y1="325.0" x2="15185.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15185.875" y1="354.0" x2="15185.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15219.875" y1="296.0" x2="15253.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15253.875" y1="325.0" x2="15253.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15358.0" y1="267.0" x2="15286.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15358.0" y1="267.0" x2="15353.875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15353.875" y1="296.0" x2="15319.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15319.375" y1="325.0" x2="15319.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15319.375" y1="354.0" x2="15319.375" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15353.875" y1="296.0" x2="15388.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15388.375" y1="325.0" x2="15388.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15358.0" y1="267.0" x2="15425.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15358.0" y1="267.0" x2="15496.125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15496.125" y1="296.0" x2="15461.875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15461.875" y1="325.0" x2="15461.875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15461.875" y1="354.0" x2="15461.875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15496.125" y1="296.0" x2="15530.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15530.375" y1="325.0" x2="15530.375" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15271.1875" y1="209.0" x2="15405.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15214.4375" y1="180.0" x2="15431.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15431.5" y1="209.0" x2="15431.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15431.5" y1="238.0" x2="15424.0" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15431.5" y1="238.0" x2="15439.0" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13908.06640625" y1="122.0" x2="16017.21875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16017.21875" y1="151.0" x2="16017.21875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16017.21875" y1="180.0" x2="15518.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15518.5" y1="209.0" x2="15518.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15518.5" y1="238.0" x2="15518.5" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16017.21875" y1="180.0" x2="15600.5" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15600.5" y1="209.0" x2="15600.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16017.21875" y1="180.0" x2="15690.25" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15690.25" y1="209.0" x2="15658.0" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15658.0" y1="238.0" x2="15658.0" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15658.0" y1="267.0" x2="15658.0" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15690.25" y1="209.0" x2="15707.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15690.25" y1="209.0" x2="15722.5" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16017.21875" y1="180.0" x2="16515.9375" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16515.9375" y1="209.0" x2="16515.9375" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16515.9375" y1="238.0" x2="16469.4375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16515.9375" y1="238.0" x2="16515.9375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16515.9375" y1="267.0" x2="15764.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15764.5" y1="296.0" x2="15764.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15764.5" y1="325.0" x2="15731.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15731.25" y1="354.0" x2="15731.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15731.25" y1="383.0" x2="15598.1875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15598.1875" y1="412.0" x2="15598.1875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15598.1875" y1="441.0" x2="15598.1875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15731.25" y1="383.0" x2="15716.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15731.25" y1="383.0" x2="15818.8125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15818.8125" y1="412.0" x2="15725.9375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15725.9375" y1="441.0" x2="15681.1875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15681.1875" y1="470.0" x2="15664.9375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15664.9375" y1="499.0" x2="15664.9375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15681.1875" y1="470.0" x2="15697.4375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15725.9375" y1="441.0" x2="15770.6875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15770.6875" y1="470.0" x2="15770.6875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15770.6875" y1="499.0" x2="15770.6875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15818.8125" y1="412.0" x2="15783.3125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15818.8125" y1="412.0" x2="15840.6875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15840.6875" y1="441.0" x2="15840.6875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15840.6875" y1="470.0" x2="15840.6875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15818.8125" y1="412.0" x2="15876.1875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15818.8125" y1="412.0" x2="15911.6875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15911.6875" y1="441.0" x2="15911.6875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15911.6875" y1="470.0" x2="15911.6875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15731.25" y1="383.0" x2="15864.3125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15764.5" y1="325.0" x2="15797.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16515.9375" y1="267.0" x2="16131.3125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16131.3125" y1="296.0" x2="16131.3125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16131.3125" y1="325.0" x2="16098.0625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16098.0625" y1="354.0" x2="16098.0625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16098.0625" y1="383.0" x2="15975.1875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15975.1875" y1="412.0" x2="15975.1875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="15975.1875" y1="441.0" x2="15975.1875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16098.0625" y1="383.0" x2="16083.3125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16098.0625" y1="383.0" x2="16175.4375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16175.4375" y1="412.0" x2="16053.1875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16053.1875" y1="441.0" x2="16053.1875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16053.1875" y1="470.0" x2="16053.1875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16175.4375" y1="412.0" x2="16118.0625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16175.4375" y1="412.0" x2="16182.9375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16182.9375" y1="441.0" x2="16138.1875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16138.1875" y1="470.0" x2="16121.9375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16121.9375" y1="499.0" x2="16121.9375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16138.1875" y1="470.0" x2="16154.4375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16182.9375" y1="441.0" x2="16227.6875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16227.6875" y1="470.0" x2="16227.6875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16227.6875" y1="499.0" x2="16227.6875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16175.4375" y1="412.0" x2="16240.3125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16175.4375" y1="412.0" x2="16297.6875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16297.6875" y1="441.0" x2="16297.6875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16297.6875" y1="470.0" x2="16297.6875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16098.0625" y1="383.0" x2="16220.9375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16131.3125" y1="325.0" x2="16164.5625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16515.9375" y1="267.0" x2="16506.4375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16506.4375" y1="296.0" x2="16506.4375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16506.4375" y1="325.0" x2="16473.1875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16473.1875" y1="354.0" x2="16473.1875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16473.1875" y1="383.0" x2="16361.1875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16361.1875" y1="412.0" x2="16361.1875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16361.1875" y1="441.0" x2="16361.1875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16473.1875" y1="383.0" x2="16458.4375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16473.1875" y1="383.0" x2="16539.6875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16539.6875" y1="412.0" x2="16424.6875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16424.6875" y1="441.0" x2="16424.6875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16424.6875" y1="470.0" x2="16424.6875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16539.6875" y1="412.0" x2="16482.3125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16539.6875" y1="412.0" x2="16539.9375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16539.9375" y1="441.0" x2="16495.1875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16495.1875" y1="470.0" x2="16478.9375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16478.9375" y1="499.0" x2="16478.9375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16495.1875" y1="470.0" x2="16511.4375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16539.9375" y1="441.0" x2="16584.6875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16584.6875" y1="470.0" x2="16584.6875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16584.6875" y1="499.0" x2="16584.6875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16539.6875" y1="412.0" x2="16597.3125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16539.6875" y1="412.0" x2="16654.6875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16654.6875" y1="441.0" x2="16654.6875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16654.6875" y1="470.0" x2="16654.6875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16473.1875" y1="383.0" x2="16585.1875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16506.4375" y1="325.0" x2="16539.6875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16515.9375" y1="267.0" x2="16852.5" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16852.5" y1="296.0" x2="16852.5" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16852.5" y1="325.0" x2="16819.25" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16819.25" y1="354.0" x2="16819.25" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16819.25" y1="383.0" x2="16718.1875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16718.1875" y1="412.0" x2="16718.1875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16718.1875" y1="441.0" x2="16718.1875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16819.25" y1="383.0" x2="16804.5" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16819.25" y1="383.0" x2="16874.8125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16874.8125" y1="412.0" x2="16781.6875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16781.6875" y1="441.0" x2="16781.6875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16781.6875" y1="470.0" x2="16781.6875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16874.8125" y1="412.0" x2="16817.1875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16874.8125" y1="412.0" x2="16852.6875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16852.6875" y1="441.0" x2="16852.6875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16852.6875" y1="470.0" x2="16852.6875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16874.8125" y1="412.0" x2="16910.3125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16874.8125" y1="412.0" x2="16967.9375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16967.9375" y1="441.0" x2="16923.1875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16923.1875" y1="470.0" x2="16906.9375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16906.9375" y1="499.0" x2="16906.9375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16923.1875" y1="470.0" x2="16939.4375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16967.9375" y1="441.0" x2="17012.6875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17012.6875" y1="470.0" x2="17012.6875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17012.6875" y1="499.0" x2="17012.6875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16819.25" y1="383.0" x2="16920.3125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16852.5" y1="325.0" x2="16885.75" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16515.9375" y1="267.0" x2="17267.375" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17267.375" y1="296.0" x2="17267.375" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17267.375" y1="325.0" x2="17234.125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17234.125" y1="354.0" x2="17234.125" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17234.125" y1="383.0" x2="17095.1875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17095.1875" y1="412.0" x2="17095.1875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17095.1875" y1="441.0" x2="17095.1875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17234.125" y1="383.0" x2="17219.375" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17234.125" y1="383.0" x2="17327.5625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17327.5625" y1="412.0" x2="17173.1875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17173.1875" y1="441.0" x2="17173.1875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17173.1875" y1="470.0" x2="17173.1875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17327.5625" y1="412.0" x2="17238.0625" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17327.5625" y1="412.0" x2="17302.9375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17302.9375" y1="441.0" x2="17258.1875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17258.1875" y1="470.0" x2="17241.9375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17241.9375" y1="499.0" x2="17241.9375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17258.1875" y1="470.0" x2="17274.4375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17302.9375" y1="441.0" x2="17347.6875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17347.6875" y1="470.0" x2="17347.6875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17347.6875" y1="499.0" x2="17347.6875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17327.5625" y1="412.0" x2="17392.4375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17327.5625" y1="412.0" x2="17481.9375" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17481.9375" y1="441.0" x2="17437.1875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17437.1875" y1="470.0" x2="17420.9375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17420.9375" y1="499.0" x2="17420.9375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17437.1875" y1="470.0" x2="17453.4375" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17481.9375" y1="441.0" x2="17526.6875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17526.6875" y1="470.0" x2="17526.6875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17526.6875" y1="499.0" x2="17526.6875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17234.125" y1="383.0" x2="17373.0625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17267.375" y1="325.0" x2="17300.625" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="16515.9375" y1="238.0" x2="16562.4375" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13908.06640625" y1="122.0" x2="17721.4375" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17721.4375" y1="151.0" x2="17721.4375" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17721.4375" y1="180.0" x2="17594.5625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17594.5625" y1="209.0" x2="17594.5625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17594.5625" y1="238.0" x2="17594.5625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17721.4375" y1="180.0" x2="17676.5625" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17676.5625" y1="209.0" x2="17676.5625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17721.4375" y1="180.0" x2="17766.3125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17766.3125" y1="209.0" x2="17734.0625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17734.0625" y1="238.0" x2="17734.0625" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17734.0625" y1="267.0" x2="17734.0625" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17766.3125" y1="209.0" x2="17783.5625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17766.3125" y1="209.0" x2="17798.5625" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17721.4375" y1="180.0" x2="17848.3125" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17848.3125" y1="209.0" x2="17848.3125" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17848.3125" y1="238.0" x2="17801.8125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17848.3125" y1="238.0" x2="17848.3125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17848.3125" y1="267.0" x2="17848.3125" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17848.3125" y1="296.0" x2="17810.8125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17810.8125" y1="325.0" x2="17810.8125" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17810.8125" y1="354.0" x2="17747.0625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17747.0625" y1="383.0" x2="17747.0625" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17810.8125" y1="354.0" x2="17785.5625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17810.8125" y1="354.0" x2="17874.5625" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17874.5625" y1="383.0" x2="17815.8125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17815.8125" y1="412.0" x2="17815.8125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17874.5625" y1="383.0" x2="17849.8125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17874.5625" y1="383.0" x2="17870.3125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17874.5625" y1="383.0" x2="17933.3125" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17933.3125" y1="412.0" x2="17933.3125" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17933.3125" y1="441.0" x2="17893.3125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17933.3125" y1="441.0" x2="17933.3125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17933.3125" y1="470.0" x2="17933.3125" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17933.3125" y1="499.0" x2="17618.1875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17618.1875" y1="528.0" x2="17618.1875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17618.1875" y1="557.0" x2="17552.6875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17552.6875" y1="586.0" x2="17552.6875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17552.6875" y1="615.0" x2="17552.6875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17618.1875" y1="557.0" x2="17616.6875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17618.1875" y1="557.0" x2="17683.6875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17683.6875" y1="586.0" x2="17683.6875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17683.6875" y1="615.0" x2="17683.6875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17933.3125" y1="499.0" x2="17752.104166666668" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17933.3125" y1="499.0" x2="17825.520833333332" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17933.3125" y1="499.0" x2="17941.4375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17941.4375" y1="528.0" x2="17941.4375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17941.4375" y1="557.0" x2="17842.1875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17842.1875" y1="586.0" x2="17842.1875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17842.1875" y1="615.0" x2="17842.1875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17941.4375" y1="557.0" x2="17950.6875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17941.4375" y1="557.0" x2="17995.6875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17995.6875" y1="586.0" x2="17995.6875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17995.6875" y1="615.0" x2="17995.6875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17941.4375" y1="557.0" x2="18040.6875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17933.3125" y1="499.0" x2="18055.104166666668" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17933.3125" y1="499.0" x2="18129.770833333332" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17933.3125" y1="499.0" x2="18248.4375" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18248.4375" y1="528.0" x2="18248.4375" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18248.4375" y1="557.0" x2="18149.1875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18149.1875" y1="586.0" x2="18149.1875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18149.1875" y1="615.0" x2="18149.1875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18248.4375" y1="557.0" x2="18257.6875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18248.4375" y1="557.0" x2="18302.6875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18302.6875" y1="586.0" x2="18302.6875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18302.6875" y1="615.0" x2="18302.6875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18248.4375" y1="557.0" x2="18347.6875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17933.3125" y1="441.0" x2="17973.3125" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17848.3125" y1="296.0" x2="17885.8125" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="17848.3125" y1="238.0" x2="17894.8125" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13908.06640625" y1="122.0" x2="18736.0546875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18736.0546875" y1="151.0" x2="18736.0546875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18736.0546875" y1="180.0" x2="18609.1796875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18609.1796875" y1="209.0" x2="18609.1796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18609.1796875" y1="238.0" x2="18609.1796875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18736.0546875" y1="180.0" x2="18691.1796875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18691.1796875" y1="209.0" x2="18691.1796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18736.0546875" y1="180.0" x2="18780.9296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18780.9296875" y1="209.0" x2="18748.6796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18748.6796875" y1="238.0" x2="18748.6796875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18748.6796875" y1="267.0" x2="18748.6796875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18780.9296875" y1="209.0" x2="18798.1796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18780.9296875" y1="209.0" x2="18813.1796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18736.0546875" y1="180.0" x2="18862.9296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18862.9296875" y1="209.0" x2="18862.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18862.9296875" y1="238.0" x2="18816.4296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18862.9296875" y1="238.0" x2="18862.9296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18862.9296875" y1="267.0" x2="18862.9296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18862.9296875" y1="296.0" x2="18825.4296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18825.4296875" y1="325.0" x2="18825.4296875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18825.4296875" y1="354.0" x2="18765.9296875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18825.4296875" y1="354.0" x2="18884.9296875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18884.9296875" y1="383.0" x2="18847.4296875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18847.4296875" y1="412.0" x2="18847.4296875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18884.9296875" y1="383.0" x2="18881.4296875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18884.9296875" y1="383.0" x2="18922.4296875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18922.4296875" y1="412.0" x2="18922.4296875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18922.4296875" y1="441.0" x2="18838.671875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18838.671875" y1="470.0" x2="18755.15625" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18755.15625" y1="499.0" x2="18672.125" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18672.125" y1="528.0" x2="18590.0625" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18590.0625" y1="557.0" x2="18509.9375" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18509.9375" y1="586.0" x2="18433.6875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18433.6875" y1="615.0" x2="18365.1875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18365.1875" y1="644.0" x2="18365.1875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18365.1875" y1="673.0" x2="18365.1875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18433.6875" y1="615.0" x2="18427.6875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18433.6875" y1="615.0" x2="18502.1875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18502.1875" y1="644.0" x2="18502.1875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18502.1875" y1="673.0" x2="18502.1875" y2="696.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18509.9375" y1="586.0" x2="18503.9375" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18509.9375" y1="586.0" x2="18586.1875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18586.1875" y1="615.0" x2="18586.1875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18586.1875" y1="644.0" x2="18586.1875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18590.0625" y1="557.0" x2="18584.0625" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18590.0625" y1="557.0" x2="18670.1875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18670.1875" y1="586.0" x2="18670.1875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18670.1875" y1="615.0" x2="18670.1875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18672.125" y1="528.0" x2="18666.125" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18672.125" y1="528.0" x2="18754.1875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18754.1875" y1="557.0" x2="18754.1875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18754.1875" y1="586.0" x2="18754.1875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18755.15625" y1="499.0" x2="18749.15625" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18755.15625" y1="499.0" x2="18838.1875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18838.1875" y1="528.0" x2="18838.1875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18838.1875" y1="557.0" x2="18838.1875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18838.671875" y1="470.0" x2="18832.671875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18838.671875" y1="470.0" x2="18922.1875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18922.1875" y1="499.0" x2="18922.1875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18922.1875" y1="528.0" x2="18922.1875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18922.4296875" y1="441.0" x2="18916.4296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18922.4296875" y1="441.0" x2="19006.1875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19006.1875" y1="470.0" x2="19006.1875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19006.1875" y1="499.0" x2="19006.1875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18862.9296875" y1="296.0" x2="18900.4296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="18862.9296875" y1="238.0" x2="18909.4296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="13908.06640625" y1="122.0" x2="18814.5546875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="11090.96484375" y1="35.0" x2="20335.8046875" y2="58.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20335.8046875" y1="64.0" x2="20335.8046875" y2="87.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20335.8046875" y1="93.0" x2="19162.6796875" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20335.8046875" y1="93.0" x2="19206.6796875" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19206.6796875" y1="122.0" x2="19206.6796875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20335.8046875" y1="93.0" x2="21508.9296875" y2="116.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21508.9296875" y1="122.0" x2="19244.1796875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21508.9296875" y1="122.0" x2="19322.6796875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19322.6796875" y1="151.0" x2="19322.6796875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19322.6796875" y1="180.0" x2="18949.9296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19322.6796875" y1="180.0" x2="19031.9296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19031.9296875" y1="209.0" x2="19031.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19322.6796875" y1="180.0" x2="19273.5546875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19273.5546875" y1="209.0" x2="19089.4296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19089.4296875" y1="238.0" x2="19089.4296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19089.4296875" y1="267.0" x2="19089.4296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19273.5546875" y1="209.0" x2="19184.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19184.9296875" y1="238.0" x2="19129.4296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19184.9296875" y1="238.0" x2="19184.9296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19184.9296875" y1="267.0" x2="19184.9296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19184.9296875" y1="296.0" x2="19184.9296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19184.9296875" y1="238.0" x2="19240.4296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19273.5546875" y1="209.0" x2="19246.1796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19273.5546875" y1="209.0" x2="19293.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19293.9296875" y1="238.0" x2="19293.9296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19293.9296875" y1="267.0" x2="19253.9296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19253.9296875" y1="296.0" x2="19253.9296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19253.9296875" y1="325.0" x2="19253.9296875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19293.9296875" y1="267.0" x2="19333.9296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19333.9296875" y1="296.0" x2="19333.9296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19333.9296875" y1="325.0" x2="19333.9296875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19273.5546875" y1="209.0" x2="19349.3046875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19273.5546875" y1="209.0" x2="19457.6796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19457.6796875" y1="238.0" x2="19359.4296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19457.6796875" y1="238.0" x2="19423.9296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19423.9296875" y1="267.0" x2="19423.9296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19423.9296875" y1="296.0" x2="19423.9296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19457.6796875" y1="238.0" x2="19474.9296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19457.6796875" y1="238.0" x2="19555.9296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19555.9296875" y1="267.0" x2="19555.9296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19555.9296875" y1="296.0" x2="19555.9296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19322.6796875" y1="180.0" x2="19695.4296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19695.4296875" y1="209.0" x2="19695.4296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19695.4296875" y1="238.0" x2="19648.9296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19695.4296875" y1="238.0" x2="19695.4296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19695.4296875" y1="267.0" x2="19695.4296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19695.4296875" y1="296.0" x2="19657.9296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19657.9296875" y1="325.0" x2="19657.9296875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19657.9296875" y1="354.0" x2="19598.4296875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19657.9296875" y1="354.0" x2="19717.4296875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19717.4296875" y1="383.0" x2="19679.9296875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19679.9296875" y1="412.0" x2="19679.9296875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19679.9296875" y1="441.0" x2="19679.9296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19717.4296875" y1="383.0" x2="19713.9296875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19717.4296875" y1="383.0" x2="19754.9296875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19754.9296875" y1="412.0" x2="19754.9296875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19754.9296875" y1="441.0" x2="19754.9296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19695.4296875" y1="296.0" x2="19732.9296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19695.4296875" y1="238.0" x2="19741.9296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21508.9296875" y1="122.0" x2="19901.9296875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19901.9296875" y1="151.0" x2="19901.9296875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19901.9296875" y1="180.0" x2="19775.4296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19775.4296875" y1="209.0" x2="19775.4296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19775.4296875" y1="238.0" x2="19775.4296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19901.9296875" y1="180.0" x2="19836.4296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19901.9296875" y1="180.0" x2="19881.4296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19881.4296875" y1="209.0" x2="19881.4296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19901.9296875" y1="180.0" x2="20028.4296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20028.4296875" y1="209.0" x2="19948.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20028.4296875" y1="209.0" x2="20028.4296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20028.4296875" y1="238.0" x2="20028.4296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20028.4296875" y1="267.0" x2="19840.9296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19840.9296875" y1="296.0" x2="19840.9296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20028.4296875" y1="267.0" x2="19926.9296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20028.4296875" y1="267.0" x2="19998.9296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19998.9296875" y1="296.0" x2="19998.9296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="19998.9296875" y1="325.0" x2="19998.9296875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20028.4296875" y1="267.0" x2="20131.4296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20131.4296875" y1="296.0" x2="20131.4296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20131.4296875" y1="325.0" x2="20051.6796875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20051.6796875" y1="354.0" x2="20051.6796875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20131.4296875" y1="325.0" x2="20084.1796875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20131.4296875" y1="325.0" x2="20147.6796875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20147.6796875" y1="354.0" x2="20147.6796875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20147.6796875" y1="383.0" x2="20147.6796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20131.4296875" y1="325.0" x2="20211.1796875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20028.4296875" y1="267.0" x2="20215.9296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20028.4296875" y1="209.0" x2="20107.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21508.9296875" y1="122.0" x2="20226.9296875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20226.9296875" y1="151.0" x2="20226.9296875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20226.9296875" y1="180.0" x2="20133.9296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20133.9296875" y1="209.0" x2="20133.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20226.9296875" y1="180.0" x2="20186.9296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20186.9296875" y1="209.0" x2="20186.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20186.9296875" y1="238.0" x2="20186.9296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20226.9296875" y1="180.0" x2="20257.9296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20257.9296875" y1="209.0" x2="20257.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20257.9296875" y1="238.0" x2="20257.9296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20226.9296875" y1="180.0" x2="20319.9296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21508.9296875" y1="122.0" x2="20585.5546875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20585.5546875" y1="151.0" x2="20585.5546875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20585.5546875" y1="180.0" x2="20378.4296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20378.4296875" y1="209.0" x2="20328.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20328.9296875" y1="238.0" x2="20328.9296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20328.9296875" y1="267.0" x2="20328.9296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20378.4296875" y1="209.0" x2="20427.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20427.9296875" y1="238.0" x2="20427.9296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20427.9296875" y1="267.0" x2="20427.9296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20585.5546875" y1="180.0" x2="20488.9296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20488.9296875" y1="209.0" x2="20488.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20585.5546875" y1="180.0" x2="20578.6796875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20578.6796875" y1="209.0" x2="20546.4296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20546.4296875" y1="238.0" x2="20546.4296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20546.4296875" y1="267.0" x2="20546.4296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20578.6796875" y1="209.0" x2="20595.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20578.6796875" y1="209.0" x2="20610.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20585.5546875" y1="180.0" x2="20792.6796875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20792.6796875" y1="209.0" x2="20792.6796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20792.6796875" y1="238.0" x2="20746.1796875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20792.6796875" y1="238.0" x2="20792.6796875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20792.6796875" y1="267.0" x2="20650.4296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20650.4296875" y1="296.0" x2="20650.4296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20650.4296875" y1="325.0" x2="20612.9296875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20612.9296875" y1="354.0" x2="20612.9296875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20612.9296875" y1="383.0" x2="20542.1796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20542.1796875" y1="412.0" x2="20542.1796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20542.1796875" y1="441.0" x2="20522.4296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20522.4296875" y1="470.0" x2="20522.4296875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20522.4296875" y1="499.0" x2="20522.4296875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20542.1796875" y1="441.0" x2="20561.9296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20612.9296875" y1="383.0" x2="20683.6796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20683.6796875" y1="412.0" x2="20683.6796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20683.6796875" y1="441.0" x2="20631.4296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20631.4296875" y1="470.0" x2="20631.4296875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20683.6796875" y1="441.0" x2="20665.4296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20683.6796875" y1="441.0" x2="20735.9296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20735.9296875" y1="470.0" x2="20735.9296875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20735.9296875" y1="499.0" x2="20689.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20689.1796875" y1="528.0" x2="20689.1796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20689.1796875" y1="557.0" x2="20689.1796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20735.9296875" y1="499.0" x2="20750.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20735.9296875" y1="499.0" x2="20782.6796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20782.6796875" y1="528.0" x2="20782.6796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20650.4296875" y1="325.0" x2="20687.9296875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20792.6796875" y1="267.0" x2="20934.9296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20934.9296875" y1="296.0" x2="20934.9296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20934.9296875" y1="325.0" x2="20897.4296875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20897.4296875" y1="354.0" x2="20897.4296875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20897.4296875" y1="383.0" x2="20826.1796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20826.1796875" y1="412.0" x2="20826.1796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20826.1796875" y1="441.0" x2="20826.1796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20897.4296875" y1="383.0" x2="20968.6796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20968.6796875" y1="412.0" x2="20968.6796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20968.6796875" y1="441.0" x2="20916.4296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20916.4296875" y1="470.0" x2="20916.4296875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20968.6796875" y1="441.0" x2="20950.4296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20968.6796875" y1="441.0" x2="21020.9296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21020.9296875" y1="470.0" x2="21020.9296875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21020.9296875" y1="499.0" x2="20921.6796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20921.6796875" y1="528.0" x2="20921.6796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20921.6796875" y1="557.0" x2="20874.9296875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20874.9296875" y1="586.0" x2="20874.9296875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20874.9296875" y1="615.0" x2="20874.9296875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20921.6796875" y1="557.0" x2="20935.9296875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20921.6796875" y1="557.0" x2="20968.4296875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20968.4296875" y1="586.0" x2="20968.4296875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21020.9296875" y1="499.0" x2="21030.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21020.9296875" y1="499.0" x2="21075.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21075.1796875" y1="528.0" x2="21075.1796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21075.1796875" y1="557.0" x2="21075.1796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21020.9296875" y1="499.0" x2="21120.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20934.9296875" y1="325.0" x2="20972.4296875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20792.6796875" y1="238.0" x2="20839.1796875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21508.9296875" y1="122.0" x2="21074.0546875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21074.0546875" y1="151.0" x2="21074.0546875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21074.0546875" y1="180.0" x2="20947.1796875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20947.1796875" y1="209.0" x2="20947.1796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="20947.1796875" y1="238.0" x2="20947.1796875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21074.0546875" y1="180.0" x2="21029.1796875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21029.1796875" y1="209.0" x2="21029.1796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21074.0546875" y1="180.0" x2="21118.9296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21118.9296875" y1="209.0" x2="21086.6796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21086.6796875" y1="238.0" x2="21086.6796875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21086.6796875" y1="267.0" x2="21086.6796875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21118.9296875" y1="209.0" x2="21136.1796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21118.9296875" y1="209.0" x2="21151.1796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21074.0546875" y1="180.0" x2="21200.9296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21200.9296875" y1="209.0" x2="21200.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21200.9296875" y1="238.0" x2="21154.4296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21200.9296875" y1="238.0" x2="21200.9296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21200.9296875" y1="267.0" x2="21200.9296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21200.9296875" y1="296.0" x2="21045.9296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21200.9296875" y1="296.0" x2="21070.4296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21200.9296875" y1="296.0" x2="21113.4296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21113.4296875" y1="325.0" x2="21093.6796875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21093.6796875" y1="354.0" x2="21093.6796875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21093.6796875" y1="383.0" x2="21093.6796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21113.4296875" y1="325.0" x2="21133.1796875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21200.9296875" y1="296.0" x2="21215.9296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21215.9296875" y1="325.0" x2="21215.9296875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21215.9296875" y1="354.0" x2="21164.6796875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21164.6796875" y1="383.0" x2="21164.6796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21215.9296875" y1="354.0" x2="21198.6796875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21215.9296875" y1="354.0" x2="21267.1796875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21267.1796875" y1="383.0" x2="21267.1796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21267.1796875" y1="412.0" x2="21267.1796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21200.9296875" y1="296.0" x2="21290.4296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21200.9296875" y1="296.0" x2="21355.9296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21355.9296875" y1="325.0" x2="21355.9296875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21355.9296875" y1="354.0" x2="21348.4296875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21355.9296875" y1="354.0" x2="21363.4296875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21200.9296875" y1="238.0" x2="21247.4296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21508.9296875" y1="122.0" x2="21807.4921875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21807.4921875" y1="151.0" x2="21807.4921875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21807.4921875" y1="180.0" x2="21287.9296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21287.9296875" y1="209.0" x2="21287.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21287.9296875" y1="238.0" x2="21287.9296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21807.4921875" y1="180.0" x2="21369.9296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21369.9296875" y1="209.0" x2="21369.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21807.4921875" y1="180.0" x2="21459.6796875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21459.6796875" y1="209.0" x2="21427.4296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21427.4296875" y1="238.0" x2="21427.4296875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21427.4296875" y1="267.0" x2="21427.4296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21459.6796875" y1="209.0" x2="21476.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21459.6796875" y1="209.0" x2="21491.9296875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21807.4921875" y1="180.0" x2="22327.0546875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22327.0546875" y1="209.0" x2="22327.0546875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22327.0546875" y1="238.0" x2="22280.5546875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22327.0546875" y1="238.0" x2="22327.0546875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22327.0546875" y1="267.0" x2="21521.9296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21521.9296875" y1="296.0" x2="21521.9296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21521.9296875" y1="325.0" x2="21484.4296875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21484.4296875" y1="354.0" x2="21484.4296875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21484.4296875" y1="383.0" x2="21395.4296875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21395.4296875" y1="412.0" x2="21395.4296875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21395.4296875" y1="441.0" x2="21355.4296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21355.4296875" y1="470.0" x2="21355.4296875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21395.4296875" y1="441.0" x2="21435.4296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21435.4296875" y1="470.0" x2="21381.9296875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21435.4296875" y1="470.0" x2="21435.4296875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21435.4296875" y1="499.0" x2="21435.4296875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21435.4296875" y1="528.0" x2="21435.4296875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21435.4296875" y1="470.0" x2="21488.9296875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21484.4296875" y1="383.0" x2="21573.4296875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21573.4296875" y1="412.0" x2="21573.4296875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21573.4296875" y1="441.0" x2="21521.1796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21521.1796875" y1="470.0" x2="21521.1796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21573.4296875" y1="441.0" x2="21555.1796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21573.4296875" y1="441.0" x2="21625.6796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21625.6796875" y1="470.0" x2="21625.6796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21625.6796875" y1="499.0" x2="21520.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21625.6796875" y1="499.0" x2="21597.6796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21597.6796875" y1="528.0" x2="21597.6796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21597.6796875" y1="557.0" x2="21597.6796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21625.6796875" y1="499.0" x2="21652.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21625.6796875" y1="499.0" x2="21691.6796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21691.6796875" y1="528.0" x2="21691.6796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21691.6796875" y1="557.0" x2="21691.6796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21625.6796875" y1="499.0" x2="21731.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21521.9296875" y1="325.0" x2="21559.4296875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22327.0546875" y1="267.0" x2="21928.9296875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21928.9296875" y1="296.0" x2="21928.9296875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21928.9296875" y1="325.0" x2="21891.4296875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21891.4296875" y1="354.0" x2="21891.4296875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21891.4296875" y1="383.0" x2="21753.1796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21753.1796875" y1="412.0" x2="21753.1796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21753.1796875" y1="441.0" x2="21713.1796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21713.1796875" y1="470.0" x2="21713.1796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21753.1796875" y1="441.0" x2="21793.1796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21793.1796875" y1="470.0" x2="21739.6796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21793.1796875" y1="470.0" x2="21793.1796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21793.1796875" y1="499.0" x2="21793.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21793.1796875" y1="528.0" x2="21793.1796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21793.1796875" y1="470.0" x2="21846.6796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21891.4296875" y1="383.0" x2="22029.6796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22029.6796875" y1="412.0" x2="22029.6796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22029.6796875" y1="441.0" x2="21977.4296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21977.4296875" y1="470.0" x2="21977.4296875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22029.6796875" y1="441.0" x2="22011.4296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22029.6796875" y1="441.0" x2="22081.9296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22081.9296875" y1="470.0" x2="22081.9296875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22081.9296875" y1="499.0" x2="21859.6796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22081.9296875" y1="499.0" x2="21937.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21937.1796875" y1="528.0" x2="21937.1796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21937.1796875" y1="557.0" x2="21937.1796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22081.9296875" y1="499.0" x2="21991.6796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22081.9296875" y1="499.0" x2="22055.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22055.1796875" y1="528.0" x2="22055.1796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22055.1796875" y1="557.0" x2="22055.1796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22081.9296875" y1="499.0" x2="22181.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22081.9296875" y1="499.0" x2="22304.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22304.1796875" y1="528.0" x2="22211.6796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22304.1796875" y1="528.0" x2="22304.1796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22304.1796875" y1="557.0" x2="22139.1796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22139.1796875" y1="586.0" x2="22139.1796875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22139.1796875" y1="615.0" x2="22139.1796875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22304.1796875" y1="557.0" x2="22221.6796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22304.1796875" y1="557.0" x2="22304.1796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22304.1796875" y1="586.0" x2="22304.1796875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22304.1796875" y1="615.0" x2="22304.1796875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22304.1796875" y1="557.0" x2="22386.6796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22304.1796875" y1="557.0" x2="22469.1796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22469.1796875" y1="586.0" x2="22469.1796875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22469.1796875" y1="615.0" x2="22469.1796875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22304.1796875" y1="528.0" x2="22396.6796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21928.9296875" y1="325.0" x2="21966.4296875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22327.0546875" y1="267.0" x2="22522.0546875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22522.0546875" y1="296.0" x2="22522.0546875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22522.0546875" y1="325.0" x2="22484.5546875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22484.5546875" y1="354.0" x2="22484.5546875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22484.5546875" y1="383.0" x2="22375.1796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22375.1796875" y1="412.0" x2="22375.1796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22375.1796875" y1="441.0" x2="22335.1796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22335.1796875" y1="470.0" x2="22335.1796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22375.1796875" y1="441.0" x2="22415.1796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22415.1796875" y1="470.0" x2="22361.6796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22415.1796875" y1="470.0" x2="22415.1796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22415.1796875" y1="499.0" x2="22415.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22415.1796875" y1="528.0" x2="22415.1796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22415.1796875" y1="470.0" x2="22468.6796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22484.5546875" y1="383.0" x2="22593.9296875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22593.9296875" y1="412.0" x2="22593.9296875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22593.9296875" y1="441.0" x2="22541.6796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22541.6796875" y1="470.0" x2="22541.6796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22593.9296875" y1="441.0" x2="22575.6796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22593.9296875" y1="441.0" x2="22646.1796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22646.1796875" y1="470.0" x2="22646.1796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22646.1796875" y1="499.0" x2="22481.6796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22646.1796875" y1="499.0" x2="22559.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22559.1796875" y1="528.0" x2="22559.1796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22559.1796875" y1="557.0" x2="22559.1796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22646.1796875" y1="499.0" x2="22654.513020833336" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22646.1796875" y1="499.0" x2="22709.346354166664" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22646.1796875" y1="499.0" x2="22810.6796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22810.6796875" y1="528.0" x2="22718.1796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22810.6796875" y1="528.0" x2="22810.6796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22810.6796875" y1="557.0" x2="22645.6796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22645.6796875" y1="586.0" x2="22645.6796875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22645.6796875" y1="615.0" x2="22645.6796875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22810.6796875" y1="557.0" x2="22728.1796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22810.6796875" y1="557.0" x2="22810.6796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22810.6796875" y1="586.0" x2="22810.6796875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22810.6796875" y1="615.0" x2="22810.6796875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22810.6796875" y1="557.0" x2="22893.1796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22810.6796875" y1="557.0" x2="22975.6796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22975.6796875" y1="586.0" x2="22975.6796875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22975.6796875" y1="615.0" x2="22975.6796875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22810.6796875" y1="528.0" x2="22903.1796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22522.0546875" y1="325.0" x2="22559.5546875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22327.0546875" y1="267.0" x2="23132.1796875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23132.1796875" y1="296.0" x2="23132.1796875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23132.1796875" y1="325.0" x2="23094.6796875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23094.6796875" y1="354.0" x2="23094.6796875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23094.6796875" y1="383.0" x2="23005.6796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23005.6796875" y1="412.0" x2="23005.6796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23005.6796875" y1="441.0" x2="22965.6796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22965.6796875" y1="470.0" x2="22965.6796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23005.6796875" y1="441.0" x2="23045.6796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23045.6796875" y1="470.0" x2="22992.1796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23045.6796875" y1="470.0" x2="23045.6796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23045.6796875" y1="499.0" x2="23045.6796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23045.6796875" y1="528.0" x2="23045.6796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23045.6796875" y1="470.0" x2="23099.1796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23094.6796875" y1="383.0" x2="23183.6796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23183.6796875" y1="412.0" x2="23183.6796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23183.6796875" y1="441.0" x2="23131.4296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23131.4296875" y1="470.0" x2="23131.4296875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23183.6796875" y1="441.0" x2="23165.4296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23183.6796875" y1="441.0" x2="23235.9296875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23235.9296875" y1="470.0" x2="23235.9296875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23235.9296875" y1="499.0" x2="23180.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23235.9296875" y1="499.0" x2="23217.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23235.9296875" y1="499.0" x2="23231.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23235.9296875" y1="499.0" x2="23291.6796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23291.6796875" y1="528.0" x2="23199.1796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23291.6796875" y1="528.0" x2="23291.6796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23291.6796875" y1="557.0" x2="23126.6796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23126.6796875" y1="586.0" x2="23126.6796875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23126.6796875" y1="615.0" x2="23126.6796875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23291.6796875" y1="557.0" x2="23209.1796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23291.6796875" y1="557.0" x2="23291.6796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23291.6796875" y1="586.0" x2="23291.6796875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23291.6796875" y1="615.0" x2="23291.6796875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23291.6796875" y1="557.0" x2="23374.1796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23291.6796875" y1="557.0" x2="23456.6796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23456.6796875" y1="586.0" x2="23456.6796875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23456.6796875" y1="615.0" x2="23456.6796875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23291.6796875" y1="528.0" x2="23384.1796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23132.1796875" y1="325.0" x2="23169.6796875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="22327.0546875" y1="238.0" x2="22373.5546875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21508.9296875" y1="122.0" x2="23695.1796875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23695.1796875" y1="151.0" x2="23695.1796875" y2="174.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23695.1796875" y1="180.0" x2="23501.6796875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23501.6796875" y1="209.0" x2="23501.6796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23501.6796875" y1="238.0" x2="23501.6796875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23695.1796875" y1="180.0" x2="23583.6796875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23583.6796875" y1="209.0" x2="23583.6796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23695.1796875" y1="180.0" x2="23673.4296875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23673.4296875" y1="209.0" x2="23641.1796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23641.1796875" y1="238.0" x2="23641.1796875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23641.1796875" y1="267.0" x2="23641.1796875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23673.4296875" y1="209.0" x2="23690.6796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23673.4296875" y1="209.0" x2="23705.6796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23695.1796875" y1="180.0" x2="23888.6796875" y2="203.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23888.6796875" y1="209.0" x2="23888.6796875" y2="232.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23888.6796875" y1="238.0" x2="23842.1796875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23888.6796875" y1="238.0" x2="23888.6796875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23888.6796875" y1="267.0" x2="23708.6796875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23708.6796875" y1="296.0" x2="23708.6796875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23708.6796875" y1="325.0" x2="23671.1796875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23671.1796875" y1="354.0" x2="23671.1796875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23671.1796875" y1="383.0" x2="23533.6796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23533.6796875" y1="412.0" x2="23533.6796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23533.6796875" y1="441.0" x2="23404.6796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23533.6796875" y1="441.0" x2="23464.6796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23464.6796875" y1="470.0" x2="23464.6796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23464.6796875" y1="499.0" x2="23464.6796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23533.6796875" y1="441.0" x2="23533.6796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23533.6796875" y1="441.0" x2="23602.6796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23602.6796875" y1="470.0" x2="23602.6796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23602.6796875" y1="499.0" x2="23483.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23602.6796875" y1="499.0" x2="23543.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23543.1796875" y1="528.0" x2="23543.1796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23543.1796875" y1="557.0" x2="23543.1796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23602.6796875" y1="499.0" x2="23602.6796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23602.6796875" y1="499.0" x2="23662.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23662.1796875" y1="528.0" x2="23662.1796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23662.1796875" y1="557.0" x2="23662.1796875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23602.6796875" y1="499.0" x2="23722.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23533.6796875" y1="441.0" x2="23662.6796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23671.1796875" y1="383.0" x2="23808.6796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23808.6796875" y1="412.0" x2="23695.6796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23695.6796875" y1="441.0" x2="23695.6796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23695.6796875" y1="470.0" x2="23695.6796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23808.6796875" y1="412.0" x2="23808.6796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23808.6796875" y1="412.0" x2="23921.6796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23921.6796875" y1="441.0" x2="23921.6796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23921.6796875" y1="470.0" x2="23921.6796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23708.6796875" y1="325.0" x2="23746.1796875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23888.6796875" y1="267.0" x2="24068.6796875" y2="290.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24068.6796875" y1="296.0" x2="24068.6796875" y2="319.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24068.6796875" y1="325.0" x2="24031.1796875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24031.1796875" y1="354.0" x2="24031.1796875" y2="377.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24031.1796875" y1="383.0" x2="23971.6796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24031.1796875" y1="383.0" x2="24090.6796875" y2="406.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24090.6796875" y1="412.0" x2="24053.1796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24053.1796875" y1="441.0" x2="24053.1796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24090.6796875" y1="412.0" x2="24087.1796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24090.6796875" y1="412.0" x2="24128.1796875" y2="435.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24128.1796875" y1="441.0" x2="24128.1796875" y2="464.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24128.1796875" y1="470.0" x2="24061.1796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24061.1796875" y1="499.0" x2="24061.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24061.1796875" y1="528.0" x2="24061.1796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24128.1796875" y1="470.0" x2="24126.6796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24128.1796875" y1="470.0" x2="24195.1796875" y2="493.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24195.1796875" y1="499.0" x2="24195.1796875" y2="522.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24195.1796875" y1="528.0" x2="24094.4296875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24195.1796875" y1="528.0" x2="24140.9296875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24140.9296875" y1="557.0" x2="24140.9296875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24140.9296875" y1="586.0" x2="24140.9296875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24195.1796875" y1="528.0" x2="24195.1796875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24195.1796875" y1="528.0" x2="24249.4296875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24249.4296875" y1="557.0" x2="24249.4296875" y2="580.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24249.4296875" y1="586.0" x2="24156.9296875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24249.4296875" y1="586.0" x2="24203.4296875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24203.4296875" y1="615.0" x2="24203.4296875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24203.4296875" y1="644.0" x2="24203.4296875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24249.4296875" y1="586.0" x2="24249.4296875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24249.4296875" y1="586.0" x2="24295.4296875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24295.4296875" y1="615.0" x2="24295.4296875" y2="638.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24295.4296875" y1="644.0" x2="24295.4296875" y2="667.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24249.4296875" y1="586.0" x2="24341.9296875" y2="609.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24195.1796875" y1="528.0" x2="24295.9296875" y2="551.0" style="stroke:black; stroke-width:1px;" /> +<line x1="24068.6796875" y1="325.0" x2="24106.1796875" y2="348.0" style="stroke:black; stroke-width:1px;" /> +<line x1="23888.6796875" y1="238.0" x2="23935.1796875" y2="261.0" style="stroke:black; stroke-width:1px;" /> +<line x1="21508.9296875" y1="122.0" x2="23773.6796875" y2="145.0" style="stroke:black; stroke-width:1px;" /> +<rect x="4334.875" y="522.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4336" y="531" style="font-family:sans-serif;font-size:10px;"> +declaration_expression +</text> +<rect x="16205.6875" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16207" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5078.875" y="493.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5080" y="502" style="font-family:sans-serif;font-size:10px;"> +throw_expression +</text> +<rect x="3709.625" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3711" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="15321.5" y="232.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15323" y="241" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="13593.125" y="493.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13595" y="502" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="23121.6796875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23123" y="647" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="22573.6796875" y="580.0" width="144.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22575" y="589" style="font-family:sans-serif;font-size:10px;"> +stackalloc_element_initializer +</text> +<rect x="11357.375" y="319.0" width="46.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11359" y="328" style="font-family:sans-serif;font-size:10px;"> +readonly +</text> +<rect x="1967.375" y="261.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1969" y="270" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="18344.1875" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18346" y="589" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="7054.21875" y="58.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7056" y="67" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="11072.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11074" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="13545.125" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13547" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="15949.71875" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15951" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="14756.375" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14758" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="496.75" y="435.0" width="38.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="498" y="444" style="font-family:sans-serif;font-size:10px;"> +pattern +</text> +<rect x="1598.75" y="522.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1600" y="531" style="font-family:sans-serif;font-size:10px;"> +value2 +</text> +<rect x="18051.604166666668" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18053" y="531" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="16212.1875" y="522.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16214" y="531" style="font-family:sans-serif;font-size:10px;"> +name +</text> +<rect x="2388.875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2390" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="11287.875" y="435.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11289" y="444" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="14665.875" y="464.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14667" y="473" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="17671.9375" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17673" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="16105.3125" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16107" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="2280.625" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2282" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="9987.625" y="348.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9989" y="357" style="font-family:sans-serif;font-size:10px;"> +null_literal +</text> +<rect x="4168.4375" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4170" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="7331.625" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7333" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="16906.8125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16908" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="14184.375" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14186" y="647" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="11565.875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11567" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="15035.875" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15037" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="8238.875" y="290.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8240" y="299" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="5502.125" y="290.0" width="79.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5504" y="299" style="font-family:sans-serif;font-size:10px;"> +DigitSeparators +</text> +<rect x="10414.375" y="522.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10416" y="531" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="18383.1875" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18385" y="618" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="22397.1796875" y="580.0" width="144.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22399" y="589" style="font-family:sans-serif;font-size:10px;"> +stackalloc_element_initializer +</text> +<rect x="7661.9375" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7663" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="17177.625" y="377.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17179" y="386" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="15967.71875" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15969" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="7071.125" y="348.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7073" y="357" style="font-family:sans-serif;font-size:10px;"> +default_literal +</text> +<rect x="17706.8125" y="348.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17708" y="357" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="22556.0546875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22558" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="1626.5" y="377.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1628" y="386" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="16480.4375" y="261.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16482" y="270" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="10326.875" y="493.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10328" y="502" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="5357.125" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5359" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="6238.125" y="522.0" width="64.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6240" y="531" style="font-family:sans-serif;font-size:10px;"> +33_554_432 +</text> +<rect x="18661.125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18663" y="560" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="6496.625" y="464.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6498" y="473" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="1820.0" y="464.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1822" y="473" style="font-family:sans-serif;font-size:10px;"> +simple_designation +</text> +<rect x="8869.625" y="348.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8871" y="357" style="font-family:sans-serif;font-size:10px;"> +variable_initializer +</text> +<rect x="3981.375" y="406.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3983" y="415" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="16042.0625" y="348.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16044" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="17695.5625" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17697" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="567.875" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="569" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="5926.625" y="464.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5928" y="473" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="655.0" y="580.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="657" y="589" style="font-family:sans-serif;font-size:10px;"> +50 +</text> +<rect x="5587.125" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5589" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="13146.375" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13148" y="676" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="239.25" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="241" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="6255.625" y="493.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6257" y="502" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="18350.6875" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18352" y="676" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="20252.8046875" y="58.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20254" y="67" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="20931.1796875" y="261.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20933" y="270" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="21147.1796875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21149" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="11427.875" y="435.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11429" y="444" style="font-family:sans-serif;font-size:10px;"> +parameter_mode_modifier +</text> +<rect x="23742.6796875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23744" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="24141.6796875" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24143" y="502" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="13055.125" y="580.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13057" y="589" style="font-family:sans-serif;font-size:10px;"> +element_access +</text> +<rect x="21387.4296875" y="464.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21389" y="473" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="17866.8125" y="435.0" width="133.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17868" y="444" style="font-family:sans-serif;font-size:10px;"> +parenthesized_expression +</text> +<rect x="9706.125" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9708" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="19756.9296875" y="261.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19758" y="270" style="font-family:sans-serif;font-size:10px;"> +unsafe +</text> +<rect x="7971.125" y="493.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7973" y="502" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="14107.125" y="290.0" width="79.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14109" y="299" style="font-family:sans-serif;font-size:10px;"> +ref_return_type +</text> +<rect x="7254.125" y="261.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7256" y="270" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="18859.6875" y="493.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18861" y="502" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="22023.4296875" y="464.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22025" y="473" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="3172.875" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3174" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="13694.375" y="580.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13696" y="589" style="font-family:sans-serif;font-size:10px;"> +stackalloc_expression +</text> +<rect x="3988.625" y="232.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3990" y="241" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="9469.875" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9471" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="12118.125" y="522.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12120" y="531" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="4306.125" y="551.0" width="97.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4308" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_type +</text> +<rect x="12092.375" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12094" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17395.6875" y="464.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17397" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_name +</text> +<rect x="23210.1796875" y="551.0" width="163.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23212" y="560" style="font-family:sans-serif;font-size:10px;"> +stackalloc_initializer_element_list +</text> +<rect x="1713.75" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1715" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="1890.25" y="522.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1892" y="531" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="1976.875" y="232.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1978" y="241" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="497.375" y="116.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="499" y="125" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="24290.4296875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24292" y="676" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="3906.125" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3908" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="18121.270833333332" y="522.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18123" y="531" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="22232.1796875" y="580.0" width="144.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22234" y="589" style="font-family:sans-serif;font-size:10px;"> +stackalloc_element_initializer +</text> +<rect x="2366.625" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2368" y="386" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="4923.875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4925" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="13787.875" y="609.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13789" y="618" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="1362.5" y="435.0" width="165.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1364" y="444" style="font-family:sans-serif;font-size:10px;"> +null_conditional_member_access +</text> +<rect x="21745.1796875" y="464.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21747" y="473" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="22714.1796875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22716" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="8212.875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8214" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14070.125" y="319.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14072" y="328" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="17485.6875" y="464.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17487" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_value +</text> +<rect x="4679.375" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4681" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="9911.625" y="435.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9913" y="444" style="font-family:sans-serif;font-size:10px;"> +Vector3 +</text> +<rect x="13313.46875" y="203.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13315" y="212" style="font-family:sans-serif;font-size:10px;"> +struct_body +</text> +<rect x="20902.1796875" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20904" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="7428.625" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7430" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="22526.1796875" y="551.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22528" y="560" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="6928.625" y="145.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6930" y="154" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="22987.1796875" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22989" y="502" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="15231.875" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15233" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5843.625" y="319.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5845" y="328" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="5641.625" y="464.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5643" y="473" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="16454.4375" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16456" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="19729.4296875" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19731" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="19859.4296875" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19861" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14238.375" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14240" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="5492.875" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5494" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="21038.1796875" y="290.0" width="97.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21040" y="299" style="font-family:sans-serif;font-size:10px;"> +PatternBasedFixed +</text> +<rect x="4320.375" y="464.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4322" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_value +</text> +<rect x="9795.625" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9797" y="357" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="15049.375" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15051" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="13017.75" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13019" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="275.25" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="277" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="1568.75" y="464.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1570" y="473" style="font-family:sans-serif;font-size:10px;"> +simple_designation +</text> +<rect x="24010.6796875" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24012" y="502" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="23205.6796875" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23207" y="589" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="21241.1796875" y="435.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21243" y="444" style="font-family:sans-serif;font-size:10px;"> +byteArray +</text> +<rect x="22903.6796875" y="580.0" width="144.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22905" y="589" style="font-family:sans-serif;font-size:10px;"> +stackalloc_element_initializer +</text> +<rect x="1176.25" y="406.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1178" y="415" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="8937.578125" y="145.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8939" y="154" style="font-family:sans-serif;font-size:10px;"> +CSharp72 +</text> +<rect x="5016.375" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5018" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="9973.375" y="290.0" width="75.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9975" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_body +</text> +<rect x="11178.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11180" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="8034.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8036" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="959.0" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="961" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="10735.375" y="551.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10737" y="560" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="699.75" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="701" y="386" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="982.0" y="580.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="984" y="589" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="5342.625" y="435.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5344" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="11568.5" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11570" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="20139.6796875" y="406.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20141" y="415" style="font-family:sans-serif;font-size:10px;"> +10 +</text> +<rect x="1892.875" y="290.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1894" y="299" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="14399.875" y="464.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14401" y="473" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="20286.9296875" y="232.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20288" y="241" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="21236.4296875" y="232.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21238" y="241" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="8083.125" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8085" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14530.375" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14532" y="647" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="17726.3125" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17728" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="1233.0" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1235" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="11985.875" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11987" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="12699.375" y="667.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12701" y="676" style="font-family:sans-serif;font-size:10px;"> +arr +</text> +<rect x="18902.1875" y="551.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18904" y="560" style="font-family:sans-serif;font-size:10px;"> +0x_1_2 +</text> +<rect x="19913.4296875" y="290.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19915" y="299" style="font-family:sans-serif;font-size:10px;"> +fixed +</text> +<rect x="4131.1875" y="348.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4133" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="16465.4375" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16467" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="9254.625" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9256" y="328" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="21129.1796875" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21131" y="357" style="font-family:sans-serif;font-size:10px;"> +* +</text> +<rect x="21495.9296875" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21497" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="13900.125" y="493.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13902" y="502" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="14993.875" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14995" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="7795.625" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7797" y="444" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="15708.5" y="319.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15710" y="328" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="11486.875" y="377.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11488" y="386" style="font-family:sans-serif;font-size:10px;"> +Test +</text> +<rect x="16942.9375" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16944" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="3054.625" y="348.0" width="110.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3056" y="357" style="font-family:sans-serif;font-size:10px;"> +local_function_header +</text> +<rect x="15674.75" y="377.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15676" y="386" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="3680.375" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3682" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="20094.6796875" y="348.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20096" y="357" style="font-family:sans-serif;font-size:10px;"> +constant_expression +</text> +<rect x="2813.125" y="377.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2815" y="386" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="8523.625" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8525" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="870.5" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="872" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="5264.625" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5266" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="1447.25" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1449" y="473" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="22961.1796875" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22963" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="8261.375" y="435.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8263" y="444" style="font-family:sans-serif;font-size:10px;"> +result +</text> +<rect x="12082.1875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12084" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="12813.875" y="638.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12815" y="647" style="font-family:sans-serif;font-size:10px;"> +null_literal +</text> +<rect x="8904.875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8906" y="560" style="font-family:sans-serif;font-size:10px;"> +x +</text> +<rect x="14219.875" y="435.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14221" y="444" style="font-family:sans-serif;font-size:10px;"> +simple_type +</text> +<rect x="738.0" y="406.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="740" y="415" style="font-family:sans-serif;font-size:10px;"> +switch_label +</text> +<rect x="1778.5" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1780" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="521.5" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="523" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="10834.75" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10836" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="13941.125" y="290.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13943" y="299" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifiers +</text> +<rect x="24105.4296875" y="551.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24107" y="560" style="font-family:sans-serif;font-size:10px;"> +tuple_element +</text> +<rect x="12723.375" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12725" y="589" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="15619.5" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15621" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="12342.625" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12344" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="23004.1796875" y="493.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23006" y="502" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="23838.1796875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23840" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="24082.1796875" y="435.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24084" y="444" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="14333.625" y="493.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14335" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="15214.375" y="522.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15216" y="531" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="23566.6796875" y="377.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23568" y="386" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="20684.1796875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20686" y="589" style="font-family:sans-serif;font-size:10px;"> +s +</text> +<rect x="21691.1796875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21693" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7328.625" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7330" y="386" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="21064.6796875" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21066" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14952.375" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14954" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="11029.125" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11031" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="15501.875" y="348.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15503" y="357" style="font-family:sans-serif;font-size:10px;"> +personAge +</text> +<rect x="4821.625" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4823" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="17241.375" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17243" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="4785.375" y="493.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4787" y="502" style="font-family:sans-serif;font-size:10px;"> +out +</text> +<rect x="942.5" y="638.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="944" y="647" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="7086.625" y="377.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7088" y="386" style="font-family:sans-serif;font-size:10px;"> +default +</text> +<rect x="1228.5" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1230" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="7768.0" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7770" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="8515.375" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8517" y="560" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="11823.875" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11825" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8581.875" y="464.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8583" y="473" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="14572.875" y="696.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14574" y="705" style="font-family:sans-serif;font-size:10px;"> +v1 +</text> +<rect x="21359.4296875" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21361" y="386" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="21740.6796875" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21742" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="22320.6796875" y="493.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22322" y="502" style="font-family:sans-serif;font-size:10px;"> +Span +</text> +<rect x="7129.625" y="377.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7131" y="386" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="3988.875" y="435.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3990" y="444" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="5063.125" y="522.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5065" y="531" style="font-family:sans-serif;font-size:10px;"> +throw +</text> +<rect x="8448.625" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8450" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17306.6875" y="464.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17308" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_value +</text> +<rect x="21243.4296875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21245" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="4446.875" y="406.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4448" y="415" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="7795.75" y="261.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7797" y="270" style="font-family:sans-serif;font-size:10px;"> +fixed_parameters +</text> +<rect x="6873.125" y="116.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6875" y="125" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17812.8125" y="261.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17814" y="270" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="22289.6796875" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22291" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="5101.125" y="551.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5103" y="560" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="16629.6875" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16631" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="21081.4296875" y="319.0" width="64.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21083" y="328" style="font-family:sans-serif;font-size:10px;"> +pointer_type +</text> +<rect x="10438.125" y="638.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10440" y="647" style="font-family:sans-serif;font-size:10px;"> +M1 +</text> +<rect x="10759.375" y="551.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10761" y="560" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="1734.0" y="348.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1736" y="357" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="23179.4296875" y="493.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23181" y="502" style="font-family:sans-serif;font-size:10px;"> +stackalloc_expression +</text> +<rect x="21684.6796875" y="435.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21686" y="444" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="19553.9296875" y="348.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19555" y="357" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="3154.875" y="493.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3156" y="502" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="837.75" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="839" y="444" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="9291.625" y="319.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9293" y="328" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="5279.625" y="261.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5281" y="270" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="771.75" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="773" y="502" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="490.0" y="522.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="492" y="531" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="20692.9296875" y="493.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20694" y="502" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="13502.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13504" y="589" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="3002.625" y="319.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3004" y="328" style="font-family:sans-serif;font-size:10px;"> +local_function_declaration +</text> +<rect x="7623.625" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7625" y="357" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="12214.125" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12216" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="7252.625" y="377.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7254" y="386" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="1964.375" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1966" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="760.5" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="762" y="589" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="8596.875" y="377.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8598" y="386" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="12001.875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12003" y="560" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="5588.125" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5590" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="1155.75" y="493.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1157" y="502" style="font-family:sans-serif;font-size:10px;"> +declaration_expression +</text> +<rect x="1923.0" y="464.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1925" y="473" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="8434.625" y="783.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8436" y="792" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="8394.875" y="725.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8396" y="734" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="8550.875" y="406.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8552" y="415" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="14411.625" y="609.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14413" y="618" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="10361.375" y="551.0" width="14.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10363" y="560" style="font-family:sans-serif;font-size:10px;"> +r1 +</text> +<rect x="22805.6796875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22807" y="647" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="23575.6796875" y="493.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23577" y="502" style="font-family:sans-serif;font-size:10px;"> +tuple_type +</text> +<rect x="2488.625" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2490" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="22392.6796875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22394" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="11050.46484375" y="29.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11052" y="38" style="font-family:sans-serif;font-size:10px;"> +compilation_unit +</text> +<rect x="2716.125" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2718" y="473" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="14531.875" y="435.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14533" y="444" style="font-family:sans-serif;font-size:10px;"> +consequence +</text> +<rect x="17794.5625" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17796" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="9268.625" y="319.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9270" y="328" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="21402.4296875" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21404" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="516.0" y="406.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="518" y="415" style="font-family:sans-serif;font-size:10px;"> +switch_label +</text> +<rect x="2716.125" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2718" y="415" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="2611.125" y="464.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2613" y="473" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="1078.5" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1080" y="618" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="10626.875" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10628" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="13143.5" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13145" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="18523.6875" y="609.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18525" y="618" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="13675.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13677" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="23213.6796875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23215" y="531" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="1587.0" y="348.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1589" y="357" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="14399.875" y="696.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14401" y="705" style="font-family:sans-serif;font-size:10px;"> +v2 +</text> +<rect x="15223.875" y="348.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15225" y="357" style="font-family:sans-serif;font-size:10px;"> +isEmployed +</text> +<rect x="17990.6875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17992" y="647" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="14192.125" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14194" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="24039.1796875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24041" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4669.125" y="232.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4671" y="241" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="22124.6796875" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22126" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="14238.625" y="609.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14240" y="618" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="13971.625" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13973" y="560" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="20174.4296875" y="203.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20176" y="212" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="4410.125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4412" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4454.375" y="435.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4456" y="444" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="9738.125" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9740" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="15634.9375" y="522.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15636" y="531" style="font-family:sans-serif;font-size:10px;"> +isEmployed +</text> +<rect x="5386.125" y="261.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5388" y="270" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="15588.5" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15590" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="14615.125" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14617" y="386" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="9101.791666666666" y="319.0" width="21.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9103" y="328" style="font-family:sans-serif;font-size:10px;"> +this +</text> +<rect x="22380.0546875" y="377.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22382" y="386" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="5198.875" y="435.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5200" y="444" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="18755.9296875" y="377.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18757" y="386" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="8137.625" y="464.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8139" y="473" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="6673.125" y="348.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6675" y="357" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="24099.1796875" y="435.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24101" y="444" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="604.0" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="606" y="531" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="8152.875" y="348.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8154" y="357" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="21698.6796875" y="493.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21700" y="502" style="font-family:sans-serif;font-size:10px;"> +Span +</text> +<rect x="8654.375" y="435.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8656" y="444" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="22454.6796875" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22456" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="6943.0" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6945" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="6868.625" y="145.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6870" y="154" style="font-family:sans-serif;font-size:10px;"> +CSharp71 +</text> +<rect x="11243.125" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11245" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="10546.625" y="493.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10548" y="502" style="font-family:sans-serif;font-size:10px;"> +ref_kind +</text> +<rect x="13452.125" y="522.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13454" y="531" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="15173.375" y="319.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15175" y="328" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="4920.625" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4922" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="4134.375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4136" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="15502.5" y="261.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15504" y="270" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="16028.1875" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16030" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="8493.625" y="203.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8495" y="212" style="font-family:sans-serif;font-size:10px;"> +struct_modifier +</text> +<rect x="5259.625" y="290.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5261" y="299" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="7670.75" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7672" y="299" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="10397.125" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10399" y="589" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="13002.75" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13004" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="17802.5625" y="377.0" width="144.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17804" y="386" style="font-family:sans-serif;font-size:10px;"> +ref_local_variable_declarator +</text> +<rect x="19252.4296875" y="261.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19254" y="270" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="23160.4296875" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23162" y="473" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="14093.875" y="464.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14095" y="473" style="font-family:sans-serif;font-size:10px;"> +object_creation_expression +</text> +<rect x="15114.875" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15116" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="20493.9296875" y="464.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20495" y="473" style="font-family:sans-serif;font-size:10px;"> +value_type +</text> +<rect x="23988.6796875" y="406.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23990" y="415" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="15154.875" y="348.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15156" y="357" style="font-family:sans-serif;font-size:10px;"> +simple_type +</text> +<rect x="15059.875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15061" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="20206.4296875" y="203.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20208" y="212" style="font-family:sans-serif;font-size:10px;"> +variable_declarators +</text> +<rect x="4771.625" y="551.0" width="97.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4773" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_type +</text> +<rect x="20508.4296875" y="377.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20510" y="386" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="20638.6796875" y="522.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20640" y="531" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="20962.4296875" y="464.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20964" y="473" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="2545.625" y="493.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2547" y="502" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="21555.9296875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21557" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="21962.9296875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21964" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="10617.375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10619" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="16632.6875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16634" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="10676.125" y="522.0" width="144.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10678" y="531" style="font-family:sans-serif;font-size:10px;"> +ref_local_variable_declarator +</text> +<rect x="21893.1796875" y="522.0" width="88.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21895" y="531" style="font-family:sans-serif;font-size:10px;"> +unmanaged_type +</text> +<rect x="14065.625" y="609.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14067" y="618" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="1846.0" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1848" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8618.375" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8620" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="14480.875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14482" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="1170.5" y="609.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1172" y="618" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="23686.6796875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23688" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="16150.9375" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16152" y="502" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="19824.9296875" y="232.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19826" y="241" style="font-family:sans-serif;font-size:10px;"> +IndexingMovableFixed +</text> +<rect x="14191.625" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14193" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="9169.625" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9171" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="1073.0" y="696.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1075" y="705" style="font-family:sans-serif;font-size:10px;"> +C +</text> +<rect x="13773.875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13775" y="618" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="23030.1796875" y="348.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23032" y="357" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="17297.125" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17299" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="2630.125" y="435.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2632" y="444" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="506.25" y="493.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="508" y="502" style="font-family:sans-serif;font-size:10px;"> +"A" +</text> +<rect x="4675.625" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4677" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="13892.625" y="609.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13894" y="618" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="3547.625" y="609.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3549" y="618" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="5162.375" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5164" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="22997.6796875" y="464.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22999" y="473" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="4801.875" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4803" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="16016.6875" y="464.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16018" y="473" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="5782.875" y="464.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5784" y="473" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="23054.6796875" y="580.0" width="144.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23056" y="589" style="font-family:sans-serif;font-size:10px;"> +stackalloc_element_initializer +</text> +<rect x="489.0" y="406.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="491" y="415" style="font-family:sans-serif;font-size:10px;"> +arg +</text> +<rect x="6128.625" y="319.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6130" y="328" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="8615.625" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8617" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="9047.875" y="377.0" width="38.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9049" y="386" style="font-family:sans-serif;font-size:10px;"> +TValue +</text> +<rect x="11461.375" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11463" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="3758.125" y="261.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3760" y="270" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="10858.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10860" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5201.125" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5203" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="143.0" y="290.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="145" y="299" style="font-family:sans-serif;font-size:10px;"> +PatternMatching +</text> +<rect x="5472.125" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5474" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="7929.125" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7931" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17738.5625" y="406.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17740" y="415" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="988.5" y="609.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="990" y="618" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="24135.9296875" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24137" y="618" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="17530.6875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17532" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="1507.5" y="319.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1509" y="328" style="font-family:sans-serif;font-size:10px;"> +if_statement +</text> +<rect x="15401.5" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15403" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="16756.6875" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16758" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="17336.6875" y="522.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17338" y="531" style="font-family:sans-serif;font-size:10px;"> +age +</text> +<rect x="14652.375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14654" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8430.125" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8432" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4935.125" y="435.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4937" y="444" style="font-family:sans-serif;font-size:10px;"> +result +</text> +<rect x="9696.375" y="261.0" width="104.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9698" y="270" style="font-family:sans-serif;font-size:10px;"> +operator_declaration +</text> +<rect x="16507.9375" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16509" y="502" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="15428.875" y="348.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15430" y="357" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="14140.875" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14142" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="22587.6796875" y="464.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22589" y="473" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="16548.1875" y="493.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16550" y="502" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="19368.1796875" y="232.0" width="179.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19370" y="241" style="font-family:sans-serif;font-size:10px;"> +type_parameter_constraints_clause +</text> +<rect x="8640.375" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8642" y="531" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_parameter_modifier +</text> +<rect x="4973.125" y="435.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4975" y="444" style="font-family:sans-serif;font-size:10px;"> +null_coalescing_expression +</text> +<rect x="7994.125" y="348.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7996" y="357" style="font-family:sans-serif;font-size:10px;"> +nullable_value_type +</text> +<rect x="4303.625" y="580.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4305" y="589" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="19273.1796875" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19275" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="8509.625" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8511" y="647" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="9115.0" y="290.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9117" y="299" style="font-family:sans-serif;font-size:10px;"> +indexer_declarator +</text> +<rect x="17073.1875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17075" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="12902.791666666666" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12904" y="560" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="2490.625" y="319.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2492" y="328" style="font-family:sans-serif;font-size:10px;"> +local_function_declaration +</text> +<rect x="11791.875" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11793" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="6836.125" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6838" y="125" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="8820.375" y="319.0" width="97.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8822" y="328" style="font-family:sans-serif;font-size:10px;"> +variable_declarator +</text> +<rect x="11311.875" y="435.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11313" y="444" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="11977.6875" y="203.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11979" y="212" style="font-family:sans-serif;font-size:10px;"> +struct +</text> +<rect x="4027.375" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4029" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="18703.6796875" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18705" y="299" style="font-family:sans-serif;font-size:10px;"> +LeadingSeparator +</text> +<rect x="546.75" y="435.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="548" y="444" style="font-family:sans-serif;font-size:10px;"> +case_guard +</text> +<rect x="22491.4296875" y="435.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22493" y="444" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="9635.625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9637" y="357" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="21048.1796875" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21050" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="18815.1875" y="580.0" width="46.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18817" y="589" style="font-family:sans-serif;font-size:10px;"> +0b1_0_1 +</text> +<rect x="12002.1875" y="232.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12004" y="241" style="font-family:sans-serif;font-size:10px;"> +ReadonlyRef2 +</text> +<rect x="14945.875" y="232.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14947" y="241" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="16826.5" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16828" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="23927.1796875" y="377.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23929" y="386" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="14745.875" y="696.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14747" y="705" style="font-family:sans-serif;font-size:10px;"> +v2 +</text> +<rect x="5685.625" y="493.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5687" y="502" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="14559.125" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14561" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="17456.9375" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17458" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="1956.25" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1958" y="444" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="16480.9375" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16482" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="19231.9296875" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19233" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="6833.625" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6835" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="17502.1875" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17504" y="589" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="4918.875" y="290.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4920" y="299" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="14970.375" y="522.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14972" y="531" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="23126.4296875" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23128" y="502" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="23805.1796875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23807" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="4248.875" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4250" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="12421.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12423" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5472.125" y="377.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5474" y="386" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="236.25" y="377.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="238" y="386" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="4105.875" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4107" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="14703.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14705" y="589" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="2356.625" y="319.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2358" y="328" style="font-family:sans-serif;font-size:10px;"> +args +</text> +<rect x="11337.375" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11339" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="15019.375" y="377.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15021" y="386" style="font-family:sans-serif;font-size:10px;"> +if_statement +</text> +<rect x="1815.25" y="406.0" width="38.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1817" y="415" style="font-family:sans-serif;font-size:10px;"> +pattern +</text> +<rect x="10729.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10731" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="21516.1796875" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21518" y="502" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="619.625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="621" y="357" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="21078.9296875" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21080" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="9044.875" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9046" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19737.4296875" y="203.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19739" y="212" style="font-family:sans-serif;font-size:10px;"> +struct_modifier +</text> +<rect x="13689.875" y="638.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13691" y="647" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="19019.9296875" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19021" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="21066.4296875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21068" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="4596.6875" y="348.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4598" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="23961.6796875" y="406.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23963" y="415" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="15027.875" y="464.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15029" y="473" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="492.875" y="145.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="494" y="154" style="font-family:sans-serif;font-size:10px;"> +CSharp70 +</text> +<rect x="3239.625" y="580.0" width="61.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3241" y="589" style="font-family:sans-serif;font-size:10px;"> +FromResult +</text> +<rect x="14471.125" y="348.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14473" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameters +</text> +<rect x="11810.875" y="551.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11812" y="560" style="font-family:sans-serif;font-size:10px;"> +v1 +</text> +<rect x="9145.208333333334" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9147" y="328" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="9789.125" y="377.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9791" y="386" style="font-family:sans-serif;font-size:10px;"> +parameter_modifier +</text> +<rect x="13512.625" y="551.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13514" y="560" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="19311.9296875" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19313" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="23899.6796875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23901" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7075.625" y="319.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7077" y="328" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="13921.625" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13923" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17567.6875" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17569" y="560" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="8679.875" y="464.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8681" y="473" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="4344.625" y="609.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4346" y="618" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="11333.375" y="319.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11335" y="328" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="10830.125" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10832" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="14011.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14013" y="589" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="17893.9375" y="522.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17895" y="531" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="18827.9296875" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18829" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="22488.4296875" y="406.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22490" y="415" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="14825.375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14827" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="15067.375" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15069" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="4928.625" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4930" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="162.5" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="164" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="11167.125" y="493.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11169" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="16884.9375" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16886" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17947.1875" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17949" y="589" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="12393.125" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12395" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="6784.625" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6786" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="12829.375" y="667.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12831" y="676" style="font-family:sans-serif;font-size:10px;"> +null +</text> +<rect x="5120.75" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5122" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="8852.625" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8854" y="357" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="3336.625" y="435.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3338" y="444" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="1594.75" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1596" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="1314.25" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1316" y="473" style="font-family:sans-serif;font-size:10px;"> +e +</text> +<rect x="8430.375" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8432" y="705" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="9258.375" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9260" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="12115.125" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12117" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="19134.9296875" y="232.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19136" y="241" style="font-family:sans-serif;font-size:10px;"> +type_parameter_list +</text> +<rect x="12203.125" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12205" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="2506.625" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2508" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="13409.875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13411" y="618" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="11081.625" y="551.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11083" y="560" style="font-family:sans-serif;font-size:10px;"> +Print +</text> +<rect x="16272.6875" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16274" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="6802.625" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6804" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="15420.0" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15422" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="19725.9296875" y="406.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19727" y="415" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="4051.875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4053" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="9575.125" y="377.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9577" y="386" style="font-family:sans-serif;font-size:10px;"> +parameter_modifier +</text> +<rect x="8153.625" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8155" y="444" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="13508.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13510" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="15718.5" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15720" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="18661.1796875" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18663" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="20895.6796875" y="232.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20897" y="241" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="1254.5" y="696.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1256" y="705" style="font-family:sans-serif;font-size:10px;"> +G +</text> +<rect x="17961.1875" y="580.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17963" y="589" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="9558.625" y="406.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9560" y="415" style="font-family:sans-serif;font-size:10px;"> +parameter_mode_modifier +</text> +<rect x="15010.375" y="522.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15012" y="531" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="15700.9375" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15702" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="4037.875" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4039" y="473" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="11019.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11021" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="10947.625" y="551.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10949" y="560" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="11233.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11235" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="15642.9375" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15644" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="16075.3125" y="319.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16077" y="328" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="3572.875" y="377.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3574" y="386" style="font-family:sans-serif;font-size:10px;"> +await_expression +</text> +<rect x="19944.9296875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19946" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="22367.1796875" y="464.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22369" y="473" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="23227.6796875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23229" y="531" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="23166.1796875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23168" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="11633.125" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11635" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="4006.375" y="348.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4008" y="357" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="7786.0" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7788" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="14490.375" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14492" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="16536.1875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16538" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="20100.4296875" y="203.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20102" y="212" style="font-family:sans-serif;font-size:10px;"> +field_modifier +</text> +<rect x="13678.875" y="609.0" width="88.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13680" y="618" style="font-family:sans-serif;font-size:10px;"> +unmanaged_type +</text> +<rect x="8307.875" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8309" y="415" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="11953.6875" y="203.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11955" y="212" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="14913.875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14915" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="16480.4375" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16482" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="1997.25" y="377.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1999" y="386" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="17504.6875" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17506" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="21301.4296875" y="319.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21303" y="328" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="11607.375" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11609" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="23078.1796875" y="406.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23080" y="415" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="21751.6796875" y="493.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21753" y="502" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="4228.875" y="493.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4230" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="20017.1796875" y="377.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20019" y="386" style="font-family:sans-serif;font-size:10px;"> +myFixedField +</text> +<rect x="8280.875" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8282" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="4629.9375" y="319.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4631" y="328" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="7945.625" y="464.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7947" y="473" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="6352.875" y="464.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6354" y="473" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="20316.4296875" y="203.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20318" y="212" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="22382.1796875" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22384" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="14212.875" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14214" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="18579.0625" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18581" y="589" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="10667.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10669" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="3683.625" y="290.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3685" y="299" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="17658.1875" y="609.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17660" y="618" style="font-family:sans-serif;font-size:10px;"> +null_literal +</text> +<rect x="13976.875" y="667.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13978" y="676" style="font-family:sans-serif;font-size:10px;"> +X +</text> +<rect x="18569.1875" y="667.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18571" y="676" style="font-family:sans-serif;font-size:10px;"> +1_2_3 +</text> +<rect x="6211.625" y="464.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6213" y="473" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="12266.375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12268" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="21060.6796875" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21062" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="15173.875" y="377.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15175" y="386" style="font-family:sans-serif;font-size:10px;"> +bool +</text> +<rect x="17549.5625" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17551" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="21155.4296875" y="348.0" width="121.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21157" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_pointer_declarator +</text> +<rect x="20832.9296875" y="348.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20834" y="357" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="23606.6796875" y="348.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23608" y="357" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="4959.375" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4961" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="5573.625" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5575" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5454.125" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5456" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="2529.125" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2531" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="9679.875" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9681" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="17325.6875" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17327" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="18823.6875" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18825" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="22990.1796875" y="377.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22992" y="386" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="1796.25" y="406.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1798" y="415" style="font-family:sans-serif;font-size:10px;"> +is +</text> +<rect x="14703.375" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14705" y="647" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="18871.9296875" y="435.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18873" y="444" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="9076.375" y="406.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9078" y="415" style="font-family:sans-serif;font-size:10px;"> +parameter_mode_modifier +</text> +<rect x="23619.1796875" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23621" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17549.1875" y="522.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17551" y="531" style="font-family:sans-serif;font-size:10px;"> +null_coalescing_expression +</text> +<rect x="3154.625" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3156" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="2730.625" y="348.0" width="114.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2732" y="357" style="font-family:sans-serif;font-size:10px;"> +local_function_modifier +</text> +<rect x="8536.375" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8538" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="18775.6875" y="522.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18777" y="531" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="17725.5625" y="377.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17727" y="386" style="font-family:sans-serif;font-size:10px;"> +ref_kind +</text> +<rect x="13443.875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13445" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="15354.875" y="348.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15356" y="357" style="font-family:sans-serif;font-size:10px;"> +personName +</text> +<rect x="17630.1875" y="580.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17632" y="589" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="3028.625" y="406.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3030" y="415" style="font-family:sans-serif;font-size:10px;"> +type_parameters +</text> +<rect x="14811.375" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14813" y="647" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="1630.0" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1632" y="415" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="1731.5" y="377.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1733" y="386" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="5748.875" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5750" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="14231.125" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14233" y="589" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="19649.4296875" y="464.0" width="61.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19651" y="473" style="font-family:sans-serif;font-size:10px;"> +unmanaged +</text> +<rect x="8337.125" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8339" y="473" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="23769.6796875" y="145.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23771" y="154" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="8519.625" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8521" y="473" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="323.0" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="325" y="299" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="22729.1796875" y="551.0" width="163.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22731" y="560" style="font-family:sans-serif;font-size:10px;"> +stackalloc_initializer_element_list +</text> +<rect x="17213.4375" y="522.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17215" y="531" style="font-family:sans-serif;font-size:10px;"> +personAge +</text> +<rect x="12434.125" y="551.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12436" y="560" style="font-family:sans-serif;font-size:10px;"> +foo +</text> +<rect x="21483.9296875" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21485" y="502" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="3461.875" y="493.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3463" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="8934.375" y="406.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8936" y="415" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_body +</text> +<rect x="8979.875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8981" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="13136.875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13138" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="18655.6875" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18657" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="1208.5" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1210" y="647" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="3179.875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3181" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="16558.4375" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16560" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="7904.875" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7906" y="299" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="15940.6875" y="464.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15942" y="473" style="font-family:sans-serif;font-size:10px;"> +DoSomething +</text> +<rect x="17779.5625" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17781" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="5558.625" y="319.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5560" y="328" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="8448.375" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8450" y="589" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="15303.875" y="377.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15305" y="386" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="15924.6875" y="406.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15926" y="415" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="461.75" y="435.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="463" y="444" style="font-family:sans-serif;font-size:10px;"> +case +</text> +<rect x="1525.25" y="406.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1527" y="415" style="font-family:sans-serif;font-size:10px;"> +is +</text> +<rect x="10423.9375" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10425" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="17387.4375" y="522.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17389" y="531" style="font-family:sans-serif;font-size:10px;"> +personName +</text> +<rect x="20609.4296875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20611" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="22207.6796875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22209" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="13681.125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13683" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="13519.125" y="580.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13521" y="589" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="18607.6875" y="580.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18609" y="589" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="8576.625" y="203.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8578" y="212" style="font-family:sans-serif;font-size:10px;"> +struct +</text> +<rect x="15738.5" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15740" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="16088.4375" y="522.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16090" y="531" style="font-family:sans-serif;font-size:10px;"> +personName +</text> +<rect x="2685.875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2687" y="531" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="2263.625" y="406.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2265" y="415" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="2482.875" y="522.0" width="196.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2484" y="531" style="font-family:sans-serif;font-size:10px;"> +primary_no_array_creation_expression +</text> +<rect x="8048.625" y="435.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8050" y="444" style="font-family:sans-serif;font-size:10px;"> +tuple_type_element +</text> +<rect x="9755.125" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9757" y="415" style="font-family:sans-serif;font-size:10px;"> +x +</text> +<rect x="23654.6796875" y="580.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23656" y="589" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="1153.5" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1155" y="618" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="1392.0" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1394" y="531" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="8448.625" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8450" y="705" style="font-family:sans-serif;font-size:10px;"> +t +</text> +<rect x="11331.072265625" y="58.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11333" y="67" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="8601.125" y="232.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8603" y="241" style="font-family:sans-serif;font-size:10px;"> +ReadonlyRef1 +</text> +<rect x="20060.4296875" y="319.0" width="142.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20062" y="328" style="font-family:sans-serif;font-size:10px;"> +fixed_size_buffer_declarator +</text> +<rect x="3723.375" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3725" y="473" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="18721.4296875" y="348.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18723" y="357" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="3067.375" y="261.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3069" y="270" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="7576.125" y="377.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7578" y="386" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="20130.4296875" y="261.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20132" y="270" style="font-family:sans-serif;font-size:10px;"> +IndexingMovableFixed +</text> +<rect x="5933.125" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5935" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="4872.375" y="319.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4874" y="328" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="16186.6875" y="464.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16188" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_value +</text> +<rect x="1961.75" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1963" y="415" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="20894.4296875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20896" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="20878.6796875" y="551.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20880" y="560" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="3234.125" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3236" y="560" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="23718.1796875" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23720" y="531" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="17875.8125" y="493.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17877" y="502" style="font-family:sans-serif;font-size:10px;"> +conditional_expression +</text> +<rect x="7929.625" y="435.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7931" y="444" style="font-family:sans-serif;font-size:10px;"> +tuple_type_element +</text> +<rect x="1051.0" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1053" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="2574.125" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2576" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8927.375" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8929" y="299" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="5261.375" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5263" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="8312.375" y="522.0" width="156.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8314" y="531" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_signature +</text> +<rect x="11152.125" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11154" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="13618.875" y="609.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13620" y="618" style="font-family:sans-serif;font-size:10px;"> +stackalloc +</text> +<rect x="11160.625" y="522.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11162" y="531" style="font-family:sans-serif;font-size:10px;"> +argument_value +</text> +<rect x="20777.6796875" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20779" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="22362.6796875" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22364" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="22705.846354166664" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22707" y="531" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="10544.125" y="464.0" width="228.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10546" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_ref_local_variable_declaration +</text> +<rect x="11314.875" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11316" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="16514.9375" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16516" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="20978.9296875" y="493.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20980" y="502" style="font-family:sans-serif;font-size:10px;"> +element_access +</text> +<rect x="9092.875" y="377.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9094" y="386" style="font-family:sans-serif;font-size:10px;"> +parameter_modifier +</text> +<rect x="20207.6796875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20209" y="357" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="20333.4296875" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20335" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="23673.6796875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23675" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8634.875" y="406.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8636" y="415" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="13276.958333333334" y="551.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13278" y="560" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="7732.125" y="377.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7734" y="386" style="font-family:sans-serif;font-size:10px;"> +tuple_type_element +</text> +<rect x="12229.125" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12231" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="23653.1796875" y="319.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23655" y="328" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="4514.375" y="493.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4516" y="502" style="font-family:sans-serif;font-size:10px;"> +TryParse +</text> +<rect x="5777.875" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5779" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="5869.625" y="493.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5871" y="502" style="font-family:sans-serif;font-size:10px;"> +hex +</text> +<rect x="15889.6875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15891" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="931.0" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="933" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="10297.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10299" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="6428.625" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6430" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7158.125" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7160" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="10900.875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10902" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="10971.625" y="551.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10973" y="560" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="15006.375" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15008" y="299" style="font-family:sans-serif;font-size:10px;"> +ref_method_body +</text> +<rect x="11782.375" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11784" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="16759.6875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16761" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17844.8125" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17846" y="415" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="22899.1796875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22901" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="9910.625" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9912" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14292.375" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14294" y="647" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="24191.6796875" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24193" y="560" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="10179.375" y="290.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10181" y="299" style="font-family:sans-serif;font-size:10px;"> +ref_kind +</text> +<rect x="17890.8125" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17892" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="14306.375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14308" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4130.6875" y="377.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4132" y="386" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="23112.1796875" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23114" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="11621.375" y="435.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11623" y="444" style="font-family:sans-serif;font-size:10px;"> +v1 +</text> +<rect x="20879.4296875" y="319.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20881" y="328" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="6713.375" y="435.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6715" y="444" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="12582.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12584" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="18593.1796875" y="261.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18595" y="270" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="19775.4296875" y="290.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19777" y="299" style="font-family:sans-serif;font-size:10px;"> +fixed_size_buffer_modifier +</text> +<rect x="4142.375" y="551.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4144" y="560" style="font-family:sans-serif;font-size:10px;"> +Hello +</text> +<rect x="4262.5" y="406.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4264" y="415" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="10520.125" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10522" y="589" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="7319.375" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7321" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="24118.6796875" y="493.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24120" y="502" style="font-family:sans-serif;font-size:10px;"> +== +</text> +<rect x="3930.375" y="377.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3932" y="386" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="6983.375" y="232.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6985" y="241" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="5830.375" y="435.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5832" y="444" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="11209.875" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11211" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17511.1875" y="522.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17513" y="531" style="font-family:sans-serif;font-size:10px;"> +name +</text> +<rect x="18539.5625" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18541" y="560" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="5497.875" y="464.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5499" y="473" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="8627.875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8629" y="647" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="8590.375" y="348.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8592" y="357" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="15953.1875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15955" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="20581.1796875" y="435.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20583" y="444" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="21472.9296875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21474" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="4790.625" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4792" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="21550.1796875" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21552" y="473" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="379.0" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="381" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="10355.125" y="493.0" width="144.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10357" y="502" style="font-family:sans-serif;font-size:10px;"> +ref_local_variable_declarator +</text> +<rect x="15570.5" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15572" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="21344.4296875" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21346" y="386" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="3889.625" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3891" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="1534.5" y="435.0" width="97.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1536" y="444" style="font-family:sans-serif;font-size:10px;"> +declaration_pattern +</text> +<rect x="8326.875" y="406.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8328" y="415" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="24102.6796875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24104" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="1026.5" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1028" y="647" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="6641.375" y="464.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6643" y="473" style="font-family:sans-serif;font-size:10px;"> +double +</text> +<rect x="8090.875" y="522.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8092" y="531" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="13885.125" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13887" y="589" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="967.75" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="969" y="473" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="6633.125" y="377.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6635" y="386" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="16840.3125" y="406.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16842" y="415" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="12704.875" y="551.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12706" y="560" style="font-family:sans-serif;font-size:10px;"> +null_coalescing_expression +</text> +<rect x="5386.625" y="464.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5388" y="473" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="21210.6796875" y="377.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21212" y="386" style="font-family:sans-serif;font-size:10px;"> +fixed_pointer_initializer +</text> +<rect x="3248.125" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3250" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="20591.9296875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20593" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="10669.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10671" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="20606.9296875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20608" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="22276.5546875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22278" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="23510.1796875" y="551.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23512" y="560" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="24188.9296875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24190" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="11369.572265625" y="87.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11371" y="96" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="5246.375" y="406.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5248" y="415" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="13960.375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13962" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="20538.6796875" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20540" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="24031.1796875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24033" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14638.375" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14640" y="647" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="975.5" y="696.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="977" y="705" style="font-family:sans-serif;font-size:10px;"> +B +</text> +<rect x="8345.375" y="754.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8347" y="763" style="font-family:sans-serif;font-size:10px;"> +f3 +</text> +<rect x="16500.9375" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16502" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="21379.9296875" y="377.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21381" y="386" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="13453.375" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13455" y="676" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="22993.1796875" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22995" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="24198.4296875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24200" y="676" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="3657.625" y="232.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3659" y="241" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="8401.625" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8403" y="647" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="18907.6875" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18909" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="2158.875" y="232.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2160" y="241" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8027.625" y="667.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8029" y="676" style="font-family:sans-serif;font-size:10px;"> +Select +</text> +<rect x="13852.875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13854" y="618" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="20548.4296875" y="348.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20550" y="357" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="21902.9296875" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21904" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="21927.1796875" y="435.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21929" y="444" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="24213.9296875" y="551.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24215" y="560" style="font-family:sans-serif;font-size:10px;"> +tuple_element +</text> +<rect x="6144.125" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6146" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="1857.375" y="261.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1859" y="270" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="4036.375" y="319.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4038" y="328" style="font-family:sans-serif;font-size:10px;"> +args +</text> +<rect x="20793.1796875" y="435.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20795" y="444" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="13922.625" y="551.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13924" y="560" style="font-family:sans-serif;font-size:10px;"> +Vector3 +</text> +<rect x="1448.0" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1450" y="357" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="11736.375" y="377.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11738" y="386" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="4694.375" y="493.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4696" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="9864.625" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9866" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="1785.75" y="435.0" width="97.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1787" y="444" style="font-family:sans-serif;font-size:10px;"> +declaration_pattern +</text> +<rect x="7253.625" y="406.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7255" y="415" style="font-family:sans-serif;font-size:10px;"> +default_literal +</text> +<rect x="4723.875" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4725" y="560" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="18691.6875" y="551.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18693" y="560" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="4875.625" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4877" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="996.75" y="464.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="998" y="473" style="font-family:sans-serif;font-size:10px;"> +tuple_element +</text> +<rect x="4250.1875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4252" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="5274.625" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5276" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="6400.375" y="435.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6402" y="444" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="16157.9375" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16159" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="19162.9296875" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19164" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="23703.1796875" y="406.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23705" y="415" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="21470.9296875" y="435.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21472" y="444" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="16763.25" y="348.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16765" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="23456.6796875" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23458" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="17744.1875" y="580.0" width="196.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17746" y="589" style="font-family:sans-serif;font-size:10px;"> +primary_no_array_creation_expression +</text> +<rect x="20252.9296875" y="261.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20254" y="270" style="font-family:sans-serif;font-size:10px;"> +s +</text> +<rect x="7564.625" y="290.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7566" y="299" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="12592.875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12594" y="618" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="10640.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10642" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="9697.625" y="435.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9699" y="444" style="font-family:sans-serif;font-size:10px;"> +Vector3 +</text> +<rect x="20458.9296875" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20460" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="10312.625" y="377.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10314" y="386" style="font-family:sans-serif;font-size:10px;"> +M1_Trace +</text> +<rect x="22292.0546875" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22294" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="23081.1796875" y="435.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23083" y="444" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="4987.875" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4989" y="415" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="10718.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10720" y="560" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="16041.5625" y="377.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16043" y="386" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="20746.6796875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20748" y="531" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="5032.375" y="464.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5034" y="473" style="font-family:sans-serif;font-size:10px;"> +?? +</text> +<rect x="12236.375" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12238" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="21569.1796875" y="493.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21571" y="502" style="font-family:sans-serif;font-size:10px;"> +stackalloc_expression +</text> +<rect x="3375.125" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3377" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="20529.6796875" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20531" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="19525.4296875" y="319.0" width="61.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19527" y="328" style="font-family:sans-serif;font-size:10px;"> +unmanaged +</text> +<rect x="13621.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13623" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="15141.375" y="406.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15143" y="415" style="font-family:sans-serif;font-size:10px;"> +else +</text> +<rect x="723.25" y="464.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="725" y="473" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="11352.375" y="493.0" width="14.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11354" y="502" style="font-family:sans-serif;font-size:10px;"> +r1 +</text> +<rect x="2540.625" y="435.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2542" y="444" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="18498.9375" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18500" y="618" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="22373.6796875" y="493.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22375" y="502" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="22025.4296875" y="493.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22027" y="502" style="font-family:sans-serif;font-size:10px;"> +stackalloc_expression +</text> +<rect x="759.25" y="464.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="761" y="473" style="font-family:sans-serif;font-size:10px;"> +when +</text> +<rect x="21081.1796875" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21083" y="415" style="font-family:sans-serif;font-size:10px;"> +byte +</text> +<rect x="2593.125" y="464.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2595" y="473" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="3144.625" y="377.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3146" y="386" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="15872.6875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15874" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="20312.9296875" y="290.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20314" y="299" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="8864.625" y="377.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8866" y="386" style="font-family:sans-serif;font-size:10px;"> +lambda_expression +</text> +<rect x="15019.875" y="493.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15021" y="502" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="7092.71875" y="87.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7094" y="96" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="22218.1796875" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22220" y="589" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="1391.5" y="406.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1393" y="415" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="7883.75" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7885" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="14409.625" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14411" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="14342.875" y="435.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14344" y="444" style="font-family:sans-serif;font-size:10px;"> +parameter_mode_modifier +</text> +<rect x="9353.125" y="377.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9355" y="386" style="font-family:sans-serif;font-size:10px;"> +null +</text> +<rect x="7773.625" y="435.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7775" y="444" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="10269.375" y="522.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10271" y="531" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="14039.875" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14041" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5213.125" y="319.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5215" y="328" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="146.0" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="148" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="12534.625" y="551.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12536" y="560" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="24042.6796875" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24044" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="8146.625" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8148" y="705" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="12765.875" y="609.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12767" y="618" style="font-family:sans-serif;font-size:10px;"> +!= +</text> +<rect x="14195.125" y="377.0" width="38.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14197" y="386" style="font-family:sans-serif;font-size:10px;"> +Choice +</text> +<rect x="5945.625" y="522.0" width="79.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5947" y="531" style="font-family:sans-serif;font-size:10px;"> +0x1b_a0_44_fe +</text> +<rect x="7332.125" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7334" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="16140.9375" y="406.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16142" y="415" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="21340.9296875" y="348.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21342" y="357" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="455.0" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="457" y="357" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="233.0" y="290.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="235" y="299" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="12497.125" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12499" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="22455.1796875" y="522.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22457" y="531" style="font-family:sans-serif;font-size:10px;"> +stackalloc +</text> +<rect x="19639.9296875" y="290.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19641" y="299" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="6940.125" y="348.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6942" y="357" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="21924.1796875" y="406.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21926" y="415" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="4905.625" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4907" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="2618.125" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2620" y="386" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="7951.625" y="406.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7953" y="415" style="font-family:sans-serif;font-size:10px;"> +tuple_type +</text> +<rect x="11297.375" y="406.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11299" y="415" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="20684.4296875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20686" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="19001.9296875" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19003" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="16099.9375" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16101" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="9954.625" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9956" y="357" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="4728.0" y="406.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4730" y="415" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="12328.125" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12330" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="16976.1875" y="493.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16978" y="502" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="1125.0" y="522.0" width="97.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1127" y="531" style="font-family:sans-serif;font-size:10px;"> +local_variable_type +</text> +<rect x="21677.1796875" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21679" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="2851.625" y="348.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2853" y="357" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="3594.625" y="319.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3596" y="328" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="11703.875" y="464.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11705" y="473" style="font-family:sans-serif;font-size:10px;"> +in +</text> +<rect x="6327.125" y="377.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6329" y="386" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="5586.625" y="493.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5588" y="502" style="font-family:sans-serif;font-size:10px;"> +bin +</text> +<rect x="9144.375" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9146" y="270" style="font-family:sans-serif;font-size:10px;"> +indexer_declaration +</text> +<rect x="17161.6875" y="493.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17163" y="502" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="4938.875" y="261.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4940" y="270" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="15231.1875" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15233" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="9265.375" y="406.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9267" y="415" style="font-family:sans-serif;font-size:10px;"> +index +</text> +<rect x="3972.375" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3974" y="328" style="font-family:sans-serif;font-size:10px;"> +array_type +</text> +<rect x="20514.9296875" y="522.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20516" y="531" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="15729.6875" y="464.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15731" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_value +</text> +<rect x="23915.1796875" y="493.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23917" y="502" style="font-family:sans-serif;font-size:10px;"> +t2 +</text> +<rect x="17398.9375" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17400" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="21271.9296875" y="261.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21273" y="270" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="3605.125" y="406.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3607" y="415" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="7700.875" y="290.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7702" y="299" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="8291.125" y="754.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8293" y="763" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="20660.4296875" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20662" y="473" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="3129.375" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3131" y="386" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="16286.6875" y="493.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16288" y="502" style="font-family:sans-serif;font-size:10px;"> +age +</text> +<rect x="18991.6875" y="493.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18993" y="502" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="14130.375" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14132" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="1190.25" y="261.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1192" y="270" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="16448.9375" y="522.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16450" y="531" style="font-family:sans-serif;font-size:10px;"> +isEmployed +</text> +<rect x="8236.625" y="638.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8238" y="647" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="7910.0" y="145.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7912" y="154" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="17369.0625" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17371" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="7954.875" y="609.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7956" y="618" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="18288.1875" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18290" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="20869.9296875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20871" y="647" style="font-family:sans-serif;font-size:10px;"> +s +</text> +<rect x="24054.6796875" y="551.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24056" y="560" style="font-family:sans-serif;font-size:10px;"> +t1 +</text> +<rect x="11920.375" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11922" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="15547.6875" y="406.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15549" y="415" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="4815.125" y="290.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4817" y="299" style="font-family:sans-serif;font-size:10px;"> +ThrowExpression +</text> +<rect x="16161.0625" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16163" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="15636.0" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15638" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14625.375" y="406.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14627" y="415" style="font-family:sans-serif;font-size:10px;"> +parameter_modifier +</text> +<rect x="3524.375" y="464.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3526" y="473" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="20118.9296875" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20120" y="241" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="10250.125" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10252" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="3087.875" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3089" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="18904.9296875" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18906" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="3304.375" y="406.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3306" y="415" style="font-family:sans-serif;font-size:10px;"> +await_expression +</text> +<rect x="2651.125" y="464.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2653" y="473" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="2003.875" y="290.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2005" y="299" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="5173.375" y="406.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5175" y="415" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="8008.625" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8010" y="647" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="7233.625" y="290.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7235" y="299" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="9034.578125" y="174.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9036" y="183" style="font-family:sans-serif;font-size:10px;"> +struct_declaration +</text> +<rect x="5730.875" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5732" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="11625.125" y="348.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11627" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameters +</text> +<rect x="7477.625" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7479" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="14175.625" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14177" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="8857.375" y="580.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8859" y="589" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="20524.4296875" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20526" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="21467.9296875" y="406.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21469" y="415" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="21006.5546875" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21008" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="22463.6796875" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22465" y="502" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="2503.125" y="348.0" width="110.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2505" y="357" style="font-family:sans-serif;font-size:10px;"> +local_function_header +</text> +<rect x="1513.0" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1515" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="5757.375" y="435.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5759" y="444" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="2042.0" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2044" y="473" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="97.0" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="99" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="14708.125" y="377.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14710" y="386" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="17277.9375" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17279" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="14288.875" y="435.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14290" y="444" style="font-family:sans-serif;font-size:10px;"> +condition +</text> +<rect x="7942.625" y="696.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7944" y="705" style="font-family:sans-serif;font-size:10px;"> +list +</text> +<rect x="18905.4296875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18907" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="2226.375" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2228" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="22050.1796875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22052" y="589" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="23370.6796875" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23372" y="589" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="5624.625" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5626" y="473" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="16881.6875" y="464.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16883" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_name +</text> +<rect x="20866.1796875" y="435.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20868" y="444" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="15199.875" y="493.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15201" y="502" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="10385.125" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10387" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="20742.1796875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20744" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="4832.875" y="348.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4834" y="357" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="17811.8125" y="435.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17813" y="444" style="font-family:sans-serif;font-size:10px;"> +r +</text> +<rect x="8748.375" y="406.0" width="156.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8750" y="415" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_signature +</text> +<rect x="1682.25" y="406.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1684" y="415" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="9920.125" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9922" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="17270.9375" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17272" y="502" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="17712.0625" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17714" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="22006.4296875" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22008" y="473" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="16409.1875" y="493.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16411" y="502" style="font-family:sans-serif;font-size:10px;"> +name +</text> +<rect x="23593.1796875" y="435.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23595" y="444" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="19485.4296875" y="261.0" width="141.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19487" y="270" style="font-family:sans-serif;font-size:10px;"> +type_parameter_constraints +</text> +<rect x="15008.875" y="406.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15010" y="415" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="23530.1796875" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23532" y="473" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="501.25" y="464.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="503" y="473" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="1892.875" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1894" y="357" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="8189.875" y="609.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8191" y="618" style="font-family:sans-serif;font-size:10px;"> +lambda_expression +</text> +<rect x="14841.875" y="667.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14843" y="676" style="font-family:sans-serif;font-size:10px;"> +Z +</text> +<rect x="13458.625" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13460" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17578.5625" y="261.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17580" y="270" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="18710.1796875" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18712" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="5325.625" y="435.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5327" y="444" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="9615.375" y="319.0" width="136.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9617" y="328" style="font-family:sans-serif;font-size:10px;"> +binary_operator_declarator +</text> +<rect x="18037.1875" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18039" y="589" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="18668.5546875" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18670" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="8259.625" y="638.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8261" y="647" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_body +</text> +<rect x="3139.625" y="406.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3141" y="415" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="23873.6796875" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23875" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="19820.4296875" y="203.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19822" y="212" style="font-family:sans-serif;font-size:10px;"> +struct +</text> +<rect x="9395.625" y="348.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9397" y="357" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="23553.6796875" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23555" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="13116.875" y="609.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13118" y="618" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="10938.125" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10940" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="22291.5546875" y="261.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22293" y="270" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="6809.625" y="464.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6811" y="473" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="9961.125" y="319.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9963" y="328" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="7917.125" y="377.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7919" y="386" style="font-family:sans-serif;font-size:10px;"> +non_nullable_value_type +</text> +<rect x="13102.875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13104" y="618" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="9952.125" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9954" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="18686.5546875" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18688" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="5970.625" y="493.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5972" y="502" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="19965.9296875" y="319.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19967" y="328" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="11392.875" y="290.0" width="79.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11394" y="299" style="font-family:sans-serif;font-size:10px;"> +ref_return_type +</text> +<rect x="1564.0" y="406.0" width="38.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1566" y="415" style="font-family:sans-serif;font-size:10px;"> +pattern +</text> +<rect x="14119.375" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14121" y="647" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="7494.125" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7496" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14385.875" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14387" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="22970.6796875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22972" y="647" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="282.0" y="261.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="284" y="270" style="font-family:sans-serif;font-size:10px;"> +fixed_parameters +</text> +<rect x="21590.1796875" y="580.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21592" y="589" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="18876.4296875" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18878" y="415" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="3858.625" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3860" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="23153.6796875" y="522.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23155" y="531" style="font-family:sans-serif;font-size:10px;"> +stackalloc +</text> +<rect x="23485.6796875" y="261.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23487" y="270" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="343.5" y="319.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="345" y="328" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="7040.125" y="290.0" width="88.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7042" y="299" style="font-family:sans-serif;font-size:10px;"> +default_argument +</text> +<rect x="13596.125" y="522.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13598" y="531" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="5350.625" y="232.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5352" y="241" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="2770.625" y="377.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2772" y="386" style="font-family:sans-serif;font-size:10px;"> +async +</text> +<rect x="6159.125" y="261.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6161" y="270" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="6809.125" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6811" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="18051.1875" y="580.0" width="196.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18053" y="589" style="font-family:sans-serif;font-size:10px;"> +primary_no_array_creation_expression +</text> +<rect x="3988.375" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3990" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="11444.375" y="406.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11446" y="415" style="font-family:sans-serif;font-size:10px;"> +parameter_modifier +</text> +<rect x="1222.5" y="638.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1224" y="647" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="7393.3125" y="116.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7395" y="125" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="8090.125" y="493.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8092" y="502" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="11487.375" y="464.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11489" y="473" style="font-family:sans-serif;font-size:10px;"> +in +</text> +<rect x="12185.875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12187" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="21150.4296875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21152" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="7915.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7917" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="17882.3125" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17884" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="21286.4296875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21288" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="17813.3125" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17815" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="17889.3125" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17891" y="473" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="16935.9375" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16937" y="502" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="290.0" y="232.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="292" y="241" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="7254.625" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7256" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="21026.6796875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21028" y="531" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="22312.0546875" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22314" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="17543.6875" y="638.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17545" y="647" style="font-family:sans-serif;font-size:10px;"> +arr +</text> +<rect x="18571.6875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18573" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="21419.9296875" y="348.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21421" y="357" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="8579.375" y="580.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8581" y="589" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="19504.9296875" y="290.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19506" y="299" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="12097.1875" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12099" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="6850.125" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6852" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19734.9296875" y="232.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19736" y="241" style="font-family:sans-serif;font-size:10px;"> +unsafe_modifier +</text> +<rect x="12063.875" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12065" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="4607.875" y="551.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4609" y="560" style="font-family:sans-serif;font-size:10px;"> +Hello +</text> +<rect x="3300.625" y="435.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3302" y="444" style="font-family:sans-serif;font-size:10px;"> +await +</text> +<rect x="5113.375" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5115" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="5045.375" y="261.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5047" y="270" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="9337.625" y="348.0" width="51.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9339" y="357" style="font-family:sans-serif;font-size:10px;"> +null_literal +</text> +<rect x="13125.0" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13127" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="14093.875" y="435.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14095" y="444" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="23038.1796875" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23040" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="2968.625" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2970" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="13362.125" y="580.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13364" y="589" style="font-family:sans-serif;font-size:10px;"> +element_access +</text> +<rect x="17664.5625" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17666" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="22536.6796875" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22538" y="502" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="23571.6796875" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23573" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="797.75" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="799" y="386" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="18268.1875" y="580.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18270" y="589" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="7718.125" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7720" y="386" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="11477.875" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11479" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="1157.5" y="696.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1159" y="705" style="font-family:sans-serif;font-size:10px;"> +F +</text> +<rect x="11114.875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11116" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="14668.875" y="667.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14670" y="676" style="font-family:sans-serif;font-size:10px;"> +Z +</text> +<rect x="6237.125" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6239" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="12513.375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12515" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8696.125" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8698" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="4338.5" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4340" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="8243.875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8245" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="12484.875" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12486" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="4336.375" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4338" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="8169.125" y="754.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8171" y="763" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="17904.3125" y="464.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17906" y="473" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="18127.1875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18129" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="13505.125" y="464.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13507" y="473" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="5144.625" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5146" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="549.75" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="551" y="502" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="8887.875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8889" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="20912.9296875" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20914" y="502" style="font-family:sans-serif;font-size:10px;"> +t +</text> +<rect x="9696.625" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9698" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7571.125" y="319.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7573" y="328" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="22738.6796875" y="580.0" width="144.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22740" y="589" style="font-family:sans-serif;font-size:10px;"> +stackalloc_element_initializer +</text> +<rect x="19588.4296875" y="377.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19590" y="386" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="2880.125" y="435.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2882" y="444" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="6435.625" y="493.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6437" y="502" style="font-family:sans-serif;font-size:10px;"> +weird +</text> +<rect x="13044.5" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13046" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="14757.625" y="609.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14759" y="618" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="17981.1875" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17983" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="3537.875" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3539" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="15313.5" y="261.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15315" y="270" style="font-family:sans-serif;font-size:10px;"> +fixed_parameters +</text> +<rect x="16216.9375" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16218" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="14981.375" y="261.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14983" y="270" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="4345.875" y="493.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4347" y="502" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="3145.375" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3147" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="21499.1796875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21501" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="23109.4296875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23111" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="2054.75" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2056" y="415" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="15449.375" y="319.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15451" y="328" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="1040.5" y="638.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1042" y="647" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="11077.96484375" y="0.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11079" y="9" style="font-family:sans-serif;font-size:10px;"> +prog +</text> +<rect x="2250.625" y="377.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2252" y="386" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="18422.6875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18424" y="647" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="4894.375" y="464.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4896" y="473" style="font-family:sans-serif;font-size:10px;"> +conditional_or_expression +</text> +<rect x="10400.125" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10402" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="10673.125" y="493.0" width="150.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10675" y="502" style="font-family:sans-serif;font-size:10px;"> +ref_local_variable_declarators +</text> +<rect x="15860.3125" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15862" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="19955.4296875" y="261.0" width="146.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19957" y="270" style="font-family:sans-serif;font-size:10px;"> +fixed_size_buffer_declaration +</text> +<rect x="21760.1796875" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21762" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="21567.1796875" y="464.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21569" y="473" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="1129.5" y="609.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1131" y="618" style="font-family:sans-serif;font-size:10px;"> +E +</text> +<rect x="10425.625" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10427" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="11644.375" y="435.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11646" y="444" style="font-family:sans-serif;font-size:10px;"> +parameter_mode_modifier +</text> +<rect x="3198.875" y="464.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3200" y="473" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="11796.875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11798" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14198.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14200" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="5178.875" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5180" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8145.125" y="493.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8147" y="502" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="14149.875" y="667.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14151" y="676" style="font-family:sans-serif;font-size:10px;"> +X +</text> +<rect x="17388.9375" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17390" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="15244.4375" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15246" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="3363.875" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3365" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="17646.5625" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17648" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="2347.625" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2349" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="23195.1796875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23197" y="560" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="9315.625" y="319.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9317" y="328" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="17792.8125" y="290.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17794" y="299" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="6991.125" y="319.0" width="40.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6993" y="328" style="font-family:sans-serif;font-size:10px;"> +content +</text> +<rect x="15306.875" y="319.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15308" y="328" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="4704.625" y="261.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4706" y="270" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="10564.375" y="522.0" width="46.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10566" y="531" style="font-family:sans-serif;font-size:10px;"> +readonly +</text> +<rect x="14746.875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14748" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="18739.6875" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18741" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="8498.375" y="522.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8500" y="531" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_body +</text> +<rect x="21904.1796875" y="551.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21906" y="560" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="15734.1875" y="493.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15736" y="502" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="3943.375" y="406.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3945" y="415" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="18807.4296875" y="290.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18809" y="299" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="19235.4296875" y="261.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19237" y="270" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="3326.125" y="464.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3328" y="473" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="2970.125" y="435.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2972" y="444" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="1113.0" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1115" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4517.375" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4519" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8336.875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8338" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="7200.375" y="319.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7202" y="328" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="9479.625" y="348.0" width="149.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9481" y="357" style="font-family:sans-serif;font-size:10px;"> +overloadable_binary_operator +</text> +<rect x="9832.125" y="435.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9834" y="444" style="font-family:sans-serif;font-size:10px;"> +in +</text> +<rect x="1190.75" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1192" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="2166.375" y="261.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2168" y="270" style="font-family:sans-serif;font-size:10px;"> +Task +</text> +<rect x="22889.6796875" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22891" y="589" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="15454.625" y="290.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15456" y="299" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="3624.625" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3626" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="13206.875" y="609.0" width="196.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13208" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_no_array_creation_expression +</text> +<rect x="20387.4296875" y="261.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20389" y="270" style="font-family:sans-serif;font-size:10px;"> +unsafe_modifier +</text> +<rect x="13997.125" y="522.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13999" y="531" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="17746.3125" y="319.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17748" y="328" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="5243.375" y="377.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5245" y="386" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="8585.875" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8587" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="6749.125" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6751" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="22519.6796875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22521" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19248.4296875" y="348.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19250" y="357" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="5503.125" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5505" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="10862.125" y="551.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10864" y="560" style="font-family:sans-serif;font-size:10px;"> +Mutate +</text> +<rect x="8942.078125" y="116.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8944" y="125" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="20475.4296875" y="290.0" width="142.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20477" y="299" style="font-family:sans-serif;font-size:10px;"> +IndexingMovableFixedFields +</text> +<rect x="8736.875" y="551.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8738" y="560" style="font-family:sans-serif;font-size:10px;"> +in +</text> +<rect x="16813.6875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16815" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="12352.125" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12354" y="560" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="8716.875" y="464.0" width="219.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8718" y="473" style="font-family:sans-serif;font-size:10px;"> +explicit_anonymous_function_parameter_list +</text> +<rect x="4402.6875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4404" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="20185.9296875" y="174.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20187" y="183" style="font-family:sans-serif;font-size:10px;"> +field_declaration +</text> +<rect x="3948.875" y="464.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3950" y="473" style="font-family:sans-serif;font-size:10px;"> +predefined_type +</text> +<rect x="8329.875" y="725.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8331" y="734" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="23658.6796875" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23660" y="473" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="21972.4296875" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21974" y="502" style="font-family:sans-serif;font-size:10px;"> +a +</text> +<rect x="1833.875" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1835" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="20622.9296875" y="493.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20624" y="502" style="font-family:sans-serif;font-size:10px;"> +ptr +</text> +<rect x="23106.1796875" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23108" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="10749.875" y="580.0" width="114.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10751" y="589" style="font-family:sans-serif;font-size:10px;"> +explictly_typed_default +</text> +<rect x="19644.9296875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19646" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="19628.9296875" y="435.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19630" y="444" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="8380.875" y="754.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8382" y="763" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="16971.6875" y="464.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16973" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_value +</text> +<rect x="12585.828125" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12587" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="10618.375" y="551.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10620" y="560" style="font-family:sans-serif;font-size:10px;"> +Vector3 +</text> +<rect x="10964.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10966" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="947.5" y="609.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="949" y="618" style="font-family:sans-serif;font-size:10px;"> +A +</text> +<rect x="23286.6796875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23288" y="647" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="843.0" y="522.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="845" y="531" style="font-family:sans-serif;font-size:10px;"> +shift_expression +</text> +<rect x="14046.125" y="580.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14048" y="589" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="11886.875" y="464.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11888" y="473" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="11575.375" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11577" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="18760.9296875" y="319.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18762" y="328" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="9537.375" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9539" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="10099.625" y="348.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10101" y="357" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="13527.625" y="609.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13529" y="618" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="15316.375" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15318" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="1527.25" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1529" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="18980.1875" y="522.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18982" y="531" style="font-family:sans-serif;font-size:10px;"> +0b_1_0_1 +</text> +<rect x="18827.671875" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18829" y="502" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="4194.4375" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4196" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="13878.06640625" y="116.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13880" y="125" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="0.0" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="16079.3125" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16081" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="19401.9296875" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19403" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="15825.1875" y="493.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15827" y="502" style="font-family:sans-serif;font-size:10px;"> +name +</text> +<rect x="1926.75" y="580.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1928" y="589" style="font-family:sans-serif;font-size:10px;"> +Hello +</text> +<rect x="19257.4296875" y="232.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19259" y="241" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="2308.875" y="232.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2310" y="241" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="16762.75" y="377.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16764" y="386" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="15416.5" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15418" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="1536.75" y="464.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1538" y="473" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="17543.0625" y="232.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17545" y="241" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="8259.375" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8261" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="6741.625" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6743" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19680.4296875" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19682" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="15102.375" y="290.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15104" y="299" style="font-family:sans-serif;font-size:10px;"> +DoSomething +</text> +<rect x="8197.625" y="783.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8199" y="792" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="1119.75" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1121" y="473" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="15759.1875" y="522.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15761" y="531" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="14663.625" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14665" y="560" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="10438.375" y="522.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10440" y="531" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="16800.5" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16802" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="15312.375" y="290.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15314" y="299" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="5357.625" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5359" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="10793.875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10795" y="618" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="6154.625" y="493.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6156" y="502" style="font-family:sans-serif;font-size:10px;"> +dec +</text> +<rect x="17885.8125" y="406.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17887" y="415" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="19342.4296875" y="261.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19344" y="270" style="font-family:sans-serif;font-size:10px;"> +where +</text> +<rect x="18810.5546875" y="145.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18812" y="154" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="8022.625" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8024" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="3594.625" y="435.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3596" y="444" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="20677.4296875" y="464.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20679" y="473" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="10258.125" y="464.0" width="208.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10260" y="473" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declaration +</text> +<rect x="15150.375" y="522.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15152" y="531" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="19834.4296875" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19836" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="19824.9296875" y="319.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19826" y="328" style="font-family:sans-serif;font-size:10px;"> +public +</text> +<rect x="2293.875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2295" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="4715.6875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4717" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="12607.828125" y="174.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12609" y="183" style="font-family:sans-serif;font-size:10px;"> +struct_declaration +</text> +<rect x="4420.125" y="580.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4422" y="589" style="font-family:sans-serif;font-size:10px;"> +item +</text> +<rect x="23819.1796875" y="435.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23821" y="444" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="19660.4296875" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19662" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="10750.875" y="609.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10752" y="618" style="font-family:sans-serif;font-size:10px;"> +default +</text> +<rect x="5635.125" y="522.0" width="130.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5637" y="531" style="font-family:sans-serif;font-size:10px;"> +0b1001_1010_0001_0100 +</text> +<rect x="4046.375" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4048" y="386" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="21493.6796875" y="522.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21495" y="531" style="font-family:sans-serif;font-size:10px;"> +stackalloc +</text> +<rect x="4659.9375" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4661" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="4798.0" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4800" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="8818.625" y="377.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8820" y="386" style="font-family:sans-serif;font-size:10px;"> +s +</text> +<rect x="8368.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8370" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14479.375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14481" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14359.375" y="406.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14361" y="415" style="font-family:sans-serif;font-size:10px;"> +parameter_modifier +</text> +<rect x="6327.375" y="435.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6329" y="444" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="21393.9296875" y="493.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21395" y="502" style="font-family:sans-serif;font-size:10px;"> +type_arguments +</text> +<rect x="21427.9296875" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21429" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="20852.9296875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20854" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="13880.875" y="696.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13882" y="705" style="font-family:sans-serif;font-size:10px;"> +v1 +</text> +<rect x="10060.125" y="290.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10062" y="299" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifiers +</text> +<rect x="16236.8125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16238" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="10912.75" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10914" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="23177.4296875" y="464.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23179" y="473" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="8328.375" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8330" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="6179.625" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6181" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="2533.125" y="406.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2535" y="415" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="877.0" y="580.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="879" y="589" style="font-family:sans-serif;font-size:10px;"> +50 +</text> +<rect x="15012.875" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15014" y="473" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="6067.875" y="464.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6069" y="473" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="23277.1796875" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23279" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="17001.1875" y="522.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17003" y="531" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="15396.5" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15398" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="4772.625" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4774" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="714.75" y="377.0" width="76.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="716" y="386" style="font-family:sans-serif;font-size:10px;"> +switch_section +</text> +<rect x="14544.875" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14546" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="615.75" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="617" y="444" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="23442.1796875" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23444" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="1572.0" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1574" y="357" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="2658.625" y="377.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2660" y="386" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="24259.9296875" y="609.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24261" y="618" style="font-family:sans-serif;font-size:10px;"> +tuple_element +</text> +<rect x="5602.125" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5604" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="4852.375" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4854" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="9012.578125" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9014" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="19179.4296875" y="319.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19181" y="328" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="10953.125" y="493.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10955" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="6397.375" y="406.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6399" y="415" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="18439.6875" y="638.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18441" y="647" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="19737.9296875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19739" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="19856.4296875" y="174.0" width="91.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19858" y="183" style="font-family:sans-serif;font-size:10px;"> +struct_declaration +</text> +<rect x="21662.6796875" y="522.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21664" y="531" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="7709.125" y="319.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7711" y="328" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="21785.6796875" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21787" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="8372.125" y="841.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8374" y="850" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="23853.1796875" y="261.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23855" y="270" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="348.5" y="377.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="350" y="386" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="17673.6875" y="638.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17675" y="647" style="font-family:sans-serif;font-size:10px;"> +null +</text> +<rect x="4867.375" y="377.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4869" y="386" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="826.0" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="828" y="531" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="16399.6875" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16401" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="5648.125" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5650" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="5193.875" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5195" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="18200.9375" y="522.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18202" y="531" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="14348.625" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14350" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="5173.125" y="348.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5175" y="357" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="14763.375" y="464.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14765" y="473" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="17219.9375" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17221" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="18788.171875" y="464.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18790" y="473" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="20824.4296875" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20826" y="589" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="11871.875" y="493.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11873" y="502" style="font-family:sans-serif;font-size:10px;"> +assignment_operator +</text> +<rect x="5274.125" y="464.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5276" y="473" style="font-family:sans-serif;font-size:10px;"> +nineteen +</text> +<rect x="6612.375" y="435.0" width="94.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6614" y="444" style="font-family:sans-serif;font-size:10px;"> +floating_point_type +</text> +<rect x="12463.875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12465" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="2523.125" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2525" y="386" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="13282.875" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13284" y="676" style="font-family:sans-serif;font-size:10px;"> +otherArr +</text> +<rect x="18679.1796875" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18681" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="17216.6875" y="464.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17218" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_name +</text> +<rect x="17899.4375" y="551.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17901" y="560" style="font-family:sans-serif;font-size:10px;"> +element_access +</text> +<rect x="3973.625" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3975" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="11924.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11926" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="5519.625" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5521" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="6413.625" y="319.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6415" y="328" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="8223.375" y="725.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8225" y="734" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="23701.6796875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23703" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="21326.9296875" y="435.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21328" y="444" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="13017.5" y="435.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13019" y="444" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="20385.9296875" y="232.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20387" y="241" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="20510.1796875" y="435.0" width="64.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20512" y="444" style="font-family:sans-serif;font-size:10px;"> +pointer_type +</text> +<rect x="11837.875" y="435.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11839" y="444" style="font-family:sans-serif;font-size:10px;"> +v2 +</text> +<rect x="8279.375" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8281" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="8539.125" y="667.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8541" y="676" style="font-family:sans-serif;font-size:10px;"> +f2 +</text> +<rect x="22515.1796875" y="522.0" width="88.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22517" y="531" style="font-family:sans-serif;font-size:10px;"> +unmanaged_type +</text> +<rect x="12623.375" y="638.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12625" y="647" style="font-family:sans-serif;font-size:10px;"> +X +</text> +<rect x="20624.4296875" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20626" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="9441.375" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9443" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_modifier +</text> +<rect x="10433.625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10435" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="13591.625" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13593" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="719.25" y="348.0" width="67.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="721" y="357" style="font-family:sans-serif;font-size:10px;"> +switch_block +</text> +<rect x="8529.875" y="319.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8531" y="328" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="8831.875" y="551.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8833" y="560" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="8122.625" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8124" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="15779.8125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15781" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="21017.1796875" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21019" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="23450.1796875" y="232.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23452" y="241" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="11957.875" y="522.0" width="114.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11959" y="531" style="font-family:sans-serif;font-size:10px;"> +explictly_typed_default +</text> +<rect x="4176.125" y="464.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4178" y="473" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="3908.625" y="290.0" width="39.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3910" y="299" style="font-family:sans-serif;font-size:10px;"> +OutVar +</text> +<rect x="17697.0625" y="290.0" width="74.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17699" y="299" style="font-family:sans-serif;font-size:10px;"> +ConditionalRef +</text> +<rect x="16456.9375" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16458" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14053.875" y="696.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14055" y="705" style="font-family:sans-serif;font-size:10px;"> +v2 +</text> +<rect x="15454.375" y="377.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15456" y="386" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="6062.875" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6064" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="1329.5" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1331" y="589" style="font-family:sans-serif;font-size:10px;"> +x +</text> +<rect x="18360.1875" y="696.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18362" y="705" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="21826.9296875" y="348.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21828" y="357" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="22356.6796875" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22358" y="502" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="9650.625" y="348.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9652" y="357" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="4571.375" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4573" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="1198.5" y="319.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1200" y="328" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="8254.875" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8256" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="23479.1796875" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23481" y="531" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="1409.0" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1411" y="531" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="9618.125" y="435.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9620" y="444" style="font-family:sans-serif;font-size:10px;"> +in +</text> +<rect x="4885.625" y="580.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4887" y="589" style="font-family:sans-serif;font-size:10px;"> +item +</text> +<rect x="18254.1875" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18256" y="589" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="4804.0" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4806" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="14869.875" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14871" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="9633.375" y="290.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9635" y="299" style="font-family:sans-serif;font-size:10px;"> +operator_declarator +</text> +<rect x="23521.1796875" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23523" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="728.25" y="493.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="730" y="502" style="font-family:sans-serif;font-size:10px;"> +"B" +</text> +<rect x="16667.6875" y="406.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16669" y="415" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="252.5" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="254" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="23457.1796875" y="522.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23459" y="531" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="20159.4296875" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20161" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="8543.875" y="377.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8545" y="386" style="font-family:sans-serif;font-size:10px;"> +Func +</text> +<rect x="17820.1875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17822" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="1210.75" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1212" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="5827.375" y="406.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5829" y="415" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="22299.1796875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22301" y="647" style="font-family:sans-serif;font-size:10px;"> +2 +</text> +<rect x="4068.625" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4070" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="4503.375" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4505" y="473" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="21841.6796875" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21843" y="502" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="10900.375" y="464.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10902" y="473" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="3162.125" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3164" y="618" style="font-family:sans-serif;font-size:10px;"> +Task +</text> +<rect x="6978.375" y="261.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6980" y="270" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="18127.1875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18129" y="647" style="font-family:sans-serif;font-size:10px;"> +otherArr +</text> +<rect x="15290.875" y="348.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15292" y="357" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="5106.125" y="638.0" width="121.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5108" y="647" style="font-family:sans-serif;font-size:10px;"> +NullReferenceException +</text> +<rect x="14133.375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14135" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="621.0" y="522.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="623" y="531" style="font-family:sans-serif;font-size:10px;"> +shift_expression +</text> +<rect x="4213.875" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4215" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="5186.125" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5188" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="15283.375" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15285" y="299" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="5533.875" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5535" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="3552.875" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3554" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="3632.375" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3634" y="473" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="3592.125" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3594" y="560" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="6687.625" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6689" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="7606.625" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7608" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="1786.0" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1788" y="531" style="font-family:sans-serif;font-size:10px;"> +Type +</text> +<rect x="12008.375" y="609.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12010" y="618" style="font-family:sans-serif;font-size:10px;"> +Vector3 +</text> +<rect x="3454.375" y="522.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3456" y="531" style="font-family:sans-serif;font-size:10px;"> +element_access +</text> +<rect x="7852.125" y="493.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7854" y="502" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="1863.0" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1865" y="531" style="font-family:sans-serif;font-size:10px;"> +v +</text> +<rect x="4438.1875" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4440" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="15188.875" y="406.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15190" y="415" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="19708.9296875" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19710" y="415" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="6943.625" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6945" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="23535.6796875" y="580.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23537" y="589" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="20594.9296875" y="319.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20596" y="328" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="13049.625" y="551.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13051" y="560" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="16573.1875" y="522.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16575" y="531" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="10232.625" y="290.0" width="79.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10234" y="299" style="font-family:sans-serif;font-size:10px;"> +ref_return_type +</text> +<rect x="19345.3046875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19347" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="19959.9296875" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19961" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="2712.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2714" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="923.0" y="551.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="925" y="560" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="1268.25" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1270" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="4894.375" y="377.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4896" y="386" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="537.25" y="464.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="539" y="473" style="font-family:sans-serif;font-size:10px;"> +when +</text> +<rect x="14357.375" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14359" y="647" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="15048.375" y="435.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15050" y="444" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="18704.65625" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18706" y="502" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="18893.4296875" y="406.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18895" y="415" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="23966.6796875" y="348.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23968" y="357" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="3840.625" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3842" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="15366.375" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15368" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="21116.6796875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21118" y="531" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="2638.125" y="406.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2640" y="415" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="2013.25" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2015" y="531" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="10934.125" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10936" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="8997.578125" y="145.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8999" y="154" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="852.5" y="406.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="854" y="415" style="font-family:sans-serif;font-size:10px;"> +switch_label +</text> +<rect x="6112.375" y="406.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6114" y="415" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="8942.875" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8944" y="473" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="15207.875" y="464.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15209" y="473" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="16796.5" y="319.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16798" y="328" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="2863.125" y="435.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2865" y="444" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="21245.1796875" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21247" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="23451.6796875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23453" y="647" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="17969.3125" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17971" y="473" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="13423.875" y="609.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13425" y="618" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="21988.1796875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21990" y="531" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="2238.625" y="348.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2240" y="357" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="3052.375" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3054" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="8355.125" y="812.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8357" y="821" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="6814.625" y="522.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6816" y="531" style="font-family:sans-serif;font-size:10px;"> +1_000.111_1e-1_000 +</text> +<rect x="23219.6796875" y="580.0" width="144.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23221" y="589" style="font-family:sans-serif;font-size:10px;"> +stackalloc_element_initializer +</text> +<rect x="21388.9296875" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21390" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="3569.125" y="406.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3571" y="415" style="font-family:sans-serif;font-size:10px;"> +await +</text> +<rect x="17044.6875" y="406.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17046" y="415" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="3126.125" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3128" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="21340.9296875" y="493.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21342" y="502" style="font-family:sans-serif;font-size:10px;"> +Span +</text> +<rect x="18896.9296875" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18898" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="20835.1796875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20837" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="2477.125" y="406.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2479" y="415" style="font-family:sans-serif;font-size:10px;"> +Hello2 +</text> +<rect x="3648.125" y="261.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3650" y="270" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="1260.5" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1262" y="618" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="20578.1796875" y="406.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20580" y="415" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="18744.15625" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18746" y="531" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="13192.875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13194" y="618" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="14608.875" y="435.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14610" y="444" style="font-family:sans-serif;font-size:10px;"> +parameter_mode_modifier +</text> +<rect x="3767.625" y="232.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3769" y="241" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="20212.4296875" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20214" y="299" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="8216.875" y="551.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8218" y="560" style="font-family:sans-serif;font-size:10px;"> +Where +</text> +<rect x="14057.125" y="290.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14059" y="299" style="font-family:sans-serif;font-size:10px;"> +ref_kind +</text> +<rect x="9030.375" y="319.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9032" y="328" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="10505.125" y="580.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10507" y="589" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="12501.125" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12503" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="16416.6875" y="377.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16418" y="386" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="12686.375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12688" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="24337.9296875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24339" y="618" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="1801.625" y="87.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1803" y="96" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="21333.4296875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21335" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8386.875" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8388" y="589" style="font-family:sans-serif;font-size:10px;"> +t +</text> +<rect x="547.125" y="319.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="549" y="328" style="font-family:sans-serif;font-size:10px;"> +switch_statement +</text> +<rect x="4596.1875" y="377.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4598" y="386" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="4770.375" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4772" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="4759.0" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4761" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="15034.375" y="522.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15036" y="531" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="21873.4296875" y="319.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21875" y="328" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="17653.9375" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17655" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="22383.1796875" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22385" y="589" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="2406.625" y="348.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2408" y="357" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="13553.125" y="638.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13555" y="647" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="20235.9296875" y="232.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20237" y="241" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="11660.875" y="406.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11662" y="415" style="font-family:sans-serif;font-size:10px;"> +parameter_modifier +</text> +<rect x="5055.375" y="464.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5057" y="473" style="font-family:sans-serif;font-size:10px;"> +null_coalescing_expression +</text> +<rect x="22040.6796875" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22042" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="15146.9375" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15148" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="22589.6796875" y="493.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22591" y="502" style="font-family:sans-serif;font-size:10px;"> +stackalloc_expression +</text> +<rect x="552.875" y="145.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="554" y="154" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="13866.875" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13868" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="21648.6796875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21650" y="531" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="894.75" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="896" y="444" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="14689.125" y="522.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14691" y="531" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="1312.5" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1314" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4800.375" y="522.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4802" y="531" style="font-family:sans-serif;font-size:10px;"> +declaration_expression +</text> +<rect x="8100.125" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8102" y="357" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="2472.125" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2474" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="10293.375" y="522.0" width="46.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10295" y="531" style="font-family:sans-serif;font-size:10px;"> +readonly +</text> +<rect x="14112.875" y="406.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14114" y="415" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="1495.25" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1497" y="502" style="font-family:sans-serif;font-size:10px;"> +z +</text> +<rect x="5873.125" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5875" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="16096.6875" y="464.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16098" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_name +</text> +<rect x="18837.4296875" y="435.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18839" y="444" style="font-family:sans-serif;font-size:10px;"> +res +</text> +<rect x="21376.9296875" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21378" y="502" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="13045.0" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13047" y="502" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="2303.875" y="261.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2305" y="270" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="10567.9375" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10569" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="9597.53125" y="203.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9599" y="212" style="font-family:sans-serif;font-size:10px;"> +struct_body +</text> +<rect x="19242.1796875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19244" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="1788.0" y="464.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1790" y="473" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="14731.875" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14733" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="16766.1875" y="493.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16768" y="502" style="font-family:sans-serif;font-size:10px;"> +name +</text> +<rect x="21065.1796875" y="348.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21067" y="357" style="font-family:sans-serif;font-size:10px;"> +value_type +</text> +<rect x="19255.1796875" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19257" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="1703.0" y="348.0" width="9.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1705" y="357" style="font-family:sans-serif;font-size:10px;"> +if +</text> +<rect x="23627.6796875" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23629" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="1478.25" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1480" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="11413.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11415" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="16827.6875" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16829" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="15098.375" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15100" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="7675.1875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7677" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="2538.125" y="377.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2540" y="386" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="8215.875" y="696.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8217" y="705" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="4939.375" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4941" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="10344.125" y="406.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10346" y="415" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="24151.6796875" y="522.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24153" y="531" style="font-family:sans-serif;font-size:10px;"> +tuple_expression +</text> +<rect x="20757.1796875" y="261.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20759" y="270" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="3011.625" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3013" y="415" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="10346.375" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10348" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="9969.125" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9971" y="415" style="font-family:sans-serif;font-size:10px;"> +y +</text> +<rect x="1239.0" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1241" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8103.625" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8105" y="415" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="16876.9375" y="522.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16878" y="531" style="font-family:sans-serif;font-size:10px;"> +isEmployed +</text> +<rect x="470.0" y="348.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="472" y="357" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="7239.125" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7241" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="23553.6796875" y="464.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23555" y="473" style="font-family:sans-serif;font-size:10px;"> +tuple_type_element +</text> +<rect x="23400.6796875" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23402" y="473" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="16339.1875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16341" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="9125.375" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9127" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="4164.4375" y="319.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4166" y="328" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="13038.25" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13040" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="15093.375" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15095" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="22551.6796875" y="580.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22553" y="589" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="12516.125" y="493.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12518" y="502" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="21357.9296875" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21359" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="21955.4296875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21957" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14240.125" y="377.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14242" y="386" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="9386.125" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9388" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="15192.875" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15194" y="473" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="10397.375" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10399" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="16417.1875" y="348.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16419" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="8475.375" y="522.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8477" y="531" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="16402.6875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16404" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="11958.875" y="551.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11960" y="560" style="font-family:sans-serif;font-size:10px;"> +default +</text> +<rect x="4207.625" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4209" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="8911.375" y="406.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8913" y="415" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="5349.125" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5351" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="8258.875" y="261.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8260" y="270" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="10946.625" y="522.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10948" y="531" style="font-family:sans-serif;font-size:10px;"> +argument_value +</text> +<rect x="4780.0" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4782" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="17449.9375" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17451" y="502" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="14446.125" y="377.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14448" y="386" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="15228.375" y="435.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15230" y="444" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="4293.5" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4295" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="337.0" y="290.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="339" y="299" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="1722.75" y="464.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1724" y="473" style="font-family:sans-serif;font-size:10px;"> +expr +</text> +<rect x="8728.875" y="435.0" width="195.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8730" y="444" style="font-family:sans-serif;font-size:10px;"> +explicit_anonymous_function_signature +</text> +<rect x="1463.0" y="348.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1465" y="357" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="2558.875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2560" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="3022.125" y="377.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3024" y="386" style="font-family:sans-serif;font-size:10px;"> +type_parameter_list +</text> +<rect x="7274.625" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7276" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="10997.125" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10999" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="23606.6796875" y="290.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23608" y="299" style="font-family:sans-serif;font-size:10px;"> +TupleEquality +</text> +<rect x="21032.4296875" y="319.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21034" y="328" style="font-family:sans-serif;font-size:10px;"> +fixed +</text> +<rect x="18647.1875" y="638.0" width="46.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18649" y="647" style="font-family:sans-serif;font-size:10px;"> +0x1_2_3 +</text> +<rect x="11410.375" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11412" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="20164.9296875" y="232.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20166" y="241" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="2906.125" y="493.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2908" y="502" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="15136.375" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15138" y="531" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="21132.1796875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21134" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="7063.375" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7065" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="12202.375" y="580.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12204" y="589" style="font-family:sans-serif;font-size:10px;"> +X +</text> +<rect x="12322.125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12324" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="1307.25" y="493.0" width="165.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1309" y="502" style="font-family:sans-serif;font-size:10px;"> +null_conditional_member_access +</text> +<rect x="8579.875" y="377.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8581" y="386" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="5016.875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5018" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="14381.125" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14383" y="386" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="8214.625" y="812.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8216" y="821" style="font-family:sans-serif;font-size:10px;"> +c +</text> +<rect x="24291.9296875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24293" y="560" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="3982.375" y="493.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3984" y="502" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="6143.625" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6145" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="1534.75" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1536" y="531" style="font-family:sans-serif;font-size:10px;"> +Type +</text> +<rect x="14558.875" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14560" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="20277.4296875" y="261.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20279" y="270" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="5472.375" y="435.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5474" y="444" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="21024.5546875" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21026" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="12106.375" y="609.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12108" y="618" style="font-family:sans-serif;font-size:10px;"> +v1 +</text> +<rect x="15815.6875" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15817" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="1191.25" y="377.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1193" y="386" style="font-family:sans-serif;font-size:10px;"> +assignment +</text> +<rect x="6042.125" y="377.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6044" y="386" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="7598.125" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7600" y="386" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="16326.6875" y="464.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16328" y="473" style="font-family:sans-serif;font-size:10px;"> +DoSomething +</text> +<rect x="10331.875" y="290.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10333" y="299" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="3180.375" y="522.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3182" y="531" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="239.25" y="319.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="241" y="328" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="768.75" y="435.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="770" y="444" style="font-family:sans-serif;font-size:10px;"> +case_guard +</text> +<rect x="14361.875" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14363" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="19659.9296875" y="261.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19661" y="270" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="4787.125" y="580.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4789" y="589" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="2775.875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2777" y="531" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="11148.125" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11150" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="21929.6796875" y="580.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21931" y="589" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="6808.125" y="290.0" width="128.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6810" y="299" style="font-family:sans-serif;font-size:10px;"> +DefaultWithoutTypeName +</text> +<rect x="21419.6796875" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21421" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="13811.875" y="667.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13813" y="676" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="21487.9296875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21489" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="23629.1796875" y="551.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23631" y="560" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="19383.4296875" y="261.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19385" y="270" style="font-family:sans-serif;font-size:10px;"> +type_parameter +</text> +<rect x="22937.1796875" y="435.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22939" y="444" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="2326.625" y="348.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2328" y="357" style="font-family:sans-serif;font-size:10px;"> +rank_specifier +</text> +<rect x="8031.125" y="319.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8033" y="328" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="8726.375" y="493.0" width="200.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8728" y="502" style="font-family:sans-serif;font-size:10px;"> +explicit_anonymous_function_parameter +</text> +<rect x="20945.4296875" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20947" y="473" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="22313.1796875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22315" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="15818.6875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15820" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="2623.625" y="348.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2625" y="357" style="font-family:sans-serif;font-size:10px;"> +local_function_body +</text> +<rect x="7237.625" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7239" y="386" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="6792.625" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6794" y="473" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="11519.875" y="377.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11521" y="386" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="19233.5546875" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19235" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="14392.125" y="580.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14394" y="589" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="1057.0" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1059" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="2819.625" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2821" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="9054.375" y="319.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9056" y="328" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="15046.875" y="580.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15048" y="589" style="font-family:sans-serif;font-size:10px;"> +consequence +</text> +<rect x="14317.625" y="551.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14319" y="560" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="6719.625" y="319.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6721" y="328" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="14912.375" y="464.0" width="47.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14914" y="473" style="font-family:sans-serif;font-size:10px;"> +condition +</text> +<rect x="15508.375" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15510" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="24205.9296875" y="580.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24207" y="589" style="font-family:sans-serif;font-size:10px;"> +tuple_expression +</text> +<rect x="17293.0625" y="406.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17295" y="415" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="5009.875" y="232.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5011" y="241" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="1763.125" y="58.0" width="166.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1765" y="67" style="font-family:sans-serif;font-size:10px;"> +namespace_member_declaration +</text> +<rect x="4319.875" y="493.0" width="19.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4321" y="502" style="font-family:sans-serif;font-size:10px;"> +out +</text> +<rect x="16114.5625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16116" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="2067.875" y="232.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2069" y="241" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="4673.125" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4675" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="5165.875" y="290.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5167" y="299" style="font-family:sans-serif;font-size:10px;"> +BinaryLiterals +</text> +<rect x="13031.5" y="522.0" width="115.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13033" y="531" style="font-family:sans-serif;font-size:10px;"> +conditional_expression +</text> +<rect x="9214.375" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9216" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5123.125" y="580.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5125" y="589" style="font-family:sans-serif;font-size:10px;"> +new +</text> +<rect x="22464.1796875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22466" y="647" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="14497.375" y="464.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14499" y="473" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="323.0" y="348.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="325" y="357" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="2150.875" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2152" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="14343.125" y="522.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14345" y="531" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="18297.6875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18299" y="647" style="font-family:sans-serif;font-size:10px;"> +0 +</text> +<rect x="9417.625" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9419" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="1297.25" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1299" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="17861.8125" y="406.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17863" y="415" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="24167.9296875" y="609.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24169" y="618" style="font-family:sans-serif;font-size:10px;"> +tuple_element +</text> +<rect x="971.5" y="609.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="973" y="618" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="10819.75" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10821" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="13946.375" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13948" y="647" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="10540.375" y="522.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10542" y="531" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="10593.625" y="435.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10595" y="444" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="14454.75" y="232.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14456" y="241" style="font-family:sans-serif;font-size:10px;"> +struct_member_declaration +</text> +<rect x="18812.4296875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18814" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="287.25" y="348.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="289" y="357" style="font-family:sans-serif;font-size:10px;"> +arg +</text> +<rect x="7694.625" y="348.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7696" y="357" style="font-family:sans-serif;font-size:10px;"> +tuple_type +</text> +<rect x="3122.625" y="406.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3124" y="415" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="23613.1796875" y="522.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23615" y="531" style="font-family:sans-serif;font-size:10px;"> +tuple_type_element +</text> +<rect x="3319.875" y="377.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3321" y="386" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="16505.1875" y="406.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16507" y="415" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="14537.625" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14539" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="5101.125" y="522.0" width="138.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5103" y="531" style="font-family:sans-serif;font-size:10px;"> +null_coalescing_expression +</text> +<rect x="8801.625" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8803" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="13802.375" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13804" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="18487.6875" y="667.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18489" y="676" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="14011.375" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14013" y="647" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="2308.625" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2310" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="14124.625" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14126" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="24077.6796875" y="464.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24079" y="473" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="6347.875" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6349" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="2567.875" y="580.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2569" y="589" style="font-family:sans-serif;font-size:10px;"> +args +</text> +<rect x="20908.9296875" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20910" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="21156.1796875" y="406.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21158" y="415" style="font-family:sans-serif;font-size:10px;"> +ptr +</text> +<rect x="5872.875" y="145.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5874" y="154" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="20080.6796875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20082" y="357" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="1165.25" y="348.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1167" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="11894.125" y="406.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11896" y="415" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="8230.875" y="696.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8232" y="705" style="font-family:sans-serif;font-size:10px;"> +tuple_element +</text> +<rect x="15467.0" y="232.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15469" y="241" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="8556.375" y="435.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8558" y="444" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="11223.625" y="290.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11225" y="299" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifiers +</text> +<rect x="3384.125" y="609.0" width="26.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3386" y="618" style="font-family:sans-serif;font-size:10px;"> +args +</text> +<rect x="1256.75" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1258" y="473" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="20518.0546875" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20520" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="19318.9296875" y="348.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19320" y="357" style="font-family:sans-serif;font-size:10px;"> +value +</text> +<rect x="15234.875" y="580.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15236" y="589" style="font-family:sans-serif;font-size:10px;"> +alternative +</text> +<rect x="1178.75" y="464.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1180" y="473" style="font-family:sans-serif;font-size:10px;"> +tuple_element +</text> +<rect x="14598.75" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14600" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="1423.0" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1425" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="928.75" y="464.0" width="32.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="930" y="473" style="font-family:sans-serif;font-size:10px;"> +break +</text> +<rect x="15900.6875" y="493.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15902" y="502" style="font-family:sans-serif;font-size:10px;"> +age +</text> +<rect x="20536.0546875" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20538" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="20103.9296875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20105" y="241" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="2893.125" y="464.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2895" y="473" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="4714.375" y="522.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4716" y="531" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="1079.75" y="435.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1081" y="444" style="font-family:sans-serif;font-size:10px;"> +tuple_expression +</text> +<rect x="13715.375" y="667.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13717" y="676" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="11224.875" y="609.0" width="14.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11226" y="618" style="font-family:sans-serif;font-size:10px;"> +r1 +</text> +<rect x="4304.875" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4306" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="9223.875" y="377.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9225" y="386" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="14577.125" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14579" y="589" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="7826.625" y="464.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7828" y="473" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="1464.25" y="464.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1466" y="473" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="9387.125" y="406.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9389" y="415" style="font-family:sans-serif;font-size:10px;"> +Vector3 +</text> +<rect x="10275.625" y="493.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10277" y="502" style="font-family:sans-serif;font-size:10px;"> +ref_kind +</text> +<rect x="4812.625" y="609.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4814" y="618" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="7550.625" y="348.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7552" y="357" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="21727.6796875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21729" y="531" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="4599.875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4601" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8326.625" y="783.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8328" y="792" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="3296.625" y="348.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3298" y="357" style="font-family:sans-serif;font-size:10px;"> +local_function_body +</text> +<rect x="3528.625" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3530" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="9984.125" y="319.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9986" y="328" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="18491.1875" y="696.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18493" y="705" style="font-family:sans-serif;font-size:10px;"> +123 +</text> +<rect x="2623.125" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2625" y="415" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="2520.125" y="464.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2522" y="473" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="3794.625" y="290.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3796" y="299" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="5154.125" y="580.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5156" y="589" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="7446.625" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7448" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="18726.6796875" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18728" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="10373.625" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10375" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="12007.375" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12009" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="20760.6796875" y="522.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20762" y="531" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19068.9296875" y="290.0" width="41.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19070" y="299" style="font-family:sans-serif;font-size:10px;"> +Blittable +</text> +<rect x="565.625" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="567" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="16683.6875" y="464.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16685" y="473" style="font-family:sans-serif;font-size:10px;"> +DoSomething +</text> +<rect x="223.25" y="348.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="225" y="357" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="743.5" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="745" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="2292.625" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2294" y="328" style="font-family:sans-serif;font-size:10px;"> +array_type +</text> +<rect x="12171.875" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12173" y="560" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="11044.125" y="493.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11046" y="502" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="17833.3125" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17835" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="21382.9296875" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21384" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="14465.375" y="638.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14467" y="647" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="1957.75" y="348.0" width="109.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1959" y="357" style="font-family:sans-serif;font-size:10px;"> +embedded_statement +</text> +<rect x="18737.1875" y="609.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18739" y="618" style="font-family:sans-serif;font-size:10px;"> +0b101 +</text> +<rect x="370.0" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="372" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="17833.1875" y="638.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17835" y="647" style="font-family:sans-serif;font-size:10px;"> +arr +</text> +<rect x="22222.6796875" y="551.0" width="163.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22224" y="560" style="font-family:sans-serif;font-size:10px;"> +stackalloc_initializer_element_list +</text> +<rect x="1284.25" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1286" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="22496.0546875" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22498" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="3384.875" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3386" y="386" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="11012.125" y="609.0" width="14.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11014" y="618" style="font-family:sans-serif;font-size:10px;"> +r1 +</text> +<rect x="20968.9296875" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20970" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="943.0" y="522.0" width="97.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="945" y="531" style="font-family:sans-serif;font-size:10px;"> +local_variable_type +</text> +<rect x="9304.375" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9306" y="299" style="font-family:sans-serif;font-size:10px;"> +ref_indexer_body +</text> +<rect x="15639.6875" y="464.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15641" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_name +</text> +<rect x="21165.4296875" y="261.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21167" y="270" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="23853.6796875" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23855" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="17060.6875" y="464.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17062" y="473" style="font-family:sans-serif;font-size:10px;"> +DoSomething +</text> +<rect x="23241.6796875" y="522.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23243" y="531" style="font-family:sans-serif;font-size:10px;"> +stackalloc_initializer +</text> +<rect x="3147.875" y="435.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3149" y="444" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="1460.5" y="377.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1462" y="386" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="1828.375" y="319.0" width="63.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1830" y="328" style="font-family:sans-serif;font-size:10px;"> +if_statement +</text> +<rect x="5300.125" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5302" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="22796.1796875" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22798" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="20932.4296875" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20934" y="589" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="477.0" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="479" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19147.6796875" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19149" y="125" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="19471.4296875" y="261.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19473" y="270" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="6929.75" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6931" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="19141.4296875" y="261.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19143" y="270" style="font-family:sans-serif;font-size:10px;"> +type_parameters +</text> +<rect x="22951.1796875" y="493.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22953" y="502" style="font-family:sans-serif;font-size:10px;"> +Span +</text> +<rect x="5512.125" y="348.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5514" y="357" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="5378.125" y="493.0" width="46.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5380" y="502" style="font-family:sans-serif;font-size:10px;"> +0b10011 +</text> +<rect x="1077.25" y="406.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1079" y="415" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="3918.375" y="348.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3920" y="357" style="font-family:sans-serif;font-size:10px;"> +non_array_type +</text> +<rect x="9427.625" y="348.0" width="45.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9429" y="357" style="font-family:sans-serif;font-size:10px;"> +operator +</text> +<rect x="2209.375" y="290.0" width="78.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2211" y="299" style="font-family:sans-serif;font-size:10px;"> +LocalFunctions +</text> +<rect x="12539.125" y="580.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12541" y="589" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="915.0" y="435.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="917" y="444" style="font-family:sans-serif;font-size:10px;"> +break_statement +</text> +<rect x="13931.125" y="493.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13933" y="502" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="4937.875" y="493.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4939" y="502" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="3516.125" y="551.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3518" y="560" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="12592.125" y="493.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12594" y="502" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="21185.9296875" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21187" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="23384.6796875" y="580.0" width="144.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23386" y="589" style="font-family:sans-serif;font-size:10px;"> +stackalloc_element_initializer +</text> +<rect x="11860.875" y="435.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11862" y="444" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="19241.4296875" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19243" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="15675.25" y="348.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15677" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="21478.9296875" y="116.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21480" y="125" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="4838.125" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4840" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="22254.1796875" y="522.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22256" y="531" style="font-family:sans-serif;font-size:10px;"> +stackalloc_initializer +</text> +<rect x="17610.1875" y="580.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17612" y="589" style="font-family:sans-serif;font-size:10px;"> +!= +</text> +<rect x="12048.875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12050" y="560" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="23431.6796875" y="493.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23433" y="502" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="10317.625" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10319" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="10799.375" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10801" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="22067.1796875" y="580.0" width="144.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22069" y="589" style="font-family:sans-serif;font-size:10px;"> +stackalloc_element_initializer +</text> +<rect x="22407.6796875" y="551.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22409" y="560" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="3647.375" y="464.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3649" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="15105.875" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15107" y="473" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="14802.875" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14804" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="5757.125" y="377.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5759" y="386" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="15650.25" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15652" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="8996.875" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8998" y="473" style="font-family:sans-serif;font-size:10px;"> +x +</text> +<rect x="23602.6796875" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23604" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="15000.375" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15002" y="357" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="20557.9296875" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20559" y="473" style="font-family:sans-serif;font-size:10px;"> +* +</text> +<rect x="12262.625" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12264" y="531" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="17797.8125" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17799" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="20757.6796875" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20759" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="10840.875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10842" y="618" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="8852.375" y="522.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8854" y="531" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="14479.125" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14481" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="5542.375" y="406.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5544" y="415" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="12988.875" y="667.0" width="18.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12990" y="676" style="font-family:sans-serif;font-size:10px;"> +arr +</text> +<rect x="16830.6875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16832" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="9174.625" y="319.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9176" y="328" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="6961.625" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6963" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="13466.125" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13468" y="589" style="font-family:sans-serif;font-size:10px;"> +Span +</text> +<rect x="19067.4296875" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19069" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="396.0" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="398" y="357" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="11666.125" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11668" y="386" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="4036.40625" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4038" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="18809.1796875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18811" y="241" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="8508.625" y="232.0" width="46.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8510" y="241" style="font-family:sans-serif;font-size:10px;"> +readonly +</text> +<rect x="16275.6875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16277" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4495.6875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4497" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="8464.125" y="812.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8466" y="821" style="font-family:sans-serif;font-size:10px;"> +f2 +</text> +<rect x="7810.625" y="435.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7812" y="444" style="font-family:sans-serif;font-size:10px;"> +tuple_type_element +</text> +<rect x="8306.625" y="783.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8308" y="792" style="font-family:sans-serif;font-size:10px;"> +f1 +</text> +<rect x="3676.875" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3678" y="531" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="10442.9375" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10444" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="14290.375" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14292" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="21060.6796875" y="377.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21062" y="386" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="21686.6796875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21688" y="589" style="font-family:sans-serif;font-size:10px;"> +3 +</text> +<rect x="18911.4296875" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18913" y="473" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="16882.25" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16884" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="10301.125" y="319.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10303" y="328" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="17747.104166666668" y="522.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17749" y="531" style="font-family:sans-serif;font-size:10px;"> +? +</text> +<rect x="1175.25" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1177" y="270" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="6194.625" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6196" y="473" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="20489.4296875" y="493.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20491" y="502" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="15190.375" y="522.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15192" y="531" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="23494.1796875" y="522.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23496" y="531" style="font-family:sans-serif;font-size:10px;"> +tuple_type_element +</text> +<rect x="4054.40625" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4056" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="6418.125" y="522.0" width="274.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6420" y="531" style="font-family:sans-serif;font-size:10px;"> +1_2__3___4____5_____6______7_______8________9 +</text> +<rect x="10049.125" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10051" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="7474.625" y="290.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7476" y="299" style="font-family:sans-serif;font-size:10px;"> +TupleRecognize +</text> +<rect x="8323.625" y="696.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8325" y="705" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="22134.1796875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22136" y="647" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="21786.9296875" y="377.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21788" y="386" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="13282.875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13284" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="20667.1796875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20669" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="1067.0" y="551.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1069" y="560" style="font-family:sans-serif;font-size:10px;"> +D +</text> +<rect x="14238.875" y="464.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14240" y="473" style="font-family:sans-serif;font-size:10px;"> +bool +</text> +<rect x="17211.375" y="319.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17213" y="328" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="12527.125" y="377.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12529" y="386" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="16453.6875" y="464.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16455" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_name +</text> +<rect x="8681.125" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8683" y="241" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="11783.375" y="464.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11785" y="473" style="font-family:sans-serif;font-size:10px;"> +Vector3 +</text> +<rect x="13499.875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13501" y="618" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="8277.125" y="754.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8279" y="763" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="23380.1796875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23382" y="560" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="4447.875" y="493.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4449" y="502" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="7803.75" y="232.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7805" y="241" style="font-family:sans-serif;font-size:10px;"> +parameter_list +</text> +<rect x="648.5" y="551.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="650" y="560" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="11247.875" y="435.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11249" y="444" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="14226.875" y="696.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14228" y="705" style="font-family:sans-serif;font-size:10px;"> +v1 +</text> +<rect x="15584.5" y="290.0" width="147.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15586" y="299" style="font-family:sans-serif;font-size:10px;"> +NonTrailingNamedArguments +</text> +<rect x="3299.125" y="551.0" width="196.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3301" y="560" style="font-family:sans-serif;font-size:10px;"> +primary_no_array_creation_expression +</text> +<rect x="796.25" y="464.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="798" y="473" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="18206.4375" y="551.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18208" y="560" style="font-family:sans-serif;font-size:10px;"> +element_access +</text> +<rect x="19991.4296875" y="348.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19993" y="357" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="13624.375" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13626" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="11114.375" y="464.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11116" y="473" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="6158.125" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6160" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="21734.6796875" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21736" y="502" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="11772.875" y="493.0" width="92.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11774" y="502" style="font-family:sans-serif;font-size:10px;"> +unary_expression +</text> +<rect x="981.75" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="983" y="473" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="3667.375" y="493.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3669" y="502" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="11165.375" y="551.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11167" y="560" style="font-family:sans-serif;font-size:10px;"> +in +</text> +<rect x="24043.1796875" y="464.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24045" y="473" style="font-family:sans-serif;font-size:10px;"> +res +</text> +<rect x="8047.125" y="377.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8049" y="386" style="font-family:sans-serif;font-size:10px;"> +nullable_type_annotation +</text> +<rect x="15784.3125" y="406.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15786" y="415" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="19184.6796875" y="116.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19186" y="125" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="12527.375" y="667.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12529" y="676" style="font-family:sans-serif;font-size:10px;"> +v1 +</text> +<rect x="22420.0546875" y="348.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22422" y="357" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="14473.75" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14475" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="2699.875" y="522.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2701" y="531" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="6927.125" y="319.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6929" y="328" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="15794.25" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15796" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="15178.375" y="290.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15180" y="299" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="21739.9921875" y="145.0" width="135.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21741" y="154" style="font-family:sans-serif;font-size:10px;"> +class_member_declaration +</text> +<rect x="8204.875" y="580.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8206" y="589" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="13041.5" y="435.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13043" y="444" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="18740.9296875" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18742" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="3983.625" y="261.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3985" y="270" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="1432.0" y="348.0" width="9.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1434" y="357" style="font-family:sans-serif;font-size:10px;"> +if +</text> +<rect x="15435.0" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15437" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="2408.125" y="377.0" width="57.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2410" y="386" style="font-family:sans-serif;font-size:10px;"> +class_type +</text> +<rect x="19124.4296875" y="261.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19126" y="270" style="font-family:sans-serif;font-size:10px;"> +< +</text> +<rect x="5193.125" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5195" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="21405.4296875" y="261.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21407" y="270" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19240.1796875" y="145.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19242" y="154" style="font-family:sans-serif;font-size:10px;"> +{ +</text> +<rect x="20476.9296875" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20478" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="8352.375" y="696.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8354" y="705" style="font-family:sans-serif;font-size:10px;"> +tuple_element +</text> +<rect x="7900.625" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7902" y="647" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="2209.875" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2211" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="1105.0" y="551.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1107" y="560" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="23415.6796875" y="464.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23417" y="473" style="font-family:sans-serif;font-size:10px;"> +tuple_type_element +</text> +<rect x="8187.375" y="377.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8189" y="386" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="16841.6875" y="493.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16843" y="502" style="font-family:sans-serif;font-size:10px;"> +age +</text> +<rect x="16916.3125" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16918" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="718.75" y="435.0" width="38.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="720" y="444" style="font-family:sans-serif;font-size:10px;"> +pattern +</text> +<rect x="5008.375" y="319.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5010" y="328" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="6479.625" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6481" y="473" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="2976.625" y="406.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2978" y="415" style="font-family:sans-serif;font-size:10px;"> +Hello +</text> +<rect x="19593.4296875" y="319.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19595" y="328" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="6943.125" y="290.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6945" y="299" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="18943.6875" y="464.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18945" y="473" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="460.375" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="462" y="125" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="20792.9296875" y="377.0" width="209.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20794" y="386" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declaration +</text> +<rect x="8701.875" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8703" y="473" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="13060.0" y="493.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13062" y="502" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="17215.375" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17217" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="9017.375" y="290.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9019" y="299" style="font-family:sans-serif;font-size:10px;"> +ref_kind +</text> +<rect x="21757.9921875" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21759" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="19418.4296875" y="319.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19420" y="328" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="8064.625" y="464.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8066" y="473" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="12463.375" y="464.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12465" y="473" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="3066.625" y="464.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3068" y="473" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="18794.1796875" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18796" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="12899.875" y="609.0" width="196.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12901" y="618" style="font-family:sans-serif;font-size:10px;"> +primary_no_array_creation_expression +</text> +<rect x="6752.625" y="493.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6754" y="502" style="font-family:sans-serif;font-size:10px;"> +real +</text> +<rect x="17817.020833333332" y="522.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17819" y="531" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="851.75" y="435.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="853" y="444" style="font-family:sans-serif;font-size:10px;"> +default +</text> +<rect x="21564.6796875" y="551.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21566" y="560" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="10173.125" y="319.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10175" y="328" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="14584.625" y="609.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14586" y="618" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="20863.1796875" y="406.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20865" y="415" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="1339.25" y="464.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1341" y="473" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="14495.875" y="667.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14497" y="676" style="font-family:sans-serif;font-size:10px;"> +Y +</text> +<rect x="24090.4296875" y="551.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24092" y="560" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="22640.6796875" y="638.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22642" y="647" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="5858.625" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5860" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="6443.125" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6445" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="8214.375" y="377.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8216" y="386" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="12016.875" y="551.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12018" y="560" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="15712.5" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15714" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="22177.6796875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22179" y="531" style="font-family:sans-serif;font-size:10px;"> +] +</text> +<rect x="8032.875" y="290.0" width="83.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8034" y="299" style="font-family:sans-serif;font-size:10px;"> +fixed_parameter +</text> +<rect x="7629.125" y="406.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7631" y="415" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="23076.6796875" y="319.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23078" y="328" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="9135.875" y="435.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9137" y="444" style="font-family:sans-serif;font-size:10px;"> +in +</text> +<rect x="18564.1796875" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18566" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="3296.875" y="377.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3298" y="386" style="font-family:sans-serif;font-size:10px;"> +=> +</text> +<rect x="2092.875" y="261.0" width="34.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2094" y="270" style="font-family:sans-serif;font-size:10px;"> +async +</text> +<rect x="3050.125" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3052" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="7741.125" y="319.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7743" y="328" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="18847.9296875" y="232.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18849" y="241" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="2352.625" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2354" y="386" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="19050.9296875" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19052" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="22570.6796875" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22572" y="473" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="17136.6875" y="464.0" width="73.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17138" y="473" style="font-family:sans-serif;font-size:10px;"> +boolean_literal +</text> +<rect x="12510.625" y="551.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12512" y="560" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="5013.125" y="406.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5015" y="415" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="15473.5" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15475" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="6646.875" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6648" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="5246.375" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5248" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="18827.4296875" y="261.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18829" y="270" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="17234.5625" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17236" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="18314.6875" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18316" y="647" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="1922.5" y="493.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1924" y="502" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="115.0" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="117" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="538.5" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="540" y="589" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="21165.9296875" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21167" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="7654.625" y="435.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7656" y="444" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="585.875" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="587" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="21833.1796875" y="522.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21835" y="531" style="font-family:sans-serif;font-size:10px;"> +stackalloc +</text> +<rect x="2421.125" y="406.0" width="31.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2423" y="415" style="font-family:sans-serif;font-size:10px;"> +string +</text> +<rect x="9549.125" y="377.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9551" y="386" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="4418.1875" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4420" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="922.5" y="406.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="924" y="415" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="6218.125" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6220" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="5545.375" y="435.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5547" y="444" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="8817.375" y="290.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8819" y="299" style="font-family:sans-serif;font-size:10px;"> +variable_declarators +</text> +<rect x="10808.875" y="609.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10810" y="618" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="6503.125" y="348.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6505" y="357" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="10800.375" y="667.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10802" y="676" style="font-family:sans-serif;font-size:10px;"> +Vector3 +</text> +<rect x="15886.6875" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15888" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="16543.6875" y="464.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16545" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_value +</text> +<rect x="20999.1796875" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21001" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="19282.9296875" y="319.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19284" y="328" style="font-family:sans-serif;font-size:10px;"> +contextual_keyword +</text> +<rect x="7837.125" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7839" y="386" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="8380.875" y="725.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8382" y="734" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="19615.4296875" y="377.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19617" y="386" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="1224.75" y="435.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1226" y="444" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="15164.9375" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15166" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="18825.4296875" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18827" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14133.875" y="435.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14135" y="444" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="23012.6796875" y="522.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23014" y="531" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="23633.4296875" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23635" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="20823.6796875" y="522.0" width="196.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20825" y="531" style="font-family:sans-serif;font-size:10px;"> +primary_no_array_creation_expression +</text> +<rect x="19947.4296875" y="290.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19949" y="299" style="font-family:sans-serif;font-size:10px;"> +buffer_element_type +</text> +<rect x="22466.5546875" y="319.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22468" y="328" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="18782.9296875" y="377.0" width="204.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18784" y="386" style="font-family:sans-serif;font-size:10px;"> +implicitly_typed_local_variable_declarator +</text> +<rect x="13356.625" y="551.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13358" y="560" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="10197.125" y="319.0" width="46.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10199" y="328" style="font-family:sans-serif;font-size:10px;"> +readonly +</text> +<rect x="8648.875" y="406.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8650" y="415" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="8084.875" y="551.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8086" y="560" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="7947.375" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7949" y="589" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="3067.875" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3069" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="10682.375" y="580.0" width="14.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10684" y="589" style="font-family:sans-serif;font-size:10px;"> +r2 +</text> +<rect x="5797.125" y="348.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5799" y="357" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="7758.125" y="348.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7760" y="357" style="font-family:sans-serif;font-size:10px;"> +b +</text> +<rect x="5131.375" y="232.0" width="24.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5133" y="241" style="font-family:sans-serif;font-size:10px;"> +void +</text> +<rect x="18459.4375" y="580.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18461" y="589" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="23506.6796875" y="435.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23508" y="444" style="font-family:sans-serif;font-size:10px;"> +tuple_type +</text> +<rect x="8686.875" y="377.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8688" y="386" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="12785.875" y="609.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12787" y="618" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="14141.125" y="348.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14143" y="357" style="font-family:sans-serif;font-size:10px;"> +T +</text> +<rect x="16696.1875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16698" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="21160.4296875" y="290.0" width="81.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21162" y="299" style="font-family:sans-serif;font-size:10px;"> +fixed_statement +</text> +<rect x="23599.1796875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23601" y="531" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="16478.8125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16480" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="16310.6875" y="406.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16312" y="415" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="17178.125" y="348.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17180" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="20507.9296875" y="232.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20509" y="241" style="font-family:sans-serif;font-size:10px;"> +member_name +</text> +<rect x="14738.125" y="580.0" width="125.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14740" y="589" style="font-family:sans-serif;font-size:10px;"> +multiplicative_expression +</text> +<rect x="17793.8125" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17795" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="12116.1875" y="261.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12118" y="270" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="413.0" y="348.0" width="35.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="415" y="357" style="font-family:sans-serif;font-size:10px;"> +switch +</text> +<rect x="8455.875" y="609.0" width="86.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8457" y="618" style="font-family:sans-serif;font-size:10px;"> +member_access +</text> +<rect x="8723.625" y="261.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8725" y="270" style="font-family:sans-serif;font-size:10px;"> +field_declaration +</text> +<rect x="1998.25" y="522.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2000" y="531" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="11713.125" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11715" y="328" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="22369.5546875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22371" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="21553.6796875" y="522.0" width="88.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21555" y="531" style="font-family:sans-serif;font-size:10px;"> +unmanaged_type +</text> +<rect x="23645.6796875" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23647" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="1866.875" y="232.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1868" y="241" style="font-family:sans-serif;font-size:10px;"> +method_modifier +</text> +<rect x="14853.875" y="406.0" width="9.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14855" y="415" style="font-family:sans-serif;font-size:10px;"> +if +</text> +<rect x="4258.375" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4260" y="560" style="font-family:sans-serif;font-size:10px;"> +1 +</text> +<rect x="15703.5" y="232.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15705" y="241" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="18557.6796875" y="232.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18559" y="241" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="22760.6796875" y="522.0" width="100.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22762" y="531" style="font-family:sans-serif;font-size:10px;"> +stackalloc_initializer +</text> +<rect x="1284.0" y="522.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1286" y="531" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="3138.375" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3140" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4785.875" y="464.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4787" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_value +</text> +<rect x="10063.125" y="319.0" width="103.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10065" y="328" style="font-family:sans-serif;font-size:10px;"> +ref_method_modifier +</text> +<rect x="19743.9296875" y="464.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19745" y="473" style="font-family:sans-serif;font-size:10px;"> +666 +</text> +<rect x="16593.8125" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16595" y="444" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="10251.125" y="348.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10253" y="357" style="font-family:sans-serif;font-size:10px;"> +Vector3 +</text> +<rect x="1440.0" y="551.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1442" y="560" style="font-family:sans-serif;font-size:10px;"> +y +</text> +<rect x="13632.375" y="580.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13634" y="589" style="font-family:sans-serif;font-size:10px;"> +span +</text> +<rect x="6989.125" y="290.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6991" y="299" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="6853.625" y="493.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6855" y="502" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="8443.625" y="464.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8445" y="473" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="21040.6796875" y="522.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21042" y="531" style="font-family:sans-serif;font-size:10px;"> +argument_list +</text> +<rect x="2827.125" y="435.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2829" y="444" style="font-family:sans-serif;font-size:10px;"> +Task +</text> +<rect x="1249.0" y="551.0" width="12.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1251" y="560" style="font-family:sans-serif;font-size:10px;"> +H +</text> +<rect x="10003.125" y="377.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10005" y="386" style="font-family:sans-serif;font-size:10px;"> +null +</text> +<rect x="3561.375" y="348.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3563" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_expression +</text> +<rect x="10429.375" y="551.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10431" y="560" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="11339.625" y="290.0" width="43.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11341" y="299" style="font-family:sans-serif;font-size:10px;"> +ref_kind +</text> +<rect x="20818.6796875" y="464.0" width="15.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20820" y="473" style="font-family:sans-serif;font-size:10px;"> +int +</text> +<rect x="4417.6875" y="261.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4419" y="270" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="15239.875" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15241" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="6710.375" y="406.0" width="211.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6712" y="415" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarators +</text> +<rect x="20748.1796875" y="551.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20750" y="560" style="font-family:sans-serif;font-size:10px;"> +myFixedField +</text> +<rect x="3041.125" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3043" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="9772.625" y="406.0" width="131.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9774" y="415" style="font-family:sans-serif;font-size:10px;"> +parameter_mode_modifier +</text> +<rect x="20029.6796875" y="348.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20031" y="357" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19180.1796875" y="145.0" width="53.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19182" y="154" style="font-family:sans-serif;font-size:10px;"> +CSharp73 +</text> +<rect x="13692.375" y="551.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13694" y="560" style="font-family:sans-serif;font-size:10px;"> +local_variable_initializer +</text> +<rect x="21070.1796875" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21072" y="589" style="font-family:sans-serif;font-size:10px;"> +5 +</text> +<rect x="7116.125" y="435.0" width="128.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7118" y="444" style="font-family:sans-serif;font-size:10px;"> +DefaultWithoutTypeName +</text> +<rect x="20057.4296875" y="290.0" width="148.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20059" y="299" style="font-family:sans-serif;font-size:10px;"> +fixed_size_buffer_declarators +</text> +<rect x="574.25" y="464.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="576" y="473" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="21365.9296875" y="290.0" width="123.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21367" y="299" style="font-family:sans-serif;font-size:10px;"> +StackallocArrayInitializer +</text> +<rect x="16041.6875" y="493.0" width="23.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16043" y="502" style="font-family:sans-serif;font-size:10px;"> +true +</text> +<rect x="4032.375" y="377.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4034" y="386" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="712.0" y="522.0" width="107.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="714" y="531" style="font-family:sans-serif;font-size:10px;"> +relational_expression +</text> +<rect x="3960.375" y="203.0" width="80.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3962" y="212" style="font-family:sans-serif;font-size:10px;"> +method_header +</text> +<rect x="8198.875" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8200" y="531" style="font-family:sans-serif;font-size:10px;"> +. +</text> +<rect x="19657.9296875" y="406.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19659" y="415" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="21242.9296875" y="203.0" width="90.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21244" y="212" style="font-family:sans-serif;font-size:10px;"> +method_modifiers +</text> +<rect x="7748.125" y="406.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7750" y="415" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="15285.875" y="464.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15287" y="473" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="22306.6796875" y="435.0" width="137.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22308" y="444" style="font-family:sans-serif;font-size:10px;"> +namespace_or_type_name +</text> +<rect x="7058.625" y="319.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7060" y="328" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="12016.6875" y="203.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12018" y="212" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8073.625" y="638.0" width="156.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8075" y="647" style="font-family:sans-serif;font-size:10px;"> +anonymous_function_signature +</text> +<rect x="23094.1796875" y="493.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23096" y="502" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="6042.375" y="435.0" width="66.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6044" y="444" style="font-family:sans-serif;font-size:10px;"> +integral_type +</text> +<rect x="24152.9296875" y="609.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24154" y="618" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="13022.5" y="464.0" width="133.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13024" y="473" style="font-family:sans-serif;font-size:10px;"> +parenthesized_expression +</text> +<rect x="20291.3046875" y="87.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20293" y="96" style="font-family:sans-serif;font-size:10px;"> +class_declaration +</text> +<rect x="2638.125" y="493.0" width="84.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2640" y="502" style="font-family:sans-serif;font-size:10px;"> +element_access +</text> +<rect x="23931.1796875" y="261.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23933" y="270" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="6367.125" y="348.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6369" y="357" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="20946.4296875" y="580.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20948" y="589" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="8192.375" y="319.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8194" y="328" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="1164.0" y="580.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1166" y="589" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="4811.375" y="493.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4813" y="502" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="12977.5" y="435.0" width="33.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12979" y="444" style="font-family:sans-serif;font-size:10px;"> +return +</text> +<rect x="9221.375" y="435.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9223" y="444" style="font-family:sans-serif;font-size:10px;"> +TKey +</text> +<rect x="4633.9375" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4635" y="415" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="15576.1875" y="435.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15578" y="444" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="14322.875" y="667.0" width="11.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14324" y="676" style="font-family:sans-serif;font-size:10px;"> +Y +</text> +<rect x="19997.4296875" y="203.0" width="62.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19999" y="212" style="font-family:sans-serif;font-size:10px;"> +struct_body +</text> +<rect x="13095.75" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13097" y="357" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="14797.875" y="435.0" width="54.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14799" y="444" style="font-family:sans-serif;font-size:10px;"> +alternative +</text> +<rect x="8905.078125" y="116.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8907" y="125" style="font-family:sans-serif;font-size:10px;"> +class +</text> +<rect x="24126.4296875" y="580.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24128" y="589" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="21339.9296875" y="203.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21341" y="212" style="font-family:sans-serif;font-size:10px;"> +return_type +</text> +<rect x="16643.6875" y="493.0" width="22.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16645" y="502" style="font-family:sans-serif;font-size:10px;"> +age +</text> +<rect x="18621.625" y="522.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="18623" y="531" style="font-family:sans-serif;font-size:10px;"> +additive_expression +</text> +<rect x="17775.5625" y="377.0" width="20.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17777" y="386" style="font-family:sans-serif;font-size:10px;"> +var +</text> +<rect x="21142.6796875" y="377.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21144" y="386" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="19740.4296875" y="435.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="19742" y="444" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="11184.375" y="551.0" width="95.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11186" y="560" style="font-family:sans-serif;font-size:10px;"> +variable_reference +</text> +<rect x="3224.625" y="377.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3226" y="386" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="6115.375" y="435.0" width="205.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6117" y="444" style="font-family:sans-serif;font-size:10px;"> +explicitly_typed_local_variable_declarator +</text> +<rect x="5138.75" y="174.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5140" y="183" style="font-family:sans-serif;font-size:10px;"> +method_declaration +</text> +<rect x="2731.375" y="580.0" width="6.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2733" y="589" style="font-family:sans-serif;font-size:10px;"> +i +</text> +<rect x="6159.625" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6161" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="9566.875" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="9568" y="328" style="font-family:sans-serif;font-size:10px;"> +static +</text> +<rect x="6082.125" y="348.0" width="129.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6084" y="357" style="font-family:sans-serif;font-size:10px;"> +local_variable_declaration +</text> +<rect x="1918.75" y="551.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1920" y="560" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="11418.875" y="348.0" width="27.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11420" y="357" style="font-family:sans-serif;font-size:10px;"> +Guid +</text> +<rect x="6540.625" y="493.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="6542" y="502" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="12975.875" y="638.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12977" y="647" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="11979.875" y="435.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11981" y="444" style="font-family:sans-serif;font-size:10px;"> +; +</text> +<rect x="12657.875" y="609.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12659" y="618" style="font-family:sans-serif;font-size:10px;"> +equality_expression +</text> +<rect x="21193.6796875" y="377.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21195" y="386" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="12606.875" y="609.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12608" y="618" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="1290.25" y="406.0" width="58.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1292" y="415" style="font-family:sans-serif;font-size:10px;"> +expression +</text> +<rect x="15563.6875" y="464.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15565" y="473" style="font-family:sans-serif;font-size:10px;"> +DoSomething +</text> +<rect x="22631.1796875" y="609.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22633" y="618" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="8283.625" y="667.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8285" y="676" style="font-family:sans-serif;font-size:10px;"> +tuple_expression +</text> +<rect x="3560.875" y="522.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3562" y="531" style="font-family:sans-serif;font-size:10px;"> +Hello +</text> +<rect x="7613.125" y="377.0" width="98.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7615" y="386" style="font-family:sans-serif;font-size:10px;"> +tuple_type_element +</text> +<rect x="683.75" y="435.0" width="28.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="685" y="444" style="font-family:sans-serif;font-size:10px;"> +case +</text> +<rect x="16450.4375" y="319.0" width="112.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16452" y="328" style="font-family:sans-serif;font-size:10px;"> +expression_statement +</text> +<rect x="10855.25" y="319.0" width="30.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10857" y="328" style="font-family:sans-serif;font-size:10px;"> +block +</text> +<rect x="23682.6796875" y="290.0" width="52.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23684" y="299" style="font-family:sans-serif;font-size:10px;"> +statement +</text> +<rect x="22651.013020833336" y="522.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22653" y="531" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="24280.9296875" y="638.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24282" y="647" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="2873.625" y="406.0" width="96.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="2875" y="415" style="font-family:sans-serif;font-size:10px;"> +type_argument_list +</text> +<rect x="16581.1875" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="16583" y="415" style="font-family:sans-serif;font-size:10px;"> +) +</text> +<rect x="7199.875" y="348.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7201" y="357" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="8299.375" y="435.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8301" y="444" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="15693.9375" y="493.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15695" y="502" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="13008.75" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13010" y="299" style="font-family:sans-serif;font-size:10px;"> +ref_method_body +</text> +<rect x="21466.4296875" y="319.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21468" y="328" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="7269.125" y="435.0" width="36.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="7271" y="444" style="font-family:sans-serif;font-size:10px;"> +default +</text> +<rect x="11581.75" y="319.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11583" y="328" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="12972.708333333334" y="551.0" width="17.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12974" y="560" style="font-family:sans-serif;font-size:10px;"> +ref +</text> +<rect x="17148.1875" y="435.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="17150" y="444" style="font-family:sans-serif;font-size:10px;"> +argument +</text> +<rect x="20813.6796875" y="406.0" width="25.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20815" y="415" style="font-family:sans-serif;font-size:10px;"> +type +</text> +<rect x="1976.75" y="406.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1978" y="415" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="22724.6796875" y="580.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22726" y="589" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="13207.291666666666" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13209" y="560" style="font-family:sans-serif;font-size:10px;"> +: +</text> +<rect x="15421.5" y="290.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15423" y="299" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="14357.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14359" y="589" style="font-family:sans-serif;font-size:10px;"> ++ +</text> +<rect x="24013.1796875" y="319.0" width="111.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24015" y="328" style="font-family:sans-serif;font-size:10px;"> +declaration_statement +</text> +<rect x="8129.625" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8131" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4048.875" y="493.0" width="50.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4050" y="502" style="font-family:sans-serif;font-size:10px;"> +TryParse +</text> +<rect x="11566.875" y="464.0" width="42.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="11568" y="473" style="font-family:sans-serif;font-size:10px;"> +Vector3 +</text> +<rect x="5909.625" y="464.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5911" y="473" style="font-family:sans-serif;font-size:10px;"> += +</text> +<rect x="13027.0" y="406.0" width="87.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13029" y="415" style="font-family:sans-serif;font-size:10px;"> +return_statement +</text> +<rect x="20409.4296875" y="290.0" width="37.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20411" y="299" style="font-family:sans-serif;font-size:10px;"> +unsafe +</text> +<rect x="14884.875" y="406.0" width="102.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="14886" y="415" style="font-family:sans-serif;font-size:10px;"> +boolean_expression +</text> +<rect x="8428.625" y="493.0" width="99.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8430" y="502" style="font-family:sans-serif;font-size:10px;"> +lambda_expression +</text> +<rect x="973.75" y="493.0" width="117.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="975" y="502" style="font-family:sans-serif;font-size:10px;"> +declaration_expression +</text> +<rect x="10825.75" y="290.0" width="89.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="10827" y="299" style="font-family:sans-serif;font-size:10px;"> +ref_method_body +</text> +<rect x="3502.125" y="551.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3504" y="560" style="font-family:sans-serif;font-size:10px;"> +[ +</text> +<rect x="4641.625" y="464.0" width="113.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4643" y="473" style="font-family:sans-serif;font-size:10px;"> +invocation_expression +</text> +<rect x="3186.875" y="116.0" width="60.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="3188" y="125" style="font-family:sans-serif;font-size:10px;"> +class_body +</text> +<rect x="12509.625" y="522.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="12511" y="531" style="font-family:sans-serif;font-size:10px;"> +argument_value +</text> +<rect x="13609.125" y="580.0" width="10.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13611" y="589" style="font-family:sans-serif;font-size:10px;"> +> +</text> +<rect x="22002.1796875" y="522.0" width="106.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22004" y="531" style="font-family:sans-serif;font-size:10px;"> +constant_expression +</text> +<rect x="4414.375" y="464.0" width="82.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4416" y="473" style="font-family:sans-serif;font-size:10px;"> +predefined_type +</text> +<rect x="1719.0" y="348.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1721" y="357" style="font-family:sans-serif;font-size:10px;"> +( +</text> +<rect x="8556.375" y="580.0" width="16.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="8558" y="589" style="font-family:sans-serif;font-size:10px;"> +== +</text> +<rect x="21152.4296875" y="319.0" width="127.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="21154" y="328" style="font-family:sans-serif;font-size:10px;"> +fixed_pointer_declarators +</text> +<rect x="1141.0" y="667.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1143" y="676" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +<rect x="4924.375" y="522.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="4926" y="531" style="font-family:sans-serif;font-size:10px;"> +nullableResult +</text> +<rect x="1645.0" y="406.0" width="8.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1647" y="415" style="font-family:sans-serif;font-size:10px;"> +} +</text> +<rect x="5280.125" y="203.0" width="70.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="5282" y="212" style="font-family:sans-serif;font-size:10px;"> +method_body +</text> +<rect x="13838.375" y="638.0" width="101.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="13840" y="647" style="font-family:sans-serif;font-size:10px;"> +primary_expression +</text> +<rect x="20933.9296875" y="609.0" width="69.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20935" y="618" style="font-family:sans-serif;font-size:10px;"> +myFixedField +</text> +<rect x="23689.1796875" y="493.0" width="13.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="23691" y="502" style="font-family:sans-serif;font-size:10px;"> +t1 +</text> +<rect x="24245.9296875" y="609.0" width="7.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="24247" y="618" style="font-family:sans-serif;font-size:10px;"> +, +</text> +<rect x="15015.375" y="348.0" width="71.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="15017" y="357" style="font-family:sans-serif;font-size:10px;"> +statement_list +</text> +<rect x="20133.1796875" y="377.0" width="29.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="20135" y="386" style="font-family:sans-serif;font-size:10px;"> +literal +</text> +<rect x="1124.5" y="638.0" width="77.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="1126" y="647" style="font-family:sans-serif;font-size:10px;"> +type_argument +</text> +<rect x="22943.6796875" y="464.0" width="44.0" height="12.0" style="fill:orange; stroke:rgb(0,0,0);" rx="1"/> +<text x="22945" y="473" style="font-family:sans-serif;font-size:10px;"> +identifier +</text> +</svg> \ No newline at end of file diff --git a/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/_Sample_Options.txt b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/_Sample_Options.txt new file mode 100644 index 000000000..e5715448f --- /dev/null +++ b/tools/GrammarTesting/Tests/Parsing/Samples/AllInOneNoPreprocessor-v7/_Sample_Options.txt @@ -0,0 +1 @@ +-ms Base -rt \ No newline at end of file diff --git a/tools/GrammarTesting/Tests/ReadMe.md b/tools/GrammarTesting/Tests/ReadMe.md new file mode 100644 index 000000000..099e0386e --- /dev/null +++ b/tools/GrammarTesting/Tests/ReadMe.md @@ -0,0 +1,10 @@ +# Tests + +The tests are divided into grammar checks, in `Grammar`, and parsing tests, in `Parsing`. + +There is an environment parallel of this directory, its path can be found in the +environment variable `BG_LIB_TESTS` (currently `Environment/Tests`). + +If `Grammar` is missing here look in the environment, ditto for `Parsing` but that +is less likely not to be here. + diff --git a/tools/validate-grammar.sh b/tools/validate-grammar.sh index 722f8b80f..5b1432a22 100755 --- a/tools/validate-grammar.sh +++ b/tools/validate-grammar.sh @@ -1,10 +1,52 @@ #!/bin/bash -set -eu -o pipefail +set -o pipefail -declare -r SPEC_DIRECTORY=../standard +# Grammar Testing 2.1.0 +# cwd when called is <repo>/tools -dotnet csharpgrammar ../test-grammar CSharp $SPEC_DIRECTORY -m ../.github/workflows/dependencies/ReplaceAndAdd.md +# the tarball is in <repo>/.github/workflows/dependencies/GrammarTestingEnv.tgz +TarBall=$(realpath ../.github/workflows/dependencies/GrammarTestingEnv.tgz) + +# the testing directory is <repo>/tools/GrammarTesting +GrammarTesting=$(realpath ./GrammarTesting) + +# the Standard source is in ../standard +StandardSource=$(realpath ../standard) + +# unpack the tarball +pushd "${GrammarTesting}" >& /dev/null +tar -xf "${TarBall}" +# all unpacked and cwd now $GrammarTesting + +# The testing package comes without the antlr jar or executable versions of BuildGrammar & TextModify +# - users download the first and build the others from source +# For V1 this script downloaded the JAR and the grammar-validator.yaml installed BuildGrammar from +# a nupkg as a dotnet tool called "csharpgrammar". TextModify was not required. +# For V2: +# - Download the JAR to where the testing package expects. +# - Leave the YAML to install BuildGrammar as a dotnet tool as before +# - Create a BuildGrammar script which invokes "dotnet csharpgrammar" +# - Create a TextModify script which does nothing - it is not used but santity checking looks for it + +# Download the JAR +curl -H "Accept: application/zip" --no-progress-meter https://repo1.maven.org/maven2/org/antlr/antlr4/4.9.2/antlr4-4.9.2-complete.jar -o Environment/Antlr/antlr-4.9.2-complete.jar + +# Move to the bin folder and create the two shell scripts +pushd Environment/Tools/bin >& /dev/null + +cat >BuildGrammar <<EOF +#!/bin/bash +dotnet csharpgrammar "\$@" +EOF +chmod +x BuildGrammar +cat >TextModify <<EOF +#!/bin/bash +echo TextModify is not installed +EOF +chmod +x TextModify + +popd >& /dev/null + +# We should now be able to run the testing package scripts... +./SetupAndTest "${StandardSource}" -# Now, validate it: -curl -H "Accept: application/zip" https://repo1.maven.org/maven2/com/tunnelvisionlabs/antlr4/4.9.0/antlr4-4.9.0-complete.jar -o antlr-4.9.0-complete.jar -java -jar antlr-4.9.0-complete.jar ../test-grammar/CSharpLexer.g4 ../test-grammar/CSharpParser.g4