Uses of Class
org.codehaus.janino.util.enumerator.Enumerator
-
Packages that use Enumerator Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler.org.codehaus.janino.tools Auxiliary command line tools related to JANINO.org.codehaus.janino.util.enumerator Enumerator
-related utility classes. -
-
Uses of Enumerator in org.codehaus.janino
Subclasses of Enumerator in org.codehaus.janino Modifier and Type Class Description class
Access
Return value forIClass.IMember.getAccess()
.static class
Parser.ClassDeclarationContext
Enumerator for the kinds of context where a class declaration can occur.static class
Parser.InterfaceDeclarationContext
Enumerator for the kinds of context where an interface declaration can occur. -
Uses of Enumerator in org.codehaus.janino.tools
Subclasses of Enumerator in org.codehaus.janino.tools Modifier and Type Class Description private static class
JGrep.Action
-
Uses of Enumerator in org.codehaus.janino.util.enumerator
Fields in org.codehaus.janino.util.enumerator with type parameters of type Enumerator Modifier and Type Field Description private static java.util.Map<java.lang.Class,java.util.Map<java.lang.String,Enumerator>>
Enumerator. INSTANCES
Methods in org.codehaus.janino.util.enumerator that return Enumerator Modifier and Type Method Description protected static Enumerator
Enumerator. fromString(java.lang.String name, java.lang.Class enumeratorClass)
Initialize anEnumerator
from a string.Methods in org.codehaus.janino.util.enumerator that return types with arguments of type Enumerator Modifier and Type Method Description (package private) static java.util.Map<java.lang.String,Enumerator>
Enumerator. getInstances(java.lang.Class enumeratorClass)
Returns a mapping of name to Enumerator for the given enumeratorClass.
-