Class FieldPrecedenceModel.CodecInteraction
java.lang.Object
uk.co.real_logic.sbe.generation.common.FieldPrecedenceModel.CodecInteraction
- Enclosing class:
- FieldPrecedenceModel
Represents an interaction against a codec, e.g.,
encoder.wrap(...) or decoder.myVarData().-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFactory for creatingFieldPrecedenceModel.CodecInteractioninstances. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringReturns a name for the interaction qualified by any groups that it is nested within.final booleanReturnstrueif this interaction is a top-level block field access;falseotherwise.
-
Constructor Details
-
CodecInteraction
public CodecInteraction()
-
-
Method Details
-
groupQualifiedName
Returns a name for the interaction qualified by any groups that it is nested within.- Returns:
- a name for the interaction qualified by any groups that it is nested within.
-
isTopLevelBlockFieldAccess
public final boolean isTopLevelBlockFieldAccess()Returnstrueif this interaction is a top-level block field access;falseotherwise.- Returns:
trueif this interaction is a top-level block field access;falseotherwise.
-