|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectdk.brics.grammar.ambiguity.HorizontalOverlapString
public class HorizontalOverlapString
Representation of a string with horisontal overlap.
| Constructor Summary | |
|---|---|
HorizontalOverlapString(String s,
int i1,
int i2)
Constructs a new horizontal overlap example string. |
|
| Method Summary | |
|---|---|
String |
getAY()
Returns the long right substring. |
String |
getString()
Returns the entire string. |
String |
getX()
Returns the short left substring. |
String |
getXA()
Returns the long left substring. |
String |
getY()
Returns the short right substring. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HorizontalOverlapString(String s,
int i1,
int i2)
s - stringi1 - first indexi2 - second index| Method Detail |
|---|
public String getAY()
public String getString()
public String getX()
public String getXA()
public String getY()
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||