Searched defs:getType (Results 101 - 125 of 387) sorted by relevance

1234567891011>>

/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/type/
H A DPrimitiveTypeImpl.java48 super(env, getType(env, kind));
71 private static Type getType(AptEnv env, Kind kind) { method in class:PrimitiveTypeImpl
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DGeneralName.java173 public int getType() { method in class:GeneralName
174 return name.getType();
230 int nameType = name.getType();
H A DX400Address.java362 public int getType() { method in class:X400Address
403 else if (inputName.getType() != NAME_X400)
/openjdk7/jdk/src/share/classes/sun/management/
H A DMethodInfo.java58 public long getType() { method in class:MethodInfo
73 return getName() + " type = " + getType() +
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrinterGraphicsDevice.java43 public int getType() { method in class:PrinterGraphicsDevice
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFieldInstruction.java98 return getType(cpg).getSize();
103 public Type getType(ConstantPoolGen cpg) { method in class:FieldInstruction
110 return Type.getType(getSignature(cpg));
H A DInvokeInstruction.java128 public Type getType(ConstantPoolGen cpg) { method in class:InvokeInstruction
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DLangCall.java69 public Type getType() { method in class:LangCall
H A DNameBase.java89 public Type getType() { method in class:NameBase
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DAttributes.java50 public String getType(int i) { method in class:Attributes
54 public String getType(String name) { method in class:Attributes
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMEntityResolverWrapper.java118 getType(resourceIdentifier),
160 private String getType(XMLResourceIdentifier resourceIdentifier) { method in class:DOMEntityResolverWrapper
168 } // getType(XMLResourceIdentifier):String
H A DStatus.java52 public short getType() { method in class:Status
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLConfigurationException.java90 public Status getType() { method in class:XMLConfigurationException
92 } // getType():short
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXNull.java50 public int getType() method in class:XNull
130 return obj2.getType() == CLASS_NULL;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DLegacyServerSocketEndPointInfo.java36 public String getType(); method in interface:LegacyServerSocketEndPointInfo
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DDebugEvent.java57 public Type getType(); method in interface:DebugEvent
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicFunctionSym.java43 public Type getType() { return type; } method in class:BasicFunctionSym
59 FunctionType type = (FunctionType) getType();
H A DBasicGlobalSym.java44 public Type getType() { return type; } method in class:BasicGlobalSym
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFProgramHeader.java46 public int getType(); method in interface:ELFProgramHeader
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugDirectoryEntry.java50 public int getType(); method in interface:DebugDirectoryEntry
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DCPPExpressions.java47 public String getType() { method in class:CPPExpressions.CastExpr
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMetaMessage.java106 * @see #getType()
180 public int getType() { method in class:MetaMessage
H A DMidiFileFormat.java200 public int getType() { method in class:MidiFileFormat
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DLineEvent.java55 * @see #getType
105 public final Type getType() { method in class:LineEvent
155 * @see LineEvent#getType()
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DTableModelEvent.java177 public int getType() { return type; } method in class:TableModelEvent

Completed in 92 milliseconds

1234567891011>>