Module dev.civl.mc

Interface FunctionIdentifierExpression

All Superinterfaces:
Expression, Sourceable

public interface FunctionIdentifierExpression extends Expression
  • Method Details

    • scope

      Scope scope()
      Returns:
      The scope that the function is declared
    • function

      CIVLFunction function()