<li><ahref="../../../../../com/comphenix/protocol/reflect/compiler/CompileListener.html"title="interface in com.comphenix.protocol.reflect.compiler"><spanclass="strong">Prev Class</span></a></li>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../../com/comphenix/protocol/error/ReportType.html"title="class in com.comphenix.protocol.error">ReportType</a></code></td>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><TField> <ahref="../../../../../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a><TField></code></td>
<tdclass="colLast"><code><strong><ahref="../../../../../com/comphenix/protocol/reflect/compiler/StructureCompiler.html#compile(com.comphenix.protocol.reflect.StructureModifier)">compile</a></strong>(<ahref="../../../../../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a><TField> source)</code>
<divclass="block">Compiles the given structure modifier.</div>
<tdclass="colLast"><code><strong><ahref="../../../../../com/comphenix/protocol/reflect/compiler/StructureCompiler.html#lookupClassLoader(com.comphenix.protocol.reflect.StructureModifier)">lookupClassLoader</a></strong>(<ahref="../../../../../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a><TField> source)</code>
<divclass="block">Lookup the current class loader for any previously generated classes before we attempt to generate something.</div>
<pre>public <TField> boolean lookupClassLoader(<ahref="../../../../../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a><TField> source)</pre>
<divclass="block">Lookup the current class loader for any previously generated classes before we attempt to generate something.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>source</code> - - the structure modifier to look up.</dd>
<dt><spanclass="strong">Returns:</span></dt><dd>TRUE if we successfully found a previously generated class, FALSE otherwise.</dd></dl>
<pre>public <TField> <ahref="../../../../../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a><TField> compile(<ahref="../../../../../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a><TField> source)</pre>
<divclass="block">Compiles the given structure modifier.
<p>
WARNING: Do NOT call this method in the main thread. Compiling may easily take 10 ms, which is already
over 1/4 of a tick (50 ms). Let the background thread automatically compile the structure modifiers instead.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>source</code> - - structure modifier to compile.</dd>
<li><ahref="../../../../../com/comphenix/protocol/reflect/compiler/CompileListener.html"title="interface in com.comphenix.protocol.reflect.compiler"><spanclass="strong">Prev Class</span></a></li>