| Class and Description |
|---|
| org.codehaus.janino.Java.Modifiers
Many methods that previously accepted a parameter of this type now take a
Java.Modifier[] (incompatible API change in JANINO version 3.0.13) |
| Constructor and Description |
|---|
| org.codehaus.janino.Compiler(File[], File[], File[], File[], File, String, boolean, boolean, boolean, boolean, StringPattern[], boolean)
Use
Compiler() and the various configuration setters instead |
| org.codehaus.janino.Compiler(ResourceFinder, IClassLoader)
Use
Compiler() and the various configuration setters instead |
| org.codehaus.janino.Scanner(File)
This method is deprecated because it leaves the input file open
|
| org.codehaus.janino.Scanner(File, String)
This method is deprecated because it leaves the input file open
|
| org.codehaus.janino.Scanner(String)
This method is deprecated because it leaves the input file open
|
| org.codehaus.janino.Scanner(String, String)
This method is deprecated because it leaves the input file open
|
Copyright © 2022. All rights reserved.