Class AssignmentPathSegmentImpl

  • All Implemented Interfaces:
    AssignmentPathSegment, Freezable, DebugDumpable, ShortDumpable

    public class AssignmentPathSegmentImpl
    extends Object
    implements AssignmentPathSegment, Freezable
    Primary duty of this class is to be a part of assignment path. (This is what is visible through its interface, AssignmentPathSegment.) However, it also stores some (although not complete) information about assignment evaluation. Note: we avoid getter methods for some final fields to simplify client code.
    Author:
    semancik