org.erights.e.elang.evm
Class EMethodTable

java.lang.Object
  |
  +--org.erights.e.elib.prim.VTable
        |
        +--org.erights.e.elang.evm.EMethodTable
All Implemented Interfaces:
Script

public class EMethodTable
extends VTable

Untamed:


Field Summary
private  ObjectExpr myObjExpr
           
 
Fields inherited from class org.erights.e.elib.prim.VTable
 
Constructor Summary
(package private) EMethodTable(ObjectExpr objExpr, Script optOtherwise)
           
 
Methods inherited from class org.erights.e.elib.prim.VTable
addMethod, addMethod, addMethods, execute, getFQName, getOptOtherwise, methods, optMethod, optMethod, protocol, respondsTo, setOptOtherwise, shorten, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

myObjExpr

private final ObjectExpr myObjExpr
Constructor Detail

EMethodTable

EMethodTable(ObjectExpr objExpr,
             Script optOtherwise)
Parameters:
objExpr -
optOtherwise -


comments?