Changeset 3849
- Timestamp:
- Jul 17, 2008, 4:13:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel-tools/trunk/eclipse/org.refal.rfpdt.ui/src/org/refal/rfpdt/editor/PresentationVisitor.java
r3620 r3849 11 11 import org.refal.rfpdt.ast.AstCall; 12 12 import org.refal.rfpdt.ast.AstCharSymbol; 13 import org.refal.rfpdt.ast.AstComma; 13 14 import org.refal.rfpdt.ast.AstConstBinding; 14 15 import org.refal.rfpdt.ast.AstCut; … … 175 176 } 176 177 178 public void visit (AstComma astComma) {} 179 177 180 public void visit (AstCut astCut) {} 178 181
Note: See TracChangeset
for help on using the changeset viewer.