Package manifold
Class ExtIssueMsg
- java.lang.Object
-
- manifold.ExtIssueMsg
-
public class ExtIssueMsg extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static manifold.api.util.IssueMsgMSG_CANNOT_EXTEND_SOURCE_FILEstatic manifold.api.util.IssueMsgMSG_COMPOUND_OP_NOT_ALLOWED_REFLECTIONstatic manifold.api.util.IssueMsgMSG_EXPECTING_CLASS_TYPE_FOR_THISCLASSstatic manifold.api.util.IssueMsgMSG_EXPECTING_EXTENDED_CLASS_NAMEstatic manifold.api.util.IssueMsgMSG_EXPECTING_EXTENSIONS_ROOT_PACKAGEstatic manifold.api.util.IssueMsgMSG_EXPECTING_OBJECT_FOR_THISstatic manifold.api.util.IssueMsgMSG_EXPECTING_TYPE_FOR_THISstatic manifold.api.util.IssueMsgMSG_EXTENSION_DUPLICATIONstatic manifold.api.util.IssueMsgMSG_EXTENSION_SHADOWSstatic manifold.api.util.IssueMsgMSG_INCREMENT_OP_NOT_ALLOWED_REFLECTIONstatic manifold.api.util.IssueMsgMSG_INTERCEPTION_NOT_FOUNDstatic manifold.api.util.IssueMsgMSG_MAYBE_MISSING_THISstatic manifold.api.util.IssueMsgMSG_MUST_BE_STATICstatic manifold.api.util.IssueMsgMSG_MUST_NOT_BE_PRIVATEstatic manifold.api.util.IssueMsgMSG_NOT_IN_EXTENSION_CLASSstatic manifold.api.util.IssueMsgMSG_ONLY_STRUCTURAL_INTERFACE_ALLOWED_HEREstatic manifold.api.util.IssueMsgMSG_SELF_NOT_ALLOWED_HEREstatic manifold.api.util.IssueMsgMSG_SELF_NOT_ON_CORRECT_TYPEstatic manifold.api.util.IssueMsgMSG_THIS_FIRST
-
Constructor Summary
Constructors Constructor Description ExtIssueMsg()
-
-
-
Field Detail
-
MSG_THIS_FIRST
public static final manifold.api.util.IssueMsg MSG_THIS_FIRST
-
MSG_EXPECTING_TYPE_FOR_THIS
public static final manifold.api.util.IssueMsg MSG_EXPECTING_TYPE_FOR_THIS
-
MSG_EXPECTING_CLASS_TYPE_FOR_THISCLASS
public static final manifold.api.util.IssueMsg MSG_EXPECTING_CLASS_TYPE_FOR_THISCLASS
-
MSG_EXPECTING_OBJECT_FOR_THIS
public static final manifold.api.util.IssueMsg MSG_EXPECTING_OBJECT_FOR_THIS
-
MSG_MAYBE_MISSING_THIS
public static final manifold.api.util.IssueMsg MSG_MAYBE_MISSING_THIS
-
MSG_MUST_BE_STATIC
public static final manifold.api.util.IssueMsg MSG_MUST_BE_STATIC
-
MSG_MUST_NOT_BE_PRIVATE
public static final manifold.api.util.IssueMsg MSG_MUST_NOT_BE_PRIVATE
-
MSG_EXTENSION_DUPLICATION
public static final manifold.api.util.IssueMsg MSG_EXTENSION_DUPLICATION
-
MSG_EXTENSION_SHADOWS
public static final manifold.api.util.IssueMsg MSG_EXTENSION_SHADOWS
-
MSG_INTERCEPTION_NOT_FOUND
public static final manifold.api.util.IssueMsg MSG_INTERCEPTION_NOT_FOUND
-
MSG_ONLY_STRUCTURAL_INTERFACE_ALLOWED_HERE
public static final manifold.api.util.IssueMsg MSG_ONLY_STRUCTURAL_INTERFACE_ALLOWED_HERE
-
MSG_CANNOT_EXTEND_SOURCE_FILE
public static final manifold.api.util.IssueMsg MSG_CANNOT_EXTEND_SOURCE_FILE
-
MSG_SELF_NOT_ALLOWED_HERE
public static final manifold.api.util.IssueMsg MSG_SELF_NOT_ALLOWED_HERE
-
MSG_SELF_NOT_ON_CORRECT_TYPE
public static final manifold.api.util.IssueMsg MSG_SELF_NOT_ON_CORRECT_TYPE
-
MSG_INCREMENT_OP_NOT_ALLOWED_REFLECTION
public static final manifold.api.util.IssueMsg MSG_INCREMENT_OP_NOT_ALLOWED_REFLECTION
-
MSG_COMPOUND_OP_NOT_ALLOWED_REFLECTION
public static final manifold.api.util.IssueMsg MSG_COMPOUND_OP_NOT_ALLOWED_REFLECTION
-
MSG_EXPECTING_EXTENSIONS_ROOT_PACKAGE
public static final manifold.api.util.IssueMsg MSG_EXPECTING_EXTENSIONS_ROOT_PACKAGE
-
MSG_EXPECTING_EXTENDED_CLASS_NAME
public static final manifold.api.util.IssueMsg MSG_EXPECTING_EXTENDED_CLASS_NAME
-
MSG_NOT_IN_EXTENSION_CLASS
public static final manifold.api.util.IssueMsg MSG_NOT_IN_EXTENSION_CLASS
-
-