Class PropertyFieldOrError

All Implemented Interfaces:
BiFunction<EK9Parser.IdentifierContext, IScope, ISymbol>

final class PropertyFieldOrError extends TypedSymbolAccess implements BiFunction<EK9Parser.IdentifierContext, IScope, ISymbol>
Used for resolving and recoding of fields on specific types. This takes into account field visibility and where access is being made from. So it will work on a range of aggregates, records, classes, components, etc.