polyglot.types.Context_c.addMethod(MethodInstance) |
polyglot.ast.NodeFactory.AmbExpr(Position, String) |
polyglot.ast.AbstractNodeFactory_c.AmbExpr(Position, String) |
polyglot.ast.NodeFactory.AmbPrefix(Position, Prefix, String) |
polyglot.ast.AbstractNodeFactory_c.AmbPrefix(Position, Prefix, String) |
polyglot.ast.NodeFactory.AmbPrefix(Position, String) |
polyglot.ast.AbstractNodeFactory_c.AmbPrefix(Position, String) |
polyglot.ast.NodeFactory.AmbQualifierNode(Position, QualifierNode, String) |
polyglot.ast.AbstractNodeFactory_c.AmbQualifierNode(Position, QualifierNode, String) |
polyglot.ast.NodeFactory.AmbQualifierNode(Position, String) |
polyglot.ast.AbstractNodeFactory_c.AmbQualifierNode(Position, String) |
polyglot.ast.NodeFactory.AmbReceiver(Position, Prefix, String) |
polyglot.ast.AbstractNodeFactory_c.AmbReceiver(Position, Prefix, String) |
polyglot.ast.NodeFactory.AmbReceiver(Position, String) |
polyglot.ast.AbstractNodeFactory_c.AmbReceiver(Position, String) |
polyglot.ast.NodeFactory.AmbTypeNode(Position, QualifierNode, String) |
polyglot.ast.AbstractNodeFactory_c.AmbTypeNode(Position, QualifierNode, String) |
polyglot.ast.NodeFactory.AmbTypeNode(Position, String) |
polyglot.ast.AbstractNodeFactory_c.AmbTypeNode(Position, String) |
polyglot.ast.NodeFactory.Branch(Position, Branch.Kind, String) |
polyglot.ast.AbstractNodeFactory_c.Branch(Position, Branch.Kind, String) |
polyglot.ast.NodeFactory.Break(Position, String) |
polyglot.ast.AbstractNodeFactory_c.Break(Position, String) |
polyglot.ast.NodeFactory.Call(Position, Receiver, String, Expr...) |
polyglot.ast.AbstractNodeFactory_c.Call(Position, Receiver, String, Expr...) |
polyglot.ast.NodeFactory.Call(Position, Receiver, String, List) |
polyglot.ast.AbstractNodeFactory_c.Call(Position, Receiver, String, List) |
polyglot.ast.NodeFactory.Call(Position, String, Expr...) |
polyglot.ast.AbstractNodeFactory_c.Call(Position, String, Expr...) |
polyglot.ast.NodeFactory.Call(Position, String, List) |
polyglot.ast.AbstractNodeFactory_c.Call(Position, String, List) |
polyglot.types.MethodInstance_c.canOverrideImpl(MethodInstance) |
polyglot.ast.NodeFactory.ClassDecl(Position, Flags, String, TypeNode, List, ClassBody) |
polyglot.ast.AbstractNodeFactory_c.ClassDecl(Position, Flags, String, TypeNode, List, ClassBody) |
polyglot.ast.Expr_c.constantValue() |
polyglot.ast.Expr.constantValue() |
polyglot.ast.Expr_c.constantValueSet() |
polyglot.ast.Expr.constantValueSet() |
polyglot.visit.DataFlow.constructItemsFromCondition(Expr, FlowItem, Set, DataFlow.ConditionNavigator) |
polyglot.ast.NodeFactory.ConstructorDecl(Position, Flags, String, List, List, Block) |
polyglot.ast.AbstractNodeFactory_c.ConstructorDecl(Position, Flags, String, List, List, Block) |
polyglot.ast.NodeFactory.Continue(Position, String) |
polyglot.ast.AbstractNodeFactory_c.Continue(Position, String) |
polyglot.frontend.ExtensionInfo.createFileSource(FileObject, boolean)
Use #createFileSource(FileObject, Kind) instead.
|
polyglot.frontend.AbstractExtensionInfo.createFileSource(FileObject, boolean) |
polyglot.types.TypeSystem_c.createPackage(Package, String) |
polyglot.types.TypeSystem_c.createPackage(String) |
polyglot.ast.Node_c.del() |
polyglot.ast.Node.del() |
polyglot.ast.Node_c.del(JLDel) |
polyglot.ast.Node.del(JLDel) |
polyglot.ast.NodeFactory_c.delFactory() |
polyglot.ast.Disamb_c.disambiguate(Ambiguous, ContextVisitor, Position, Prefix, String) |
polyglot.ast.Disamb.disambiguate(Ambiguous, ContextVisitor, Position, Prefix, String) |
polyglot.ast.NodeOps.dump(OutputStream) |
polyglot.ast.Node_c.dump(OutputStream) |
polyglot.ast.JLDel_c.dump(OutputStream) |
polyglot.ast.Ext_c.dump(OutputStream) |
polyglot.ast.NodeOps.dump(Writer) |
polyglot.ast.Node_c.dump(Writer) |
polyglot.ast.JLDel_c.dump(Writer) |
polyglot.ast.Ext_c.dump(Writer) |
polyglot.ast.Node_c.ext(int, Ext) |
polyglot.ast.NodeFactory.Field(Position, Receiver, String) |
polyglot.ast.AbstractNodeFactory_c.Field(Position, Receiver, String) |
polyglot.ast.NodeFactory.Field(Position, String) |
polyglot.ast.AbstractNodeFactory_c.Field(Position, String) |
polyglot.ast.NodeFactory.FieldDecl(Position, Flags, TypeNode, String) |
polyglot.ast.AbstractNodeFactory_c.FieldDecl(Position, Flags, TypeNode, String) |
polyglot.ast.NodeFactory.FieldDecl(Position, Flags, TypeNode, String, Expr) |
polyglot.ast.AbstractNodeFactory_c.FieldDecl(Position, Flags, TypeNode, String, Expr) |
polyglot.filemanager.ExtFileManager.fileSource(JavaFileManager.Location, String, boolean) |
polyglot.frontend.SourceLoader.fileSource(JavaFileManager.Location, String, boolean)
Use #fileSource(Location, String, Source.Kind) instead.
|
polyglot.filemanager.ExtFileManager.fileSource(String, boolean) |
polyglot.frontend.SourceLoader.fileSource(String, boolean)
|
polyglot.types.TypeSystem_c.findConstructor(ClassType, List extends Type>, ClassType) |
polyglot.types.TypeSystem.findConstructor(ClassType, List extends Type>, ClassType) |
polyglot.types.TypeSystem_c.findConstructor(ClassType, List extends Type>, Context) |
polyglot.types.TypeSystem.findConstructor(ClassType, List extends Type>, Context) |
polyglot.types.TypeSystem_c.findField(ReferenceType, String) |
polyglot.types.TypeSystem.findField(ReferenceType, String) |
polyglot.types.TypeSystem_c.findField(ReferenceType, String, ClassType) |
polyglot.types.TypeSystem.findField(ReferenceType, String, ClassType) |
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 extends Type>, ClassType) |
polyglot.types.TypeSystem.findMethod(ReferenceType, String, List extends Type>, ClassType) |
polyglot.types.TypeSystem_c.findMethod(ReferenceType, String, List extends Type>, Context) |
polyglot.types.TypeSystem.findMethod(ReferenceType, String, List extends Type>, Context) |
polyglot.ast.NodeFactory.Formal(Position, Flags, TypeNode, String) |
polyglot.ast.AbstractNodeFactory_c.Formal(Position, Flags, TypeNode, String) |
polyglot.types.reflect.ClassFile_c.getClassFileLocation() |
polyglot.ast.Expr_c.isConstant() |
polyglot.ast.Expr.isConstant() |
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.AbstractNodeFactory_c.Labeled(Position, String, Stmt) |
polyglot.ast.Expr_c.lastLang() |
polyglot.ast.NodeFactory.Local(Position, String) |
polyglot.ast.AbstractNodeFactory_c.Local(Position, String) |
polyglot.ast.NodeFactory.LocalDecl(Position, Flags, TypeNode, String) |
polyglot.ast.AbstractNodeFactory_c.LocalDecl(Position, Flags, TypeNode, String) |
polyglot.ast.NodeFactory.LocalDecl(Position, Flags, TypeNode, String, Expr) |
polyglot.ast.AbstractNodeFactory_c.LocalDecl(Position, Flags, TypeNode, String, Expr) |
polyglot.ast.NodeFactory.MethodDecl(Position, Flags, TypeNode, String, List, List, Block) |
polyglot.ast.AbstractNodeFactory_c.MethodDecl(Position, Flags, TypeNode, String, List, List, Block) |
polyglot.types.Type_c.numericConversionValid(long) |
polyglot.types.Type.numericConversionValid(long)
|
polyglot.types.TypeSystem_c.numericConversionValid(Type, long) |
polyglot.types.TypeSystem.numericConversionValid(Type, long)
|
polyglot.types.Type_c.numericConversionValidImpl(long) |
polyglot.types.Type.numericConversionValidImpl(long)
|
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.NodeOps.prettyPrint(OutputStream) |
polyglot.ast.Node_c.prettyPrint(OutputStream) |
polyglot.ast.JLDel_c.prettyPrint(OutputStream) |
polyglot.ast.Ext_c.prettyPrint(OutputStream) |
polyglot.ast.NodeOps.prettyPrint(Writer) |
polyglot.ast.Node_c.prettyPrint(Writer) |
polyglot.ast.JLDel_c.prettyPrint(Writer) |
polyglot.ast.Ext_c.prettyPrint(Writer) |
polyglot.main.Options.setDefaultValues() |
polyglot.frontend.Source_c.setUserSpecified(boolean) |
polyglot.frontend.Source.setUserSpecified(boolean)
|
polyglot.ast.Node_c.visitEdge(Node, NodeVisitor)
|
polyglot.ast.Node.visitEdge(Node, NodeVisitor)
|