Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.jdi.internal
Class CharTypeImpl  view CharTypeImpl download CharTypeImpl.java

java.lang.Object
  extended byorg.eclipse.jdi.internal.MirrorImpl
      extended byorg.eclipse.jdi.internal.AccessibleImpl
          extended byorg.eclipse.jdi.internal.TypeImpl
              extended byorg.eclipse.jdi.internal.PrimitiveTypeImpl
                  extended byorg.eclipse.jdi.internal.CharTypeImpl
All Implemented Interfaces:
com.sun.jdi.Accessible, com.sun.jdi.CharType, com.sun.jdi.Mirror, com.sun.jdi.PrimitiveType, com.sun.jdi.Type

public class CharTypeImpl
extends PrimitiveTypeImpl
implements com.sun.jdi.CharType

this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.


Field Summary
 
Fields inherited from class org.eclipse.jdi.internal.TypeImpl
fName, fSignature
 
Fields inherited from class org.eclipse.jdi.internal.AccessibleImpl
MODIFIER_ACC_ABSTRACT, MODIFIER_ACC_BRIDGE, MODIFIER_ACC_ENUM, MODIFIER_ACC_FINAL, MODIFIER_ACC_NATIVE, MODIFIER_ACC_PRIVATE, MODIFIER_ACC_PROTECTED, MODIFIER_ACC_PUBLIC, MODIFIER_ACC_STATIC, MODIFIER_ACC_STRICT, MODIFIER_ACC_SUPER, MODIFIER_ACC_SYNCHRONIZED, MODIFIER_ACC_SYNTHETIC, MODIFIER_ACC_TRANSIENT, MODIFIER_ACC_VARARGS, MODIFIER_ACC_VOLITILE, MODIFIER_SYNTHETIC
 
Fields inherited from class org.eclipse.jdi.internal.MirrorImpl
fDescription, fVerboseWriter
 
Constructor Summary
CharTypeImpl(VirtualMachineImpl vmImpl)
          Creates new instance.
 
Method Summary
 com.sun.jdi.Value createNullValue()
           
 byte tag()
           
 
Methods inherited from class org.eclipse.jdi.internal.PrimitiveTypeImpl
create, modifiers
 
Methods inherited from class org.eclipse.jdi.internal.TypeImpl
classNameToSignature, create, name, setName, setSignature, signature, signatureToTag, toString
 
Methods inherited from class org.eclipse.jdi.internal.AccessibleImpl
getConstantMaps, getModifierStrings, isPackagePrivate, isPrivate, isProtected, isPublic
 
Methods inherited from class org.eclipse.jdi.internal.MirrorImpl
checkVM, defaultIOExceptionHandler, defaultReplyErrorHandler, disconnectVM, getCommandVM, handledJdwpEventSet, handledJdwpRequest, initJdwpEventSet, initJdwpRequest, readBoolean, readByte, readByte, readByte, readByteArray, readChar, readDouble, readFloat, readInt, readInt, readInt, readLong, readShort, readShort, readShort, readString, requestVM, requestVM, requestVM, requestVM, requestVM, verboseWriter, virtualMachine, virtualMachineImpl, writeBoolean, writeByte, writeByte, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeInt, writeInt, writeLong, writeShort, writeShort, writeShort, writeString, writeVerboseCommandPacketHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.sun.jdi.Type
name, signature
 
Methods inherited from interface com.sun.jdi.Mirror
toString, virtualMachine
 

Constructor Detail

CharTypeImpl

public CharTypeImpl(VirtualMachineImpl vmImpl)
Creates new instance.

Method Detail

tag

public byte tag()
Specified by:
tag in class PrimitiveTypeImpl

createNullValue

public com.sun.jdi.Value createNullValue()
Specified by:
createNullValue in class TypeImpl