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 MatchResultCollector
public void collectStatement(java.lang.String name, StructuredStatement statement)
collectStatement
in interface MatchResultCollector
public void collectMatches(java.lang.String name, WildcardMatch wcm)
collectMatches
in interface MatchResultCollector