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 classAccessReturn value forIClass.IMember.getAccess().static classParser.ClassDeclarationContextEnumerator for the kinds of context where a class declaration can occur.static classParser.InterfaceDeclarationContextEnumerator 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 EnumeratorEnumerator. fromString(String name, Class enumeratorClass)Initialize anEnumeratorfrom a string.
-