jif.ast
Class JifLocalDecl_c

java.lang.Object
  extended by polyglot.ast.Node_c
      extended by polyglot.ast.Term_c
          extended by polyglot.ast.Stmt_c
              extended by polyglot.ast.LocalDecl_c
                  extended by jif.ast.JifLocalDecl_c
All Implemented Interfaces:
java.lang.Cloneable, polyglot.ast.ForInit, polyglot.ast.JL, polyglot.ast.LocalDecl, polyglot.ast.Node, polyglot.ast.NodeOps, polyglot.ast.Stmt, polyglot.ast.Term, polyglot.ast.VarDecl, polyglot.ast.VarInit, polyglot.util.Copy

public class JifLocalDecl_c
extends polyglot.ast.LocalDecl_c


Nested Class Summary
 
Nested classes/interfaces inherited from class polyglot.ast.LocalDecl_c
polyglot.ast.LocalDecl_c.AddDependenciesVisitor
 
Field Summary
 
Fields inherited from class polyglot.ast.LocalDecl_c
flags, init, li, name, type
 
Fields inherited from class polyglot.ast.Term_c
exceptions, reachable
 
Fields inherited from class polyglot.ast.Node_c
del, error, ext, position
 
Fields inherited from interface polyglot.ast.Term
ENTRY, EXIT
 
Constructor Summary
JifLocalDecl_c(polyglot.util.Position pos, polyglot.types.Flags flags, polyglot.ast.TypeNode type, polyglot.ast.Id name, polyglot.ast.Expr init)
           
 
Method Summary
 polyglot.ast.Node visitChildren(polyglot.visit.NodeVisitor v)
           
 
Methods inherited from class polyglot.ast.LocalDecl_c
acceptCFG, addDecls, buildTypes, checkConstants, childExpectedType, constantValueSet, copy, declType, disambiguate, dump, enterChildScope, firstChild, flags, flags, id, id, init, init, isDisambiguated, localInstance, localInstance, name, name, prettyPrint, reconstruct, toString, type, type, typeCheck, typeCheckEnter, varInstance
 
Methods inherited from class polyglot.ast.Term_c
exceptionCheck, exceptions, exceptions, listChild, reachable, reachable
 
Methods inherited from class polyglot.ast.Node_c
buildTypesEnter, copy, copy, del, del, disambiguateEnter, disambiguateOverride, dump, dump, enterScope, error, error, exceptionCheckEnter, ext, ext, ext, ext, init, isTypeChecked, node, position, position, prettyPrint, prettyPrint, print, printBlock, printSubStmt, throwTypes, translate, typeCheckOverride, visit, visitChild, visitEdge, visitList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface polyglot.ast.Term
exceptions, exceptions, reachable, reachable
 
Methods inherited from interface polyglot.ast.Node
del, del, error, error, ext, ext, ext, ext, isTypeChecked, position, position, visit, visitChild, visitEdge, visitList
 
Methods inherited from interface polyglot.ast.JL
init, node
 
Methods inherited from interface polyglot.ast.NodeOps
buildTypesEnter, copy, disambiguateEnter, disambiguateOverride, dump, dump, enterScope, exceptionCheck, exceptionCheckEnter, prettyPrint, prettyPrint, throwTypes, translate, typeCheckOverride
 
Methods inherited from interface polyglot.util.Copy
copy
 

Constructor Detail

JifLocalDecl_c

public JifLocalDecl_c(polyglot.util.Position pos,
                      polyglot.types.Flags flags,
                      polyglot.ast.TypeNode type,
                      polyglot.ast.Id name,
                      polyglot.ast.Expr init)
Method Detail

visitChildren

public polyglot.ast.Node visitChildren(polyglot.visit.NodeVisitor v)
Specified by:
visitChildren in interface polyglot.ast.NodeOps
Overrides:
visitChildren in class polyglot.ast.LocalDecl_c