|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectscphEditor.Expression.Replacement
public class Expression.Replacement
A Replacement object represents a substitutional change made to an Expression object. Essentially, a change involves first deleting some children, then inserting some new children.
Field Summary | |
---|---|
int |
at
The range of replacement begins at this index. |
int |
deleteCount
The replacement involves deleting these many children. |
int |
insertCount
The replacement involves inserting these many children. |
Constructor Summary | |
---|---|
Expression.Replacement(int a,
int dN,
int iN)
Creates a Replacement object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int at
public int deleteCount
public int insertCount
Constructor Detail |
---|
public Expression.Replacement(int a, int dN, int iN)
a
- becomes at.dN
- becomes deleteCount.iN
- becomes insertCount.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |