Class LocalReferenceImpl

    • Constructor Detail

      • LocalReferenceImpl

        public LocalReferenceImpl​(String name,
                                  String expression,
                                  Class<?> type)
    • Method Detail

      • getName

        public String getName()
        The name of the assigned variable reference.
        Specified by:
        getName in interface LocalReference
        Returns:
        The name of the reference as it will be when compiled.
      • getExpression

        public String getExpression()
        The expression that sets the value, ie the part after refName = .
        Specified by:
        getExpression in interface LocalReference
        Returns:
        The setting expression.
      • getType

        public Class<?> getType()
        The type of reference.
        Specified by:
        getType in interface LocalReference
        Returns:
        The type.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object