Interface ChunkerInvokable

All Superinterfaces:
IsScope, Node
All Known Implementing Classes:
AbstractChunkerInvokable, ChunkerArray, ChunkerInvoke, ChunkerNew

public interface ChunkerInvokable extends IsScope
Represents an ast node that could be invokable. For now, this is methods and constructors, but will likely be expanded to handle closures to some degree as well.
  • Method Details

    • addArgument

      void addArgument(Node argument)
    • addToken

      void addToken(Token token)
      Specified by:
      addToken in interface Node
    • getNameToken

      default Token getNameToken()