Searched defs:getType (Results 51 - 75 of 514) sorted by relevance

1234567891011>>

/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DJumpInsnNode.java78 public int getType() { method in class:JumpInsnNode
H A DLabelNode.java53 public int getType() { method in class:LabelNode
H A DLdcInsnNode.java63 public int getType() { method in class:LdcInsnNode
H A DLineNumberNode.java68 public int getType() { method in class:LineNumberNode
H A DLookupSwitchInsnNode.java91 public int getType() { method in class:LookupSwitchInsnNode
H A DMethodInsnNode.java93 public int getType() { method in class:MethodInsnNode
H A DMultiANewArrayInsnNode.java66 public int getType() { method in class:MultiANewArrayInsnNode
H A DTableSwitchInsnNode.java94 public int getType() { method in class:TableSwitchInsnNode
H A DTypeInsnNode.java73 public int getType() { method in class:TypeInsnNode
H A DVarInsnNode.java76 public int getType() { method in class:VarInsnNode
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DClassInfo.java26 abstract public Type getType(); method in class:ClassInfo
36 return getType().equals(((ClassInfo)o).getType());
40 return getType().hashCode();
45 return getType().getClassName();
/external/proguard/src/proguard/classfile/constant/
H A DMethodHandleConstant.java107 public String getType(Clazz clazz) method in class:MethodHandleConstant
H A DMethodTypeConstant.java76 public String getType(Clazz clazz) method in class:MethodTypeConstant
/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommandNote.java58 public Type getType() { method in class:AdHocCommandNote
/external/smack/src/org/jivesoftware/smackx/workgroup/settings/
H A DChatSetting.java49 public int getType() { method in class:ChatSetting
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/reflection/
H A DReflectionField.java72 @Nonnull @Override public String getType() { method in class:ReflectionField
73 return ReflectionUtils.javaToDexName(field.getType().getName());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/debug/
H A DBuilderEndLocal.java49 @Nullable @Override public String getType() { return null; } method in class:BuilderEndLocal
H A DBuilderRestartLocal.java49 @Nullable @Override public String getType() { return null; } method in class:BuilderRestartLocal
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedAnnotation.java58 @Nonnull @Override public String getType() { return dexFile.getType(typeIndex); } method in class:DexBackedAnnotation
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/
H A DDexBackedFieldReference.java52 return dexFile.getType(dexFile.readUshort(fieldIdItemOffset + FieldIdItem.CLASS_OFFSET));
63 public String getType() { method in class:DexBackedFieldReference
64 return dexFile.getType(dexFile.readUshort(fieldIdItemOffset + FieldIdItem.TYPE_OFFSET));
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/value/
H A DDexBackedAnnotationEncodedValue.java52 this.type = dexFile.getType(reader.readSmallUleb128());
71 @Nonnull @Override public String getType() { return type; } method in class:DexBackedAnnotationEncodedValue
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
H A DAnnotation.java58 @Nonnull String getType(); method in interface:Annotation
77 * hashCode = hashCode*31 + getType().hashCode();
89 * of getVisibility(), getType(), and getElements() are all equal.
99 * The comparison is based on the value of getVisibility(), getType() and getElements(), in that order. When
H A DField.java67 @Nonnull String getType(); method in interface:Field
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
H A DFieldReference.java60 @Nonnull String getType(); method in interface:FieldReference
71 * hashCode = hashCode*31 + getType().hashCode();
82 * the return values of getDefiningClass(), getName() and getType() are all equal.
93 * getType(), in that order.
H A DTypeReference.java48 * getType()
58 @Nonnull String getType(); method in interface:TypeReference
63 * This is defined to be getType().hashCode()
72 * This TypeReference is equal to a CharSequence iff this.getType().equals(other.toString()).
74 * Equivalently, This TypeReference is equal to another TypeReference iff this.getType().equals(other.getType()).
84 * The comparison is defined to be this.getType().compareTo(other.toString())

Completed in 146 milliseconds

1234567891011>>