jcaas.script_nodes
Class MethodCall

java.lang.Object
  extended by jcaas.script_nodes.AbstractInterpretable
      extended by jcaas.script_nodes.Statement
          extended by jcaas.script_nodes.MethodCall
All Implemented Interfaces:
Interpretable

public class MethodCall
extends Statement

Author:
reverend TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 
Fields inherited from class jcaas.script_nodes.Statement
NULLSTATEMENT
 
Constructor Summary
MethodCall(Identifier obj_id, Identifier method_id, ArgumentList args)
           
 
Method Summary
 void interpret(Context c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCall

public MethodCall(Identifier obj_id,
                  Identifier method_id,
                  ArgumentList args)
Method Detail

interpret

public void interpret(Context c)