Deprecated API


Contents
Deprecated Classes
polyglot.visit.DataFlow.ConditionNavigator
            
 

Deprecated Methods
polyglot.ext.jl.types.Context_c.addMethod(MethodInstance)
            
polyglot.ext.jl.types.TypeSystem_c.findConstructor(ClassType, List, Context)
            
polyglot.types.TypeSystem.findConstructor(ClassType, List, Context)
            
polyglot.ext.jl.types.TypeSystem_c.findField(ReferenceType, String, Context)
            
polyglot.types.TypeSystem.findField(ReferenceType, String, Context)
            
polyglot.ext.jl.types.TypeSystem_c.findMemberClass(ClassType, String, Context)
            
polyglot.types.TypeSystem.findMemberClass(ClassType, String, Context)
            
polyglot.ext.jl.types.TypeSystem_c.findMethod(ReferenceType, String, List, Context)
            
polyglot.types.TypeSystem.findMethod(ReferenceType, String, List, Context)
            
polyglot.ext.jl.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.