Interface FunctionSymbol

    • Method Detail

      • isStub

        boolean isStub()
        When true, it denotes a function symbol for a function stub.
           def fn(p1, p2): ...
         
      • hasVariadicParameter

        boolean hasVariadicParameter()
      • isInstanceMethod

        boolean isInstanceMethod()
      • hasDecorators

        boolean hasDecorators()