P4C
The P4 Compiler
|
Public Member Functions | |
NodeInfo (const IR::Constant *constant) | |
NodeInfo (const PHV::Field *field) | |
bool | isConstant () const |
bool | isField () const |
Public Attributes | |
const IR::Constant * | constant |
Non-null if this node represents the deparsing of a constant. | |
const PHV::Field * | field |
Non-null if this node represents the deparsing of a field. | |