source: java/FramclipsePlugin/src/main/java/com/framsticks/framclipse/internal/parser/ASTMultiLinePropertyValue.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: 626 bytes
Line 
1/* Generated By:JJTree: Do not edit this line. ASTMultiLinePropertyValue.java Version 4.1 */
2/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=false,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
3package com.framsticks.framclipse.internal.parser;
4
5public
6class ASTMultiLinePropertyValue extends SimpleNode {
7  public ASTMultiLinePropertyValue(int id) {
8    super(id);
9  }
10
11  public ASTMultiLinePropertyValue(FramclipseNonScriptParser p, int id) {
12    super(p, id);
13  }
14
15}
16/* JavaCC - OriginalChecksum=4687e1872966df1aac8aea04184ebf9e (do not edit this line) */
Note: See TracBrowser for help on using the repository browser.