fabil.extension
Class ConstructorCallExt_c

java.lang.Object
  extended by Ext_c
      extended by fabil.extension.FabILExt_c
          extended by fabil.extension.ConstructorCallExt_c
All Implemented Interfaces:
FabILExt

public class ConstructorCallExt_c
extends FabILExt_c


Constructor Summary
ConstructorCallExt_c()
           
 
Method Summary
 ConstructorCall node()
           
 Node rewriteProxies(ProxyRewriter pr)
          Used by ProxyRewriter to rewrite references to proxy references.
 
Methods inherited from class fabil.extension.FabILExt_c
assignLabels, assignLocations, collectStaticInitializers, ext, rewriteAtomic, rewriteProxiesOverride, rewriteRemoteCalls, rewriteThreads
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorCallExt_c

public ConstructorCallExt_c()
Method Detail

rewriteProxies

public Node rewriteProxies(ProxyRewriter pr)
Description copied from interface: FabILExt
Used by ProxyRewriter to rewrite references to proxy references.

Specified by:
rewriteProxies in interface FabILExt
Overrides:
rewriteProxies in class FabILExt_c

node

public ConstructorCall node()