Jlm
Public Member Functions | List of all members
jlm::tooling::EntryCommand Class Referencefinal
Inheritance diagram for jlm::tooling::EntryCommand:
Inheritance graph
[legend]
Collaboration diagram for jlm::tooling::EntryCommand:
Collaboration graph
[legend]

Public Member Functions

std::string ToString () const override
 
void Run () const override
 
- Public Member Functions inherited from jlm::tooling::Command
virtual ~Command ()
 

Detailed Description

This class represents a dummy command that is used for the single entry node of the command graph. Its Run() method does nothing.

Definition at line 18 of file CommandGraph.cpp.

Member Function Documentation

◆ Run()

void jlm::tooling::EntryCommand::Run ( ) const
inlineoverridevirtual

Reimplemented from jlm::tooling::Command.

Definition at line 28 of file CommandGraph.cpp.

◆ ToString()

std::string jlm::tooling::EntryCommand::ToString ( ) const
inlineoverridevirtual

Implements jlm::tooling::Command.

Definition at line 22 of file CommandGraph.cpp.


The documentation for this class was generated from the following file: