Class Subroutine


  • public class Subroutine
    extends Object
    Represents a nested method subroutine (marked by JSR and RET).
    Author:
    Jason T. Greene
    • Constructor Detail

      • Subroutine

        public Subroutine​(int start,
                          int caller)
    • Method Detail

      • addCaller

        public void addCaller​(int caller)
      • start

        public int start()
      • access

        public void access​(int index)
      • isAccessed

        public boolean isAccessed​(int index)