soot.javaToJimple.jj.ast
Class JjFieldDecl_c

java.lang.Object
  extended bypolyglot.ext.jl.ast.Node_c
      extended bypolyglot.ext.jl.ast.FieldDecl_c
          extended bysoot.javaToJimple.jj.ast.JjFieldDecl_c
All Implemented Interfaces:
polyglot.ast.ClassMember, java.lang.Cloneable, polyglot.util.Copy, polyglot.ast.FieldDecl, polyglot.ast.JL, polyglot.ast.Node, polyglot.ast.NodeOps

public class JjFieldDecl_c
extends polyglot.ext.jl.ast.FieldDecl_c


Field Summary
 
Fields inherited from class polyglot.ext.jl.ast.Node_c
del, ext, position
 
Constructor Summary
JjFieldDecl_c(polyglot.util.Position pos, polyglot.types.Flags flags, polyglot.ast.TypeNode type, java.lang.String name, polyglot.ast.Expr init)
           
 
Method Summary
 polyglot.types.Type childExpectedType(polyglot.ast.Expr child, polyglot.visit.AscriptionVisitor av)
           
 
Methods inherited from class polyglot.ext.jl.ast.FieldDecl_c
addMembersEnter, buildTypes, buildTypesEnter, declType, disambiguate, disambiguateEnter, dump, enterScope, exceptionCheck, fieldInstance, fieldInstance, flags, flags, init, init, initializerInstance, initializerInstance, name, name, prettyPrint, reconstruct, toString, type, type, typeCheck, visitChildren
 
Methods inherited from class polyglot.ext.jl.ast.Node_c
addDecls, addMembers, addMembersOverride, buildTypesOverride, copy, del, del, disambiguateOverride, enterScope, exceptionCheckEnter, exceptionCheckOverride, ext, ext, ext, ext, foldConstants, foldConstantsEnter, foldConstantsOverride, init, node, position, position, print, printBlock, printSubStmt, throwTypes, translate, typeCheckEnter, 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.Node
del, del, ext, ext, ext, ext, position, position, visit, visitChild, visitEdge
 
Methods inherited from interface polyglot.ast.JL
init, node
 
Methods inherited from interface polyglot.ast.NodeOps
addDecls, addMembers, enterScope, exceptionCheckEnter, foldConstants, foldConstantsEnter, throwTypes, translate, typeCheckEnter
 
Methods inherited from interface polyglot.util.Copy
copy
 

Constructor Detail

JjFieldDecl_c

public JjFieldDecl_c(polyglot.util.Position pos,
                     polyglot.types.Flags flags,
                     polyglot.ast.TypeNode type,
                     java.lang.String name,
                     polyglot.ast.Expr init)
Method Detail

childExpectedType

public polyglot.types.Type childExpectedType(polyglot.ast.Expr child,
                                             polyglot.visit.AscriptionVisitor av)