public abstract class AbstractRestrictionChecker extends Object
Constructor and Description |
---|
AbstractRestrictionChecker() |
Modifier and Type | Method and Description |
---|---|
protected static String |
getDescription(HasSourceInfo hasSourceInfo) |
protected static String |
getMemberDescription(JMember member) |
protected void |
logError(HasSourceInfo hasSourceInfo,
String format,
Object... args) |
protected void |
logError(String format,
JType type) |
protected void |
logSuggestion(String format,
Object... args) |
protected void |
logWarning(HasSourceInfo hasSourceInfo,
String format,
Object... args) |
protected boolean |
reportErrorsAndWarnings(TreeLogger logger) |
protected static String getDescription(HasSourceInfo hasSourceInfo)
protected void logError(HasSourceInfo hasSourceInfo, String format, Object... args)
protected void logWarning(HasSourceInfo hasSourceInfo, String format, Object... args)
protected boolean reportErrorsAndWarnings(TreeLogger logger)
Copyright © 2018. All rights reserved.