HomeSort by relevance Sort by last modified time
    Searched refs:javaparser (Results 101 - 125 of 1172) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/
NodeWithBody.java 1 package com.github.javaparser.ast.nodeTypes;
3 import com.github.javaparser.ast.Node;
4 import com.github.javaparser.ast.stmt.BlockStmt;
5 import com.github.javaparser.ast.stmt.Statement;
NodeWithJavaDoc.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.nodeTypes;
24 import com.github.javaparser.ast.Node;
25 import com.github.javaparser.ast.comments.JavadocComment;
NodeWithVariables.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.nodeTypes;
24 import com.github.javaparser.ast.body.FieldDeclaration;
25 import com.github.javaparser.ast.body.VariableDeclarator;
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/wiki_samples/removenode/
D.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.removenode;
  /external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/wiki_samples/
TestFile.java 1 package com.github.javaparser.wiki_samples;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
NodeWithCondition.java 1 package com.github.javaparser.ast.nodeTypes;
3 import com.github.javaparser.ast.Node;
4 import com.github.javaparser.ast.expr.Expression;
NodeWithName.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.expr.Name;
27 import static com.github.javaparser.JavaParser.parseName;
28 import static com.github.javaparser.utils.Utils.assertNonEmpty
    [all...]
NodeWithSimpleName.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.expr.NameExpr;
26 import com.github.javaparser.ast.expr.SimpleName;
28 import static com.github.javaparser.utils.Utils.assertNonEmpty;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/
Java10Validator.java 1 package com.github.javaparser.ast.validator;
3 import com.github.javaparser.ast.type.VarType;
4 import com.github.javaparser.ast.validator.chunks.VarValidator;
Java11Validator.java 1 package com.github.javaparser.ast.validator;
3 import com.github.javaparser.ast.type.VarType;
4 import com.github.javaparser.ast.validator.chunks.VarValidator;
NoProblemsValidator.java 1 package com.github.javaparser.ast.validator;
3 import com.github.javaparser.ParserConfiguration;
4 import com.github.javaparser.ast.Node;
9 * @deprecated when setting a language validator, try {@link com.github.javaparser.ParserConfiguration#setLanguageLevel(ParserConfiguration.LanguageLevel)} with RAW.
VisitorValidator.java 1 package com.github.javaparser.ast.validator;
3 import com.github.javaparser.ast.Node;
4 import com.github.javaparser.ast.visitor.VoidVisitorAdapter;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/
CsmNone.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.concretesyntaxmodel;
24 import com.github.javaparser.ast.Node;
25 import com.github.javaparser.printer.SourcePrinter;
CsmSingleReference.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.concretesyntaxmodel;
24 import com.github.javaparser.ast.Node;
25 import com.github.javaparser.ast.observer.ObservableProperty;
26 import com.github.javaparser.printer.ConcreteSyntaxModel;
27 import com.github.javaparser.printer.SourcePrinter;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
NoChange.java 1 package com.github.javaparser.printer.lexicalpreservation.changes;
3 import com.github.javaparser.ast.Node;
4 import com.github.javaparser.ast.observer.ObservableProperty;
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
ConstructorContext.java 17 package com.github.javaparser.symbolsolver.javaparsermodel.contexts;
19 import com.github.javaparser.ast.body.ConstructorDeclaration;
20 import com.github.javaparser.symbolsolver.model.resolution.TypeSolver;
MethodContext.java 17 package com.github.javaparser.symbolsolver.javaparsermodel.contexts;
19 import com.github.javaparser.ast.body.MethodDeclaration;
20 import com.github.javaparser.symbolsolver.model.resolution.TypeSolver;
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
QualifiedNameResolutionTest.java 17 package com.github.javaparser.symbolsolver.resolution;
19 import com.github.javaparser.ParseException;
20 import com.github.javaparser.ast.CompilationUnit;
21 import com.github.javaparser.ast.body.MethodDeclaration;
22 import com.github.javaparser.ast.expr.NameExpr;
23 import com.github.javaparser.resolution.declarations.ResolvedValueDeclaration;
24 import com.github.javaparser.symbolsolver.javaparser.Navigator;
25 import com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade;
26 import com.github.javaparser.symbolsolver.model.resolution.SymbolReference
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
Expression.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.expr;
24 import com.github.javaparser.Range;
25 import com.github.javaparser.ast.Node;
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
Statement.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.stmt;
24 import com.github.javaparser.Range;
25 import com.github.javaparser.ast.Node;
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/
Issue300.java 17 package com.github.javaparser.symbolsolver;
19 import com.github.javaparser.JavaParser;
20 import com.github.javaparser.ParseException;
21 import com.github.javaparser.ast.CompilationUnit;
22 import com.github.javaparser.ast.body.ClassOrInterfaceDeclaration;
23 import com.github.javaparser.ast.body.MethodDeclaration;
24 import com.github.javaparser.ast.expr.Expression;
25 import com.github.javaparser.ast.expr.FieldAccessExpr;
26 import com.github.javaparser.ast.stmt.ExpressionStmt
    [all...]
Issue116.java 17 package com.github.javaparser.symbolsolver;
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.expr.Expression;
24 import com.github.javaparser.ast.stmt.ExpressionStmt;
25 import com.github.javaparser.resolution.types.ResolvedType;
26 import com.github.javaparser.symbolsolver.javaparser.Navigator
    [all...]
Issue128.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.MethodCallExpr;
7 import com.github.javaparser.ast.stmt.ExpressionStmt;
8 import com.github.javaparser.symbolsolver.javaparser.Navigator;
9 import com.github.javaparser.symbolsolver.javaparsermodel.JavaParserFacade;
10 import com.github.javaparser.symbolsolver.model.resolution.TypeSolver
    [all...]
JavaSymbolSolverTest.java 17 package com.github.javaparser.symbolsolver;
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.resolution.declarations.ResolvedDeclaration;
24 import com.github.javaparser.resolution.declarations.ResolvedMethodDeclaration;
25 import com.github.javaparser.resolution.declarations.ResolvedReferenceTypeDeclaration;
26 import com.github.javaparser.resolution.types.ResolvedType;
27 import com.github.javaparser.symbolsolver.javaparser.Navigator
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/
SymbolResolver.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;
24 import com.github.javaparser.ast.Node;
25 import com.github.javaparser.ast.expr.Expression;
26 import com.github.javaparser.ast.type.Type;
27 import com.github.javaparser.resolution.types.ResolvedType;

Completed in 936 milliseconds

1 2 3 45 6 7 8 91011>>