jltools.ext.jl.ast
Class Stmt_c

java.lang.Object
  |
  +--jltools.ext.jl.ast.Node_c
        |
        +--jltools.ext.jl.ast.Stmt_c
All Implemented Interfaces:
java.lang.Cloneable, Copy, Node, java.io.Serializable, Stmt
Direct Known Subclasses:
ActsFor_c, Branch_c, Case_c, Catch_c, ConstructorCall_c, DeclassifyStmt_c, Do_c, Empty_c, Eval_c, For_c, If_c, LabelCase_c, Labeled_c, LocalClassDecl_c, LocalDecl_c, Return_c, Switch_c, SwitchLabel_c, Synchronized_c, Throw_c, Try_c, While_c

public class Stmt_c
extends Node_c
implements Stmt

A Stmt represents any Java statement. All statements must be subtypes of Statement.

See Also:
Serialized Form

Inner classes inherited from class jltools.ext.jl.ast.Node_c
Node_c.StringCodeWriter
 
Fields inherited from class jltools.ext.jl.ast.Node_c
ext, position
 
Constructor Summary
Stmt_c(Ext ext, Position pos)
           
 
Methods inherited from class jltools.ext.jl.ast.Node_c
buildTypes_, buildTypes, buildTypesOverride_, buildTypesOverride, copy, disambiguate_, disambiguate, disambiguateOverride_, disambiguateOverride, disambiguateTypes_, disambiguateTypes, disambiguateTypesOverride_, disambiguateTypesOverride, dump, enterScope, exceptionCheck_, exceptionCheck, exceptionCheckOverride_, exceptionCheckOverride, ext, ext, foldConstants_, foldConstants, foldConstantsOverride_, foldConstantsOverride, leaveScope, position, position, reconstructTypes_, reconstructTypes, toString, translate_, translate, translateBlock, translateSubstmt, typeCheck_, typeCheck, typeCheckOverride_, typeCheckOverride, visit, visitChildren, visitList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jltools.ast.Node
buildTypes_, buildTypesOverride_, copy, disambiguate_, disambiguateOverride_, disambiguateTypes_, disambiguateTypesOverride_, dump, enterScope, exceptionCheck_, exceptionCheckOverride_, ext, ext, foldConstants_, foldConstantsOverride_, leaveScope, position, position, reconstructTypes_, translate_, typeCheck_, typeCheckOverride_, visit, visitChildren
 

Constructor Detail

Stmt_c

public Stmt_c(Ext ext,
              Position pos)