Class MethodSection

    • Constructor Detail

      • MethodSection

        public MethodSection()
    • Method Detail

      • getSignature

        public java.lang.String getSignature()
        Gets signature.
        Returns:
        the signature
      • setSignature

        public void setSignature​(java.lang.String signature)
        Sets signature.
        Parameters:
        signature - the signature
      • getArgs

        public java.lang.String getArgs()
        Gets args.
        Returns:
        the args
      • setArgs

        public void setArgs​(java.lang.String args)
        Sets args.
        Parameters:
        args - the args
      • setName

        public void setName​(java.lang.String name)
        Sets name.
        Parameters:
        name - the name
      • setClass

        public void setClass​(java.lang.String name)
        Sets class.
        Parameters:
        name - the name
      • getName

        public java.lang.String getName()
        Gets name.
        Returns:
        the name
      • getClassName

        public java.lang.String getClassName()
        Gets class name.
        Returns:
        the class name
      • getReturnType

        public java.lang.String getReturnType()
        Gets return type.
        Returns:
        the return type
      • setReturnType

        public void setReturnType​(java.lang.String returnType)
        Sets return type.
        Parameters:
        returnType - the return type
      • getThrows

        public java.lang.String getThrows()
        Gets throws.
        Returns:
        the throws
      • setThrows

        public void setThrows​(java.lang.String throwsClause)
        Sets throws.
        Parameters:
        throwsClause - the throws clause
      • newTypePatternSet

        protected TypePatternSet newTypePatternSet()
        Instantiates a type pattern set, subclasses may provide custom implementations.
        Returns:
        the new type pattern set