Uses of Class
eu.bandm.tools.ramus.runtime2.Action.Visitor
Packages that use Action.Visitor
-
Uses of Action.Visitor in eu.bandm.tools.ramus.runtime2
Methods in eu.bandm.tools.ramus.runtime2 that return Action.VisitorModifier and TypeMethodDescriptionstatic <R,M, O> Action.Visitor <R, M, O> Action.forEachObstruction(BiConsumer<O, ReverseList<M>> op) static <R,M, O> Action.Visitor <R, M, O> Action.forEachResult(BiConsumer<R, ReverseList<M>> op) Methods in eu.bandm.tools.ramus.runtime2 with parameters of type Action.VisitorModifier and TypeMethodDescriptionabstract voidAction.host(Action.Visitor<? super R, M, O> v) Performs a double dispatch to the appropriate method of a visitor.voidBlockage.host(Action.Visitor<? super R, M, O> v) voidChoice.host(Action.Visitor<? super R, M, O> v) voidDiagnosis.host(Action.Visitor<? super R, M, O> v) voidSuccess.host(Action.Visitor<? super R, M, O> v) voidThunk.host(Action.Visitor<? super S, M, O> visitor) Parser.process(Parser.Input<D, T> in, Action.Visitor<Parser.Output<D, T>, SimpleMessage<D>, Parser.Input<D, T>> errorVisitor)