Interface ParameterDeclaration

  • All Known Implementing Classes:
    ParameterDeclarationNode

    public interface ParameterDeclaration
    Represents a parameter declaration, i.e. .
    • Method Detail

      • getKey

        String getKey()
        The key for is foo.
        Returns:
        the key
      • getDefaultValue

        Expression getDefaultValue()
        Returns:
        the default value or null if no default value is set