visitStructure

open fun visitStructure(ctx: PrologParser.StructureContext): T

Visit a parse tree produced by PrologParser#structure.

The default implementation returns the result of calling visitChildren on {@code ctx}.