Class IvmlOperationDescriptor

    • Constructor Detail

      • IvmlOperationDescriptor

        IvmlOperationDescriptor​(TypeDescriptor<?> declaringType,
                                java.lang.String name,
                                boolean isConstructor)
        Creates a new operation descriptor. Overriding constructors shall call #setCharacteristics(OperationType, AliasType, boolean) in order to redefined the default values.
        Parameters:
        declaringType - the declaring type
        name - the alias name (may be null if the original name of method shall be used)
        isConstructor - whether the operation is a constructor