/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/ |
GenericVisitor.java | 3 * Copyright (C) 2011, 2013-2015 The JavaParser Team. 5 * This file is part of JavaParser. 7 * JavaParser can be used either under the terms of 16 * JavaParser is distributed in the hope that it will be useful, 22 package com.github.javaparser.ast.visitor; 24 import com.github.javaparser.ast.comments.BlockComment; 25 import com.github.javaparser.ast.CompilationUnit; 26 import com.github.javaparser.ast.ImportDeclaration; 27 import com.github.javaparser.ast.comments.LineComment; 28 import com.github.javaparser.ast.PackageDeclaration [all...] |
VoidVisitor.java | 3 * Copyright (C) 2011, 2013-2015 The JavaParser Team. 5 * This file is part of JavaParser. 7 * JavaParser can be used either under the terms of 16 * JavaParser is distributed in the hope that it will be useful, 22 package com.github.javaparser.ast.visitor; 24 import com.github.javaparser.ast.comments.BlockComment; 25 import com.github.javaparser.ast.CompilationUnit; 26 import com.github.javaparser.ast.ImportDeclaration; 27 import com.github.javaparser.ast.comments.LineComment; 28 import com.github.javaparser.ast.PackageDeclaration [all...] |
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/ |
AccessSpecifier.java | 3 * Copyright (C) 2011, 2013-2016 The JavaParser Team. 5 * This file is part of JavaParser. 7 * JavaParser can be used either under the terms of 16 * JavaParser is distributed in the hope that it will be useful, 22 package com.github.javaparser.ast;
|
DataKey.java | 3 * Copyright (C) 2011, 2013-2016 The JavaParser Team. 5 * This file is part of JavaParser. 7 * JavaParser can be used either under the terms of 16 * JavaParser is distributed in the hope that it will be useful, 22 package com.github.javaparser.ast;
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/ |
VariableDeclarator.java | 3 * Copyright (C) 2011, 2013-2016 The JavaParser Team. 5 * This file is part of JavaParser. 7 * JavaParser can be used either under the terms of 16 * JavaParser is distributed in the hope that it will be useful, 21 package com.github.javaparser.ast.body; 23 import com.github.javaparser.ast.AllFieldsConstructor; 24 import com.github.javaparser.ast.Node; 25 import com.github.javaparser.ast.expr.Expression; 26 import com.github.javaparser.ast.expr.NameExpr; 27 import com.github.javaparser.ast.expr.SimpleName [all...] |
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/modules/ |
ModuleRequiresStmt.java | 1 package com.github.javaparser.ast.modules; 3 import com.github.javaparser.ast.AllFieldsConstructor; 4 import com.github.javaparser.ast.Modifier; 5 import com.github.javaparser.ast.Node; 6 import com.github.javaparser.ast.expr.Name; 7 import com.github.javaparser.ast.nodeTypes.NodeWithName; 8 import com.github.javaparser.ast.nodeTypes.modifiers.NodeWithStaticModifier; 9 import com.github.javaparser.ast.observer.ObservableProperty; 10 import com.github.javaparser.ast.visitor.CloneVisitor; 11 import com.github.javaparser.ast.visitor.GenericVisitor [all...] |
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/ |
NodeWithDeclaration.java | 3 * Copyright (C) 2011, 2013-2016 The JavaParser Team. 5 * This file is part of JavaParser. 7 * JavaParser can be used either under the terms of 16 * JavaParser is distributed in the hope that it will be useful, 22 package com.github.javaparser.ast.nodeTypes;
|
NodeWithTypeParameters.java | 3 * Copyright (C) 2011, 2013-2016 The JavaParser Team. 5 * This file is part of JavaParser. 7 * JavaParser can be used either under the terms of 16 * JavaParser is distributed in the hope that it will be useful, 22 package com.github.javaparser.ast.nodeTypes; 24 import com.github.javaparser.ast.Node; 25 import com.github.javaparser.ast.NodeList; 26 import com.github.javaparser.ast.type.TypeParameter;
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/ |
Observable.java | 3 * Copyright (C) 2011, 2013-2016 The JavaParser Team. 5 * This file is part of JavaParser. 7 * JavaParser can be used either under the terms of 16 * JavaParser is distributed in the hope that it will be useful, 22 package com.github.javaparser.ast.observer;
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/ |
Java7Validator.java | 1 package com.github.javaparser.ast.validator; 3 import com.github.javaparser.ast.expr.Expression; 4 import com.github.javaparser.ast.stmt.TryStmt; 5 import com.github.javaparser.ast.type.UnionType;
|
ReservedKeywordValidator.java | 1 package com.github.javaparser.ast.validator; 3 import com.github.javaparser.ast.expr.Name; 4 import com.github.javaparser.ast.expr.SimpleName; 6 import static com.github.javaparser.utils.CodeGenerationUtils.f;
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/ |
ListRemovalChange.java | 1 package com.github.javaparser.printer.lexicalpreservation.changes; 3 import com.github.javaparser.ast.Node; 4 import com.github.javaparser.ast.NodeList; 5 import com.github.javaparser.ast.observer.ObservableProperty;
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/ |
ResolvedEnumDeclaration.java | 3 * Copyright (C) 2011, 2013-2016 The JavaParser Team. 5 * This file is part of JavaParser. 7 * JavaParser can be used either under the terms of 16 * JavaParser is distributed in the hope that it will be useful, 22 package com.github.javaparser.resolution.declarations;
|
ResolvedFieldDeclaration.java | 3 * Copyright (C) 2011, 2013-2016 The JavaParser Team. 5 * This file is part of JavaParser. 7 * JavaParser can be used either under the terms of 16 * JavaParser is distributed in the hope that it will be useful, 22 package com.github.javaparser.resolution.declarations;
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/ |
JavaParserFactory.java | 17 package com.github.javaparser.symbolsolver.javaparsermodel; 19 import com.github.javaparser.ast.CompilationUnit; 20 import com.github.javaparser.ast.Node; 21 import com.github.javaparser.ast.body.*; 22 import com.github.javaparser.ast.expr.*; 23 import com.github.javaparser.ast.stmt.*; 24 import com.github.javaparser.ast.type.TypeParameter; 25 import com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration; 26 import com.github.javaparser.symbolsolver.core.resolution.Context; 27 import com.github.javaparser.symbolsolver.javaparsermodel.contexts.* [all...] |
LambdaArgumentTypePlaceholder.java | 17 package com.github.javaparser.symbolsolver.javaparsermodel; 19 import com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration; 20 import com.github.javaparser.resolution.types.ResolvedType; 21 import com.github.javaparser.symbolsolver.model.resolution.SymbolReference;
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/ |
JavassistEnumConstantDeclaration.java | 17 package com.github.javaparser.symbolsolver.javassistmodel; 19 import com.github.javaparser.resolution.declarations.ResolvedEnumConstantDeclaration; 20 import com.github.javaparser.resolution.types.ResolvedType; 21 import com.github.javaparser.symbolsolver.model.resolution.TypeSolver;
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/ |
ReflectionParameterDeclaration.java | 17 package com.github.javaparser.symbolsolver.reflectionmodel; 19 import com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration; 20 import com.github.javaparser.resolution.types.ResolvedType; 21 import com.github.javaparser.symbolsolver.model.resolution.TypeSolver;
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/ |
SymbolSolver.java | 17 package com.github.javaparser.symbolsolver.resolution; 19 import com.github.javaparser.ast.Node; 20 import com.github.javaparser.ast.type.ClassOrInterfaceType; 21 import com.github.javaparser.resolution.MethodUsage; 22 import com.github.javaparser.resolution.UnsolvedSymbolException; 23 import com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration; 24 import com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration; 25 import com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration; 26 import com.github.javaparser.resolution.declarations.ResolvedValueDeclaration; 27 import com.github.javaparser.resolution.types.ResolvedType [all...] |
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/bounds/ |
FalseBound.java | 1 package com.github.javaparser.symbolsolver.resolution.typeinference.bounds; 3 import com.github.javaparser.symbolsolver.resolution.typeinference.Bound; 4 import com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariable; 5 import com.github.javaparser.symbolsolver.resolution.typeinference.InferenceVariableSubstitution;
|
/external/javaparser/javaparser-symbol-solver-model/src/main/java/com/github/javaparser/symbolsolver/model/resolution/ |
TypeSolver.java | 17 package com.github.javaparser.symbolsolver.model.resolution; 19 import com.github.javaparser.resolution.UnsolvedSymbolException; 20 import com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration; 21 import com.github.javaparser.resolution.types.ResolvedType;
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/ |
Issue144.java | 1 package com.github.javaparser.symbolsolver; 3 import com.github.javaparser.ParseException; 4 import com.github.javaparser.ast.CompilationUnit; 5 import com.github.javaparser.ast.body.ClassOrInterfaceDeclaration; 6 import com.github.javaparser.ast.expr.Expression; 7 import com.github.javaparser.ast.expr.MethodCallExpr; 8 import com.github.javaparser.ast.stmt.ExpressionStmt; 9 import com.github.javaparser.resolution.UnsolvedSymbolException; 10 import com.github.javaparser.symbolsolver.javaparser.Navigator [all...] |
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/ |
VariadicResolutionTest.java | 17 package com.github.javaparser.symbolsolver.resolution; 19 import com.github.javaparser.ast.CompilationUnit; 20 import com.github.javaparser.ast.body.ClassOrInterfaceDeclaration; 21 import com.github.javaparser.ast.body.MethodDeclaration; 22 import com.github.javaparser.ast.expr.Expression; 23 import com.github.javaparser.ast.expr.MethodCallExpr; 24 import com.github.javaparser.ast.stmt.ReturnStmt; 25 import com.github.javaparser.resolution.MethodUsage; 26 import com.github.javaparser.resolution.types.ResolvedType; 27 import com.github.javaparser.symbolsolver.javaparser.Navigator [all...] |
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/reflectionmodel/ |
SymbolResolutionResolutionTest.java | 17 package com.github.javaparser.symbolsolver.resolution.reflectionmodel; 19 import com.github.javaparser.ParseException; 20 import com.github.javaparser.ast.CompilationUnit; 21 import com.github.javaparser.ast.body.ClassOrInterfaceDeclaration; 22 import com.github.javaparser.ast.body.MethodDeclaration; 23 import com.github.javaparser.ast.body.VariableDeclarator; 24 import com.github.javaparser.ast.expr.Expression; 25 import com.github.javaparser.ast.expr.MethodCallExpr; 26 import com.github.javaparser.ast.stmt.ReturnStmt; 27 import com.github.javaparser.resolution.types.ResolvedType [all...] |
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/ |
AccessSpecifier.java | 3 * Copyright (C) 2011, 2013-2016 The JavaParser Team. 5 * This file is part of JavaParser. 7 * JavaParser can be used either under the terms of 16 * JavaParser is distributed in the hope that it will be useful, 22 package com.github.javaparser.ast;
|