Class NamedParameterDescriptor<T>

    • Constructor Detail

      • NamedParameterDescriptor

        public NamedParameterDescriptor​(String name,
                                        BindableType<T> expectedType,
                                        int[] sourceLocations)
        Constructs a NamedParameterDescriptor
        Parameters:
        name - The name of the parameter
        expectedType - The expected type of the parameter, according to the translator
        sourceLocations - The locations of the named parameters (aye aye aye)