public class BooleanGetAndIsPlugin
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
IS_PREFIX |
private static java.util.logging.Logger |
LOG |
| Constructor and Description |
|---|
BooleanGetAndIsPlugin() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOptionName() |
java.lang.String |
getUsage() |
private void |
processClass(com.sun.tools.xjc.outline.ClassOutline clazz) |
private boolean |
requiresGetter(java.util.Collection<com.sun.codemodel.JMethod> methods,
com.sun.codemodel.JMethod method) |
boolean |
run(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options opt,
org.xml.sax.ErrorHandler errorHandler) |
private static final java.util.logging.Logger LOG
private static final java.lang.String IS_PREFIX
public java.lang.String getOptionName()
public java.lang.String getUsage()
public boolean run(com.sun.tools.xjc.outline.Outline outline,
com.sun.tools.xjc.Options opt,
org.xml.sax.ErrorHandler errorHandler)
private void processClass(com.sun.tools.xjc.outline.ClassOutline clazz)
private boolean requiresGetter(java.util.Collection<com.sun.codemodel.JMethod> methods,
com.sun.codemodel.JMethod method)