Package org.jboss.byteman.check
Class RuleCheckResult
java.lang.Object
org.jboss.byteman.check.RuleCheckResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate intprivate intprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidaddParseError(String msg) voidaddTypeError(String msg) voidaddTypeWarning(String msg) voidaddWarning(String msg) intintintintintbooleanhasError()booleanhasInfo()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
-