protected static class LynxModule.MessageClassAndCtor
extends java.lang.Object
Class for one of the Lynx messages together with a cached constructor thereto| Modifier and Type | Field and Description |
|---|---|
java.lang.Class<? extends LynxMessage> |
clazz |
java.lang.reflect.Constructor<? extends LynxMessage> |
ctor |
| Modifier | Constructor and Description |
|---|---|
protected |
MessageClassAndCtor() |
| Modifier and Type | Method and Description |
|---|---|
void |
assignCtor() |
public java.lang.Class<? extends LynxMessage> clazz
public java.lang.reflect.Constructor<? extends LynxMessage> ctor