| 165 | CppiaExpr *a0; |
| 166 | |
| 167 | CharAtExpr(CppiaExpr *inSrc, CppiaExpr *inThis, CppiaExpr *inIndex ) : StringExpr(inSrc,inThis) |
| 168 | { |
| 169 | a0 = inIndex; |
| 170 | } |
| 171 | CppiaExpr *link(CppiaModule &inData) HXCPP_OVERRIDE |
| 172 | { |
| 173 | a0 = a0->link(inData); |
nothing calls this directly
no outgoing calls
no test coverage detected