jltools.ext.jl.ast
Class Block_c

jltools.ext.jl.ast.Block_c

public class Block_c

A Block represents a Java block statement -- an immutable sequence of statements.


Constructor Summary
Block_c(Ext ext, Position pos, java.util.List statements)
           
 
Method Summary
 java.lang.String toString()
           
 void translate_(CodeWriter w, Translator tr)
          Write the block to an output file.
 

Constructor Detail

Block_c

public Block_c(Ext ext,
               Position pos,
               java.util.List statements)
Method Detail

toString

public java.lang.String toString()

translate_

public void translate_(CodeWriter w,
                       Translator tr)
Write the block to an output file.