JavaScript is disabled on your browser.
Skip navigation links
rewrite-api 5.0.0.Alpha1
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.ocpsoft.rewrite.event
Interface Flow
public interface
Flow
Represents the current
Rewrite
event lifecycle state.
Author:
Lincoln Baxter, III
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
is
(
Flow
type)
Return
true
if this
Flow
is equivalent to the given instance.
boolean
isHandled
()
Return
true
if this
Flow
represents a handled state.
Method Details
isHandled
boolean
isHandled
()
Return
true
if this
Flow
represents a handled state.
is
boolean
is
(
Flow
type)
Return
true
if this
Flow
is equivalent to the given instance.