polyglot.ext.coffer.extension
Class NewExt_c

java.lang.Object
  extended by polyglot.ext.jl.ast.Ext_c
      extended by polyglot.ext.coffer.extension.CofferExt_c
          extended by polyglot.ext.coffer.extension.ProcedureCallExt_c
              extended by polyglot.ext.coffer.extension.NewExt_c
All Implemented Interfaces:
java.lang.Cloneable, Ext, CofferExt, Copy

public class NewExt_c
extends ProcedureCallExt_c


Field Summary
 
Fields inherited from class polyglot.ext.jl.ast.Ext_c
ext, node
 
Constructor Summary
NewExt_c()
           
 
Method Summary
 void checkHeldKeys(KeySet held, KeySet stored)
           
 
Methods inherited from class polyglot.ext.coffer.extension.ProcedureCallExt_c
keyFlow
 
Methods inherited from class polyglot.ext.coffer.extension.CofferExt_c
keyAlias, keysToString, KeysToString
 
Methods inherited from class polyglot.ext.jl.ast.Ext_c
copy, dump, ext, ext, init, node, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface polyglot.ast.Ext
dump, ext, ext, init, node
 
Methods inherited from interface polyglot.util.Copy
copy
 

Constructor Detail

NewExt_c

public NewExt_c()
Method Detail

checkHeldKeys

public void checkHeldKeys(KeySet held,
                          KeySet stored)
                   throws SemanticException
Specified by:
checkHeldKeys in interface CofferExt
Overrides:
checkHeldKeys in class ProcedureCallExt_c
Throws:
SemanticException