From: rtrimana Date: Tue, 8 Nov 2016 00:57:30 +0000 (-0800) Subject: Adding package (path) and import statement for ParseNode X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iot2.git;a=commitdiff_plain;h=955d087f5a2c1bce8e684f430b8f1b9f211ee36c Adding package (path) and import statement for ParseNode --- diff --git a/iotjava/iotpolicy/parser/Lexer.java b/iotjava/iotpolicy/parser/Lexer.java index 8751717..1d4f5a4 100644 --- a/iotjava/iotpolicy/parser/Lexer.java +++ b/iotjava/iotpolicy/parser/Lexer.java @@ -1,3 +1,5 @@ +package iotpolicy.parser; + /* The following code was generated by JFlex 1.6.1 */ // JFlex parser specification written by diff --git a/iotjava/iotpolicy/parser/Parser.java b/iotjava/iotpolicy/parser/Parser.java index 12a8049..14d67b7 100644 --- a/iotjava/iotpolicy/parser/Parser.java +++ b/iotjava/iotpolicy/parser/Parser.java @@ -1,3 +1,4 @@ +package iotpolicy.parser; //---------------------------------------------------- // The following code was generated by CUP v0.11b 20160615 (GIT 4ac7450) @@ -13,6 +14,9 @@ import javax.xml.transform.*; import javax.xml.transform.stream.*; import java_cup.runtime.XMLElement; +import iotpolicy.tree.ParseNode; + + /** CUP v0.11b 20160615 (GIT 4ac7450) generated parser. */ @SuppressWarnings({"rawtypes"}) diff --git a/iotjava/iotpolicy/parser/sym.java b/iotjava/iotpolicy/parser/sym.java index fecdde4..156a84d 100644 --- a/iotjava/iotpolicy/parser/sym.java +++ b/iotjava/iotpolicy/parser/sym.java @@ -1,3 +1,4 @@ +package iotpolicy.parser; //---------------------------------------------------- // The following code was generated by CUP v0.11b 20160615 (GIT 4ac7450)