Package manifold.ext.delegation
Class DelegationIssueMsg
- java.lang.Object
-
- manifold.ext.delegation.DelegationIssueMsg
-
public class DelegationIssueMsg extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static manifold.api.util.IssueMsgMSG_FIELD_TYPE_NOT_ASSIGNABLE_TOstatic manifold.api.util.IssueMsgMSG_INTERFACE_OVERLAPstatic manifold.api.util.IssueMsgMSG_LINK_STATIC_FIELDstatic manifold.api.util.IssueMsgMSG_METHOD_OVERLAPstatic manifold.api.util.IssueMsgMSG_MODIFIER_NOT_ALLOWED_HEREstatic manifold.api.util.IssueMsgMSG_MODIFIER_REDUNDANT_FOR_LINKstatic manifold.api.util.IssueMsgMSG_MULTIPLE_SHARINGstatic manifold.api.util.IssueMsgMSG_NO_INTERFACESstatic manifold.api.util.IssueMsgMSG_ONLY_INTERFACES_HEREstatic manifold.api.util.IssueMsgMSG_PART_THIS_NONINTERFACE_USEstatic manifold.api.util.IssueMsgMSG_SUPERCLASS_NOT_PART
-
Constructor Summary
Constructors Constructor Description DelegationIssueMsg()
-
-
-
Field Detail
-
MSG_NO_INTERFACES
public static final manifold.api.util.IssueMsg MSG_NO_INTERFACES
-
MSG_ONLY_INTERFACES_HERE
public static final manifold.api.util.IssueMsg MSG_ONLY_INTERFACES_HERE
-
MSG_INTERFACE_OVERLAP
public static final manifold.api.util.IssueMsg MSG_INTERFACE_OVERLAP
-
MSG_METHOD_OVERLAP
public static final manifold.api.util.IssueMsg MSG_METHOD_OVERLAP
-
MSG_LINK_STATIC_FIELD
public static final manifold.api.util.IssueMsg MSG_LINK_STATIC_FIELD
-
MSG_MODIFIER_REDUNDANT_FOR_LINK
public static final manifold.api.util.IssueMsg MSG_MODIFIER_REDUNDANT_FOR_LINK
-
MSG_MODIFIER_NOT_ALLOWED_HERE
public static final manifold.api.util.IssueMsg MSG_MODIFIER_NOT_ALLOWED_HERE
-
MSG_PART_THIS_NONINTERFACE_USE
public static final manifold.api.util.IssueMsg MSG_PART_THIS_NONINTERFACE_USE
-
MSG_MULTIPLE_SHARING
public static final manifold.api.util.IssueMsg MSG_MULTIPLE_SHARING
-
MSG_SUPERCLASS_NOT_PART
public static final manifold.api.util.IssueMsg MSG_SUPERCLASS_NOT_PART
-
MSG_FIELD_TYPE_NOT_ASSIGNABLE_TO
public static final manifold.api.util.IssueMsg MSG_FIELD_TYPE_NOT_ASSIGNABLE_TO
-
-