Changeset 3362 for devel-tools/trunk
- Timestamp:
- Feb 4, 2008, 11:12:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel-tools/trunk/eclipse/org.refal.plus.rfpdt.editor/src/org/refal/plus/rfpdt/editor/RfpEditor.java
r3360 r3362 71 71 72 72 private AstNode[] getNodeList (AstImplem astImplem, int offset) { 73 AstNode astNode = S ameSearchVisitor.search(astImplem, offset);73 AstNode astNode = SearchVisitor.search(astImplem, offset); 74 74 if (astNode instanceof AstVar) { 75 75 AstVar astVar = ((AstVar) astNode).varDefinition;
Note: See TracChangeset
for help on using the changeset viewer.