jif.translate
Class ConstructorCallToJavaExt_c

java.lang.Object
  extended by polyglot.ast.Ext_c
      extended by jif.translate.ToJavaExt_c
          extended by jif.translate.ConstructorCallToJavaExt_c
All Implemented Interfaces:
java.lang.Cloneable, ToJavaExt, polyglot.ast.Ext, polyglot.util.Copy

public class ConstructorCallToJavaExt_c
extends ToJavaExt_c


Field Summary
 
Fields inherited from class polyglot.ast.Ext_c
ext, node
 
Constructor Summary
ConstructorCallToJavaExt_c()
           
 
Method Summary
 polyglot.ast.Node toJava(JifToJavaRewriter rw)
          Rewrite this(a) to this.C$(a); Rewrite super(a) to super.C$(a)
 
Methods inherited from class jif.translate.ToJavaExt_c
toJavaEnter
 
Methods inherited from class polyglot.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

ConstructorCallToJavaExt_c

public ConstructorCallToJavaExt_c()
Method Detail

toJava

public polyglot.ast.Node toJava(JifToJavaRewriter rw)
                         throws polyglot.types.SemanticException
Rewrite this(a) to this.C$(a); Rewrite super(a) to super.C$(a)

Specified by:
toJava in interface ToJavaExt
Specified by:
toJava in class ToJavaExt_c
Throws:
polyglot.types.SemanticException