cgp.runtime
Class Scope

java.lang.Object
  |
  +--cgp.runtime.Namespace
        |
        +--cgp.runtime.Scope

public class Scope
extends Namespace


Field Summary
private  Type retVal
           
 
Fields inherited from class cgp.runtime.Namespace
table
 
Constructor Summary
Scope()
           
 
Method Summary
 Type getReturnValue()
           
 void setReturnValue(Type x)
           
 
Methods inherited from class cgp.runtime.Namespace
copy, def, get, getMappings, getNames
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

retVal

private Type retVal
Constructor Detail

Scope

public Scope()
Method Detail

setReturnValue

public void setReturnValue(Type x)

getReturnValue

public Type getReturnValue()