![]() |
GrammarScope
4.0.0
|


Public Member Functions | |
| ClassPathForGeneratedClasses () | |
| void | addClass (final CtClass clazz) throws CannotCompileException, IOException |
| URL | find (final String classname) |
| InputStream | openClassfile (final String classname) |
| void | close () |
Private Attributes | |
| final HashMap< String, InputStream > | classes |
Class path for generated classes. This is to prevent failures when compiling with newly generated classes.
| grammarscope.tweak.ClassPathForGeneratedClasses.ClassPathForGeneratedClasses | ( | ) |
| void grammarscope.tweak.ClassPathForGeneratedClasses.addClass | ( | final CtClass | clazz | ) | throws CannotCompileException, IOException |
Add generated class
| clazz | generated class |
| CannotCompileException | exception |
| IOException | exception |
| void grammarscope.tweak.ClassPathForGeneratedClasses.close | ( | ) |
| URL grammarscope.tweak.ClassPathForGeneratedClasses.find | ( | final String | classname | ) |
| InputStream grammarscope.tweak.ClassPathForGeneratedClasses.openClassfile | ( | final String | classname | ) |
|
private |
1.8.17