| Package | Description |
|---|---|
| groovy.lang |
| Modifier and Type | Method and Description |
|---|---|
Script |
GroovyShell.parse(File file) |
Script |
GroovyShell.parse(GroovyCodeSource codeSource) |
Script |
GroovyShell.parse(Reader in) |
Script |
GroovyShell.parse(Reader reader,
String fileName) |
Script |
GroovyShell.parse(String scriptText) |
Script |
GroovyShell.parse(String scriptText,
String fileName) |
Script |
GroovyShell.parse(URI uri) |
Copyright © 2022. All rights reserved.