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

1 2

  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/
LambdaArgumentTypePlaceholder.java 49 public boolean isReferenceType() {
  /external/javaparser/javaparser-symbol-solver-model/src/main/java/com/github/javaparser/symbolsolver/model/typesystem/
NullType.java 49 public boolean isReferenceType() {
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
ReferenceType.java 90 public boolean isReferenceType() {
Type.java 201 public boolean isReferenceType() {
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/
ResolvedPrimitiveType.java 89 public boolean isReferenceType() {
107 } else if (other.isReferenceType()) {
ResolvedTypeVariable.java 92 public boolean isReferenceType() {
ResolvedType.java 86 return isReferenceType() || isArray() || isTypeVariable() || isNull() || isWildcard() || isUnionType();
98 default boolean isReferenceType() {
ResolvedReferenceType.java 112 public final boolean isReferenceType() {
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/model/typesystem/
LazyType.java 51 public boolean isReferenceType() {
52 return getType().isReferenceType();
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Type.h     [all...]

Completed in 687 milliseconds

1 2