private static class SwitchEnumRewriter.EclipseVarResultCollector extends java.lang.Object implements MatchResultCollector
| Modifier and Type | Field and Description |
|---|---|
(package private) StaticFunctionInvokation |
arrayLen |
(package private) LValue |
field |
(package private) LValue |
lookup |
| Modifier | Constructor and Description |
|---|---|
private |
EclipseVarResultCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
collectMatches(java.lang.String name,
WildcardMatch wcm) |
void |
collectStatement(java.lang.String name,
StructuredStatement statement) |
LValue lookup
LValue field
StaticFunctionInvokation arrayLen
public void clear()
clear in interface MatchResultCollectorpublic void collectStatement(java.lang.String name,
StructuredStatement statement)
collectStatement in interface MatchResultCollectorpublic void collectMatches(java.lang.String name,
WildcardMatch wcm)
collectMatches in interface MatchResultCollector