Searched refs:instanceof (Results 1 – 25 of 199) sorted by relevance
12345678
49 if (response instanceof EchoResponse) {53 } else if (response instanceof Exception) {69 if (response instanceof EchoResponse) {73 } else if (response instanceof Exception) {94 if (response instanceof EchoResponse) {96 } else if (response instanceof Exception) {130 if (response instanceof EchoResponse) {132 } else if (response instanceof Exception) {167 if (response instanceof EchoResponse) {169 } else if (response instanceof Exception) {[all …]
49 if (response instanceof Empty) {53 } else if (response instanceof Exception) {69 if (response instanceof Empty) {73 } else if (response instanceof Exception) {
66 if (jjte000 instanceof ParseException) {69 if (jjte000 instanceof RuntimeException) {117 if (jjte000 instanceof ParseException) {120 if (jjte000 instanceof RuntimeException) {160 if (jjte000 instanceof ParseException) {163 if (jjte000 instanceof RuntimeException) {202 if (jjte000 instanceof ParseException) {205 if (jjte000 instanceof RuntimeException) {239 if (jjte000 instanceof ParseException) {242 if (jjte000 instanceof RuntimeException) {[all …]
2 …Line 45) comments.stream().filter(comment -> comment instanceof LineComment).map(comment -> (LineC…3 …Line 45) comments.stream().filter(comment -> comment instanceof LineComment).map(comment -> (LineC…4 …Line 45) comments.stream().filter(comment -> comment instanceof LineComment) ==> java.util.stream.…7 …Line 52) comments.stream().filter(comment -> comment instanceof BlockComment).map(comment -> (Bloc…8 …Line 52) comments.stream().filter(comment -> comment instanceof BlockComment).map(comment -> (Bloc…9 …Line 52) comments.stream().filter(comment -> comment instanceof BlockComment) ==> java.util.stream…12 …Line 59) comments.stream().filter(comment -> comment instanceof JavadocComment).map(comment -> (Ja…13 …Line 59) comments.stream().filter(comment -> comment instanceof JavadocComment).map(comment -> (Ja…14 …Line 59) comments.stream().filter(comment -> comment instanceof JavadocComment) ==> java.util.stre…
49 …Line 212) getMembers().stream().filter(m -> m instanceof MethodDeclaration && ((MethodDeclaration)…50 …Line 212) getMembers().stream().filter(m -> m instanceof MethodDeclaration && ((MethodDeclaration)…51 …Line 212) getMembers().stream().filter(m -> m instanceof MethodDeclaration && ((MethodDeclaration)…57 …Line 223) unmodifiableList(getMembers().stream().filter(m -> m instanceof MethodDeclaration).map(m…58 …Line 223) getMembers().stream().filter(m -> m instanceof MethodDeclaration).map(m -> (MethodDeclar…59 …Line 223) getMembers().stream().filter(m -> m instanceof MethodDeclaration).map(m -> (MethodDeclar…60 …Line 223) getMembers().stream().filter(m -> m instanceof MethodDeclaration) ==> java.util.stream.S…64 …Line 237) getMembers().stream().filter(m -> m instanceof MethodDeclaration && ((MethodDeclaration)…65 …Line 237) getMembers().stream().filter(m -> m instanceof MethodDeclaration && ((MethodDeclaration)…66 …Line 237) getMembers().stream().filter(m -> m instanceof MethodDeclaration && ((MethodDeclaration)…[all …]
74 …Line 373) getTypes().stream().filter(type -> type.getName().equals(className) && type instanceof C…75 …Line 373) getTypes().stream().filter(type -> type.getName().equals(className) && type instanceof C…76 …Line 373) getTypes().stream().filter(type -> type.getName().equals(className) && type instanceof C…82 …).stream().filter(type -> type.getName().equals(interfaceName) && type instanceof ClassOrInterface…83 …).stream().filter(type -> type.getName().equals(interfaceName) && type instanceof ClassOrInterface…84 …).stream().filter(type -> type.getName().equals(interfaceName) && type instanceof ClassOrInterface…90 …Line 397) getTypes().stream().filter(type -> type.getName().equals(enumName) && type instanceof En…91 …Line 397) getTypes().stream().filter(type -> type.getName().equals(enumName) && type instanceof En…92 …Line 397) getTypes().stream().filter(type -> type.getName().equals(enumName) && type instanceof En…97 ….stream().filter(type -> type.getName().equals(annotationName) && type instanceof AnnotationDeclar…[all …]
26 Line 85) node instanceof AnnotableNode ==> boolean37 Line 108) node instanceof MethodDeclaration ==> boolean41 Line 111) node instanceof FieldDeclaration ==> boolean45 Line 114) node instanceof ClassOrInterfaceDeclaration ==> boolean54 Line 131) container instanceof AnnotableNode ==> boolean
74 … of "!=" "%" "&" "&&" "(" ")" "*" "+" "-" "/" "<" "<=" "==" ">" ">=" "?" "^" "instanceof" "|" "||"101 …"/" "/=" "::" "<" "<<=" "<=" "=" "==" ">" ">=" ">>=" ">>>=" "?" "^" "^=" "instanceof" "|" "|=" "||"119 …"/=" "::" ";" "<" "<<=" "<=" "=" "==" ">" ">=" ">>=" ">>>=" "?" "^" "^=" "instanceof" "|" "|=" "||"135 …"/=" "::" ";" "<" "<<=" "<=" "=" "==" ">" ">=" ">>=" ">>>=" "?" "^" "^=" "instanceof" "|" "|=" "||"161 … one of "!=" "%" "&" "&&" ")" "*" "+" "-" "/" "<" "<=" "==" ">" ">=" "?" "^" "instanceof" "|" "||"212 …"/=" "::" ";" "<" "<<=" "<=" "=" "==" ">" ">=" ">>=" ">>>=" "?" "^" "^=" "instanceof" "|" "|=" "||"239 …"/=" "::" ";" "<" "<<=" "<=" "=" "==" ">" ">=" ">>=" ">>>=" "?" "^" "^=" "instanceof" "|" "|=" "||"253 …"/=" "::" ";" "<" "<<=" "<=" "=" "==" ">" ">=" ">>=" ">>>=" "?" "^" "^=" "instanceof" "|" "|=" "||"274 …"/=" "::" ";" "<" "<<=" "<=" "=" "==" ">" ">=" ">>=" ">>>=" "?" "^" "^=" "instanceof" "|" "|=" "||"277 …"/=" "::" ";" "<" "<<=" "<=" "=" "==" ">" ">=" ">>=" ">>>=" "?" "^" "^=" "instanceof" "|" "|=" "||"[all …]
9 …leType.equivalentTypes.stream().filter(t -> !t.isTypeVariable() && !(t instanceof InferenceVariabl…10 …leType.equivalentTypes.stream().filter(t -> !t.isTypeVariable() && !(t instanceof InferenceVariabl…11 …leType.equivalentTypes.stream().filter(t -> !t.isTypeVariable() && !(t instanceof InferenceVariabl…15 …Line 105) inferenceVariableType.equivalentTypes.stream().filter(t -> t instanceof InferenceVariabl…21 …Line 105) inferenceVariableType.equivalentTypes.stream().filter(t -> t instanceof InferenceVariabl…
9 - if (appContext instanceof Application) {13 + // if (appContext instanceof Application) {
173 json::Object instanceof; in run() local175 instanceof[kv.first] = std::move(kv.second); in run()176 root["!instanceof"] = std::move(instanceof); in run()
20 if (it instanceof ProjectDependency) {24 } else if (!(it instanceof SelfResolvingDependency)) {
176 json::Object instanceof; in run() local178 instanceof[kv.first] = std::move(kv.second); in run()179 root["!instanceof"] = std::move(instanceof); in run()
22 if (object instanceof Polygon) {24 } else if (object instanceof Feature) {
3 if (something instanceof String somethingAsString) {
3 if(something instanceof String somethingAsString){
3 if (x instanceof final Integer i) {
12 if (o instanceof @A(0x43) String) {}
405 + } else if (instance instanceof HasAttributes) {424 + if(instance instanceof ValueWriter)935 + if (element instanceof PropertyInfo) {949 if (prop instanceof PropertyInfo) {953 - } else if (prop instanceof SoapObject) {957 + } else if(prop instanceof SoapObject) {1025 - if (prop instanceof PropertyInfo) {1026 + if(prop instanceof PropertyInfo) {1244 + if(obj instanceof HasInnerText){1251 if (!implicitTypes || !(obj instanceof SoapObject)) {[all …]
10 instanceof,
26 return obj instanceof RegionOverride;
107 } else if (value instanceof SdkPojo) {110 } else if (value instanceof String) {113 } else if (value instanceof Integer) {116 } else if (value instanceof Collection) {119 } else if (value instanceof Boolean) {501 if (throwable instanceof SdkServiceException) {
47 instanceof = 41; enumerator