visit

open fun visit(n: ArrayAccessExpr, arg: A): Visitable(source)
open fun visit(n: AssertStmt, arg: A): Visitable(source)
open fun visit(n: AssignExpr, arg: A): Visitable(source)
open fun visit(n: BinaryExpr, arg: A): Visitable(source)
open fun visit(n: BlockStmt, arg: A): Visitable(source)
open fun visit(n: BreakStmt, arg: A): Visitable(source)
open fun visit(n: CastExpr, arg: A): Visitable(source)
open fun visit(n: CatchClause, arg: A): Visitable(source)
open fun visit(n: CharLiteralExpr, arg: A): Visitable(source)
open fun visit(n: ClassExpr, arg: A): Visitable(source)
open fun visit(n: CompilationUnit, arg: A): Visitable(source)
open fun visit(n: ConditionalExpr, arg: A): Visitable(source)
open fun visit(n: ContinueStmt, arg: A): Visitable(source)
open fun visit(n: DoStmt, arg: A): Visitable(source)
open fun visit(n: EmptyStmt, arg: A): Visitable(source)
open fun visit(n: EnclosedExpr, arg: A): Visitable(source)
open fun visit(n: EnumDeclaration, arg: A): Visitable(source)
open fun visit(n: ExpressionStmt, arg: A): Visitable(source)
open fun visit(n: FieldAccessExpr, arg: A): Visitable(source)
open fun visit(n: FieldDeclaration, arg: A): Visitable(source)
open fun visit(n: ForEachStmt, arg: A): Visitable(source)
open fun visit(n: ForStmt, arg: A): Visitable(source)
open fun visit(n: IfStmt, arg: A): Visitable(source)
open fun visit(n: InstanceOfExpr, arg: A): Visitable(source)
open fun visit(n: LabeledStmt, arg: A): Visitable(source)
open fun visit(n: LongLiteralExpr, arg: A): Visitable(source)
open fun visit(n: MemberValuePair, arg: A): Visitable(source)
open fun visit(n: MethodCallExpr, arg: A): Visitable(source)
open fun visit(n: NameExpr, arg: A): Visitable(source)
open fun visit(n: NullLiteralExpr, arg: A): Visitable(source)
open fun visit(n: Parameter, arg: A): Visitable(source)
open fun visit(n: Name, arg: A): Visitable(source)
open fun visit(n: PrimitiveType, arg: A): Visitable(source)
open fun visit(n: SimpleName, arg: A): Visitable(source)
open fun visit(n: ArrayType, arg: A): Visitable(source)
open fun visit(n: IntersectionType, arg: A): Visitable(source)
open fun visit(n: UnionType, arg: A): Visitable(source)
open fun visit(n: ReturnStmt, arg: A): Visitable(source)
open fun visit(n: SuperExpr, arg: A): Visitable(source)
open fun visit(n: SwitchEntry, arg: A): Visitable(source)
open fun visit(n: SwitchStmt, arg: A): Visitable(source)
open fun visit(n: SynchronizedStmt, arg: A): Visitable(source)
open fun visit(n: ThisExpr, arg: A): Visitable(source)
open fun visit(n: ThrowStmt, arg: A): Visitable(source)
open fun visit(n: TryStmt, arg: A): Visitable(source)
open fun visit(n: TypeParameter, arg: A): Visitable(source)
open fun visit(n: UnaryExpr, arg: A): Visitable(source)
open fun visit(n: UnknownType, arg: A): Visitable(source)
open fun visit(n: VoidType, arg: A): Visitable(source)
open fun visit(n: WhileStmt, arg: A): Visitable(source)
open fun visit(n: WildcardType, arg: A): Visitable(source)
open fun visit(n: LambdaExpr, arg: A): Visitable(source)
open fun visit(n: TypeExpr, arg: A): Visitable(source)
open fun visit(n: NodeList<out Any>, arg: A): Visitable(source)
open fun visit(n: ImportDeclaration, arg: A): Node(source)
open fun visit(n: BlockComment, arg: A): Visitable(source)
open fun visit(n: LineComment, arg: A): Visitable(source)
open fun visit(n: UnparsableStmt, arg: A): Visitable(source)
open fun visit(n: VarType, arg: A): Visitable(source)
open fun visit(n: Modifier, arg: A): Visitable(source)
open fun visit(n: SwitchExpr, arg: A): Visitable(source)
open fun visit(n: YieldStmt, arg: A): Visitable(source)
open fun visit(n: TypePatternExpr, arg: A): Visitable(source)
open fun visit(n: KeyCcatchBreak, arg: A): Visitable(source)
open fun visit(n: KeyCcatchReturn, arg: A): Visitable(source)
open fun visit(n: KeyCatchAllStmt, arg: A): Visitable(source)
open fun visit(n: KeyExecStmt, arg: A): Visitable(source)
open fun visit(n: KeyExecCtxtSV, arg: A): Visitable(source)
open fun visit(n: KeyExpressionSV, arg: A): Visitable(source)
open fun visit(n: KeyJumpLabelSV, arg: A): Visitable(source)
open fun visit(n: KeyMetaConstruct, arg: A): Visitable(source)
open fun visit(n: KeyStatementSV, arg: A): Visitable(source)
open fun visit(n: KeyTypeSV, arg: A): Visitable(source)
open fun visit(n: KeyCcatchSV, arg: A): Visitable(source)
open fun visit(n: MarkdownComment, arg: A): Visitable(source)
open fun visit(n: JmlLabledClause, arg: A): Visitable(source)
open fun visit(n: JmlLabelExpr, arg: A): Visitable(source)
open fun visit(n: JmlLetExpr, arg: A): Visitable(source)
open fun visit(n: JmlSignalsClause, arg: A): Visitable(source)
open fun visit(n: JmlForallClause, arg: A): Visitable(source)
open fun visit(n: JmlRefiningStmt, arg: A): Visitable(source)
open fun visit(n: JmlContract, arg: A): Visitable(source)
open fun visit(n: JmlGhostStmt, arg: A): Visitable(source)
open fun visit(n: JmlDocStmt, arg: A): Visitable(source)
open fun visit(n: JmlDoc, arg: A): Visitable(source)
open fun visit(n: JmlDocType, arg: A): Visitable(source)
open fun visit(n: JmlOldClause, arg: A): Visitable(source)
open fun visit(n: JmlTypeExpr, arg: A): Visitable(source)
open fun visit(n: JmlBeginStmt, arg: A): Visitable(source)
open fun visit(n: JmlEndStmt, arg: A): Visitable(source)
open fun visit(n: JmlLabelStmt, arg: A): Visitable(source)
open fun visit(n: JmlInfFlowClause, arg: A): Visitable(source)