Interface IMetaParameterDeclaration

    • Method Detail

      • getType

        TypeDescriptor<?> getType()
        Returns the type of this variable.
        Returns:
        the type of this variable
      • getExpression

        Expression getExpression()
        Get the (default) value of this variable.
        Returns:
        The (default) value of this variable of null if this variable is unassigned.