Class Subroutine

java.lang.Object
javassist.bytecode.analysis.Subroutine

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

    • Subroutine

      public Subroutine(int start, int caller)
  • Method Details

    • addCaller

      public void addCaller(int caller)
    • start

      public int start()
    • access

      public void access(int index)
    • isAccessed

      public boolean isAccessed(int index)
    • accessed

      public Collection<Integer> accessed()
    • callers

      public Collection<Integer> callers()
    • toString

      public String toString()
      Overrides:
      toString in class Object