#include <env.h>
Inheritance diagram for BindVarName:
Public Methods | |
BindVarName (char *t) | |
Kind | What () |
void | GetType (TypeInfo &, Environment *) |
char * | GetEncodedType () |
bool | IsType () |
Private Attributes | |
char * | type |
|
Definition at line 138 of file env.h. References type. |
|
Reimplemented from Bind. Definition at line 706 of file env.cc. References type. |
|
Implements Bind. Definition at line 701 of file env.cc. References TypeInfo::Set(), and type. |
|
Reimplemented from Bind. Definition at line 711 of file env.cc. References FALSE. |
|
Implements Bind. Definition at line 696 of file env.cc. References Bind::isVarName, and Bind::Kind. |
|
Definition at line 145 of file env.h. Referenced by BindVarName(), GetEncodedType(), and GetType(). |