fabil.extension
Class TypeNodeExt_c

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

public class TypeNodeExt_c
extends FabILExt_c


Constructor Summary
TypeNodeExt_c()
           
 
Method Summary
 TypeNode 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

TypeNodeExt_c

public TypeNodeExt_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 TypeNode node()