public interface TCommandItemVisitor
Modifier and Type | Method and Description |
---|---|
void |
visit(TCommand command) |
void |
visit(TCommandParameter commandParameter) |
void |
visit(TCommandParameterValue commandParameterValue) |
void |
visit(TCommandValue commandValue) |
void visit(TCommand command)
void visit(TCommandValue commandValue)
void visit(TCommandParameter commandParameter)
void visit(TCommandParameterValue commandParameterValue)
Copyright (c) 2017 Software AG. All Rights Reserved.