public static enum GlobalCompilingVisitor.OccurenceKind extends java.lang.Enum<GlobalCompilingVisitor.OccurenceKind>
| Modifier and Type | Method and Description |
|---|---|
static GlobalCompilingVisitor.OccurenceKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GlobalCompilingVisitor.OccurenceKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalCompilingVisitor.OccurenceKind LITERAL
public static final GlobalCompilingVisitor.OccurenceKind COMMENT
public static final GlobalCompilingVisitor.OccurenceKind CODE
public static final GlobalCompilingVisitor.OccurenceKind TEXT
public static GlobalCompilingVisitor.OccurenceKind[] values()
for (GlobalCompilingVisitor.OccurenceKind c : GlobalCompilingVisitor.OccurenceKind.values()) System.out.println(c);
public static GlobalCompilingVisitor.OccurenceKind valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null