source: java/FramclipsePlugin/src/main/java/com/framsticks/framclipse/internal/parser/ASTFramclipseFile.java @ 193

Last change on this file since 193 was 193, checked in by Maciej Komosinski, 10 years ago

Set svn:eol-style native for all textual files

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain
File size: 335 bytes
Line 
1/* Generated By:JJTree: Do not edit this line. ASTFramclipseFile.java */
2
3package com.framsticks.framclipse.internal.parser;
4
5public class ASTFramclipseFile extends ElementWithOffset {
6       
7  public ASTFramclipseFile(int id) {
8    super(id);
9  }
10
11  public ASTFramclipseFile(FramclipseNonScriptParser p, int id) {
12    super(p, id);
13  }
14
15}
Note: See TracBrowser for help on using the repository browser.