public class AddNodeInstructionImpl extends BaseInstruction implements Instruction.AddNodeInstruction
Instruction.AddNodeInstruction, Instruction.CopyNodeInstruction, Instruction.MoveNodeInstruction, Instruction.RemoveNodeInstruction, Instruction.SetPropertyInstructionpath| Constructor and Description |
|---|
AddNodeInstructionImpl(String parentPath,
String name)
Constructs a new
AddNodeInstruction. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(InstructionVisitor visitor)
Accepts an
InstructionVisitor. |
getPathclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPathpublic void accept(InstructionVisitor visitor)
InstructionInstructionVisitor.accept in interface Instructionvisitor - The visitor.Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.