public class Messages extends Object
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Modifier and Type | Class and Description |
---|---|
static class |
Messages.Group
Groups used to categorize messages, so that messages in each group
can be enabled or disabled via options.
|
Modifier and Type | Method and Description |
---|---|
protected void |
report(Messages.Group group,
Diagnostic.Kind dkind,
DocTree tree,
String code,
Object... args) |
protected void |
report(Messages.Group group,
Diagnostic.Kind dkind,
Tree tree,
String code,
Object... args) |
protected void report(Messages.Group group, Diagnostic.Kind dkind, DocTree tree, String code, Object... args)
protected void report(Messages.Group group, Diagnostic.Kind dkind, Tree tree, String code, Object... args)
Copyright © 2017 earcam. All rights reserved.