Class RegisterAlias
java.lang.Object
ca.mcscert.jpipe.commands.RegularCommand
ca.mcscert.jpipe.commands.linking.RegisterAlias
- All Implemented Interfaces:
Command
Records that
oldId inside a result model is an alias for the merged
element newId. Persisted to Unit so that post-composition
symbol lookups can resolve original element names through
Unit.resolveAlias(String, String).-
Constructor Summary
ConstructorsConstructorDescriptionRegisterAlias(String container, String oldId, String newId) RegisterAlias(String container, String oldId, String newId, SourceLocation location) -
Method Summary
Methods inherited from class RegularCommand
execute
-
Constructor Details
-
RegisterAlias
-
RegisterAlias
-
-
Method Details
-
container
-
oldId
-
newId
-
location
-
doExecute
- Specified by:
doExecutein classRegularCommand
-
toString
-