public class MatchProgramInstruction extends java.lang.Object implements MatchInstruction
| Modifier and Type | Field and Description | 
|---|---|
private ProgramElement | 
pe  | 
| Constructor and Description | 
|---|
MatchProgramInstruction(ProgramElement pe)  | 
| Modifier and Type | Method and Description | 
|---|---|
MatchConditions | 
match(TermNavigator termPosition,
     MatchConditions matchConditions,
     Services services)  | 
private final ProgramElement pe
public MatchProgramInstruction(ProgramElement pe)
public MatchConditions match(TermNavigator termPosition, MatchConditions matchConditions, Services services)
match in interface MatchInstruction