Interface FieldReferenceConverter.Delegate

All Known Implementing Classes:
StrictAttributeParser.FieldReferenceDelegate, StringAttributeParser.FieldReferenceDelegate
Enclosing class:
FieldReferenceConverter

static interface FieldReferenceConverter.Delegate
Responsible for the bits around and between the field references. May throw IllegalFieldReferenceException as it sees fit.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the types any parsed field references are expected to return.
    Called for fragment around and between field references.
    Called for each expanded field reference, to allow it to be stitched together with surrounding fragments.