Class ForestAction.Add
Object
ForestAction
Add
- Enclosing class:
- ForestAction
-
Nested Class Summary
Nested classes/interfaces inherited from class ForestAction
ForestAction.Add, ForestAction.Copy, ForestAction.Move, ForestAction.Remove, ForestAction.Visitor -
Constructor Summary
ConstructorsConstructorDescriptionAdd(ItemForest fragment, long under, long after, long before) Add(ItemIdentity itemId, long under, long after, long before) Add(ItemIdentity itemId, long semantics, long under, long after, long before) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ForestAction.Visitor visitor) longgetAfter()longlonggetUnder()toString()
-
Constructor Details
-
Add
-
Add
-
Add
-
-
Method Details
-
getFragment
-
getUnder
public long getUnder() -
getAfter
public long getAfter() -
getBefore
public long getBefore() -
accept
- Specified by:
acceptin classForestAction- Throws:
StructureException
-
toString
-