open fun visitDataField(ctx: OrbitParser.DataFieldContext!): T
Overrides OrbitVisitor.visitDataField
Visit a parse tree produced by OrbitParser#dataField.
The default implementation returns the result of calling #visitChildren on ctx.
ctx - OrbitParser.DataFieldContext!: the parse tree
Return
T: the visitor result