Class EntryMethod

java.lang.Object
org.apache.skywalking.oal.rt.parser.EntryMethod

public class EntryMethod extends Object
  • Constructor Details

    • EntryMethod

      public EntryMethod()
  • Method Details

    • getMethodName

      public String getMethodName()
    • getArgTypes

      public List<Integer> getArgTypes()
    • getArgsExpressions

      public List<Object> getArgsExpressions()
    • setMethodName

      public void setMethodName(String methodName)
    • setArgTypes

      public void setArgTypes(List<Integer> argTypes)
    • setArgsExpressions

      public void setArgsExpressions(List<Object> argsExpressions)