HomeSort by relevance Sort by last modified time
    Searched refs:intersectionType (Results 1 - 5 of 5) sorted by null

  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/
JavaParserTest.java 33 import com.github.javaparser.ast.type.IntersectionType;
116 assertTrue(type instanceof IntersectionType);
117 IntersectionType intersectionType = type.asIntersectionType();
118 assertEquals(2, intersectionType.getElements().size());
119 assertTrue(intersectionType.getElements().get(0) instanceof ClassOrInterfaceType);
120 assertEquals("Runnable", intersectionType.getElements().get(0).asClassOrInterfaceType().getNameAsString());
121 assertTrue(intersectionType.getElements().get(1) instanceof ClassOrInterfaceType);
122 assertEquals("Serializable", intersectionType.getElements().get(1).asClassOrInterfaceType().getNameAsString());
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectCollisionSystem.java 205 int intersectionType = HitType.INVALID;
208 for (int x = 0; x < attackCount && intersectionType == HitType.INVALID; x++) {
220 intersectionType = hitType;
229 return intersectionType;
  /external/javapoet/src/test/java/com/squareup/javapoet/
TypeSpecTest.java     [all...]
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 1297 milliseconds