Class ASTExprFunctionReference


public final class ASTExprFunctionReference extends ASTExpression
A named callable reference, parsed from source forms such as #'moveHook.
  • Constructor Details

    • ASTExprFunctionReference

      public ASTExprFunctionReference(int line, String name)
  • Method Details