public enum MmuLanguageContext extends java.lang.Enum<MmuLanguageContext>
Modifier and Type | Class and Description |
---|---|
static class |
MmuLanguageContext.CheckResult |
Enum Constant and Description |
---|
BUFFER_TYPE |
Modifier and Type | Method and Description |
---|---|
protected MmuLanguageContext.CheckResult |
atMostNUnique(int n,
java.util.Collection<org.antlr.runtime.tree.CommonTree> input) |
abstract MmuLanguageContext.CheckResult |
checkKeywords(java.util.Collection<org.antlr.runtime.tree.CommonTree> keywords) |
static MmuLanguageContext |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MmuLanguageContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MmuLanguageContext BUFFER_TYPE
public static MmuLanguageContext[] values()
for (MmuLanguageContext c : MmuLanguageContext.values()) System.out.println(c);
public static MmuLanguageContext 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 nullpublic abstract MmuLanguageContext.CheckResult checkKeywords(java.util.Collection<org.antlr.runtime.tree.CommonTree> keywords)
protected final MmuLanguageContext.CheckResult atMostNUnique(int n, java.util.Collection<org.antlr.runtime.tree.CommonTree> input)