Package org.jboss.byteman.check
Class RuleCheckResult
java.lang.Object
org.jboss.byteman.check.RuleCheckResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
private int
private int
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
addParseError
(String msg) void
addTypeError
(String msg) void
addTypeWarning
(String msg) void
addWarning
(String msg) int
int
int
int
int
boolean
hasError()
boolean
hasInfo()
boolean
-
Field Details
-
errorCount
private int errorCount -
warningCount
private int warningCount -
parseErrorCount
private int parseErrorCount -
typeWarningCount
private int typeWarningCount -
typeErrorCount
private int typeErrorCount -
errorMessages
-
warningMessages
-
parseErrorMessages
-
typeWarningMessages
-
typeErrorMessages
-
infoMessages
-
-
Constructor Details
-
RuleCheckResult
public RuleCheckResult()
-
-
Method Details
-
addError
-
addWarning
-
addParseError
-
addTypeWarning
-
addTypeError
-
addInfo
-
getErrorCount
public int getErrorCount() -
getWarningCount
public int getWarningCount() -
getParseErrorCount
public int getParseErrorCount() -
getTypeWarningCount
public int getTypeWarningCount() -
getTypeErrorCount
public int getTypeErrorCount() -
hasError
public boolean hasError() -
hasWarning
public boolean hasWarning() -
hasInfo
public boolean hasInfo() -
getErrorMessages
-
getTypeErrorMessages
-
getParseErrorMessages
-
getWarningMessages
-
getTypeWarningMessages
-
getInfoMessages
-