jif.translate
Class NewToJavaExt_c

java.lang.Object
  |
  +--polyglot.ext.jl.ast.Ext_c
        |
        +--jif.translate.ToJavaExt_c
              |
              +--jif.translate.ExprToJavaExt_c
                    |
                    +--jif.translate.NewToJavaExt_c
All Implemented Interfaces:
java.lang.Cloneable, polyglot.util.Copy, polyglot.ast.Ext, ToJavaExt

public class NewToJavaExt_c
extends ExprToJavaExt_c


Field Summary
 
Fields inherited from class polyglot.ext.jl.ast.Ext_c
ext, node
 
Constructor Summary
NewToJavaExt_c()
           
 
Method Summary
 polyglot.ast.Expr exprToJava(JifToJavaRewriter rw)
           
 
Methods inherited from class jif.translate.ExprToJavaExt_c
toJava
 
Methods inherited from class jif.translate.ToJavaExt_c
toJavaEnter
 
Methods inherited from class polyglot.ext.jl.ast.Ext_c
copy, 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
ext, ext, init, node
 
Methods inherited from interface polyglot.util.Copy
copy
 

Constructor Detail

NewToJavaExt_c

public NewToJavaExt_c()
Method Detail

exprToJava

public polyglot.ast.Expr exprToJava(JifToJavaRewriter rw)
                             throws polyglot.types.SemanticException
Overrides:
exprToJava in class ExprToJavaExt_c
polyglot.types.SemanticException