Deprecated API


Contents
Deprecated Classes
polyglot.visit.DataFlow.BoolItem
          Use flowBooleanConditions 
polyglot.visit.DataFlow.ConditionNavigator
            
 

Deprecated Methods
polyglot.types.Context_c.addMethod(MethodInstance)
            
polyglot.ast.NodeFactory.AmbExpr(Position, String)
            
polyglot.ast.NodeFactory.AmbPrefix(Position, Prefix, String)
            
polyglot.ast.NodeFactory.AmbPrefix(Position, String)
            
polyglot.ast.NodeFactory.AmbQualifierNode(Position, QualifierNode, String)
            
polyglot.ast.NodeFactory.AmbQualifierNode(Position, String)
            
polyglot.ast.NodeFactory.AmbReceiver(Position, Prefix, String)
            
polyglot.ast.NodeFactory.AmbReceiver(Position, String)
            
polyglot.ast.NodeFactory.AmbTypeNode(Position, QualifierNode, String)
            
polyglot.ast.NodeFactory.AmbTypeNode(Position, String)
            
polyglot.ast.NodeFactory.Branch(Position, Branch.Kind, String)
            
polyglot.ast.NodeFactory.Break(Position, String)
            
polyglot.ast.NodeFactory.Call(Position, Receiver, String)
            
polyglot.ast.NodeFactory.Call(Position, Receiver, String, Expr)
            
polyglot.ast.NodeFactory.Call(Position, Receiver, String, Expr, Expr)
            
polyglot.ast.NodeFactory.Call(Position, Receiver, String, Expr, Expr, Expr)
            
polyglot.ast.NodeFactory.Call(Position, Receiver, String, Expr, Expr, Expr, Expr)
            
polyglot.ast.NodeFactory.Call(Position, Receiver, String, List)
            
polyglot.ast.NodeFactory.Call(Position, String)
            
polyglot.ast.NodeFactory.Call(Position, String, Expr)
            
polyglot.ast.NodeFactory.Call(Position, String, Expr, Expr)
            
polyglot.ast.NodeFactory.Call(Position, String, Expr, Expr, Expr)
            
polyglot.ast.NodeFactory.Call(Position, String, Expr, Expr, Expr, Expr)
            
polyglot.ast.NodeFactory.Call(Position, String, List)
            
polyglot.ast.NodeFactory.ClassDecl(Position, Flags, String, TypeNode, List, ClassBody)
            
polyglot.visit.DataFlow.constructItemsFromCondition(Expr, DataFlow.Item, Set, DataFlow.ConditionNavigator)
            
polyglot.ast.NodeFactory.ConstructorDecl(Position, Flags, String, List, List, Block)
            
polyglot.ast.NodeFactory.Continue(Position, String)
            
polyglot.types.TypeSystem_c.createPackage(Package, String)
            
polyglot.types.TypeSystem_c.createPackage(String)
            
polyglot.ast.Disamb.disambiguate(Ambiguous, ContextVisitor, Position, Prefix, String)
            
polyglot.ast.NodeFactory.Field(Position, Receiver, String)
            
polyglot.ast.NodeFactory.Field(Position, String)
            
polyglot.ast.NodeFactory.FieldDecl(Position, Flags, TypeNode, String)
            
polyglot.ast.NodeFactory.FieldDecl(Position, Flags, TypeNode, String, Expr)
            
polyglot.types.TypeSystem_c.findConstructor(ClassType, List, Context)
            
polyglot.types.TypeSystem.findConstructor(ClassType, List, Context)
            
polyglot.types.TypeSystem_c.findField(ReferenceType, String, Context)
            
polyglot.types.TypeSystem.findField(ReferenceType, String, Context)
            
polyglot.types.TypeSystem_c.findMemberClass(ClassType, String, Context)
            
polyglot.types.TypeSystem.findMemberClass(ClassType, String, Context)
            
polyglot.types.TypeSystem_c.findMethod(ReferenceType, String, List, Context)
            
polyglot.types.TypeSystem.findMethod(ReferenceType, String, List, Context)
            
polyglot.ast.NodeFactory.Formal(Position, Flags, TypeNode, String)
            
polyglot.types.ClassType_c.isInner()
          Was incorrectly defined. Use isNested for nested classes, and isInnerClass for inner classes. 
polyglot.types.ClassType.isInner()
          Was incorrectly defined. Use isNested for nested classes, and isInnerClass for inner classes. 
polyglot.ast.NodeFactory.Labeled(Position, String, Stmt)
            
polyglot.ast.NodeFactory.Local(Position, String)
            
polyglot.ast.NodeFactory.LocalDecl(Position, Flags, TypeNode, String)
            
polyglot.ast.NodeFactory.LocalDecl(Position, Flags, TypeNode, String, Expr)
            
polyglot.ast.NodeFactory.MethodDecl(Position, Flags, TypeNode, String, List, List, Block)
            
polyglot.types.Context_c.outerResolver()
            
polyglot.types.Context.outerResolver()
            
polyglot.types.TypeSystem_c.packageContextResolver(Resolver, Package)
            
polyglot.types.TypeSystem.packageContextResolver(Resolver, Package)
            
polyglot.types.TypeSystem_c.parsedResolver()
            
polyglot.types.TypeSystem.parsedResolver()
            
polyglot.ast.Node_c.visitEdge(Node, NodeVisitor)
          Call Node.visitChild(Node, NodeVisitor) instead. 
polyglot.ast.Node.visitEdge(Node, NodeVisitor)
          Call Node.visitChild(Node, NodeVisitor) instead. 
 

Deprecated Constructors
polyglot.visit.DumpAst(String, int)
          Use the other constructor.