Class PreAnalysisModel


  • public class PreAnalysisModel
    extends Object
    预解析的model
    Author:
    lb
    Date:
    2024年8月23日
    • Constructor Detail

      • PreAnalysisModel

        public PreAnalysisModel​(String source,
                                String method,
                                String[] args)
    • Method Detail

      • getSource

        public String getSource()
        获取完整的指令信息
        Returns:
      • getMethod

        public String getMethod()
        获取方法信息
        Returns:
      • getArgs

        public String[] getArgs()
        获取参数
        Returns:
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object