Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
LabComm
Commits
e9735e39
Commit
e9735e39
authored
Oct 14, 2014
by
Anders Blomdell
Browse files
More Java renames.
parent
7ef98a98
Changes
4
Hide whitespace changes
Inline
Side-by-side
compiler/Java_CodeGen.jrag
View file @
e9735e39
...
...
@@ -278,11 +278,11 @@ aspect Java_Class {
}
env.println("import java.io.IOException;");
env.println("import se.lth.control.labcomm"+env.verStr+".Type;");
env.println("import se.lth.control.labcomm"+env.verStr+".
Sample
Type;");
env.println("import se.lth.control.labcomm"+env.verStr+".Encoder;");
env.println("import se.lth.control.labcomm"+env.verStr+".Decoder;");
env.println();
env.println("public class " + getName() + " implements Type {");
env.println("public class " + getName() + " implements
Sample
Type {");
env.println();
env.indent();
getType().Java_emitInstance(env);
...
...
lib/java/Makefile
View file @
e9735e39
...
...
@@ -9,7 +9,7 @@ MODULES=Constant \
Sample
\
SampleDispatcher
\
SampleHandler
\
Type
\
Sample
Type
\
Writer
\
WriterWrapper
...
...
lib/java/se/lth/control/labcomm/Type.java
→
lib/java/se/lth/control/labcomm/
Sample
Type.java
View file @
e9735e39
package
se.lth.control.labcomm
;
public
interface
Type
{
public
interface
Sample
Type
{
}
\ No newline at end of file
}
lib/java/se/lth/control/labcomm2006/Type.java
→
lib/java/se/lth/control/labcomm2006/
Sample
Type.java
View file @
e9735e39
package
se.lth.control.labcomm2006
;
public
interface
Type
{
public
interface
Sample
Type
{
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment