public abstract class AbstractGroovyState extends java.lang.Object implements ParserState
| Constructor and Description |
|---|
AbstractGroovyState() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMethodArguments(Method method,
java.lang.String varS,
int lineNumber)
Add the list of arguments for a Method.
|
protected java.lang.String |
getMethodArgumentDecl(java.lang.String s)
Return the declaration of the arguments of a method.
|
protected java.util.List<java.lang.String> |
getMethodArgumentsTypes(java.lang.String s)
Return the arguments of a method.
|
protected java.lang.String |
getMethodName(java.util.regex.Matcher mp,
java.lang.String s)
Return a method name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleprotected java.lang.String getMethodName(java.util.regex.Matcher mp,
java.lang.String s)
mp - the matchers - the line contentprotected java.util.List<java.lang.String> getMethodArgumentsTypes(java.lang.String s)
s - the line contentprotected java.lang.String getMethodArgumentDecl(java.lang.String s)
s - the lineprotected void addMethodArguments(Method method, java.lang.String varS, int lineNumber)
method - the methodvarS - the arguments declararionlineNumber - the line numberCopyright © 2019-2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence