Class NonStaticMethodCallNode

All Implemented Interfaces:
Visitable

class NonStaticMethodCallNode extends MethodCallNode
A NonStaticMethodCallNode is really a node to represent a (static or non-static) method call from an object (as opposed to a static method call from a class.