Package org.openrewrite.tree
Class ParsingExecutionContextView
- java.lang.Object
-
- org.openrewrite.DelegatingExecutionContext
-
- org.openrewrite.tree.ParsingExecutionContextView
-
- All Implemented Interfaces:
ExecutionContext
public class ParsingExecutionContextView extends DelegatingExecutionContext
-
-
Constructor Summary
Constructors Constructor Description ParsingExecutionContextView(ExecutionContext delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ParsingEventListenergetParsingListener()voidsetParsingListener(ParsingEventListener listener)static ParsingExecutionContextViewview(ExecutionContext ctx)-
Methods inherited from class org.openrewrite.DelegatingExecutionContext
getMessage, getOnError, getOnTimeout, pollMessage, putMessage
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openrewrite.ExecutionContext
computeMessage, getMessage, getRunTimeout, pollMessage, putMessageInCollection, putMessageInSet
-
-
-
-
Constructor Detail
-
ParsingExecutionContextView
public ParsingExecutionContextView(ExecutionContext delegate)
-
-
Method Detail
-
view
public static ParsingExecutionContextView view(ExecutionContext ctx)
-
setParsingListener
public void setParsingListener(ParsingEventListener listener)
-
getParsingListener
public ParsingEventListener getParsingListener()
-
-