Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 828fecf

Browse files
author
Vincent Cantin
committed
WIP ...
1 parent 45a0369 commit 828fecf

File tree

3 files changed

+71
-0
lines changed

3 files changed

+71
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package com.lemoulinstudio.sdiff.java.content;
2+
3+
import com.lemoulinstudio.sdiff.content.ContentReference;
4+
5+
public class JavaContentReference implements ContentReference {
6+
public String classname;
7+
public String methodName;
8+
public String fieldName;
9+
public int arrayIndex;
10+
public int statementIndex;
11+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
package com.lemoulinstudio.sdiff.java.diffelt;
2+
3+
import com.lemoulinstudio.sdiff.content.ContentElementData;
4+
import com.lemoulinstudio.sdiff.content.ContentElementReference;
5+
import com.lemoulinstudio.sdiff.content.ContentLocation;
6+
import com.lemoulinstudio.sdiff.diffelt.Diffelt;
7+
8+
public class CodeBlockReformulationDiffelt implements Diffelt {
9+
10+
/**
11+
* The content element before being reformulated.
12+
*/
13+
public ContentElementData dataBefore;
14+
15+
/**
16+
* The content element after being reformulated.
17+
*/
18+
public ContentElementData dataAfter;
19+
20+
/**
21+
* The location of the content element.
22+
*/
23+
public ContentLocation location;
24+
25+
/**
26+
* A reference to the content element.
27+
*/
28+
public ContentElementReference reference;
29+
30+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
package com.lemoulinstudio.sdiff.java.diffelt;
2+
3+
import com.lemoulinstudio.sdiff.content.ContentElementData;
4+
import com.lemoulinstudio.sdiff.content.ContentElementReference;
5+
import com.lemoulinstudio.sdiff.content.ContentLocation;
6+
import com.lemoulinstudio.sdiff.diffelt.Diffelt;
7+
8+
public class LogicalExpressionReformulationDiffelt implements Diffelt {
9+
10+
/**
11+
* The content element before being reformulated.
12+
*/
13+
public ContentElementData dataBefore;
14+
15+
/**
16+
* The content element after being reformulated.
17+
*/
18+
public ContentElementData dataAfter;
19+
20+
/**
21+
* The location of the content element.
22+
*/
23+
public ContentLocation location;
24+
25+
/**
26+
* A reference to the content element.
27+
*/
28+
public ContentElementReference reference;
29+
30+
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /