Changeset 3411 for devel-tools
- Timestamp:
- Feb 14, 2008, 12:48:17 AM (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
r3384 r3411 43 43 import org.refal.plus.rfpdt.comp.ast.AstImplem; 44 44 import org.refal.plus.rfpdt.comp.ast.AstName; 45 import org.refal.plus.rfpdt.comp.ast.AstNative; 45 46 import org.refal.plus.rfpdt.comp.ast.AstNode; 46 47 import org.refal.plus.rfpdt.comp.ast.AstRef; … … 107 108 else if (astNode instanceof AstCall) 108 109 astDecl = ((AstCall) astNode).funcDecl; 110 else if (astNode instanceof AstNative) 111 astDecl = ((AstNative) astNode).funcDecl; 109 112 else 110 113 return null;
Note: See TracChangeset
for help on using the changeset viewer.