org.globus.cog.karajan.util
Class DefUtil

java.lang.Object
  extended byorg.globus.cog.karajan.util.DefUtil

public class DefUtil
extends Object


Nested Class Summary
static class DefUtil.Entry
           
 
Field Summary
static org.apache.log4j.Logger logger
           
 
Constructor Summary
DefUtil()
           
 
Method Summary
static void addDef(VariableStack stack, StackFrame where, String prefix, String name, Object def)
           
static DefUtil.Entry getDef(VariableStack stack, String type, FlowElement parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final org.apache.log4j.Logger logger
Constructor Detail

DefUtil

public DefUtil()
Method Detail

addDef

public static void addDef(VariableStack stack,
                          StackFrame where,
                          String prefix,
                          String name,
                          Object def)

getDef

public static DefUtil.Entry getDef(VariableStack stack,
                                   String type,
                                   FlowElement parent)
                            throws ExecutionException
Throws:
ExecutionException