Class LineImpl.Var

  • All Implemented Interfaces:
    ILine
    Enclosing class:
    LineImpl

    private static final class LineImpl.Var
    extends LineImpl
    Mutable version.
    • Method Detail

      • increment

        public LineImpl increment​(ICounter instructions,
                                  ICounter branches)
        Description copied from class: LineImpl
        Adds the given counters to this line.
        Specified by:
        increment in class LineImpl
        Parameters:
        instructions - instructions to add
        branches - branches to add
        Returns:
        instance with new counter values