|
janino.net | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Java.Type
, Java.Rvalue
and
Java.Lvalue
.Java.Rvalue
s that compile better as conditional
branches.Parser.parseCompilationUnit()
.Java.Scope
of the given
Java.TypeDeclaration
.Java.ConstructorDeclarator
and
Java.MethodDeclarator
.elseStatement
is mandatory; for an if statement without
an "else" clause, a dummy Java.EmptyStatement
should be passed.
rvalue
is not a subordinate object!
ClassLoader
that, unlike usual ClassLoader
s,
does not load byte code, but reads JavaTM source code and then scans, parses,
compiles and loads it into the virtual machine.JavaSourceClassLoader
that finds JavaTM source code in a file
that resides in either of the directories specified by the given source path.
JavaSourceClassLoader
that finds JavaTM source code through
a given ResourceFinder
.
IClassLoader
finds, scans and parses compilation units.unitCompilers
set is both read and written
by the JavaSourceIClassLoader
: As it searches for IClass
es, it looks
into unitCompilers
for class declarations, and as it opens,
scans and parses compilation units on-the-fly, it adds them to
unitCompilers
.
|
janino.net | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |