| Modifiers | Name | Description |
|---|---|---|
private org.testingisdocumenting.znai.core.ComponentsRegistry |
componentsRegistry |
|
private java.nio.file.Path |
filePath |
| Type | Name and description |
|---|---|
GroovyCodeVisitor |
codeVisitor |
java.lang.String |
fileContent |
| Constructor and description |
|---|
GroovyCode
(org.testingisdocumenting.znai.core.ComponentsRegistry componentsRegistry, java.nio.file.Path filePath, java.lang.String fileContent) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
GroovyMethod |
findMethod(java.lang.String methodNameWithOptionalTypes) |
|
GroovyType |
findType(java.lang.String typeName) |
|
boolean |
hasTypeDetails(java.lang.String typeName) |
|
private static GroovyCodeVisitor |
parse(java.lang.String code) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation