java.lang.Object
com.betterdiff.core.protocol.command.Local
- All Implemented Interfaces:
Command
public class Local extends java.lang.Object implements Command
Command for going down a level in detail. All phases can be proceeded
on the same texts multiple times with different detail of
alignment and identification. This command allows for
one time pass for such analysis.
- Author:
- troomar
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description void
accept(ProtocolVisitor protocolVisitor)
Accepting a visitor to go through the protocol without having to care what command it actually is.Local
clone()
Method for copying commands from generic lists and data structures.java.lang.String
toString()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Local
public Local() -
Local
-
-
Method Details
-
clone
Description copied from interface:Command
Method for copying commands from generic lists and data structures. Cloning shouldn't use standard Java cloning routines, it should always call its supposed cloning constructor or factory method. -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
accept
Description copied from interface:Command
Accepting a visitor to go through the protocol without having to care what command it actually is.
-