Class CodeSignatureModel

    • Field Detail

      • formals

        public List<String> formals
        The formal arguments of the method or constructor.
    • Constructor Detail

      • CodeSignatureModel

        protected CodeSignatureModel​(CodeSignature signature)
        Builds the model of the signature of a method or constructor.
        Parameters:
        signature - the original signature to copy
      • CodeSignatureModel

        public CodeSignatureModel()
    • Method Detail

      • getFormalsAsTypes

        protected final StorageType[] getFormalsAsTypes()
        Yields the storage types of the formal arguments of this method or constructor.
        Returns:
        the storage types