Class ControlFlowContext.FieldKey

  • Enclosing class:
    ControlFlowContext

    public static class ControlFlowContext.FieldKey
    extends Object
    Represents a field by its owner class and field name.
    • Constructor Detail

      • FieldKey

        public FieldKey​(String owner,
                        String fieldName)
    • Method Detail

      • getOwner

        public String getOwner()
        Returns:
        the owner
      • getFieldName

        public String getFieldName()
        Returns:
        the field name
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object