Package org.codehaus.janino.tools
Class JGrep.Action
- java.lang.Object
-
- org.codehaus.janino.util.enumerator.Enumerator
-
- org.codehaus.janino.tools.JGrep.Action
-
- Enclosing class:
- JGrep
private static final class JGrep.Action extends Enumerator
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Action(java.lang.String name)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static JGrep.MethodInvocationAction
getMethodInvocationAction(java.lang.String action)
-
Methods inherited from class org.codehaus.janino.util.enumerator.Enumerator
equals, fromString, hashCode, toString
-
-
-
-
Method Detail
-
getMethodInvocationAction
static JGrep.MethodInvocationAction getMethodInvocationAction(java.lang.String action) throws CompileException
- Throws:
CompileException
-
-