All Packages This Package Class Hierarchy Class Search Index
java.lang.Object
|
+----edu.utah.janos.antsr.core.Protocol
|
+----edu.utah.janos.antsr.core.BuiltinProtocol
|
+----edu.utah.janos.antsr.core.DLProtocol
| Summary |
final class DLProtocol
extends edu.utah.janos.antsr.core.BuiltinProtocol
{
// Constructors 1
DLProtocol() throws Exception;
// Methods 1
void activate(Node, boolean) throws DuplicateCapsuleClassException, FullCodeGroupException, ClassNotFoundException;
}
Demand Loading protocol definition
| Constructors |
· DLProtocol | Summary | Top |
DLProtocol() throws Exception
| Methods |
· activate | Summary | Top |
void activate(Node node,
boolean register) throws DuplicateCapsuleClassException, FullCodeGroupException, ClassNotFoundException
We override activate here since the unknown packet handler should be part of this protocol, but since it isn't standard we need to manually add it here...
- Overrides:
- activate in class Protocol
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7