HomeSort by relevance Sort by last modified time
    Searched defs:getComponentType (Results 1 - 24 of 24) sorted by null

  /cts/tools/signature-tools/src/signature/model/
IArrayType.java 29 ITypeReference getComponentType();
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ArrayTypeProjection.java 37 public ITypeReference getComponentType() {
39 .getComponentType(), mappings);
  /cts/tools/signature-tools/src/signature/model/impl/
SigArrayType.java 32 public ITypeReference getComponentType() {
42 return type.getComponentType().hashCode();
55 return thiz.getComponentType().equals(other.getComponentType());
65 builder.append(type.getComponentType().toString());
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
TypeExtensions.cs 49 public static Type getComponentType( this Type type )
  /external/javassist/src/main/javassist/
CtArray.java 43 mod |= getComponentType().getModifiers()
77 && getComponentType().subtypeOf(clazz.getComponentType());
80 public CtClass getComponentType() throws NotFoundException {