Class ImplicitCoercionWarning

All Implemented Interfaces:
ICoercionIssue, IWarningSuppressor, IParseIssue, Serializable

public class ImplicitCoercionWarning extends ParseWarning implements ICoercionIssue
See Also:
  • Field Details

    • _typeToCoerceTo

      private IType _typeToCoerceTo
  • Constructor Details

    • ImplicitCoercionWarning

      public ImplicitCoercionWarning(IParserState standardParserState, ResourceKey msgImplicitCoercionWarning, IType typeToCoerceTo, Object... args)
  • Method Details