jif.ast
Class JifLocalDecl_c

java.lang.Object
  extended bypolyglot.ext.jl.ast.Node_c
      extended bypolyglot.ext.jl.ast.Term_c
          extended bypolyglot.ext.jl.ast.Stmt_c
              extended bypolyglot.ext.jl.ast.LocalDecl_c
                  extended byjif.ast.JifLocalDecl_c
All Implemented Interfaces:
java.lang.Cloneable, polyglot.util.Copy, 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

public class JifLocalDecl_c
extends polyglot.ext.jl.ast.LocalDecl_c


Field Summary
 
Fields inherited from class polyglot.ext.jl.ast.Term_c
exceptions, reachable
 
Fields inherited from class polyglot.ext.jl.ast.Node_c
del, error, ext, position
 
Constructor Summary
JifLocalDecl_c(polyglot.util.Position pos, polyglot.types.Flags flags, polyglot.ast.TypeNode type, java.lang.String name, polyglot.ast.Expr init)
           
 
Method Summary
 polyglot.ast.Node visitChildren(polyglot.visit.NodeVisitor v)
           
 
Methods inherited from class polyglot.ext.jl.ast.LocalDecl_c
acceptCFG, addDecls, buildTypes, checkConstants, childExpectedType, constantValueSet, declType, disambiguate, dump, enterChildScope, entry, flags, flags, init, init, isDisambiguated, localInstance, localInstance, name, name, prettyPrint, reconstruct, toString, type, type, typeCheck, typeCheckEnter, varInstance
 
Methods inherited from class polyglot.ext.jl.ast.Term_c
exceptionCheck, exceptions, exceptions, listEntry, reachable, reachable
 
Methods inherited from class polyglot.ext.jl.ast.Node_c
buildTypesEnter, copy, del, del, disambiguateEnter, disambiguateOverride, enterScope, error, error, exceptionCheckEnter, ext, ext, ext, ext, init, node, position, position, 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, position, position, visit, visitChild, visitEdge, visitList
 
Methods inherited from interface polyglot.ast.JL
init, node
 
Methods inherited from interface polyglot.ast.NodeOps
buildTypesEnter, disambiguateEnter, disambiguateOverride, enterScope, exceptionCheck, exceptionCheckEnter, 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,
                      java.lang.String name,
                      polyglot.ast.Expr init)
Method Detail

visitChildren

public polyglot.ast.Node visitChildren(polyglot.visit.NodeVisitor v)