Modifier and Type | Class and Description |
---|---|
private class |
AssertRewriter.AssertUseCollector |
private class |
AssertRewriter.AssertVarCollector |
private class |
AssertRewriter.SwitchAssertUseCollector |
private class |
EnumClassRewriter.EnumInitMatchCollector |
private static class |
InnerClassConstructorRewriter.ConstructResultCollector |
private class |
RedundantSuperRewriter.SuperResultCollector |
private static class |
SwitchEnumRewriter.EclipseVarResultCollector |
private static class |
SwitchEnumRewriter.SwitchEnumMatchResultCollector |
private class |
SwitchEnumRewriter.SwitchForeignEnumMatchResultCollector |
private static class |
SwitchStringRewriter.EmptySwitchStringMatchResultCollector |
private static class |
SwitchStringRewriter.SwitchStringMatchResultCollector |
private class |
SyntheticAccessorRewriter.AccessorMatchCollector |
private class |
SyntheticAccessorRewriter.FuncMatchCollector |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMatchResultIterator |
class |
EmptyMatchResultCollector |
Modifier and Type | Method and Description |
---|---|
boolean |
CollectMatch.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
KleeneN.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
MatchOneOf.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
MatchOpt.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
MatchSequence.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
ResetAfterTest.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
Matcher.match(MatchIterator<T> matchIterator,
MatchResultCollector matchResultCollector) |
Modifier and Type | Class and Description |
---|---|
protected static class |
TryResourcesTransformerBase.TryResourcesMatchResultCollector |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractStructuredStatement.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
AbstractUnStructuredStatement.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
Block.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredAssert.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredAssignment.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredBreak.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredCase.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredCatch.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredDefinition.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredDo.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredExpressionStatement.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredExpressionYield.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredFinally.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredFor.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredIf.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredReturn.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredSwitch.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredSynchronized.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredThrow.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredTry.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
StructuredWhile.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
UnstructuredContinue.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
Modifier and Type | Method and Description |
---|---|
boolean |
BeginBlock.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
ElseBlock.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |
boolean |
EndBlock.match(MatchIterator<StructuredStatement> matchIterator,
MatchResultCollector matchResultCollector) |