| 1322 | virtual const TIntermMethod* getAsMethodNode() const { return this; } |
| 1323 | virtual const TString& getMethodName() const { return method; } |
| 1324 | virtual TIntermTyped* getObject() const { return object; } |
| 1325 | virtual void traverse(TIntermTraverser*); |
| 1326 | void setExport() { linkType = ELinkExport; } |
| 1327 | protected: |