org.eclipse.m2m.atl.drivers.uml24atl
Class Invocation

java.lang.Object
  extended by org.eclipse.m2m.atl.drivers.uml24atl.Invocation

public class Invocation
extends java.lang.Object


Field Summary
 java.util.List arguments
           
 StackFrame frame
           
 java.lang.String opName
           
 ASMUMLModelElement self
           
 
Constructor Summary
Invocation(StackFrame frame, ASMUMLModelElement self, java.lang.String opName, java.util.List arguments)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frame

public StackFrame frame

self

public ASMUMLModelElement self

opName

public java.lang.String opName

arguments

public java.util.List arguments
Constructor Detail

Invocation

public Invocation(StackFrame frame,
                  ASMUMLModelElement self,
                  java.lang.String opName,
                  java.util.List arguments)

Copyright 2007 IBM Corporation and others.
All Rights Reserved.