Class MethodInfoImpl

java.lang.Object
lib.reports.info.MethodInfoImpl
All Implemented Interfaces:
MethodInfo

public class MethodInfoImpl extends Object implements MethodInfo
Class that implements MethodInfo
  • Constructor Details

    • MethodInfoImpl

      public MethodInfoImpl(String methodName, int srcBeginLine, int endBeginLine, String modifiers, Report parentClassOrInterfaceReport)
      Class constructor. Build info with data passed as parameters
      Parameters:
      methodName - method name
      srcBeginLine - line where method begins
      endBeginLine - line where methd ends
      modifiers - method modifiers
      parentClassOrInterfaceReport - method parent class or interface
      See Also:
      • NodeWithModifiers
  • Method Details