HomeSort by relevance Sort by last modified time
    Searched defs:getNameAsString (Results 1 - 25 of 36) sorted by null

1 2

  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
NodeWithName.java 48 default String getNameAsString() {
NodeWithSimpleName.java 46 default String getNameAsString() {
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/builders/
EnumDeclarationBuildersTest.java 46 assertEquals(Function.class.getSimpleName(), testEnum.getImplementedTypes(0).getNameAsString());
54 assertEquals("MY_ENUM_CONSTANT", testEnum.getEntry(0).getNameAsString());
ClassOrInterfaceDeclarationBuildersTest.java 57 assertEquals(List.class.getSimpleName(), testClass.getExtendedTypes(0).getNameAsString());
68 assertEquals(Function.class.getSimpleName(), testClass.getImplementedTypes(0).getNameAsString());
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/bdd/steps/
ManipulationSteps.java 184 method.setName(method.getNameAsString().toUpperCase());
251 assertThat(method.getNameAsString(), is(expectedName));
269 assertThat(parameter.getNameAsString(), is(expectedName));
275 n.setName(n.getNameAsString().toUpperCase());
ParsingSteps.java 142 assertThat(variableDeclarator.getNameAsString(), is(expectedName));
305 assertEquals(expected, node.getNameAsString());
332 assertEquals(assignExpr.getTarget().asNameExpr().getNameAsString(), "mString");
  /external/clang/include/clang/AST/
Decl.h 242 /// getNameAsString - Get a human-readable name for the declaration, even if
252 std::string getNameAsString() const { return Name.getAsString(); }
    [all...]
DeclObjC.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h 242 /// getNameAsString - Get a human-readable name for the declaration, even if
252 std::string getNameAsString() const { return Name.getAsString(); }
    [all...]
DeclObjC.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Decl.h 242 /// getNameAsString - Get a human-readable name for the declaration, even if
252 std::string getNameAsString() const { return Name.getAsString(); }
    [all...]
DeclObjC.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Decl.h 242 /// getNameAsString - Get a human-readable name for the declaration, even if
252 std::string getNameAsString() const { return Name.getAsString(); }
    [all...]
DeclObjC.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Decl.h 242 /// getNameAsString - Get a human-readable name for the declaration, even if
252 std::string getNameAsString() const { return Name.getAsString(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Decl.h 242 /// getNameAsString - Get a human-readable name for the declaration, even if
252 std::string getNameAsString() const { return Name.getAsString(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Decl.h 242 /// getNameAsString - Get a human-readable name for the declaration, even if
252 std::string getNameAsString() const { return Name.getAsString(); }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Decl.h 242 /// getNameAsString - Get a human-readable name for the declaration, even if
252 std::string getNameAsString() const { return Name.getAsString(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h 242 /// getNameAsString - Get a human-readable name for the declaration, even if
252 std::string getNameAsString() const { return Name.getAsString(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Decl.h 242 /// getNameAsString - Get a human-readable name for the declaration, even if
252 std::string getNameAsString() const { return Name.getAsString(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Decl.h 242 /// getNameAsString - Get a human-readable name for the declaration, even if
252 std::string getNameAsString() const { return Name.getAsString(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Decl.h 242 /// getNameAsString - Get a human-readable name for the declaration, even if
252 std::string getNameAsString() const { return Name.getAsString(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Decl.h 242 /// getNameAsString - Get a human-readable name for the declaration, even if
252 std::string getNameAsString() const { return Name.getAsString(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Decl.h 242 /// getNameAsString - Get a human-readable name for the declaration, even if
252 std::string getNameAsString() const { return Name.getAsString(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Decl.h 242 /// getNameAsString - Get a human-readable name for the declaration, even if
252 std::string getNameAsString() const { return Name.getAsString(); }
    [all...]

Completed in 903 milliseconds

1 2