| Class | Description |
|---|---|
| FieldPrecedenceModel |
A state machine that models whether codec interactions are safe.
|
| FieldPrecedenceModel.CodecInteraction |
Represents an interaction against a codec, e.g.,
encoder.wrap(...) or decoder.myVarData(). |
| FieldPrecedenceModel.CodecInteraction.CodecInteractionFactory |
Factory for creating
FieldPrecedenceModel.CodecInteraction instances. |
| FieldPrecedenceModel.State |
A state in which a codec may reside.
|
| FieldPrecedenceModel.TransitionGroup |
A group of transitions that share the same end state.
|
| PrecedenceChecks |
A factory for creating a
FieldPrecedenceModel for a message from its IR tokens. |
| PrecedenceChecks.Context |
The context describing how precedence checks should be generated.
|
Copyright © 2013-2024 Real Logic Limited. All Rights Reserved.