/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/ |
TypeExpr.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.expr; 24 import com.github.javaparser.ast.type.Type; 25 import com.github.javaparser.ast.visitor.GenericVisitor; 26 import com.github.javaparser.ast.visitor.VoidVisitor;
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/ |
ExpressionStmt.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.stmt; 24 import com.github.javaparser.ast.expr.Expression; 25 import com.github.javaparser.ast.visitor.GenericVisitor; 26 import com.github.javaparser.ast.visitor.VoidVisitor;
|
ReturnStmt.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.stmt; 24 import com.github.javaparser.ast.expr.Expression; 25 import com.github.javaparser.ast.visitor.GenericVisitor; 26 import com.github.javaparser.ast.visitor.VoidVisitor;
|
ThrowStmt.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.stmt; 24 import com.github.javaparser.ast.expr.Expression; 25 import com.github.javaparser.ast.visitor.GenericVisitor; 26 import com.github.javaparser.ast.visitor.VoidVisitor;
|
TypeDeclarationStmt.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.stmt; 24 import com.github.javaparser.ast.body.TypeDeclaration; 25 import com.github.javaparser.ast.visitor.GenericVisitor; 26 import com.github.javaparser.ast.visitor.VoidVisitor;
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/ |
ReplaceNodeTest.java | 1 package com.github.javaparser.ast; 5 import static com.github.javaparser.JavaParser.parse; 6 import static com.github.javaparser.JavaParser.parsePackageDeclaration; 7 import static com.github.javaparser.utils.Utils.EOL;
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/wiki_samples/ |
ChangingMethodsFromAClassWithAVisitorTest.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.wiki_samples;
|
ChangingMethodsFromAClassWithoutAVisitorTest.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.wiki_samples;
|
PrintingTheCompilationUnitToSystemOutputTest.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.wiki_samples;
|
VisitingClassMethodsTest.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.wiki_samples;
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/comments/ |
JavadocComment.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.comments; 23 import com.github.javaparser.JavaParser; 24 import com.github.javaparser.ast.AllFieldsConstructor; 25 import com.github.javaparser.ast.visitor.GenericVisitor; 26 import com.github.javaparser.ast.visitor.VoidVisitor [all...] |
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
CharLiteralExpr.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.expr; 23 import com.github.javaparser.ast.AllFieldsConstructor; 24 import com.github.javaparser.ast.Node; 25 import com.github.javaparser.ast.visitor.CloneVisitor; 26 import com.github.javaparser.ast.visitor.GenericVisitor; 27 import com.github.javaparser.ast.visitor.VoidVisitor [all...] |
EnclosedExpr.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.expr; 23 import com.github.javaparser.ast.AllFieldsConstructor; 24 import com.github.javaparser.ast.observer.ObservableProperty; 25 import com.github.javaparser.ast.visitor.GenericVisitor; 26 import com.github.javaparser.ast.visitor.VoidVisitor; 28 import com.github.javaparser.ast.Node [all...] |
SingleMemberAnnotationExpr.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.expr; 23 import com.github.javaparser.ast.AllFieldsConstructor; 24 import com.github.javaparser.ast.observer.ObservableProperty; 25 import com.github.javaparser.ast.visitor.GenericVisitor; 26 import com.github.javaparser.ast.visitor.VoidVisitor; 27 import static com.github.javaparser.utils.Utils.assertNotNull [all...] |
StringLiteralExpr.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.expr; 23 import com.github.javaparser.ast.AllFieldsConstructor; 24 import com.github.javaparser.ast.Node; 25 import com.github.javaparser.ast.visitor.CloneVisitor; 26 import com.github.javaparser.ast.visitor.GenericVisitor; 27 import com.github.javaparser.ast.visitor.VoidVisitor [all...] |
SuperExpr.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.expr; 23 import com.github.javaparser.ast.AllFieldsConstructor; 24 import com.github.javaparser.ast.observer.ObservableProperty; 25 import com.github.javaparser.ast.visitor.GenericVisitor; 26 import com.github.javaparser.ast.visitor.VoidVisitor; 28 import com.github.javaparser.ast.Node [all...] |
/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/ |
VisitorGenerator.java | 1 package com.github.javaparser.generator; 3 import com.github.javaparser.ast.CompilationUnit; 4 import com.github.javaparser.ast.body.ClassOrInterfaceDeclaration; 5 import com.github.javaparser.ast.body.MethodDeclaration; 6 import com.github.javaparser.ast.expr.MarkerAnnotationExpr; 7 import com.github.javaparser.ast.expr.Name; 8 import com.github.javaparser.metamodel.BaseNodeMetaModel; 9 import com.github.javaparser.metamodel.JavaParserMetaModel; 10 import com.github.javaparser.utils.Log; 11 import com.github.javaparser.utils.SourceRoot [all...] |
/external/javaparser/javaparser-core-generators/src/main/java/com/github/javaparser/generator/core/visitor/ |
ModifierVisitorGenerator.java | 1 package com.github.javaparser.generator.core.visitor; 3 import com.github.javaparser.ast.CompilationUnit; 4 import com.github.javaparser.ast.body.MethodDeclaration; 5 import com.github.javaparser.ast.expr.BinaryExpr; 6 import com.github.javaparser.ast.stmt.BlockStmt; 7 import com.github.javaparser.generator.VisitorGenerator; 8 import com.github.javaparser.metamodel.BaseNodeMetaModel; 9 import com.github.javaparser.metamodel.PropertyMetaModel; 10 import com.github.javaparser.utils.SeparatedItemStringBuilder; 11 import com.github.javaparser.utils.SourceRoot [all...] |
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/declarations/ |
JavaParserAnnotationDeclaration.java | 1 package com.github.javaparser.symbolsolver.javaparsermodel.declarations; 3 import com.github.javaparser.ast.body.AnnotationDeclaration; 4 import com.github.javaparser.ast.body.AnnotationMemberDeclaration; 5 import com.github.javaparser.resolution.declarations.*; 6 import com.github.javaparser.resolution.types.ResolvedReferenceType; 7 import com.github.javaparser.resolution.types.ResolvedType; 8 import com.github.javaparser.symbolsolver.logic.AbstractTypeDeclaration; 9 import com.github.javaparser.symbolsolver.model.resolution.TypeSolver; 16 import static com.github.javaparser.symbolsolver.javaparser.Navigator.getParentNode [all...] |
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/logic/ |
InferenceContextTest.java | 17 package com.github.javaparser.symbolsolver.logic; 19 import com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration; 20 import com.github.javaparser.resolution.types.ResolvedReferenceType; 21 import com.github.javaparser.resolution.types.ResolvedType; 22 import com.github.javaparser.resolution.types.ResolvedTypeVariable; 23 import com.github.javaparser.symbolsolver.model.resolution.TypeSolver; 24 import com.github.javaparser.symbolsolver.model.typesystem.ReferenceTypeImpl; 25 import com.github.javaparser.symbolsolver.reflectionmodel.MyObjectProvider; 26 import com.github.javaparser.symbolsolver.reflectionmodel.ReflectionClassDeclaration; 27 import com.github.javaparser.symbolsolver.reflectionmodel.ReflectionInterfaceDeclaration [all...] |
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/ |
FieldDeclaration.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.Modifier; 25 import com.github.javaparser.ast.Node; 26 import com.github.javaparser.ast.NodeList; 27 import com.github.javaparser.ast.expr.AnnotationExpr [all...] |
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/ |
TreeVisitorValidator.java | 1 package com.github.javaparser.ast.validator; 3 import com.github.javaparser.ast.Node;
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/metamodel/ |
IfStmtMetaModel.java | 1 package com.github.javaparser.metamodel; 8 super(superBaseNodeMetaModel, com.github.javaparser.ast.stmt.IfStmt.class, "IfStmt", "com.github.javaparser.ast.stmt", false, false);
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
PrettyPrinter.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.printer; 24 import com.github.javaparser.ast.Node;
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
TextElementMatchers.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.printer.lexicalpreservation; 24 import com.github.javaparser.ast.Node;
|