jif.translate
Class LocalDeclToJavaExt_c

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

public class LocalDeclToJavaExt_c
extends ToJavaExt_c


Field Summary
protected  polyglot.types.LocalInstance li
           
 
Fields inherited from class polyglot.ast.Ext_c
ext, node
 
Constructor Summary
LocalDeclToJavaExt_c()
           
 
Method Summary
 polyglot.ast.Node toJava(JifToJavaRewriter rw)
           
 polyglot.visit.NodeVisitor toJavaEnter(JifToJavaRewriter rw)
           
 
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
 

Field Detail

li

protected polyglot.types.LocalInstance li
Constructor Detail

LocalDeclToJavaExt_c

public LocalDeclToJavaExt_c()
Method Detail

toJavaEnter

public polyglot.visit.NodeVisitor toJavaEnter(JifToJavaRewriter rw)
                                       throws polyglot.types.SemanticException
Specified by:
toJavaEnter in interface ToJavaExt
Overrides:
toJavaEnter in class ToJavaExt_c
Throws:
polyglot.types.SemanticException

toJava

public polyglot.ast.Node toJava(JifToJavaRewriter rw)
                         throws polyglot.types.SemanticException
Specified by:
toJava in interface ToJavaExt
Specified by:
toJava in class ToJavaExt_c
Throws:
polyglot.types.SemanticException