Class IdentificationVariableResolver


  • public class IdentificationVariableResolver
    extends Resolver
    This Resolver is responsible to resolve the type of an identification variable.
    Since:
    2.3
    Version:
    2.5
    Author:
    Pascal Filion
    • Constructor Detail

      • IdentificationVariableResolver

        public IdentificationVariableResolver​(Resolver parent,
                                              java.lang.String variableName)
        Creates a new IdentificationVariableResolver.
        Parameters:
        parent - The parent Resolver, which is never null
        variableName - The name of the identification variable, which should never be null and it should not be an empty string
    • Method Detail

      • buildType

        public IType buildType()
      • getVariableName

        public java.lang.String getVariableName()
        Returns the identification variable handled by this Resolver.
        Returns:
        The identification variable handled by this Resolver
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object