| /** |
| * Checks if the given method performs a object literal cast, and if it does, |
| * returns information on the cast. By default, always returns null. Meant |
| * to be overridden by subclasses. |
| * |
| * @param t The node traversal. |
| * @param callNode A CALL node. |
| */ |
| public ObjectLiteralCast getObjectLiteralCast(Node callNode); |