public interface BodyVisitor
| Modifier and Type | Method and Description |
|---|---|
default boolean |
visitEnter(AmendmentBody body) |
default boolean |
visitEnter(Body body) |
default boolean |
visitEnter(CollectionBody body) |
default boolean |
visitEnter(DebateBody body) |
default boolean |
visitEnter(JudgmentBody body) |
default boolean |
visitEnter(MainBody body) |
default boolean |
visitEnter(PortionBody body) |
default void |
visitLeave(AmendmentBody body) |
default void |
visitLeave(Body body) |
default void |
visitLeave(CollectionBody body) |
default void |
visitLeave(DebateBody body) |
default void |
visitLeave(JudgmentBody body) |
default void |
visitLeave(MainBody body) |
default void |
visitLeave(PortionBody body) |
default boolean visitEnter(DebateBody body)
default void visitLeave(DebateBody body)
default boolean visitEnter(AmendmentBody body)
default void visitLeave(AmendmentBody body)
default boolean visitEnter(Body body)
default void visitLeave(Body body)
default boolean visitEnter(MainBody body)
default void visitLeave(MainBody body)
default boolean visitEnter(CollectionBody body)
default void visitLeave(CollectionBody body)
default boolean visitEnter(JudgmentBody body)
default void visitLeave(JudgmentBody body)
default boolean visitEnter(PortionBody body)
default void visitLeave(PortionBody body)
Copyright © 2017. All rights reserved.