Interface IMatchable
-
- All Known Implementing Classes:
AnnotationExprent,ArrayExprent,AssertExprent,AssignmentExprent,BasicBlockStatement,CatchAllStatement,CatchStatement,ConstExprent,DoStatement,DummyExitStatement,ExitExprent,Exprent,FieldExprent,FunctionExprent,GeneralStatement,IfExprent,IfStatement,InvocationExprent,MonitorExprent,NewExprent,RootStatement,SequenceStatement,Statement,SwitchExprent,SwitchHeadExprent,SwitchStatement,SynchronizedStatement,VarExprent,YieldExprent
public interface IMatchable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIMatchable.MatchProperties
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IMatchablefindObject(MatchNode matchNode, int index)booleanmatch(MatchNode matchNode, MatchEngine engine)
-
-
-
Method Detail
-
findObject
IMatchable findObject(MatchNode matchNode, int index)
-
match
boolean match(MatchNode matchNode, MatchEngine engine)
-
-