Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
aunkrig committed Mar 9, 2020
1 parent 51eda49 commit 3fec0cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions janino/src/main/javadoc/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h2>(Fictitious) utmost simplified version of {@link org.codehaus.janino.Compile
The {@link org.codehaus.janino.Parser org.codehaus.janino.Parser} (abbreviated as "{@code o.c.j.Parser}" in the
figure above) parses the compilation unit, understands the Java grammar, and creates a tree of objects <em>that
exactly reflects the contents of the compilation unit</em> (except some irrelevant aspects like
(non-JAVADOC) comments and the ordering of access flags). The classes names of the objects of the syntax tree are
all "{@code org.codehaus.janino.Java.*}".
(non-JAVADOC) comments). The classes names of the objects of the syntax tree are all "{@code
org.codehaus.janino.Java.*}".
</p>
<p>
Like the {@link org.codehaus.janino.Java.CompilationUnit} structure is a one-to-one representation of the parsed
Expand Down Expand Up @@ -165,7 +165,7 @@ <h2>Enhanced compiler version that uses "resolved classes"</h2>
+----------------------------+
}</pre>
<p>
An {@code IClass} represents the "outside" of a usable class or interface, which JANINO needs when that class or
An {@code IClass} represents the "outer face" of a usable class or interface, which JANINO needs when that class or
interface is "used".
</p>
<p>
Expand Down Expand Up @@ -226,7 +226,7 @@ <h2>Enhanced compiler version that uses "resolved classes"</h2>
<h2>Using <em>loaded</em> classes instead of parsing class files</h2>

<p>
Typically, to compile a small set of compilation units, <em>many</em> other required classes have to be loaded and
Typically, to compile a set of compilation units, <em>many</em> other required classes have to be loaded and
parsed via the compilation classpath. This costs a considerable amount of time and memory.
</p>
<p>
Expand Down

0 comments on commit 3fec0cb

Please sign in to comment.