fabil.extension
Class BinaryExt_c

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

public class BinaryExt_c
extends ExprExt_c


Constructor Summary
BinaryExt_c()
           
 
Method Summary
 Binary node()
           
 Expr rewriteProxiesImpl(ProxyRewriter pr)
           
 
Methods inherited from class fabil.extension.ExprExt_c
rewriteProxies, rewriteProxiesOverride, rewriteProxiesOverrideImpl
 
Methods inherited from class fabil.extension.FabILExt_c
assignLabels, assignLocations, collectStaticInitializers, ext, rewriteAtomic, rewriteRemoteCalls, rewriteThreads
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryExt_c

public BinaryExt_c()
Method Detail

rewriteProxiesImpl

public Expr rewriteProxiesImpl(ProxyRewriter pr)
Overrides:
rewriteProxiesImpl in class ExprExt_c

node

public Binary node()
Overrides:
node in class ExprExt_c