Class FakeOperationDescriptor

  • All Implemented Interfaces:
    IMetaOperation

    public class FakeOperationDescriptor
    extends OperationDescriptor
    Represents a fake operation descriptor, i.e., an operation which accepts every type of parameter and the result can be used everywhere.
    Author:
    Holger Eichelberger
    • Constructor Detail

      • FakeOperationDescriptor

        FakeOperationDescriptor​(TypeDescriptor<?> declaringType,
                                java.lang.String name,
                                int parameterCount,
                                boolean acceptsNamedParameters)
        Create a fake operation descriptor.
        Parameters:
        declaringType - the declaring type
        name - the name of the operation
        parameterCount - the number of parameters of the operation
        acceptsNamedParameters - whether the operation accepts named parameters