// A BoundMethodAccess is a method access the bypasses the normal name binding. // It receives its corresponding declaration explicitly through the constructor. BoundMethodAccess : MethodAccess; // Explicitly bound access that bypasses name binding //BoundFieldAccess : VarAccess ::= ; BoundFieldAccess : FieldAccess ::= ;