Class MethodInfo


  • public class MethodInfo
    extends Object
    Represents the calling method information.
    Author:
    Madhav Krishna
    • Constructor Detail

      • MethodInfo

        public MethodInfo()
    • Method Detail

      • getClassName

        public String getClassName()
      • setClassName

        public void setClassName​(String className)
      • getMethodName

        public String getMethodName()
      • setMethodName

        public void setMethodName​(String methodName)
      • setArgsType

        public void setArgsType​(List<String> argsType)
      • getArgsValue

        public List<Object> getArgsValue()
      • setArgsValue

        public void setArgsValue​(List<Object> argsValue)
      • getIsStatic

        public Boolean getIsStatic()
      • setIsStatic

        public void setIsStatic​(Boolean isStatic)