P4C
The P4 Compiler
Loading...
Searching...
No Matches
P4::DeclarationLookup Class Referenceabstract
Inheritance diagram for P4::DeclarationLookup:
[legend]

Public Member Functions

virtual const IR::IDeclarationgetDeclaration (const IR::Path *, bool notNull=false) const =0
 
virtual const IR::IDeclarationgetDeclaration (const IR::This *, bool notNull=false) const =0
 

Member Function Documentation

◆ getDeclaration() [1/2]

virtual const IR::IDeclaration * P4::DeclarationLookup::getDeclaration ( const IR::Path * ,
bool notNull = false ) const
pure virtual

Implemented in P4::ReferenceMap.

◆ getDeclaration() [2/2]

virtual const IR::IDeclaration * P4::DeclarationLookup::getDeclaration ( const IR::This * ,
bool notNull = false ) const
pure virtual

Implemented in P4::ReferenceMap.