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.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.util.enumerator
Methods in org.codehaus.janino.util.enumerator that return Enumerator Modifier and Type Method Description protected static Enumerator
Enumerator. fromString(String name, Class enumeratorClass)
Initialize anEnumerator
from a string.
-