source: java/FramclipsePlugin/src/main/java/com/framsticks/framclipse/internal/parser/ASTComment.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: 369 bytes
Line 
1/* Generated By:JJTree: Do not edit this line. ASTComment.java */
2
3package com.framsticks.framclipse.internal.parser;
4
5public class ASTComment extends ElementWithOffset {
6  public ASTComment(int id) {
7    super(id);
8  }
9
10  public ASTComment(FramclipseNonScriptParser p, int id) {
11    super(p, id);
12  }
13
14@Override
15public String toString() {
16       
17        return "Comment";
18}
19
20 
21}
Note: See TracBrowser for help on using the repository browser.