Class NamedParameterDescriptor

    • Constructor Detail

      • NamedParameterDescriptor

        public NamedParameterDescriptor​(java.lang.String name,
                                        Type 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)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object