"

2013 FRC Java API

"
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

a - Variable in class com.sun.squawk.security.ecc.ECCurveFp
 
abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
ABS_32 - Static variable in class com.sun.squawk.compiler.SymbolicFixupTable
 
absorbTempEntry(IRecordStoreEntry) - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
absorbTempEntry(IRecordStoreEntry) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
ABSTRACT - Static variable in class com.sun.squawk.Modifier
The int value representing the abstract modifier.
Accelerometer - Class in edu.wpi.first.wpilibj
Handle operation of the accelerometer.
Accelerometer(int) - Constructor for class edu.wpi.first.wpilibj.Accelerometer
Create a new instance of an accelerometer.
Accelerometer(int, int) - Constructor for class edu.wpi.first.wpilibj.Accelerometer
Create new instance of accelerometer.
Accelerometer(AnalogChannel) - Constructor for class edu.wpi.first.wpilibj.Accelerometer
Create a new instance of Accelerometer from an existing AnalogChannel.
accept() - Method in class com.sun.squawk.io.mailboxes.ServerChannel
Wait for a client to open a connection, then create an anonymous local Channel to use or further communication.
accept(int) - Method in interface com.sun.squawk.platform.GCFSockets
Accept client connections on server socket fd.
accept(int) - Method in class com.sun.squawk.platform.posix.GCFSocketsImpl
Accept client connections on server socket fd.
accept(int, Socket.sockaddr_in, IntByReference) - Method in interface com.sun.squawk.platform.posix.natives.Socket
accept a connection from a client
accept(int, Socket.sockaddr_in, IntByReference) - Method in class com.sun.squawk.platform.posix.natives.SocketImpl
 
accept(int) - Method in class com.sun.squawk.platform.windows.GCFSocketsImpl
Accept client connections on server socket fd.
accept(int, Socket.sockaddr_in, IntByReference) - Method in interface com.sun.squawk.platform.windows.natives.Socket
accept a connection from a client
accept(int, Socket.sockaddr_in, IntByReference) - Method in class com.sun.squawk.platform.windows.natives.SocketImpl
 
acceptAndOpen() - Method in class com.sun.squawk.io.j2me.channel.Protocol
acceptAndOpen
acceptAndOpen() - Method in class com.sun.squawk.io.j2me.serversocket.Protocol
Returns a GenericConnection that represents a server side socket connection
acceptAndOpen() - Method in interface javax.microedition.io.StreamConnectionNotifier
Returns a StreamConnection object that represents a server side socket connection.
ACCEPTCONNECTION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
AccumulatorResult - Class in edu.wpi.first.wpilibj
Structure for holding the values stored in an accumulator
AccumulatorResult() - Constructor for class edu.wpi.first.wpilibj.AccumulatorResult
 
acknowledge() - Method in class edu.wpi.first.wpilibj.fpga.tInterruptManager
 
acos(double) - Static method in class com.sun.squawk.util.MathUtils
Returns the arc cosine of an angle, in the range of 0 through pi.
ACOS - Static variable in interface com.sun.squawk.vm.MathOpcodes
 
acquireDoubleVar() - Method in class com.sun.squawk.security.ecc.FFA
 
acquireVar(int) - Method in class com.sun.squawk.security.ecc.FFA
 
acquireVar() - Method in class com.sun.squawk.security.ecc.FFA
 
ACTIVE_STATE - Static variable in class edu.wpi.first.wpilibj.buttons.DigitalIOButton
 
activeCount() - Static method in class com.sun.squawk.VMThread
Returns the current number of active threads in the VM.
activeCount() - Static method in class java.lang.Thread
Returns the current number of active threads in the VM.
add(int) - Method in class com.sun.squawk.Address
Adds a 32 bit offset to this address and return the resulting address.
add(ByteBufferEncoder) - Method in class com.sun.squawk.ByteBufferEncoder
Adds the contents of another ByteBuffer to this buffer.
add(Isolate, Runnable) - Method in class com.sun.squawk.CallbackManager
Add a hook to run in isolate iso.
add(Runnable) - Method in class com.sun.squawk.CallbackManager
Add a hook to run in the current isolate's context.
add() - Method in interface com.sun.squawk.compiler.BaseCompiler
Add the top two elements on the stack.
add(String, OutputStream) - Method in class com.sun.squawk.io.MulticastOutputStream
Adds a given output stream to those contained by this multicaster.
add(int) - Method in class com.sun.squawk.Offset
Adds a value to this offset and return the resulting offset.
add(IPeripheral) - Method in class com.sun.squawk.peripheral.PeripheralRegistry
 
add(ECPoint, ECPoint) - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
add(int[], int[], int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
add(int[], int[], int[]) - Method in class com.sun.squawk.security.ecc.PrimeField
 
add(int) - Method in class com.sun.squawk.util.IntSet
Adds the specified int to this set,, increasing its size by one.
add(Command) - Method in class edu.wpi.first.wpilibj.command.Scheduler
Adds the command to the Scheduler.
ADD_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
ADD_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
ADD_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ADD_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
addActuator(String, String, LiveWindowSendable) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
Add an Actuator associated with the subsystem and with call it by the given name.
addActuator(String, int, int, LiveWindowSendable) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
Add Actuator to LiveWindow.
addArray() - Method in class edu.wpi.first.wpilibj.Dashboard
Start an array in the packed dashboard data structure.
addBoolean(boolean) - Method in class edu.wpi.first.wpilibj.Dashboard
Pack a boolean into the dashboard data structure.
addButton(Trigger.ButtonScheduler) - Method in class edu.wpi.first.wpilibj.command.Scheduler
Adds a button to the Scheduler.
addByte(byte) - Method in class edu.wpi.first.wpilibj.Dashboard
Pack a signed 8-bit int into the dashboard data structure.
addCluster() - Method in class edu.wpi.first.wpilibj.Dashboard
Start a cluster in the packed dashboard data structure.
addCriteria(NIVision.MeasurementType, float, float, boolean) - Method in class edu.wpi.first.wpilibj.image.CriteriaCollection
 
addDefault(String, Object) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableChooser
Add the given object to the list of options and marks it as the default.
addDouble(double) - Method in class edu.wpi.first.wpilibj.Dashboard
Pack a 64-bit floating point number into the dashboard data structure.
addElement(Object) - Method in class com.sun.squawk.util.SquawkVector
Adds the specified component to the end of this vector, increasing its size by one.
addElement(Object) - Method in class edu.wpi.first.wpilibj.util.SortedVector
Adds an element in the Vector, sorted from greatest to least.
addElement(Object) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addErr(String) - Method in class com.sun.squawk.Isolate
Adds a new connection to which System.err will send its output.
addFilePath(String) - Static method in class com.sun.squawk.ObjectMemoryLoader
Expecting a string that looks something like "c:\dev\1${File.separatorChar}c:\windows".
addFirst(Object) - Method in class com.sun.squawk.util.SimpleLinkedList
Inserts the given element at the beginning of this list.
addFixup(String, int, String) - Method in class com.sun.squawk.compiler.SymbolicFixupTable
 
addFloat(float) - Method in class edu.wpi.first.wpilibj.Dashboard
Pack a 32-bit floating point number into the dashboard data structure.
addInt(int) - Method in class edu.wpi.first.wpilibj.Dashboard
Pack a signed 32-bit int into the dashboard data structure.
addLast(INorFlashSectorState) - Method in interface com.sun.squawk.flash.INorFlashSectorStateList
 
addLast(INorFlashSectorState) - Method in class com.sun.squawk.flash.NorFlashSectorStateList
 
addLast(Object) - Method in class com.sun.squawk.util.SimpleLinkedList
Appends the given element to the end of this list.
addLifecycleListener(Isolate.LifecycleListener, int) - Method in class com.sun.squawk.Isolate
Add a listener to be run when this isolate terminates, hibernates, or unhibernates, depending on evenSet.
addNoClassDefFoundErrorClassNames(String[]) - Method in class com.sun.squawk.Suite
If a Klass.forName(String) is performed and class requested is not found AND its added to our list of #classesToNoClassDefFoundError then we will throw a NoClassDefFoundError.
addObject(String, Object) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableChooser
Adds the given object to the list of options.
addOffset(Offset) - Method in class com.sun.squawk.Address
Adds a 32 or 64 bit offset to this address and return the resulting address.
addOut(String) - Method in class com.sun.squawk.Isolate
Adds a new connection to which System.out will send its output.
addParallel(Command) - Method in class edu.wpi.first.wpilibj.command.CommandGroup
Adds a new child Command to the group.
addParallel(Command, double) - Method in class edu.wpi.first.wpilibj.command.CommandGroup
Adds a new child Command to the group with the given timeout.
addRecord(byte[], int, int) - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
addRecord(byte[], int, int) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
addRecord(byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Adds a new record to the record store.
addRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Adds the specified RecordListener.
address() - Method in class com.sun.cldc.jna.Pointer
Gets the virtual memory location at which the memory region is mapped.
Address - Class in com.sun.squawk
The Address class is used to abstract machine addresses.
address - Variable in class com.sun.squawk.flash.MemoryHeapBlock
 
ADDRESS - Static variable in class com.sun.squawk.Klass
The type for representing machine addresses.
address - Variable in class com.sun.squawk.rms.RmsEntry
 
ADDRESS - Static variable in interface com.sun.squawk.vm.CID
 
ADDRESS_ARRAY - Static variable in class com.sun.squawk.Klass
The type for representing an array of machine addresses.
ADDRESS_ARRAY - Static variable in interface com.sun.squawk.vm.CID
 
AddressClosedException - Exception in com.sun.squawk.io.mailboxes
This exception is thrown when trying to send to a closed MailboxAddress, or when reading from a Mailbox, and the MailBoxHandler is managing a private address that has closed.
addressOnly() - Method in class edu.wpi.first.wpilibj.I2C
Attempt to address a device on the I2C bus.
AddressType - Class in com.sun.squawk.vm
This class defines the constants that can be used to describe the type of the value stored at a given address.
addSensor(String, String, LiveWindowSendable) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
Add a Sensor associated with the subsystem and with call it by the given name.
addSensor(String, int, int, LiveWindowSendable) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
Add Sensor to LiveWindow.
addSequential(Command) - Method in class edu.wpi.first.wpilibj.command.CommandGroup
Adds a new Command to the group.
addSequential(Command, double) - Method in class edu.wpi.first.wpilibj.command.CommandGroup
Adds a new Command to the group with a given timeout.
addShort(short) - Method in class edu.wpi.first.wpilibj.Dashboard
Pack a signed 16-bit int into the dashboard data structure.
addShutdownHook(Isolate, Runnable) - Static method in class com.sun.squawk.VM
Registers a new virtual-machine shutdown hook.
addShutdownHook(Thread) - Static method in class com.sun.squawk.VM
Registers a new virtual-machine shutdown hook.
addString(String) - Method in class edu.wpi.first.wpilibj.Dashboard
Pack a NULL-terminated string of 8-bit characters into the dashboard data structure.
addString(String, int) - Method in class edu.wpi.first.wpilibj.Dashboard
Pack a string of 8-bit characters of specified length into the dashboard data structure.
addSymbol(String, int) - Method in interface com.sun.squawk.compiler.Linker
 
addUnencodedByte(int) - Method in class com.sun.squawk.ByteBufferEncoder
Adds an unencoded byte to the buffer.
addUnsignedByte(int) - Method in class com.sun.squawk.ByteBufferEncoder
Adds an unsigned byte value to the buffer.
addUnsignedShort(int) - Method in class com.sun.squawk.ByteBufferEncoder
Adds an unsigned short value to the buffer.
addUtf8(String) - Method in class com.sun.squawk.ByteBufferEncoder
Adds a string to the buffer in UTF8 encoded form.
adjustLength(int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
ADXL345_I2C - Class in edu.wpi.first.wpilibj
 
ADXL345_I2C(int, ADXL345_I2C.DataFormat_Range) - Constructor for class edu.wpi.first.wpilibj.ADXL345_I2C
Constructor.
ADXL345_I2C.AllAxes - Class in edu.wpi.first.wpilibj
 
ADXL345_I2C.AllAxes() - Constructor for class edu.wpi.first.wpilibj.ADXL345_I2C.AllAxes
 
ADXL345_I2C.Axes - Class in edu.wpi.first.wpilibj
 
ADXL345_I2C.DataFormat_Range - Class in edu.wpi.first.wpilibj
 
ADXL345_SPI - Class in edu.wpi.first.wpilibj
 
ADXL345_SPI(DigitalOutput, DigitalOutput, DigitalInput, DigitalOutput, ADXL345_SPI.DataFormat_Range) - Constructor for class edu.wpi.first.wpilibj.ADXL345_SPI
Constructor.
ADXL345_SPI(int, int, int, int, int, ADXL345_SPI.DataFormat_Range) - Constructor for class edu.wpi.first.wpilibj.ADXL345_SPI
Constructor.
ADXL345_SPI(DigitalOutput, ADXL345_SPI.DataFormat_Range) - Constructor for class edu.wpi.first.wpilibj.ADXL345_SPI
Constructor.
ADXL345_SPI(int, int, ADXL345_SPI.DataFormat_Range) - Constructor for class edu.wpi.first.wpilibj.ADXL345_SPI
Constructor.
ADXL345_SPI.AllAxes - Class in edu.wpi.first.wpilibj
 
ADXL345_SPI.AllAxes() - Constructor for class edu.wpi.first.wpilibj.ADXL345_SPI.AllAxes
 
ADXL345_SPI.Axes - Class in edu.wpi.first.wpilibj
 
ADXL345_SPI.DataFormat_Range - Class in edu.wpi.first.wpilibj
 
AF_INET - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
AF_INET - Static variable in interface com.sun.squawk.platform.windows.natives.Socket
 
AF_INET - Static variable in class com.sun.squawk.platform.windows.natives.SocketImpl
 
after(Object) - Method in class java.util.Calendar
Compares the time field records.
AICalibration - Class in edu.wpi.first.wpilibj.communication
Class for calibrating the analog inputs.
AICalibration() - Constructor for class edu.wpi.first.wpilibj.communication.AICalibration
 
aIsMinus3 - Variable in class com.sun.squawk.security.ecc.ECCurveFp
 
align(int) - Method in class com.sun.cldc.jna.Pointer
Create a new pointer that is a subset of this pointer, but is aligned to byteAlignment
allObjectsFromDo(Object, DoBlock) - Static method in class com.sun.squawk.GC
Perform doBlock with all objects starting from startObject.
alloca() - Method in interface com.sun.squawk.compiler.InterpCompiler
Add a stack allocation node to the IR.
allocate() - Method in class edu.wpi.first.wpilibj.Resource
Allocate a resource.
allocate(int) - Method in class edu.wpi.first.wpilibj.Resource
Allocate a specific resource value.
allocateAndWriteBlock(byte[], int, int, INorFlashMemoryHeapScanner) - Method in interface com.sun.squawk.flash.INorFlashMemoryHeap
 
allocateAndWriteBlock(byte[], int, int, INorFlashMemoryHeapScanner) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
allocateDIO(int, boolean) - Method in class edu.wpi.first.wpilibj.DigitalModule
Allocate Digital I/O channels.
allocateDO_PWM() - Method in class edu.wpi.first.wpilibj.DigitalModule
Allocate a DO PWM Generator.
allocateInterrupts(boolean) - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
Allocate the interrupt
allocateMemory() - Method in class com.sun.cldc.jna.Structure
Attempt to allocate backing memory for the structure.
allocateMemory(int) - Method in class com.sun.cldc.jna.Structure
Attempt to allocate backing memory for the structure.
AllocationException - Exception in edu.wpi.first.wpilibj.util
Exception indicating that the resource is already allocated
AllocationException(String) - Constructor for exception edu.wpi.first.wpilibj.util.AllocationException
Create a new AllocationException
ALLOW_INLINED - Static variable in exception com.sun.squawk.pragma.PragmaException
Bit flag for methods that have relaxed inlinning by the translator.
AllowInlinedPragma - Exception in com.sun.squawk.pragma
Allow a method declared to throw this exception to be inlined.
allowUserGC(boolean) - Static method in class com.sun.squawk.VM
Enable or disable Runtime.gc()
ALOAD_B - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ALOAD_C - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ALOAD_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
ALOAD_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
ALOAD_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ALOAD_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ALOAD_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ALOAD_S - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
always(boolean, String) - Static method in class com.sun.squawk.util.Assert
Asserts that the specified condition is true.
always(boolean, String, String, int) - Static method in class com.sun.squawk.util.Assert
 
always(boolean) - Static method in class com.sun.squawk.util.Assert
Asserts that the specified condition is true.
always(boolean, String, int) - Static method in class com.sun.squawk.util.Assert
 
AM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
analog1 - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Driver Station analog input
analog2 - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Driver Station analog input
analog3 - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Driver Station analog input
analog4 - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Driver Station analog input
AnalogChannel - Class in edu.wpi.first.wpilibj
Analog channel class.
AnalogChannel(int) - Constructor for class edu.wpi.first.wpilibj.AnalogChannel
Construct an analog channel on the default module.
AnalogChannel(int, int) - Constructor for class edu.wpi.first.wpilibj.AnalogChannel
Construct an analog channel on a specified module.
AnalogIOButton - Class in edu.wpi.first.wpilibj.buttons
 
AnalogIOButton(int) - Constructor for class edu.wpi.first.wpilibj.buttons.AnalogIOButton
 
AnalogModule - Class in edu.wpi.first.wpilibj
Analog Module class.
AnalogModule(int) - Constructor for class edu.wpi.first.wpilibj.AnalogModule
Create a new instance of an analog module.
AnalogPotentiometer - Class in edu.wpi.first.wpilibj
Class for reading analog potentiometers.
AnalogPotentiometer(int, int, double, double) - Constructor for class edu.wpi.first.wpilibj.AnalogPotentiometer
AnalogPotentiometer constructor.
AnalogPotentiometer(int, double, double) - Constructor for class edu.wpi.first.wpilibj.AnalogPotentiometer
AnalogPotentiometer constructor.
AnalogPotentiometer(int, double) - Constructor for class edu.wpi.first.wpilibj.AnalogPotentiometer
AnalogPotentiometer constructor.
AnalogPotentiometer(int) - Constructor for class edu.wpi.first.wpilibj.AnalogPotentiometer
AnalogPotentiometer constructor.
AnalogTrigger - Class in edu.wpi.first.wpilibj
Class for creating and configuring Analog Triggers
AnalogTrigger(int) - Constructor for class edu.wpi.first.wpilibj.AnalogTrigger
Constructor for an analog trigger given a channel number.
AnalogTrigger(int, int) - Constructor for class edu.wpi.first.wpilibj.AnalogTrigger
Constructor for an analog trigger given both the module number and channel.
AnalogTrigger(AnalogChannel) - Constructor for class edu.wpi.first.wpilibj.AnalogTrigger
Construct an analog trigger given an analog channel.
AnalogTrigger.AnalogTriggerException - Exception in edu.wpi.first.wpilibj
Exceptions dealing with improper operation of the Analog trigger
AnalogTrigger.AnalogTriggerException(String) - Constructor for exception edu.wpi.first.wpilibj.AnalogTrigger.AnalogTriggerException
Create a new exception with the given message
AnalogTriggerOutput - Class in edu.wpi.first.wpilibj
Class to represent a specific output from an analog trigger.
AnalogTriggerOutput(AnalogTrigger, AnalogTriggerOutput.Type) - Constructor for class edu.wpi.first.wpilibj.AnalogTriggerOutput
Create an object that represents one of the four outputs from an analog trigger.
AnalogTriggerOutput.AnalogTriggerOutputException - Exception in edu.wpi.first.wpilibj
Exceptions dealing with improper operation of the Analog trigger output
AnalogTriggerOutput.AnalogTriggerOutputException(String) - Constructor for exception edu.wpi.first.wpilibj.AnalogTriggerOutput.AnalogTriggerOutputException
Create a new exception with the given message
AnalogTriggerOutput.Type - Class in edu.wpi.first.wpilibj
Type determines under what state the analog trigger evaluates to true or false
and(UWord) - Method in class com.sun.squawk.Address
Logically AND a word with this address.
and() - Method in interface com.sun.squawk.compiler.BaseCompiler
And the top two elements on the stack.
and(UWord) - Method in class com.sun.squawk.UWord
Logically AND a word with this word.
AND_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
AND_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ANY - Static variable in class com.sun.squawk.vm.AddressType
Denotes that an address that has been zeroed and thus can be safely read as the default value for any type.
ANY_WORD - Static variable in class com.sun.squawk.vm.AddressType
A constant denoting a word full of AddressType.ANYs.
append(Object) - Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class java.lang.StringBuffer
Appends the string to this string buffer.
append(char[]) - Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(boolean) - Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(float) - Method in class java.lang.StringBuffer
Appends a float to the end of this buffer.
append(double) - Method in class java.lang.StringBuffer
Appends a double to the end of this buffer.
appendData(StringBuffer) - Method in class com.sun.squawk.debugger.Packet
Appends a textualized form of this packet's data to a given StringBuffer.
APPLICATION - Static variable in class com.sun.squawk.Suite
Denotes a suite that encapsulates an application.
ApplicationDescriptorEntry - Class in com.sun.squawk.rms
 
ApplicationDescriptorEntry() - Constructor for class com.sun.squawk.rms.ApplicationDescriptorEntry
 
APRIL - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fourth month of the year.
arcadeDrive(GenericHID, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
Arcade drive implements single stick driving.
arcadeDrive(GenericHID) - Method in class edu.wpi.first.wpilibj.RobotDrive
Arcade drive implements single stick driving.
arcadeDrive(GenericHID, int, GenericHID, int, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
Arcade drive implements single stick driving.
arcadeDrive(GenericHID, int, GenericHID, int) - Method in class edu.wpi.first.wpilibj.RobotDrive
Arcade drive implements single stick driving.
arcadeDrive(double, double, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
Arcade drive implements single stick driving.
arcadeDrive(double, double) - Method in class edu.wpi.first.wpilibj.RobotDrive
Arcade drive implements single stick driving.
areBitsExternal() - Method in class com.sun.squawk.util.BitSet
 
ArgsUtilities - Class in com.sun.squawk.util
A collection of utilities for command line argument parsing.
ArithmeticException - Exception in java.lang
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
ARRAY - Static variable in class com.sun.squawk.Modifier
The int value denoting that a class represents a Java array.
arraycopy(Object, int, Object, int, int) - Static method in class com.sun.squawk.GC
Copy data from one array to another.
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
arraycopyObject0(Object, int, Object, int, int) - Static method in class com.sun.squawk.VM
VM-private version of System.arraycopy for arrays of objects that does little error checking.
arraycopyPrimitive0(Object, int, Object, int, int, int) - Static method in class com.sun.squawk.VM
VM-private version of System.arraycopy for arrays of primitives that does little error checking.
ArrayHashtable - Class in com.sun.squawk.util
This class implements a hashtable, which maps keys to values.
ArrayHashtable(int) - Constructor for class com.sun.squawk.util.ArrayHashtable
Constructs a new, empty hashtable with the specified initial capacity.
ArrayHashtable() - Constructor for class com.sun.squawk.util.ArrayHashtable
Constructs a new, empty hashtable with a default capacity and load factor.
ArrayHashtable(ArrayHashtable) - Constructor for class com.sun.squawk.util.ArrayHashtable
Constructs a new hashtable with the same entries as original.
arrayHeaderSize - Static variable in interface com.sun.squawk.vm.HDR
The size (in bytes) of an object header for an array object.
arrayHeaderTag - Static variable in interface com.sun.squawk.vm.HDR
The object header format tag value specifying an array object header.
ArrayIndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ARRAYLENGTH - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ArrayReference_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
ArrayReference_GetValues_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns a range of array components.
ArrayReference_Length_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the number of components in a given array.
ArrayReference_SetValues_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Sets a range of array components.
Arrays - Class in com.sun.squawk.util
This class contains various methods for manipulating arrays (such as sorting and searching).
ArrayStoreException - Exception in java.lang
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
ArrayType_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
ArrayType_NewInstance_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Creates a new array object of this type with a given length.
asClass(Klass) - Static method in class com.sun.squawk.Klass
Gets the Class instance corresponding to a given Klass instance, creating it first if necessary.
asin(double) - Static method in class com.sun.squawk.util.MathUtils
Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
ASIN - Static variable in interface com.sun.squawk.vm.MathOpcodes
 
asKlass(Class) - Static method in class com.sun.squawk.Klass
Gets the Klass instance corresponding to a given Class instance.
Assert - Class in com.sun.squawk.util
Provides support for assertions that can be removed on demand in order for building a release version.
ASSERT_ALWAYS_IS_FATAL - Static variable in class com.sun.squawk.util.Assert
Whether Assert.always is a fatal error or throws an exception (usually TRUE)
assertCleanStatus(int) - Static method in class edu.wpi.first.wpilibj.image.NIVision
 
assertCleanStatus(String) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
ASSERTIONS_ENABLED - Static variable in class com.sun.squawk.Klass
A flag that controls conditional features (mainly assertions).
assertNonfatal() - Method in class com.ni.rio.NiRioStatus
 
ASSERTS_ENABLED - Static variable in class com.sun.squawk.util.Assert
Whether assertions are included in the bytecodes or not.
assertWithinBounds(double, double, double) - Static method in exception edu.wpi.first.wpilibj.util.BoundaryException
Make sure that the given value is between the upper and lower bounds, and throw an exception if they are not.
ASTORE_B - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ASTORE_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
ASTORE_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
ASTORE_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ASTORE_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ASTORE_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ASTORE_S - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
asVMThread(Thread) - Static method in class com.sun.squawk.VMThread
 
atan(double) - Static method in class com.sun.squawk.util.MathUtils
Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
ATAN - Static variable in interface com.sun.squawk.vm.MathOpcodes
 
atan2(double, double) - Static method in class com.sun.squawk.util.MathUtils
Converts rectangular coordinates (x, y) to polar (r, theta).
ATAN2 - Static variable in interface com.sun.squawk.vm.MathOpcodes
 
ATTRIBUTE_32BIT - Static variable in class com.sun.squawk.ObjectMemoryFile
Denotes a object memory file that is only compatible with a 32 bit system.
ATTRIBUTE_BIGENDIAN - Static variable in class com.sun.squawk.ObjectMemoryFile
Denotes a object memory file that is in big endian format.
ATTRIBUTE_TYPEMAP - Static variable in class com.sun.squawk.ObjectMemoryFile
Denotes a object memory file that has a type map describing the type of the value at every address in the 'memory' component.
attributes - Variable in class com.sun.squawk.ObjectMemoryFile
 
AUGUST - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eighth month of the year.
automatic - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposureT
The Axis camera automatically determines what exposure level to use.
automatic - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.WhiteBalanceT
The axis camera automatically adjusts the whit balance.
autonomous() - Method in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Determine if the robot should be in autonomous
autonomous() - Method in class edu.wpi.first.wpilibj.SimpleRobot
Autonomous should go here.
AUTONOMOUS_BIT - Static variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
 
autonomousInit() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Initialization code for autonomous mode should go here.
autonomousPeriodic() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Periodic code for autonomous mode should go here.
available() - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
 
available() - Method in class com.sun.squawk.io.j2me.file.Protocol
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available(int) - Method in interface com.sun.squawk.platform.GCFSockets
Gets the number of bytes that can be read without blocking.
available(int) - Method in class com.sun.squawk.platform.posix.GCFSocketsImpl
 
available(int) - Method in class com.sun.squawk.platform.windows.GCFSocketsImpl
 
AVAILABLE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
available() - Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.DataInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.InputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
AVAILABLE_SERIAL_CHARS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
AVR_GET_STATUS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
AVR_GET_TIME_HIGH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
AVR_GET_TIME_LOW - Static variable in class com.sun.squawk.vm.ChannelConstants
 
AxisCamera - Class in edu.wpi.first.wpilibj.camera
This class is a singleton used to configure and get images from the axis camera.
AxisCamera.ExposurePriorityT - Class in edu.wpi.first.wpilibj.camera
Enumeration representing the exposure priority.
AxisCamera.ExposureT - Class in edu.wpi.first.wpilibj.camera
Enumaration representing the different values which exposure may be set to.
AxisCamera.ResolutionT - Class in edu.wpi.first.wpilibj.camera
Enumeration representing the image resoultion provided by the camera.
AxisCamera.RotationT - Class in edu.wpi.first.wpilibj.camera
Enumeration representing the orientation of the picture.
AxisCamera.WhiteBalanceT - Class in edu.wpi.first.wpilibj.camera
Enumeration representing the different values which white balence may be set to.
AxisCameraException - Exception in edu.wpi.first.wpilibj.camera
An exception representing a problem with communicating with the camera.
AxisCameraException(String) - Constructor for exception edu.wpi.first.wpilibj.camera.AxisCameraException
Create a new AxisCameraException.

B

b - Variable in class com.sun.squawk.security.ecc.ECCurveFp
 
backingNativeMemory - Variable in class com.sun.cldc.jna.Structure
 
BARE_METAL - Static variable in class com.sun.squawk.platform.Platform
Basic kinds of PLATFORM_TYPE, as defined in build.properties
BaseCompiler - Interface in com.sun.squawk.compiler
Language-independent base compiler interface to support general-purpose applications.
BaseGCFFile - Class in com.sun.squawk.platform
Base class of common implementation of GCFFile
BaseGCFFile() - Constructor for class com.sun.squawk.platform.BaseGCFFile
 
basicHeaderSize - Static variable in interface com.sun.squawk.vm.HDR
The size (in bytes) of an object header for a non-array, non-method-body object.
basicHeaderTag - Static variable in interface com.sun.squawk.vm.HDR
The object header format tag value specifying a non-array, non-method-body object header.
BBTARGET_APP - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
BBTARGET_SYS - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
bci - Variable in class com.sun.squawk.ExecutionPoint
 
BEEP - Static variable in class com.sun.squawk.vm.ChannelConstants
 
before(Object) - Method in class java.util.Calendar
Compares the time field records.
begin() - Method in interface com.sun.squawk.compiler.BaseCompiler
Begin a code scope.
bf(Label) - Method in interface com.sun.squawk.compiler.BaseCompiler
Branch to the label if the popped value is false.
bf(int) - Method in interface com.sun.squawk.compiler.BaseCompiler
Branch to the label if the popped value is false.
BinaryImage - Class in edu.wpi.first.wpilibj.image
An image where each pixel is treated as either on or off.
binarySearch(MethodMetadata[], int) - Static method in class com.sun.squawk.MethodMetadata
Search through the array of MethodMetadata looking for the metadata for the method with vtable/stable index keyOffset.
binarySearch(long[], long) - Static method in class com.sun.squawk.util.Arrays
Searches the specified array of longs for the specified value using the binary search algorithm.
binarySearch(int[], int) - Static method in class com.sun.squawk.util.Arrays
Searches the specified array of ints for the specified value using the binary search algorithm.
binarySearch(short[], short) - Static method in class com.sun.squawk.util.Arrays
Searches the specified array of shorts for the specified value using the binary search algorithm.
binarySearch(char[], char) - Static method in class com.sun.squawk.util.Arrays
Searches the specified array of chars for the specified value using the binary search algorithm.
binarySearch(byte[], byte) - Static method in class com.sun.squawk.util.Arrays
Searches the specified array of bytes for the specified value using the binary search algorithm.
binarySearch(double[], double) - Static method in class com.sun.squawk.util.Arrays
Searches the specified array of doubles for the specified value using the binary search algorithm.
binarySearch(float[], float) - Static method in class com.sun.squawk.util.Arrays
Searches the specified array of floats for the specified value using the binary search algorithm.
binarySearch(Object[], Object, Comparer) - Static method in class com.sun.squawk.util.Arrays
Searches the specified array for the specified object using the binary search algorithm.
bind(Label) - Method in interface com.sun.squawk.compiler.BaseCompiler
Bind a label to the current location.
bind(int, Socket.sockaddr_in, int) - Method in interface com.sun.squawk.platform.posix.natives.Socket
bind a socket to a port
bind(int, Socket.sockaddr_in, int) - Method in class com.sun.squawk.platform.posix.natives.SocketImpl
 
bind(int, Socket.sockaddr_in) - Method in interface com.sun.squawk.platform.windows.natives.Socket
bind a socket to a port
bind(int, Socket.sockaddr_in) - Method in class com.sun.squawk.platform.windows.natives.SocketImpl
 
bindProxyPeer(JDWPListener) - Method in class com.sun.squawk.debugger.JDWPListener
Binds this connection with the connection to the other host participating in a proxied JDWP/SDWP debug session.
BIT_ORDER_LSB_FIRST - Static variable in class edu.wpi.first.wpilibj.SPIDevice
When transferring data the it is sent and received with the least significant bit first
BIT_ORDER_MSB_FIRST - Static variable in class edu.wpi.first.wpilibj.SPIDevice
When transferring data the it is sent and received with the most significant bit first
bitLength(int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
BITS_PER_BYTE - Static variable in interface com.sun.squawk.vm.HDR
The number of bits per byte.
BITS_PER_WORD - Static variable in class com.sun.squawk.security.ecc.FFA
 
BITS_PER_WORD - Static variable in interface com.sun.squawk.vm.HDR
The number of bits in a pointer.
BitSet - Class in com.sun.squawk.util
This class provides mechanisms for manipulating a bit set.
BitSet() - Constructor for class com.sun.squawk.util.BitSet
Creates a new BitSet instance whose underlying byte array is controlled by the instance.
BitSet(byte[]) - Constructor for class com.sun.squawk.util.BitSet
Creates a new BitSet instance whose underlying byte array is controlled by the client of the instance.
bitsize - Variable in class com.sun.squawk.security.ECPublicKey
Key size in bits, e.g.
BLOCK_FOOTER - Static variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
BLOCK_HEADER_SIZE - Static variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
BlockingFunction - Class in com.sun.cldc.jna
BlockingFunction allows Java code to call C function that block.
blue - Variable in class edu.wpi.first.wpilibj.HiTechnicColorSensor.RGB
 
BMASK - Static variable in class com.sun.squawk.security.ecc.FFA
 
BOOLEAN - Static variable in class com.sun.squawk.Klass
The type for boolean.
BOOLEAN - Static variable in interface com.sun.squawk.vm.CID
 
Boolean - Class in java.lang
The Boolean class wraps a value of the primitive type boolean in an object.
Boolean(boolean) - Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value argument.
BOOLEAN_ARRAY - Static variable in class com.sun.squawk.Klass
The type for boolean[].
BOOLEAN_ARRAY - Static variable in interface com.sun.squawk.vm.CID
 
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean primitive.
BOOTSTRAP_URI - Static variable in class com.sun.squawk.ObjectMemory
The reserved URI denoting the bootstrap suite.
BOOTSTRAP_URI_PROPERTY - Static variable in class com.sun.squawk.ObjectMemory
The property name used to specify a different default than squawk.suite for the bootstrap suite.
BoundaryException - Exception in edu.wpi.first.wpilibj.util
This exception represents an error in which a lower limit was set as higher than an upper limit.
BoundaryException(String) - Constructor for exception edu.wpi.first.wpilibj.util.BoundaryException
Create a new exception with the given message
boundingRectHeight - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Bounding Rectangle
boundingRectLeft - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Bounding Rectangle
boundingRectTop - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Bounding Rectangle
boundingRectWidth - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Bounding Rectangle
br(Label) - Method in interface com.sun.squawk.compiler.BaseCompiler
Unconditionally branch to the label.
br(int) - Method in interface com.sun.squawk.compiler.BaseCompiler
Unconditionally branch to the label.
branchCount() - Static method in class com.sun.squawk.VM
Enables a dynamically loaded class to call this.
branchCountHigh - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
branchCountLow - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
BREAKPOINT - Static variable in class com.sun.squawk.Debugger.Event
 
broadcast(int, int) - Method in class edu.wpi.first.wpilibj.I2C
Send a broadcast write to all devices on the I2C bus.
bt(Label) - Method in interface com.sun.squawk.compiler.BaseCompiler
Branch to the label if the popped value is true.
bt(int) - Method in interface com.sun.squawk.compiler.BaseCompiler
Branch to the label if the popped value is true.
buf - Variable in class com.sun.squawk.ByteBufferDecoder
The byte array of encoded values.
buf - Static variable in interface com.sun.squawk.vm.MessageBuffer
The offset to the start of the data.
buf - Variable in class java.io.ByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
buf - Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buffer - Variable in class com.sun.squawk.ByteBufferEncoder
The data written to this buffer.
BUFFER - Static variable in class com.sun.squawk.flash.NorFlashSectorState
 
BufferedReader - Class in com.sun.squawk.io
Read text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
BufferedReader(Reader, int) - Constructor for class com.sun.squawk.io.BufferedReader
Create a buffering character-input stream that uses an input buffer of the specified size.
BufferedReader(Reader) - Constructor for class com.sun.squawk.io.BufferedReader
Create a buffering character-input stream that uses a default-sized input buffer.
BufferedWriter - Class in com.sun.squawk.io
Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
BufferedWriter(Writer) - Constructor for class com.sun.squawk.io.BufferedWriter
Create a buffered character-output stream that uses a default-sized output buffer.
BufferedWriter(Writer, int) - Constructor for class com.sun.squawk.io.BufferedWriter
Create a new buffered character-output stream that uses an output buffer of the given size.
BUFFERSIZE - Static variable in interface com.sun.squawk.vm.MessageBuffer
The size in bytes of the buf part of the buffer.
bum(int) - Static method in class edu.wpi.first.wpilibj.communication.BumARioHandle
Obtain a RIO handle.
BumARioHandle - Class in edu.wpi.first.wpilibj.communication
Class for obtaining a RIO handle.
BumARioHandle() - Constructor for class edu.wpi.first.wpilibj.communication.BumARioHandle
 
Button - Class in edu.wpi.first.wpilibj.buttons
This class provides an easy way to link commands to OI inputs.
Button() - Constructor for class edu.wpi.first.wpilibj.buttons.Button
 
ByReference - Class in com.sun.cldc.jna.ptr
Superclass of types representing native pointers
ByReference(int) - Constructor for class com.sun.cldc.jna.ptr.ByReference
Allocate backing memory of the correct size
BYTE - Static variable in class com.sun.squawk.compiler.Type
Define secondary types.
BYTE - Static variable in interface com.sun.squawk.compiler.Types
Define secondary types.
BYTE - Static variable in class com.sun.squawk.Klass
The type for byte.
BYTE - Static variable in class com.sun.squawk.vm.AddressType
Denotes that an address contains a byte value.
BYTE - Static variable in interface com.sun.squawk.vm.CID
 
Byte - Class in java.lang
The Byte class is the standard wrapper for byte values.
Byte(byte) - Constructor for class java.lang.Byte
Constructs a Byte object initialized to the specified byte value.
BYTE_ARRAY - Static variable in class com.sun.squawk.Klass
The type for byte[].
BYTE_ARRAY - Static variable in interface com.sun.squawk.vm.CID
 
ByteArrayEnvelope - Class in com.sun.squawk.io.mailboxes
A ByteArrayEnvelope can be used to pass a byte array, or subsection of a byte array through a Channel.
ByteArrayEnvelope(byte[], int, int) - Constructor for class com.sun.squawk.io.mailboxes.ByteArrayEnvelope
Create a ByteArrayEnvelope for the subsection of the specified array.
ByteArrayEnvelope(byte[]) - Constructor for class com.sun.squawk.io.mailboxes.ByteArrayEnvelope
Create a ByteArrayEnvelope for the specified array.
ByteArrayInputStream - Class in java.io
A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
Creates a ByteArrayInputStream so that it uses buf as its buffer array.
ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
Creates ByteArrayInputStream that uses buf as its buffer array.
ByteArrayInputStreamEnvelope - Class in com.sun.squawk.io.mailboxes
A ByteArrayInputStreamEnvelope can be used to pass a byte array, or subsection of a byte array, as a ByteArrayInputStream.
ByteArrayInputStreamEnvelope(byte[], int, int) - Constructor for class com.sun.squawk.io.mailboxes.ByteArrayInputStreamEnvelope
Create a ByteArrayEnvelope for the subsection of the specified array.
ByteArrayInputStreamEnvelope(byte[]) - Constructor for class com.sun.squawk.io.mailboxes.ByteArrayInputStreamEnvelope
Create a ByteArrayEnvelope for the specified array.
ByteArrayInputStreamWithSetBytes - Class in com.sun.squawk.util
An extention of ByteArrayInputStream that allows the byte array buffer to be modified, using the ByteArrayInputStreamWithSetBytes.setBytes(byte[], int, int) method.
ByteArrayInputStreamWithSetBytes(byte[]) - Constructor for class com.sun.squawk.util.ByteArrayInputStreamWithSetBytes
 
ByteArrayInputStreamWithSetBytes(byte[], int, int) - Constructor for class com.sun.squawk.util.ByteArrayInputStreamWithSetBytes
 
ByteArrayOutputStream - Class in java.io
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
ByteArrayOutputStreamWithGetBytes - Class in com.sun.squawk.util
An extention of ByteArrayOutputStream that allows the byte array buffer to be read directly, using the ByteArrayOutputStreamWithGetBytes.getBytes() method.
ByteArrayOutputStreamWithGetBytes() - Constructor for class com.sun.squawk.util.ByteArrayOutputStreamWithGetBytes
 
ByteArrayOutputStreamWithGetBytes(int) - Constructor for class com.sun.squawk.util.ByteArrayOutputStreamWithGetBytes
 
ByteBufferDecoder - Class in com.sun.squawk
A byte buffer dencoder can be used to decode a byte array of values encoded with a byte buffer encoder.
ByteBufferDecoder(byte[], int) - Constructor for class com.sun.squawk.ByteBufferDecoder
Creates a ByteBufferDecoder to decode a byte array of values that was encoded by a ByteArryEncoder.
ByteBufferEncoder - Class in com.sun.squawk
A byte buffer encoder can be used to build a byte array of values encoded using a space-saving encoding.
ByteBufferEncoder() - Constructor for class com.sun.squawk.ByteBufferEncoder
 
BYTECODE - Static variable in class com.sun.squawk.Klass
The type for an element of a method.
BYTECODE - Static variable in class com.sun.squawk.vm.AddressType
Denotes that an address contains a bytecode instruction.
BYTECODE - Static variable in interface com.sun.squawk.vm.CID
 
BYTECODE_ARRAY - Static variable in class com.sun.squawk.Klass
The type for an array of bytes that is a method.
BYTECODE_ARRAY - Static variable in interface com.sun.squawk.vm.CID
 
BYTECODE_COUNT - Static variable in class com.sun.squawk.vm.OPC.Properties
The total number of instructions.
bytes - Variable in class com.sun.squawk.flash.MemoryHeapBlock
 
bytes - Variable in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
bytes - Variable in class com.sun.squawk.rms.RecordEntry
 
BYTES_PER_WORD - Static variable in interface com.sun.squawk.vm.HDR
The size (in bytes) of a pointer.
bytesIn - Variable in class com.sun.squawk.flash.MemoryHeapBlock
 
bytesize - Variable in class com.sun.squawk.security.ECPublicKey
 
bytesLength - Variable in class com.sun.squawk.rms.RecordEntry
 
bytesOffset - Variable in class com.sun.squawk.rms.RecordEntry
 
bytesToWords() - Method in class com.sun.squawk.Offset
Scales this offset which currently expresses an offset in bytes to express the same offset in words.
bytesTransferred - Variable in exception java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
byteToCharArray(byte[], int, int) - Static method in class com.sun.cldc.i18n.Helper
Convert a byte array to a char array
byteToCharArray(byte[], int, int, String) - Static method in class com.sun.cldc.i18n.Helper
Convert a byte array to a char array
byteValue() - Method in class java.lang.Byte
Returns the value of this Byte as a byte.
byteValue() - Method in class java.lang.Double
Returns the value of this Double as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Float
Returns the value of this Float as a byte (by casting to a byte).
byteValue() - Method in class java.lang.Integer
Returns the value of this Integer as a byte.

C

C_DYNAMIC - Static variable in interface com.sun.squawk.compiler.BaseCompiler
Normal C-style calling convention except the parameters are on the runtime stack but the procedure address is on the shadow stack.
C_JVM - Static variable in interface com.sun.squawk.compiler.BaseCompiler
Java-style calling convention for Squawk methods where the address of the method's bytecodes or machine code is passed to the function, and all parameters are provided on the shadow stack.
C_JVM_DYNAMIC - Static variable in interface com.sun.squawk.compiler.BaseCompiler
Java-style calling convention for Squawk methods with the parameters on the runtime stack but the method address on the shadow stack.
C_NORMAL - Static variable in interface com.sun.squawk.compiler.BaseCompiler
Normal C-style calling convention with the parameters and procedure address on the shadow stack.
calculate() - Method in class edu.wpi.first.wpilibj.PIDController
Read the input, calculate the output accordingly, and write to the output.
calculateOopMapSizeInBytes(int) - Static method in class com.sun.squawk.GC
Calculates the size (in bytes) of an oop map that will have a bit for every word in a memory of a given size.
Calendar - Class in java.util
Calendar is an abstract base class for converting between a Date object and a set of integer fields such as YEAR, MONTH, DAY, HOUR, and so on.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone.
CalendarImpl - Class in com.sun.cldc.util.j2me
This class is an implementation of the subsetted CLDC 1.1 Calendar class.
CalendarImpl() - Constructor for class com.sun.cldc.util.j2me.CalendarImpl
 
call(int, Type, int) - Method in interface com.sun.squawk.compiler.BaseCompiler
Call a function.
call(int, Type) - Method in interface com.sun.squawk.compiler.BaseCompiler
Call a function.
call(Type) - Method in interface com.sun.squawk.compiler.BaseCompiler
Call a function.
call(Type, int) - Method in interface com.sun.squawk.compiler.BaseCompiler
Call a function.
call0() - Method in class com.sun.cldc.jna.BlockingFunction
 
call0() - Method in class com.sun.cldc.jna.Function
 
call0(Address) - Static method in class com.sun.squawk.NativeUnsafe
Call a function pointer with no arguments
call1(int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call1(int) - Method in class com.sun.cldc.jna.Function
 
call1(Pointer) - Method in class com.sun.cldc.jna.Function
 
call1(Address, int) - Static method in class com.sun.squawk.NativeUnsafe
Call a function pointer with one arguments
call10(int, int, int, int, int, int, int, int, int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call10(int, int, int, int, int, int, int, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call10(Address, int, int, int, int, int, int, int, int, int, int) - Static method in class com.sun.squawk.NativeUnsafe
Call a function pointer with 10 arguments
call2(int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call2(int, int) - Method in class com.sun.cldc.jna.Function
 
call2(int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call2(Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call2(Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call2(Address, int, int) - Static method in class com.sun.squawk.NativeUnsafe
Call a function pointer with two arguments
call3(int, int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call3(int, int, int) - Method in class com.sun.cldc.jna.Function
 
call3(int, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call3(int, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call3(int, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call3(Pointer, int, int) - Method in class com.sun.cldc.jna.Function
 
call3(Pointer, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call3(Pointer, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call3(Pointer, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call3(Address, int, int, int) - Static method in class com.sun.squawk.NativeUnsafe
Call a function pointer with three arguments
call4(int, int, int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call4(int, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call4(int, int, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call4(int, int, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call4(int, int, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call4(int, Pointer, int, int) - Method in class com.sun.cldc.jna.Function
 
call4(int, Pointer, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call4(int, Pointer, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call4(int, Pointer, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call4(Pointer, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call4(Pointer, int, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call4(Pointer, int, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call4(Pointer, int, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call4(Pointer, Pointer, int, int) - Method in class com.sun.cldc.jna.Function
 
call4(Pointer, Pointer, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call4(Pointer, Pointer, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call4(Pointer, Pointer, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call4(Address, int, int, int, int) - Static method in class com.sun.squawk.NativeUnsafe
Call a function pointer with four arguments
call5(int, int, int, int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call5(int, int, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call5(int, int, int, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call5(int, int, Pointer, int, int) - Method in class com.sun.cldc.jna.Function
 
call5(int, int, Pointer, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call5(int, Pointer, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call5(int, Pointer, int, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call5(int, Pointer, Pointer, int, int) - Method in class com.sun.cldc.jna.Function
 
call5(int, Pointer, Pointer, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, int, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, int, int, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, int, Pointer, int, int) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, int, Pointer, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, Pointer, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, Pointer, int, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, Pointer, Pointer, int, int) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, Pointer, Pointer, Pointer, int) - Method in class com.sun.cldc.jna.Function
 
call5(int, int, int, int, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(int, int, int, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(int, int, Pointer, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(int, int, Pointer, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(int, Pointer, int, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(int, Pointer, int, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(int, Pointer, Pointer, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(int, Pointer, Pointer, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, int, int, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, int, int, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, int, Pointer, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, int, Pointer, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, Pointer, int, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, Pointer, int, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, Pointer, Pointer, int, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Pointer, Pointer, Pointer, Pointer, Pointer) - Method in class com.sun.cldc.jna.Function
 
call5(Address, int, int, int, int, int) - Static method in class com.sun.squawk.NativeUnsafe
Call a function pointer with five arguments
call6(int, int, int, int, int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call6(int, int, int, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call6(Address, int, int, int, int, int, int) - Static method in class com.sun.squawk.NativeUnsafe
Call a function pointer with six arguments
call7(int, int, int, int, int, int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call7(int, int, int, int, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call7(Address, int, int, int, int, int, int, int) - Static method in class com.sun.squawk.NativeUnsafe
Call a function pointer with seven arguments
call8(int, int, int, int, int, int, int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call8(int, int, int, int, int, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call8(Address, int, int, int, int, int, int, int, int) - Static method in class com.sun.squawk.NativeUnsafe
Call a function pointer with eight arguments
call9(int, int, int, int, int, int, int, int, int) - Method in class com.sun.cldc.jna.BlockingFunction
 
call9(int, int, int, int, int, int, int, int, int) - Method in class com.sun.cldc.jna.Function
 
call9(Address, int, int, int, int, int, int, int, int, int) - Static method in class com.sun.squawk.NativeUnsafe
Call a function pointer with nine arguments
CallbackManager - Class in com.sun.squawk
Class that manages callbacks for occasional events, which might be notified by isolate's other than the one that regsistered the callback objects.
CallbackManager(boolean) - Constructor for class com.sun.squawk.CallbackManager
Creates a new instance of CallbackManager
callDestroyApp(MIDlet, boolean) - Method in interface com.sun.midp.midlet.MIDletTunnel
Calls the destroyApp method on the midlet instance.
callPauseApp(MIDlet) - Method in interface com.sun.midp.midlet.MIDletTunnel
Calls the pauseApp method on the midlet instance.
callStartApp(MIDlet) - Method in interface com.sun.midp.midlet.MIDletTunnel
Calls the startApp method on the midlet instance.
CAN_API_MC_ACK - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_API_MC_CFG - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_API_MC_ICTRL - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_API_MC_POS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_API_MC_PSTAT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_API_MC_SPD - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_API_MC_STATUS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_API_MC_VCOMP - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_API_MC_VOLTAGE - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_API_CLASS_M - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_API_DEVASSIGN - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_API_DEVQUERY - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_API_ENUMERATE - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_API_FIRMVER - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_API_HEARTBEAT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_API_ID_M - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_API_M - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_API_S - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_API_SYNC - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_API_SYSHALT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_API_SYSRESUME - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_API_SYSRST - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_API_UPDATE - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_DEVNO_BCAST - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_DEVNO_M - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_DEVNO_S - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_DTYPE_ACCEL - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_DTYPE_BCAST - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_DTYPE_GEART - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_DTYPE_GYRO - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_DTYPE_M - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_DTYPE_MOTOR - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_DTYPE_RELAY - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_DTYPE_ROBOT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_DTYPE_S - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_DTYPE_UPDATE - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_DTYPE_USONIC - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_FULL_M - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_MFR_DEKA - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_MFR_LM - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_MFR_M - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_MFR_NI - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_MSGID_MFR_S - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_STATUS_CODE_M - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_STATUS_CODE_S - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_STATUS_DTYPE_M - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_STATUS_DTYPE_S - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_STATUS_MFG_M - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
CAN_STATUS_MFG_S - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
cancel() - Method in class edu.wpi.first.wpilibj.command.Command
This will cancel the current command.
cancel() - Method in class java.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class java.util.TimerTask
Cancels this timer task.
cancelInterrupts() - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
Cancel interrupts on this device.
cancelIOHandler() - Method in class com.sun.squawk.platform.SystemEvents
Call to end the run() method.
cancelTaskExecutor() - Method in class com.sun.cldc.jna.TaskExecutor
Tell TaskExecutor to stop running new NativeTasks.
cancelTaskExecutor(Address) - Static method in class com.sun.squawk.NativeUnsafe
 
cancelWhenActive(Command) - Method in class edu.wpi.first.wpilibj.buttons.Trigger
Cancels a command when the trigger becomes active
cancelWhenPressed(Command) - Method in class edu.wpi.first.wpilibj.buttons.Button
Cancel the command when the button is pressed
CANExceptionFactory - Class in edu.wpi.first.wpilibj.can
Exception indicating that the Jaguar CAN Driver layer refused to send a restricted message ID to the CAN bus.
CANExceptionFactory() - Constructor for class edu.wpi.first.wpilibj.can.CANExceptionFactory
 
CANInvalidBufferException - Exception in edu.wpi.first.wpilibj.can
Exception indicating that a CAN driver library entry-point was passed an invalid buffer.
CANInvalidBufferException() - Constructor for exception edu.wpi.first.wpilibj.can.CANInvalidBufferException
 
CANJaguar - Class in edu.wpi.first.wpilibj
 
CANJaguar(int) - Constructor for class edu.wpi.first.wpilibj.CANJaguar
Constructor Default to percent Vbus control mode.
CANJaguar(int, CANJaguar.ControlMode) - Constructor for class edu.wpi.first.wpilibj.CANJaguar
Constructor
CANJaguar.ControlMode - Class in edu.wpi.first.wpilibj
Mode determines how the Jaguar is controlled
CANJaguar.Faults - Class in edu.wpi.first.wpilibj
Faults reported by the Jaguar
CANJaguar.LimitMode - Class in edu.wpi.first.wpilibj
Determines which sensor to use for position reference.
CANJaguar.Limits - Class in edu.wpi.first.wpilibj
Limit switch masks
CANJaguar.NeutralMode - Class in edu.wpi.first.wpilibj
Determines how the Jaguar behaves when sending a zero signal.
CANJaguar.PositionReference - Class in edu.wpi.first.wpilibj
Determines which sensor to use for position reference.
CANJaguar.SpeedReference - Class in edu.wpi.first.wpilibj
Determines which sensor to use for speed reference.
CANJaguarVersionException - Exception in edu.wpi.first.wpilibj.can
Exception indicating that the CAN driver layer has not been initialized.
CANJaguarVersionException(int, int) - Constructor for exception edu.wpi.first.wpilibj.can.CANJaguarVersionException
 
CANMessageNotAllowedException - Exception in edu.wpi.first.wpilibj.can
Exception indicating that the Jaguar CAN Driver layer refused to send a restricted message ID to the CAN bus.
CANMessageNotAllowedException(String) - Constructor for exception edu.wpi.first.wpilibj.can.CANMessageNotAllowedException
 
CANNotInitializedException - Exception in edu.wpi.first.wpilibj.can
Exception indicating that the CAN driver layer has not been initialized.
CANNotInitializedException() - Constructor for exception edu.wpi.first.wpilibj.can.CANNotInitializedException
 
CANTimeoutException - Exception in edu.wpi.first.wpilibj.can
Exception indicating that the CAN device did not respond within the timeout period specified.
CANTimeoutException() - Constructor for exception edu.wpi.first.wpilibj.can.CANTimeoutException
 
capacity() - Method in class com.sun.squawk.util.SquawkHashtable
Return the current capacity of the hashtable.
capacity() - Method in class com.sun.squawk.util.SquawkVector
Returns the current capacity of this vector.
capacity() - Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capacityIncrement - Variable in class com.sun.squawk.util.SquawkVector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
capacityIncrement - Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
cardinality() - Method in class com.sun.squawk.util.BitSet
Returns the number of bits set to 1 in this BitSet.
CATCH - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
catchLocation - Variable in class com.sun.squawk.Debugger.ExceptionEvent
 
caught - Variable in class com.sun.squawk.debugger.EventRequestModifier.ExceptionOnly
 
cbytes(byte[]) - Method in class com.sun.squawk.os.Parm
Add a byte array parameter.
CEIL - Static variable in interface com.sun.squawk.vm.MathOpcodes
 
ceil(double) - Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
center_mass_x - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
X-coordinate of the point representing the average position of the total particle mass, assuming every point in the particle has a constant density
center_mass_x_normalized - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Center of mass x value normalized to -1.0 to +1.0 range.
center_mass_y - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Y-coordinate of the point representing the average position of the total particle mass, assuming every point in the particle has a constant density
center_mass_y_normalized - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Center of mass y value normalized to -1.0 to +1.0 range.
changeControlMode(CANJaguar.ControlMode) - Method in class edu.wpi.first.wpilibj.CANJaguar
Change the control mode of this Jaguar object.
changed() - Method in class com.sun.squawk.rms.RecordStoreEntry
 
changeState(byte) - Method in class com.sun.squawk.Klass
Updates the state of this class.
Channel - Class in com.sun.squawk.io.mailboxes
A Channel is a private bidirectional message passing mechanism, typically between Isolates.
CHANNEL_GENERIC - Static variable in class com.sun.squawk.vm.ChannelConstants
The channel identifier for the generic IO channel.
CHANNEL_GUIIN - Static variable in class com.sun.squawk.vm.ChannelConstants
The channel identifier for the GUI input channel.
CHANNEL_GUIOUT - Static variable in class com.sun.squawk.vm.ChannelConstants
The channel identifier for the GUI output channel.
CHANNEL_IRQ - Static variable in class com.sun.squawk.vm.ChannelConstants
The channel identifier for the irq channel.
CHANNEL_LAST_FIXED - Static variable in class com.sun.squawk.vm.ChannelConstants
The last fixed channel number.
CHANNEL_SPI - Static variable in class com.sun.squawk.vm.ChannelConstants
 
ChannelConstants - Class in com.sun.squawk.vm
 
ChannelInputStream - Class in com.sun.squawk.io.j2me.channel
ChannelInputStream
ChannelInputStream(Protocol) - Constructor for class com.sun.squawk.io.j2me.channel.ChannelInputStream
 
CHANNELIO - Static variable in class com.sun.squawk.ServiceOperation
Execute a channel I/O operation.
ChannelOutputStream - Class in com.sun.squawk.io.j2me.channel
ChannelOutputStream
ChannelOutputStream(Protocol) - Constructor for class com.sun.squawk.io.j2me.channel.ChannelOutputStream
 
CHAR - Static variable in class com.sun.squawk.Klass
The type for char.
CHAR - Static variable in interface com.sun.squawk.vm.CID
 
CHAR_ARRAY - Static variable in class com.sun.squawk.Klass
The type for char[].
CHAR_ARRAY - Static variable in interface com.sun.squawk.vm.CID
 
Character - Class in java.lang
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Constructs a Character object and initializes it so that it represents the primitive value argument.
charAt(String, int) - Static method in class com.sun.squawk.NativeUnsafe
Gets character from a string.
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
charAt(int) - Method in class java.lang.StringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
charToByteArray(char[], int, int) - Static method in class com.sun.cldc.i18n.Helper
Convert a char array to a byte array
charToByteArray(char[], int, int, String) - Static method in class com.sun.cldc.i18n.Helper
Convert a byte array to a char array
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
check(Object) - Static method in class com.sun.squawk.vm.CS
Give error if cs is not really global array.
check() - Method in class edu.wpi.first.wpilibj.MotorSafetyHelper
Check if this motor has exceeded its timeout.
CHECK_VERSIONS_BIT - Static variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
 
checkAnalogChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Check that the analog channel number is value.
checkAnalogModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Check that the analog module number is valid.
checkBounds(int, int, int) - Static method in class com.sun.squawk.realtime.RawMemoryAccess
Do a bounds check on a write.
checkCallContext() - Method in class com.sun.squawk.io.mailboxes.Envelope
Check that this envelope has been sent, and that the caller's isolate is the receiver of the envelope.
CHECKCAST - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
checkDigitalChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Check that the digital channel number is valid.
checkDigitalModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Check that the digital module number is valid.
CheckedAllocationException - Exception in edu.wpi.first.wpilibj.util
Exception indicating that the resource is already allocated This is meant to be thrown by the resource class
CheckedAllocationException(String) - Constructor for exception edu.wpi.first.wpilibj.util.CheckedAllocationException
Create a new CheckedAllocationException
checkError() - Method in class java.io.PrintStream
Flush the stream and check its error state.
checkMIDletVersion(String, String, String) - Method in class com.sun.squawk.rms.RecordStoreManager
 
checkMotors() - Static method in class edu.wpi.first.wpilibj.MotorSafetyHelper
Check the motors to see if any have timed out.
checkMultiBounds(int, int, int, int) - Static method in class com.sun.squawk.realtime.RawMemoryAccess
Do a bounds check on accessing a range.
checkMultiRead(int, int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Do a bounds check on reading a range.
checkMultiWrite(int, int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Do a bounds check on writing a range.
checkPWMChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Check that the digital channel number is valid.
checkPWMModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Check that the digital module number is valid.
checkReadPermission() - Method in class com.sun.squawk.io.j2me.file.Protocol
Checks that the application has permission to read.
checkReadWriteParameters(int, byte[], int, int) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
checkRelayChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Check that the digital channel number is valid.
checkRelayModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Check that the digital module number is valid.
checkRootReadPermission() - Method in class com.sun.squawk.io.j2me.file.Protocol
Checks that the application has permission to read the root path.
checkSolenoidChannel(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Verify that the solenoid channel number is within limits.
checkSolenoidModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Verify that the solenoid module is correct.
checkStatus(int, int) - Static method in class edu.wpi.first.wpilibj.can.CANExceptionFactory
 
checkWritePermission() - Method in class com.sun.squawk.io.j2me.file.Protocol
Checks that the application has permission to write.
CheneyCollector - Class in com.sun.squawk
The classic two-space Cheney garbage collector.
cheneyEndMemoryProtect - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
cheneyStartMemoryProtect - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
CID - Interface in com.sun.squawk.vm
This class enumerates the identifiers for the special system classes that the Squawk VM must be able to identify without necessary having a reference to a Klass object.
Class - Class in java.lang
Instances of the class Class represent classes and interfaces in a running Java application.
CLASS_CLINIT - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CLASS_GETSTATIC_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
CLASS_GETSTATIC_D_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
CLASS_GETSTATIC_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
CLASS_GETSTATIC_F_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
CLASS_GETSTATIC_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CLASS_GETSTATIC_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CLASS_GETSTATIC_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CLASS_GETSTATIC_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CLASS_GETSTATIC_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CLASS_GETSTATIC_O_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CLASS_LOAD - Static variable in class com.sun.squawk.Debugger.Event
 
CLASS_MONITORENTER - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CLASS_MONITOREXIT - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CLASS_PREPARE - Static variable in class com.sun.squawk.Debugger.Event
 
CLASS_PUTSTATIC_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
CLASS_PUTSTATIC_D_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
CLASS_PUTSTATIC_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
CLASS_PUTSTATIC_F_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
CLASS_PUTSTATIC_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CLASS_PUTSTATIC_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CLASS_PUTSTATIC_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CLASS_PUTSTATIC_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CLASS_PUTSTATIC_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CLASS_PUTSTATIC_O_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CLASS_UNLOAD - Static variable in class com.sun.squawk.Debugger.Event
 
ClassCastException - Exception in java.lang
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for exception java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassFileConstantField - Class in com.sun.squawk
An instance of ClassFileConstantField encapsulates all the symbolic information of a field declaration in a class file that has a ConstantValue attribute.
ClassFileConstantField(String, int, Klass, long) - Constructor for class com.sun.squawk.ClassFileConstantField
Creates a new ClassFileConstantField instance for a field with a primitive ConstantValue attribute.
ClassFileConstantField(String, int, Klass, String) - Constructor for class com.sun.squawk.ClassFileConstantField
Creates a new ClassFileConstantField instance for a field with a String ConstantValue attribute.
ClassFileField - Class in com.sun.squawk
An instance of ClassFileField encapsulates all the symbolic information of a field declaration in a class file.
ClassFileField(String, int, Klass) - Constructor for class com.sun.squawk.ClassFileField
Creates a new ClassFileField instance.
ClassFileMember - Class in com.sun.squawk
An instance of ClassFileMember encapsulates all the common symbolic information of a field or method declaration in a class file.
ClassFileMethod - Class in com.sun.squawk
An instance of ClassFileMethod encapsulates all the symbolic information of a method declaration in a class file.
ClassFileMethod(String, int, Klass, Klass[], int) - Constructor for class com.sun.squawk.ClassFileMethod
Creates a new ClassFileMethod instance.
ClassLoaderReference_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
ClassLoaderReference_VisibleClasses_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns a list of all classes which this class loader has been requested to load.
ClassNotFoundException - Exception in java.lang
Thrown when an application tries to load in a class through its string name using the forName method in class Class but no definition for the class with the specified name could be found.
ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
ClassObjectReference_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
ClassObjectReference_ReflectedType_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the reference type reflected by this class object.
ClasspathConnection - Interface in com.sun.squawk.io.connections
 
classPattern - Variable in class com.sun.squawk.debugger.EventRequestModifier.ClassMatch
The restricted regular expression sent by the debugger
ClassStatus_ERROR - Static variable in class com.sun.squawk.debugger.JDWP
 
ClassStatus_INITIALIZED - Static variable in class com.sun.squawk.debugger.JDWP
 
ClassStatus_PREPARED - Static variable in class com.sun.squawk.debugger.JDWP
 
ClassStatus_VERIFIED - Static variable in class com.sun.squawk.debugger.JDWP
 
ClassStatus_VERIFIED_PREPARED_INITIALIZED - Static variable in class com.sun.squawk.debugger.JDWP
 
classTable - Variable in class com.sun.squawk.KlassMetadata
The table of classes that are referred to from the symbols.
ClassTunnel - Interface in com.sun.squawk
Interface to enable calling constructor of java.lang.Class.
ClassType_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
ClassType_InvokeMethod_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Invokes a static method.
ClassType_NewInstance_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Creates a new object of this type, invoking the specified constructor.
ClassType_SetValues_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Sets the value of one or more static fields.
ClassType_Superclass_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the immediate superclass of a class.
clazz - Variable in class com.sun.squawk.debugger.EventRequestModifier.ClassOnly
 
cleanupMailboxes() - Method in class com.sun.squawk.Isolate
Tell remote isolates that we won't talk to them again, and close our Mailboxes.
clear(int) - Method in class com.sun.cldc.jna.Pointer
Zero the first "size" bytes of memory
clear() - Method in class com.sun.cldc.jna.Pointer
Zero memory
clear() - Method in class com.sun.cldc.jna.Structure
Set the backing memory to zeros.
clear(int, int) - Method in class com.sun.squawk.debugger.EventManager
Removes some event request(s) from this manager.
clear() - Method in class com.sun.squawk.GC.ClassStat
 
clear() - Method in class com.sun.squawk.Ref
Clears this reference object.
clear() - Method in class com.sun.squawk.util.ArrayHashtable
Clears this hashtable so that it contains no keys.
clear(int) - Method in class com.sun.squawk.util.BitSet
Clears the bit at a given index.
clear() - Method in class com.sun.squawk.util.BitSet
Clears all of the bits in this BitSet.
clear() - Method in class com.sun.squawk.util.IntHashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class com.sun.squawk.util.SimpleLinkedList
Removes all of the elements from this list.
clear() - Method in class com.sun.squawk.util.SquawkHashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class edu.wpi.first.wpilibj.DriverStationLCD
Clear User Messages box on DS Operations Tab This method will clear all text currently displayed in the message box
clear() - Method in class java.lang.ref.Reference
Clears this reference object.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clearBreakpoint() - Method in class com.sun.squawk.VMThread
Clears the object used to report a breakpoint hit.
clearDownSource() - Method in class edu.wpi.first.wpilibj.Counter
Disable the down counting source to the counter.
cleared() - Method in class com.sun.squawk.debugger.EventRequest
Does any event specific clearing after it has been de-registered from an event manager.
clearErr() - Method in class com.sun.squawk.Isolate
Removes all the connections to which System.err is sending its output.
clearKey() - Method in class com.sun.squawk.security.ECPublicKey
 
clearObject(Object, int) - Static method in class com.sun.squawk.NativeUnsafe
Clears a pointer value in memory.
clearOut() - Method in class com.sun.squawk.Isolate
Removes all the connections to which System.out is sending its output.
clearStep() - Method in class com.sun.squawk.VMThread
Removes the object (if any) that is keeping this thread in single stepping mode.
clearUpSource() - Method in class edu.wpi.first.wpilibj.Counter
Disable the up counting source to the counter.
CLOCK_POLARITY_ACTIVE_HIGH - Static variable in class edu.wpi.first.wpilibj.SPIDevice
When transferring data the clock will be active high
This corresponds to CPOL=0
CLOCK_POLARITY_ACTIVE_LOW - Static variable in class edu.wpi.first.wpilibj.SPIDevice
When transferring data the clock will be active low
This corresponds to CPOL=1
clone() - Method in class com.sun.squawk.security.ecc.ECPoint
 
clonePoint() - Method in class com.sun.squawk.security.ecc.ECPoint
 
close() - Method in class com.sun.cldc.i18n.StreamReader
Close the stream.
close() - Method in class com.sun.cldc.i18n.StreamWriter
Close the writer and the output stream.
close() - Method in interface com.sun.cldc.io.ConnectionBaseInterface
 
close() - Method in class com.sun.squawk.debugger.JDWPConnection
Closes this connection.
close() - Method in class com.sun.squawk.debugger.PacketInputStream
Closes this stream and its underlying stream.
close(String) - Method in class com.sun.squawk.debugger.PacketOutputStream
Closes this stream and its underlying stream.
close() - Method in class com.sun.squawk.io.BufferedReader
Close the stream.
close() - Method in class com.sun.squawk.io.BufferedWriter
Close the stream.
close() - Method in class com.sun.squawk.io.ConnectionBase
Close
close() - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Close the connection.
close() - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
 
close() - Method in class com.sun.squawk.io.j2me.channel.ChannelOutputStream
 
close() - Method in class com.sun.squawk.io.j2me.channel.Protocol
Close the connection.
close() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
close() - Method in class com.sun.squawk.io.j2me.serversocket.Protocol
Close the connection.
close() - Method in class com.sun.squawk.io.j2me.socket.Protocol
Close the connection.
close() - Method in class com.sun.squawk.io.mailboxes.Channel
Closes the Channel at both ends asynchronously.
close() - Method in class com.sun.squawk.io.mailboxes.Mailbox
Closes a Mailbox.
close() - Method in class com.sun.squawk.io.mailboxes.MailboxAddress
Sends a close message to the corresponding Mailbox, explaining that no more messages will be sent via this MailboxAddress.
close() - Method in class com.sun.squawk.io.mailboxes.ServerChannel
Unregisters this ServerChannel.
close() - Method in class com.sun.squawk.io.MulticastOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class com.sun.squawk.platform.BaseGCFFile
Close file associated with this handler.
close() - Method in interface com.sun.squawk.platform.GCFFile
Close file associated with this handler.
close(int) - Method in interface com.sun.squawk.platform.GCFSockets
Closes the socket connection.
close(int) - Method in class com.sun.squawk.platform.posix.GCFSocketsImpl
 
close(int) - Method in interface com.sun.squawk.platform.posix.natives.LibC
delete a descriptor
close(int) - Method in class com.sun.squawk.platform.posix.natives.LibCImpl
 
close(int) - Method in class com.sun.squawk.platform.windows.GCFSocketsImpl
 
close(int) - Method in interface com.sun.squawk.platform.windows.natives.LibC
delete a descriptor
close(int) - Method in class com.sun.squawk.platform.windows.natives.LibCImpl
 
close() - Method in class com.sun.squawk.ResourceFile
 
close() - Method in class com.sun.squawk.Suite
Closes this suite.
close(int) - Method in interface com.sun.squawk.TranslatorInterface
Closes the connection with the translator.
close() - Method in class com.sun.squawk.util.StructuredFileInputStream
Closes this reader and releases any system resources associated with the underlying input stream.
close() - Method in class edu.wpi.first.wpilibj.communication.Semaphore
Close the semaphore.
close() - Method in class java.io.ByteArrayInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.ByteArrayOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.DataInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.DataOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
Close the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.OutputStreamWriter
Close the stream.
close() - Method in class java.io.PrintStream
Close the stream.
close() - Method in class java.io.Reader
Close the stream.
close() - Method in class java.io.Writer
Close the stream, flushing it first.
close() - Method in interface javax.microedition.io.Connection
Close the connection.
CLOSECONNECTION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
closeForRead() - Method in interface com.sun.squawk.platform.GCFFile
Closes for reading the file that was open by openForRead method.
closeForRead() - Method in class com.sun.squawk.platform.posix.GCFFileImpl
Closes the file for reading.
closeForRead() - Method in class com.sun.squawk.platform.windows.GCFFileImpl
Closes the file for reading.
closeForReadWrite() - Method in class com.sun.squawk.platform.BaseGCFFile
Closes the file for both reading and writing.
closeForReadWrite() - Method in interface com.sun.squawk.platform.GCFFile
Closes the file for both reading and writing.
closeForWrite() - Method in interface com.sun.squawk.platform.GCFFile
Closes for writing the file that was open by openForWrite method.
closeForWrite() - Method in class com.sun.squawk.platform.posix.GCFFileImpl
Closes the file for writing.
closeForWrite() - Method in class com.sun.squawk.platform.windows.GCFFileImpl
Closes the file for writing.
CLOSEINPUT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
closeInputStream() - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Called once by each child input stream.
closeInputStream() - Method in class com.sun.squawk.io.j2me.file.Protocol
Called once by each child input stream.
CLOSEOUTPUT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
closeOutputStream() - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Called once by each child output stream.
closeOutputStream() - Method in class com.sun.squawk.io.j2me.file.Protocol
Called once by each child output stream.
closePtr - Variable in class com.sun.squawk.platform.posix.natives.LibCImpl
 
closeRecordStore() - Method in class javax.microedition.rms.RecordStore
This method is called when the MIDlet requests to have the record store closed.
cmp(int[], int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
cmpg() - Method in interface com.sun.squawk.compiler.BaseCompiler
Test the top two floating point elements.
cmpl() - Method in interface com.sun.squawk.compiler.BaseCompiler
Test the top two floating point elements.
Code_A - Static variable in class com.sun.squawk.compiler.Type
Opcode subtype codes.
Code_B - Static variable in class com.sun.squawk.compiler.Type
Opcode subtype codes.
Code_C - Static variable in class com.sun.squawk.compiler.Type
Opcode subtype codes.
Code_D - Static variable in class com.sun.squawk.compiler.Type
Opcode subtype codes.
Code_F - Static variable in class com.sun.squawk.compiler.Type
Opcode subtype codes.
Code_G - Static variable in class com.sun.squawk.compiler.Type
Opcode subtype codes.
Code_I - Static variable in class com.sun.squawk.compiler.Type
Opcode subtype codes.
Code_L - Static variable in class com.sun.squawk.compiler.Type
Opcode subtype codes.
Code_O - Static variable in class com.sun.squawk.compiler.Type
Opcode subtype codes.
Code_R - Static variable in class com.sun.squawk.compiler.Type
Opcode subtype codes.
Code_S - Static variable in class com.sun.squawk.compiler.Type
Opcode subtype codes.
Code_U - Static variable in class com.sun.squawk.compiler.Type
Opcode subtype codes.
Code_V - Static variable in class com.sun.squawk.compiler.Type
Opcode subtype codes.
collectGarbage(boolean) - Static method in class com.sun.squawk.VM
Switch to the service stack and call 'GC.collectGarbage()'
colorEqualize() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Calculates the histogram of each plane of a color image and redistributes pixel values across the desired range while maintaining pixel value groupings.
colorEqualize(Pointer, Pointer, boolean) - Static method in class edu.wpi.first.wpilibj.image.NIVision
Calculates the histogram of each plane of a color image and redistributes pixel values across the desired range while maintaining pixel value groupings.
ColorImage - Class in edu.wpi.first.wpilibj.image
A class representing a color image.
colorThreshold(Pointer, Pointer, NIVision.ColorMode, Pointer, Pointer, Pointer) - Static method in class edu.wpi.first.wpilibj.image.NIVision
Convert the given image into a binary image true where the colors match the given thresholds
com() - Method in interface com.sun.squawk.compiler.BaseCompiler
Produce the 1's complement of the top element.
com.ni.rio - package com.ni.rio
 
com.sun.cldc.i18n - package com.sun.cldc.i18n
 
com.sun.cldc.i18n.j2me - package com.sun.cldc.i18n.j2me
 
com.sun.cldc.i18n.uclc - package com.sun.cldc.i18n.uclc
 
com.sun.cldc.io - package com.sun.cldc.io
Provides base class for all connections.
com.sun.cldc.jna - package com.sun.cldc.jna
The CLDC/JNA package contains classes that help import native data structures and functions from Java code without writing C code.
com.sun.cldc.jna.ptr - package com.sun.cldc.jna.ptr
Provides various kinds of Pointer classes for JNA.
com.sun.cldc.util - package com.sun.cldc.util
 
com.sun.cldc.util.j2me - package com.sun.cldc.util.j2me
 
com.sun.cldchi.jvm - package com.sun.cldchi.jvm
 
com.sun.midp.midlet - package com.sun.midp.midlet
 
com.sun.midp.util - package com.sun.midp.util
 
com.sun.squawk - package com.sun.squawk
Provides classes for low level interactions with the Squawk VM.
com.sun.squawk.compiler - package com.sun.squawk.compiler
 
com.sun.squawk.debugger - package com.sun.squawk.debugger
 
com.sun.squawk.debugger.sda - package com.sun.squawk.debugger.sda
The classes that implement the Squawk VM side of the SDWP.
com.sun.squawk.flash - package com.sun.squawk.flash
 
com.sun.squawk.imp - package com.sun.squawk.imp
Provides classes for low level interactions with the Squawk implementation of IMP.
com.sun.squawk.io - package com.sun.squawk.io
Provides classes from MIDP or unsupportable optional JSRs that are usually in javax.microedition.io, but are not legally in IMP.
com.sun.squawk.io.connections - package com.sun.squawk.io.connections
 
com.sun.squawk.io.j2me - package com.sun.squawk.io.j2me
 
com.sun.squawk.io.j2me.channel - package com.sun.squawk.io.j2me.channel
 
com.sun.squawk.io.j2me.debug - package com.sun.squawk.io.j2me.debug
 
com.sun.squawk.io.j2me.dserror - package com.sun.squawk.io.j2me.dserror
 
com.sun.squawk.io.j2me.file - package com.sun.squawk.io.j2me.file
 
com.sun.squawk.io.j2me.http - package com.sun.squawk.io.j2me.http
 
com.sun.squawk.io.j2me.multicastoutput - package com.sun.squawk.io.j2me.multicastoutput
 
com.sun.squawk.io.j2me.serversocket - package com.sun.squawk.io.j2me.serversocket
 
com.sun.squawk.io.j2me.socket - package com.sun.squawk.io.j2me.socket
 
com.sun.squawk.io.j2me.spotsuite - package com.sun.squawk.io.j2me.spotsuite
 
com.sun.squawk.io.mailboxes - package com.sun.squawk.io.mailboxes
Provides classes for inter-Isolate communication.
com.sun.squawk.microedition.io - package com.sun.squawk.microedition.io
Provides classes from MIDP or unsupportable optional JSRs that are usually in javax.microedition.io, but are not legally in IMP.
com.sun.squawk.os - package com.sun.squawk.os
 
com.sun.squawk.peripheral - package com.sun.squawk.peripheral
 
com.sun.squawk.platform - package com.sun.squawk.platform
Classes that define and provide platform-specific implementations of various features of the JVM.
com.sun.squawk.platform.posix - package com.sun.squawk.platform.posix
Classes that define and provide POSIX-specific implementations of various features of the JVM.
com.sun.squawk.platform.posix.linux.natives - package com.sun.squawk.platform.posix.linux.natives
 
com.sun.squawk.platform.posix.macosx.natives - package com.sun.squawk.platform.posix.macosx.natives
 
com.sun.squawk.platform.posix.natives - package com.sun.squawk.platform.posix.natives
 
com.sun.squawk.platform.posix.solaris.natives - package com.sun.squawk.platform.posix.solaris.natives
 
com.sun.squawk.platform.posix.vxworks.natives - package com.sun.squawk.platform.posix.vxworks.natives
 
com.sun.squawk.platform.windows - package com.sun.squawk.platform.windows
Classes that define and provide MS Windows-specific implementations of various features of the JVM.
com.sun.squawk.platform.windows.natives - package com.sun.squawk.platform.windows.natives
 
com.sun.squawk.pragma - package com.sun.squawk.pragma
 
com.sun.squawk.realtime - package com.sun.squawk.realtime
Provides classes for native memory access based on the javax.realtime package.
com.sun.squawk.rms - package com.sun.squawk.rms
 
com.sun.squawk.security - package com.sun.squawk.security
Provides classes for basic signing of binary data.
com.sun.squawk.security.ecc - package com.sun.squawk.security.ecc
 
com.sun.squawk.security.verifier - package com.sun.squawk.security.verifier
Provides classes for basic signing of binary data.
com.sun.squawk.util - package com.sun.squawk.util
Provides classes for basic utilities sometimes found in JSE (LineReader, unsynchronized Vectors, Math utilities, etc.)
com.sun.squawk.vm - package com.sun.squawk.vm
Provides classes for basic Squawk VM structures.
com_sun_squawk_Address$add - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$addOffset - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$and - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$diff - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$eq - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$fromObject - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$fromPrimitive - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$hi - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$hieq - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$isMax - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$isZero - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$lo - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$loeq - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$max - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$ne - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$or - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$roundDown - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$roundDownToWord - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$roundUp - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$roundUpToWord - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$sub - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$subOffset - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$toObject - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$toUWord - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Address$zero - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_CheneyCollector$memoryProtect - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_GarbageCollector$collectGarbageInC - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_GarbageCollector$copyObjectGraphInC - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_GarbageCollector$hasNativeImplementation - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_GC$collecting - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_GC$monitorExitCount - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_GC$monitorReleaseCount - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_GC$traceFlags - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_Isolate$savedStackChunks - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'savedStackChunks' field in com.sun.squawk.Isolate.
com_sun_squawk_Klass$componentType - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'componentType' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$dataMap - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'dataMap' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$dataMapLength - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'dataMapLength' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$dataMapWord - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'dataMapWord' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$id - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'id' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$indexForClinit - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'indexForClinit' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$indexForInit - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'indexForInit' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$indexForMain - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'indexForMain' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$initModifiers - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'initModifiers' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$instanceSizeBytes - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'instanceSizeBytes' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$interfaces - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'superType' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$modifiers - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'modifiers' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$mustClinit - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'mustClinit' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$name - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'name' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$objects - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'objects' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$oopMap - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'oopMap' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$oopMapWord - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'oopMapWord' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$refStaticFieldsSize - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'refStaticFieldsSize' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$self - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'self' field in in com.sun.squawk.Klass and the 'klass' field com.sun.squawk.ObjectAssociation which must be identical.
com_sun_squawk_Klass$state - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'state' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$staticFieldsSize - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'staticFieldsSize' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$staticMethods - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'staticMethods' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$superType - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'superType' field in com.sun.squawk.Klass.
com_sun_squawk_Klass$virtualMethods - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'virtualMethods' field in com.sun.squawk.Klass and com.sun.squawk.ObjectAssociation.
com_sun_squawk_KlassMetadata$classTable - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'classTable' field in com.sun.squawk.KlassMetadata.
com_sun_squawk_KlassMetadata$definedClass - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'definedClass' field in com.sun.squawk.KlassMetadata.
com_sun_squawk_KlassMetadata$symbols - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'definedClass' field in com.sun.squawk.KlassMetadata.
com_sun_squawk_Lisp2Bitmap$clearBitFor - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Lisp2Bitmap$clearBitsFor - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Lisp2Bitmap$getAddressForBitmapWord - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Lisp2Bitmap$getAddressOfBitmapWordFor - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Lisp2Bitmap$initialize - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Lisp2Bitmap$iterate - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Lisp2Bitmap$setBitFor - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Lisp2Bitmap$setBitsFor - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Lisp2Bitmap$testAndSetBitFor - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Lisp2Bitmap$testBitFor - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$call0 - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$call1 - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$call10 - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$call2 - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$call3 - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$call4 - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$call5 - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$call6 - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$call7 - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$call8 - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$call9 - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$cancelTaskExecutor - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$charAt - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$copyTypes - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$createTaskExecutor - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$deleteNativeTask - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$deleteTaskExecutor - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$free - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getAddress - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getAsByte - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getAsInt - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getAsShort - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getAsUWord - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getByte - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getChar - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getInt - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getLong - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getLongAtWord - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getObject - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getShort - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getType - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getUnalignedInt - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getUnalignedLong - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getUnalignedShort - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$getUWord - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$malloc - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$runBlockingFunctionOn - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$setAddress - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$setArrayTypes - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$setByte - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$setChar - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$setInt - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$setLong - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$setLongAtWord - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$setObject - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$setShort - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$setType - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$setUnalignedInt - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$setUnalignedLong - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$setUnalignedShort - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$setUWord - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$swap - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$swap2 - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$swap4 - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_NativeUnsafe$swap8 - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_ObjectAssociation$klass - Static variable in class com.sun.squawk.vm.FieldOffsets
 
com_sun_squawk_ObjectAssociation$virtualMethods - Static variable in class com.sun.squawk.vm.FieldOffsets
 
com_sun_squawk_Offset$add - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Offset$bytesToWords - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Offset$eq - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Offset$fromPrimitive - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Offset$ge - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Offset$gt - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Offset$isZero - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Offset$le - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Offset$lt - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Offset$ne - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Offset$sub - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Offset$toInt - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Offset$toPrimitive - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Offset$toUWord - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Offset$wordsToBytes - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_Offset$zero - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_ServiceOperation$addressResult - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_ServiceOperation$channel - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_ServiceOperation$cioExecute - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_ServiceOperation$code - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_ServiceOperation$context - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_ServiceOperation$i1 - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_ServiceOperation$i2 - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_ServiceOperation$i3 - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_ServiceOperation$i4 - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_ServiceOperation$i5 - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_ServiceOperation$i6 - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_ServiceOperation$o1 - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_ServiceOperation$o2 - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_ServiceOperation$op - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_ServiceOperation$pendingException - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_ServiceOperation$result - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_Suite$classes - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'classes' field in com.sun.squawk.Suite.
com_sun_squawk_Suite$metadatas - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'metadatas' field in com.sun.squawk.Suite.
com_sun_squawk_Suite$name - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'name' field in com.sun.squawk.Suite.
com_sun_squawk_util_SquawkHashtable$entryTable - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'entryTable' field in com.sun.squawk.util.SquawkHashtable.
com_sun_squawk_UWord$and - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_UWord$eq - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_UWord$fromPrimitive - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_UWord$hi - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_UWord$hieq - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_UWord$isMax - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_UWord$isZero - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_UWord$lo - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_UWord$loeq - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_UWord$max - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_UWord$ne - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_UWord$or - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_UWord$toInt - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_UWord$toOffset - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_UWord$toPrimitive - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_UWord$zero - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$_instanceof - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$_lcmp - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$_new - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$abstractMethodError - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$addressResult - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$addToClassStateCache - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$allocate - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$arithmeticException - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$arrayIndexOutOfBoundsException - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$arrayOopStore - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$asKlass - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$callRun - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$callStaticNoParm - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$callStaticOneParm - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$checkcast - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$class_clinit - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$copyBytes - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$currentIsolate - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_VM$deadbeef - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$doubleToLongBits - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$executeCIO - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$executeCOG - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$executeGC - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$extendsEnabled - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_VM$fatalVMError - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$finalize - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$findSlot - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$floatToIntBits - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$getBranchCount - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$getFP - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$getGlobalAddr - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$getGlobalAddrCount - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$getGlobalInt - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$getGlobalIntCount - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$getGlobalOop - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$getGlobalOopCount - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$getGlobalOopTable - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$getMP - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$getPreviousFP - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$getPreviousIP - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$getStaticInt - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$getStaticLong - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$getStaticOop - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$hashcode - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$hasVirtualMonitorObject - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$intBitsToFloat - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$invalidateClassStateCache - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$isBigEndian - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$lcmp - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$longBitsToDouble - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$lookup_b - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$lookup_i - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$lookup_s - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$math - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$monitorenter - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$monitorexit - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$newarray - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$newdimension - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$nullPointerException - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$putStaticInt - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$putStaticLong - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$putStaticOop - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$removeVirtualMonitorObject - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$reportException - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$serviceResult - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$setBytes - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$setGlobalAddr - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$setGlobalInt - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$setGlobalOop - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$setPreviousFP - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$setPreviousIP - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$startup - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$threadSwitch - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VM$undefinedNativeMethod - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$usingTypeMap - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_VM$yield - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
com_sun_squawk_VM$zeroWords - Static variable in class com.sun.squawk.vm.Native
 
com_sun_squawk_VMThread$currentThread - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_VMThread$isolate - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'isolate' field in com.sun.squawk.VMThread.
com_sun_squawk_VMThread$nextThreadNumber - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_VMThread$otherThread - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_VMThread$serviceThread - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
com_sun_squawk_VMThread$stack - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'stack' field in com.sun.squawk.VMThread.
com_sun_squawk_VMThread$stackSize - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'stackSize' field in com.sun.squawk.VMThread.
command() - Method in class com.sun.squawk.debugger.CommandPacket
 
command - Variable in class com.sun.squawk.debugger.JDWPListener.CommandSet
The command currently being processed.
Command - Class in edu.wpi.first.wpilibj.command
The Command class is at the very core of the entire command framework.
Command() - Constructor for class edu.wpi.first.wpilibj.command.Command
Creates a new command.
Command(String) - Constructor for class edu.wpi.first.wpilibj.command.Command
Creates a new command with the given name.
Command(double) - Constructor for class edu.wpi.first.wpilibj.command.Command
Creates a new command with the given timeout and a default name.
Command(String, double) - Constructor for class edu.wpi.first.wpilibj.command.Command
Creates a new command with the given name and timeout.
CommandGroup - Class in edu.wpi.first.wpilibj.command
A CommandGroup is a list of commands which are executed in sequence.
CommandGroup() - Constructor for class edu.wpi.first.wpilibj.command.CommandGroup
Creates a new CommandGroup.
CommandGroup(String) - Constructor for class edu.wpi.first.wpilibj.command.CommandGroup
Creates a new CommandGroup with the given name.
CommandPacket - Class in com.sun.squawk.debugger
A CommandPacket encapsulates a JDWP command packet.
CommandPacket(int, int, boolean) - Constructor for class com.sun.squawk.debugger.CommandPacket
Creates a packet to send a new command packet.
CommandPacket(int, int, DataInputStream, int, int, boolean) - Constructor for class com.sun.squawk.debugger.CommandPacket
Creates a packet to encapsulate a received JDWP command packet.
comment(String) - Method in interface com.sun.squawk.compiler.BaseCompiler
Add a comment node to the IR.
commit() - Method in class edu.wpi.first.wpilibj.Dashboard
Indicate that the packing is complete and commit the buffer to the DriverStation.
commonLibraryMapping(String) - Static method in class com.sun.cldc.jna.Platform
Some platforms have wildly different names for standard libraries.
commonMappings - Static variable in class com.sun.cldc.jna.Platform
 
compact() - Method in class com.sun.squawk.debugger.sda.WeakIntHashtable
Removes all the entries whose wrapped objects have been collected or cleared.
compare(Object, Object) - Method in interface com.sun.squawk.util.Comparer
Compares its two arguments for order.
compare(Object, Object) - Method in interface edu.wpi.first.wpilibj.util.SortedVector.Comparator
Compare the given two objects.
compare(byte[], byte[]) - Method in interface javax.microedition.rms.RecordComparator
Returns RecordComparator.PRECEDES if rec1 precedes rec2 in sort order, or RecordComparator.FOLLOWS if rec1 follows rec2 in sort order, or RecordComparator.EQUIVALENT if rec1 and rec2 are equivalent in terms of sort order.
comparer - Static variable in class com.sun.squawk.ManifestProperty
Comparator for IMletProperty objects (which are sorted by the property names).
Comparer - Interface in com.sun.squawk.util
A version of Java SE's java.util.Comparator interface.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
Compilation - Class in com.sun.squawk.compiler
Steps of compilation: compile and link.
Compilation() - Constructor for class com.sun.squawk.compiler.Compilation
 
compile() - Method in interface com.sun.squawk.compiler.BaseCompiler
Compiler the IR.
Compiler - Interface in com.sun.squawk.compiler
Language-independent compiler interface for the Squawk JVM.
COMPLETE_RUNTIME_STATICS - Static variable in class com.sun.squawk.Modifier
The int value denoting that a class has at least one static variable that requires initialization from a ConstantValue attribute and/or must have a runtime representation because it is accessed via a getstatic or putstatic instruction.
Compressor - Class in edu.wpi.first.wpilibj
Compressor object.
Compressor(int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.Compressor
Compressor constructor.
Compressor(int, int) - Constructor for class edu.wpi.first.wpilibj.Compressor
Compressor constructor.
ComputationTimer - Class in com.sun.squawk.util
This is a singleton class that provides support for timing computations, including nested computations.
ComputationTimer.Computation - Interface in com.sun.squawk.util
A computation to be timed that does not throw a checked exception.
ComputationTimer.ComputationException - Interface in com.sun.squawk.util
A computation to be timed that throws a checked exception.
COMPUTE_CRC16_FOR_MEMORY_REGION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
COMPUTE_SHA1_FOR_MEMORY_REGION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
computeFields() - Method in class com.sun.cldc.util.j2me.CalendarImpl
Converts UTC as milliseconds to time field values.
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value time to field values in fields[].
computeTime() - Method in class com.sun.cldc.util.j2me.CalendarImpl
Converts time field values to UTC as milliseconds.
computeTime() - Method in class java.util.Calendar
Converts the current field values in fields[] to the millisecond time value time.
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
configEncoderCodesPerRev(int) - Method in class edu.wpi.first.wpilibj.CANJaguar
Configure how many codes per revolution are generated by your encoder.
configFaultTime(double) - Method in class edu.wpi.first.wpilibj.CANJaguar
Configure how long the Jaguar waits in the case of a fault before resuming operation.
configMaxOutputVoltage(double) - Method in class edu.wpi.first.wpilibj.CANJaguar
Configure the maximum voltage that the Jaguar will ever output.
configNeutralMode(CANJaguar.NeutralMode) - Method in class edu.wpi.first.wpilibj.CANJaguar
Configure what the controller does to the H-Bridge when neutral (not driving the output).
configPotentiometerTurns(int) - Method in class edu.wpi.first.wpilibj.CANJaguar
Configure the number of turns on the potentiometer.
configSoftPositionLimits(double, double) - Method in class edu.wpi.first.wpilibj.CANJaguar
Configure Soft Position Limits when in Position Controller mode.
configureFifo(int, int, int, NiRioStatus) - Static method in class com.ni.rio.NiFpga
Specifies the depth of the host memory part of the DMA FIFO.
confirmString(String) - Static method in exception edu.wpi.first.wpilibj.Preferences.ImproperPreferenceKeyException
Tests if the given string is ok to use as a key in the preference table.
connect(String, int, boolean) - Method in class com.sun.squawk.io.j2me.file.Protocol
Establishes the connection.
connect() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
connect(String, String) - Method in class com.sun.squawk.platform.BaseGCFFile
Connect file handler to the abstract file target.
connect(String, String) - Method in interface com.sun.squawk.platform.GCFFile
Connect file handler to the abstract file target.
connect(int, Socket.sockaddr_in, int) - Method in interface com.sun.squawk.platform.posix.natives.Socket
initiate a connection on a socket.
connect(int, Socket.sockaddr_in, int) - Method in class com.sun.squawk.platform.posix.natives.SocketImpl
 
connect(int, Socket.sockaddr_in, int) - Method in interface com.sun.squawk.platform.windows.natives.Socket
initiate a connection on a socket.
connect(int, Socket.sockaddr_in, int) - Method in class com.sun.squawk.platform.windows.natives.SocketImpl
 
Connection - Interface in javax.microedition.io
This is the most basic type of generic connection.
ConnectionBase - Class in com.sun.squawk.io
Base class for Connection protocols.
ConnectionBase() - Constructor for class com.sun.squawk.io.ConnectionBase
 
ConnectionBaseAdapter - Class in com.sun.squawk.io
Protocol classes extend this class to gain some of the common functionality needed to implement a CLDC Generic Connection.
ConnectionBaseAdapter() - Constructor for class com.sun.squawk.io.ConnectionBaseAdapter
 
ConnectionBaseInterface - Interface in com.sun.cldc.io
Base class for Connection protocols.
ConnectionClosedException - Exception in com.sun.squawk.io.j2me.file
This class is defined by the JSR-75 specification PDA Optional Packages for the J2ME™ Platform
ConnectionClosedException() - Constructor for exception com.sun.squawk.io.j2me.file.ConnectionClosedException
 
ConnectionClosedException(String) - Constructor for exception com.sun.squawk.io.j2me.file.ConnectionClosedException
 
ConnectionNotFoundException - Exception in javax.microedition.io
This class is used to signal that a connection target cannot be found, or the protocol type is not supported.
ConnectionNotFoundException() - Constructor for exception javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with no detail message.
ConnectionNotFoundException(String) - Constructor for exception javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with the specified detail message.
connectionOpen - Variable in class com.sun.squawk.io.ConnectionBaseAdapter
Flag indicating if the connection is open.
Connector - Class in javax.microedition.io
This class is a factory for creating new Connection objects.
CONST_0 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_1 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_10 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_11 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_12 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_13 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_14 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_15 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_2 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_3 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_4 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_5 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_6 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_7 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_8 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_9 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_BYTE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_CHAR - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_DOUBLE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
CONST_FLOAT - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
CONST_INT - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_LONG - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_M1 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_NULL - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONST_SHORT - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
CONSTANT - Static variable in class com.sun.squawk.Modifier
The int value denoting that a field has a ConstantValue.
CONSTRUCTOR - Static variable in class com.sun.squawk.Modifier
The int value denoting that a method is a constructor.
consumeEvent(Debugger.Event) - Method in class com.sun.squawk.debugger.EventManager
Consumes an event from an event producer.
consumeEvent(EventNotifier.Consumer) - Method in class com.sun.squawk.debugger.EventNotifier
Consumes an event produced by a producer.
consumeEvent(Debugger.Event) - Method in interface com.sun.squawk.debugger.EventNotifier.Consumer
Consumes an event.
consumeFirst() - Method in interface com.sun.squawk.flash.INorFlashSectorStateList
 
consumeFirst() - Method in class com.sun.squawk.flash.NorFlashSectorStateList
 
CONTAINS - Static variable in class com.sun.squawk.debugger.EventRequestModifier.ClassMatch
 
contains(Object) - Method in class com.sun.squawk.debugger.sda.WeakIntHashtable
Tests if some key maps into the specified value in this hashtable.
contains(Klass) - Method in class com.sun.squawk.Suite
Returns true if this suite contains the given klass.
contains(Object) - Method in class com.sun.squawk.util.ArrayHashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class com.sun.squawk.util.IntHashtable
Tests if some key maps into the specified value in this hashtable.
contains(int) - Method in class com.sun.squawk.util.IntSet
Tests if the specified object is a component in this vector.
contains(Object) - Method in class com.sun.squawk.util.SimpleLinkedList
Returns true if this list contains the specified element.
contains(Object) - Method in class com.sun.squawk.util.SquawkHashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class com.sun.squawk.util.SquawkVector
Tests if the specified object is a component in this vector.
contains(Object) - Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class java.util.Vector
Tests if the specified object is a component in this vector.
containsAddress(Address) - Method in class com.sun.squawk.ObjectMemory
Determines if this object memory contains a given address.
containsCanonicalAddress(Address) - Method in class com.sun.squawk.ObjectMemory
Determines if this object memory contains a given canonical address.
containsKey(Object) - Method in class com.sun.squawk.util.ArrayHashtable
Tests if the specified object is a key in this hashtable.
containsKey(int) - Method in class com.sun.squawk.util.IntHashtable
Tests if the specified object is a key in this hashtable.
containsKey(Object) - Method in class com.sun.squawk.util.SquawkHashtable
Tests if the specified object is a key in this hashtable.
containsKey(String) - Method in class edu.wpi.first.wpilibj.Preferences
Returns whether or not there is a key with the given name.
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
containsOtherIsolates() - Method in class com.sun.squawk.CallbackManager
If this CallbackManager contains any callbacks to be run in a context other than the current context, return true.
ContentConnection - Interface in javax.microedition.io
This interface defines the stream connection over which content is passed.
contents - Variable in class com.sun.squawk.io.mailboxes.ObjectEnvelope
 
CONTEXT_DELETE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CONTEXT_FREECHANNEL - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CONTEXT_GETCHANNEL - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CONTEXT_GETERROR - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CONTEXT_GETHIBERNATIONDATA - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CONTEXT_GETRESULT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CONTEXT_GETRESULT_2 - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CONTEXT_HIBERNATE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
control - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
The control mode e.g.
convert(Type) - Method in interface com.sun.squawk.compiler.BaseCompiler
Pop the top most element, convert it to a new type, and push the result.
convert(Klass) - Method in interface com.sun.squawk.TranslatorInterface
Ensures that all the methods (if any) in a given class have been verified and converted to Squawk bytecodes.
convexHull(boolean) - Method in class edu.wpi.first.wpilibj.image.BinaryImage
 
convexHull(Pointer, Pointer, int) - Static method in class edu.wpi.first.wpilibj.image.NIVision
 
copy(int, byte[], int) - Static method in class com.sun.squawk.os.CSystem
Copy data from a byte array into a malloc buffer.
copy(ECPoint, ECPoint) - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
copy(int[], int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
copy(boolean[], int, int, int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new boolean array and initialize its contents from the contents of a specified boolean array.
copy(byte[], int, int, int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new byte array and initialize its contents from the contents of a specified byte array.
copy(char[], int, int, int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new char array and initialize its contents from the contents of a specified char array.
copy(double[], int, int, int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new double array and initialize its contents from the contents of a specified double array.
copy(float[], int, int, int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new float array and initialize its contents from the contents of a specified float array.
copy(int[], int, int, int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new int array and initialize its contents from the contents of a specified int array.
copy(long[], int, int, int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new long array and initialize its contents from the contents of a specified long array.
copy(Object[], int, Object[], int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new Object array and initialize its contents from the contents of a specified Object array.
copy(Object[]) - Static method in class com.sun.squawk.util.Arrays
Make a new Object array and initialize its contents from the contents of a specified Object array.
copy(short[], int, int, int, int) - Static method in class com.sun.squawk.util.Arrays
Make a new short array and initialize its contents from the contents of a specified short array.
COPY_OBJECT_GRAPH - Static variable in class com.sun.squawk.ServiceOperation
Copy an object graph.
copyBytes(Pointer, int, Pointer, int, int) - Static method in class com.sun.cldc.jna.Pointer
Copy len bytes from src to dst starting at the given offsets.
copyBytes(Address, int, Address, int, int, boolean) - Static method in class com.sun.squawk.VM
Copy memory from one area to another.
copyFrom(Object) - Method in interface com.sun.squawk.io.mailboxes.ICopiable
Set the state of this object based on the state of object o.
copyInto(byte[]) - Method in class com.sun.squawk.util.BitSet
Copies the bit set representation into a provided byte array.
copyInto(Object[]) - Method in class com.sun.squawk.util.SquawkVector
Copies the components of this vector into the specified array.
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
copyMemory(byte[], int, int, int) - Static method in class com.sun.squawk.NativeUnsafe
Copies a range of memory into a buffer.
copyTaggedValue(PacketInputStream) - Method in class com.sun.squawk.debugger.PacketOutputStream
Copy a tagged value (primitive or object) from the input stream to the output stream.
copyTypes(Address, Address, int) - Static method in class com.sun.squawk.NativeUnsafe
Block copies the types recorded for a range of memory to another range of memory.
copyValue(int, PacketInputStream) - Method in class com.sun.squawk.debugger.PacketOutputStream
Copy a value (primitive or object) from the input stream to the output stream.
COS - Static variable in interface com.sun.squawk.vm.MathOpcodes
 
cos(double) - Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
count - Variable in class com.sun.squawk.ByteBufferEncoder
The amount of data written to the buffer.
count - Variable in class com.sun.squawk.GC.ClassStat
 
count - Variable in class com.sun.squawk.util.IntHashtable
The total number of entries in the hash table.
count - Static variable in interface com.sun.squawk.vm.MessageBuffer
The number of bytes written in the buffer.
count - Variable in class edu.wpi.first.wpilibj.AccumulatorResult
The number of sample vaule was accumulated over
Count - Variable in class edu.wpi.first.wpilibj.fpga.tAccumulator.tOutput
 
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
Counter - Class in edu.wpi.first.wpilibj
Class for counting the number of ticks on a digital input channel.
Counter() - Constructor for class edu.wpi.first.wpilibj.Counter
Create an instance of a counter where no sources are selected.
Counter(DigitalSource) - Constructor for class edu.wpi.first.wpilibj.Counter
Create an instance of a counter from a Digital Input.
Counter(int) - Constructor for class edu.wpi.first.wpilibj.Counter
Create an instance of a Counter object.
Counter(int, int) - Constructor for class edu.wpi.first.wpilibj.Counter
Create an instance of a Counter object.
Counter(CounterBase.EncodingType, DigitalSource, DigitalSource, boolean) - Constructor for class edu.wpi.first.wpilibj.Counter
Create an instance of a Counter object.
Counter(AnalogTrigger) - Constructor for class edu.wpi.first.wpilibj.Counter
Create an instance of a Counter object.
Counter.Mode - Class in edu.wpi.first.wpilibj
Mode determines how and what the counter counts
CounterBase - Interface in edu.wpi.first.wpilibj
Interface for counting the number of ticks on a digital input channel.
CounterBase.EncodingType - Class in edu.wpi.first.wpilibj
The number of edges for the counterbase to increment or decrement on
countParticles(Pointer) - Static method in class edu.wpi.first.wpilibj.image.NIVision
Counts the number of particles in a binary image.
countStackFrames(VMThread, ExecutionPoint) - Static method in class com.sun.squawk.DebuggerSupport
Count the number of frames on the stack, while thread is temporarily suspended.
countTokens() - Method in class com.sun.squawk.util.StringTokenizer
Returns the next number of tokens in the String using the current deliminter set.
create(Klass) - Method in interface com.sun.squawk.ClassTunnel
 
create() - Method in class com.sun.squawk.io.j2me.file.Protocol
 
create(String) - Static method in class com.sun.squawk.io.j2me.file.Protocol
Create a file for writing
create(String, MailboxHandler) - Static method in class com.sun.squawk.io.mailboxes.Mailbox
Creates a Mailbox with the given name and registers it with the system.
create() - Static method in class com.sun.squawk.io.mailboxes.Mailbox
This method creates a private, single-client, unregistered Mailbox.
create(String) - Static method in class com.sun.squawk.io.mailboxes.ServerChannel
Creates a new ServerChannel with the given name and registers it with the system.
create(byte[], Klass[], KlassMetadata, int) - Static method in class com.sun.squawk.KlassMetadata
factory for stripping.
create() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
create() - Method in interface com.sun.squawk.platform.GCFFile
Create file corresponding to this file handler.
create() - Method in class com.sun.squawk.platform.posix.GCFFileImpl
 
create() - Method in class com.sun.squawk.platform.windows.GCFFileImpl
 
createArrayBuffer(Object) - Static method in class com.sun.cldc.jna.PrivatePointer
Create a native buffer pointing to either the array data directly, or to a copy of the array data.
createArrayBuffer(Object, int, int) - Static method in class com.sun.cldc.jna.PrivatePointer
Create a native buffer pointing to either the array data directly, or to a copy of the array data.
createBootstrapObjectMemory(Suite) - Static method in class com.sun.squawk.ObjectMemory
Creates an ObjectMemory that is a wrapper for the bootstrap suite.
CREATEFONTMETRICS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CREATEIMAGE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
CREATEMEMORYIMAGE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
createReply(int) - Method in class com.sun.squawk.debugger.CommandPacket
Creates a packet to send a reply for this command.
createStringBuffer(String) - Static method in class com.sun.cldc.jna.Pointer
Create a native buffer containing the C-string version of the String vaue.
createSubMailbox() - Method in class com.sun.squawk.io.mailboxes.Mailbox
This method creates a private, single-client, unregistered Mailbox, owned by the same Isolate as this isolate.
createSystemEvents() - Static method in class com.sun.squawk.platform.Platform
Create the correct kind of SystemEvents Handler, or null if none needed.
createTaskExecutor(Address, int, int) - Static method in class com.sun.squawk.NativeUnsafe
 
CriteriaCollection - Class in edu.wpi.first.wpilibj.image
 
CriteriaCollection() - Constructor for class edu.wpi.first.wpilibj.image.CriteriaCollection
 
CrossIsolateThread - Class in com.sun.squawk
CrossIsolateThread is a package-private thread class that is allowed to be created in one isolate, but execute in the context of another isolate.
CrossIsolateThread(Isolate, String) - Constructor for class com.sun.squawk.CrossIsolateThread
Allocates a new CrossIsolateThread object to be run in the given isolate's context, with the given name.
CryptoException - Exception in com.sun.squawk.security
CryptoException represents a cryptography-related exception.
CryptoException(int) - Constructor for exception com.sun.squawk.security.CryptoException
Constructs a CryptoException with the specified reason.
CS - Class in com.sun.squawk.vm
This class contains the offsets that define the layout of the array (of type "[-global-") that holds the class state (i.e.
CS_ACTIVE_HIGH - Static variable in class edu.wpi.first.wpilibj.SPIDevice
The CS will be brought high when the device is selected
CS_ACTIVE_LOW - Static variable in class edu.wpi.first.wpilibj.SPIDevice
The CS will be brought low when the device is selected
cstring(String) - Method in class com.sun.squawk.os.Parm
Add a String parameter.
CSystem - Class in com.sun.squawk.os
Static class that represents the 'C' programming environment.
CSystem() - Constructor for class com.sun.squawk.os.CSystem
 
currentApplicationDescriptor - Variable in class com.sun.squawk.rms.RecordStoreManager
 
currentIsolate() - Static method in class com.sun.squawk.Isolate
Gets the current isolate context.
currentRecordStores - Variable in class com.sun.squawk.rms.RecordStoreManager
 
currentSectorState - Variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
currentThread() - Static method in class com.sun.squawk.VMThread
Returns a reference to the currently executing thread object.
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentThreadID - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.
curve - Variable in class com.sun.squawk.security.ecc.ECPoint
 
curve - Variable in class com.sun.squawk.security.ECPublicKey
Flag indicating if the key has been initialized.
CurveOptions - Class in edu.wpi.first.wpilibj.image
 
CurveOptions(int, int, int, int, int, int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.image.CurveOptions
 
cut(String) - Static method in class com.sun.squawk.util.ArgsUtilities
Cuts a string of white space separated tokens into an array of strings, one element for each token.

D

D2F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
D2I - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
D2L - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
Dashboard - Class in edu.wpi.first.wpilibj
Pack data into the "user data" field that gets sent to the dashboard laptop via the driver station.
Dashboard(Object) - Constructor for class edu.wpi.first.wpilibj.Dashboard
Dashboard constructor.
Dashboard.MemAccess - Class in edu.wpi.first.wpilibj
 
Dashboard.MemAccess(byte[]) - Constructor for class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
Dashboard.MemAccess(int) - Constructor for class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
data(Label, Object) - Method in interface com.sun.squawk.compiler.BaseCompiler
Define some data.
data - Variable in class com.sun.squawk.ResourceFile
 
data - Static variable in interface com.sun.squawk.vm.MessageStruct
The offset to the start of the data.
DATA_ON_LEADING_EDGE - Static variable in class edu.wpi.first.wpilibj.SPIDevice
Data is valid on the leading edge of the clock pulse
This corresponds to CPHA=0
DATA_ON_TRAILING_EDGE - Static variable in class edu.wpi.first.wpilibj.SPIDevice
Data is valid on the trailing edge of the clock pulse
This corresponds to CPHA=1
Datagram - Interface in javax.microedition.io
This class defines an abstract interface for datagram packets.
DatagramConnection - Interface in javax.microedition.io
This interface defines the capabilities that a datagram connection must have.
dataIn - Variable in class com.sun.squawk.flash.MemoryHeapBlock
 
DataInput - Interface in java.io
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream - Class in java.io
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a DataInputStream and saves its argument, the input stream in, for later use.
DataInputUTF8Decoder - Class in com.sun.squawk.util
This class provides one function for decoding a UTF-8 encoded string from a DataInput.
DATAMAP_ENTRIES_PER_WORD - Static variable in class com.sun.squawk.Klass
The number of data map entries in a word.
DATAMAP_ENTRY_BITS - Static variable in class com.sun.squawk.Klass
The size (in bits) of a data map entry.
DATAMAP_ENTRY_MASK - Static variable in class com.sun.squawk.Klass
The mask used to extract a data map entry.
DataOutput - Interface in java.io
The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream - Class in java.io
A data input stream lets an application write primitive Java data types to an output stream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
DataOutputUTF8Encoder - Class in com.sun.squawk.util
This class provides one function for UTF-8 encoding a string to a DataOutput.
DataType - Class in com.sun.squawk.debugger
This class encapsulates the non-primitive set of common data types that are common to many of the different JDWP commands and replies.
DataType() - Constructor for class com.sun.squawk.debugger.DataType
 
DataType.FieldID - Class in com.sun.squawk.debugger
Represents JDWP identifiers for fields.
DataType.FieldID(int, int, boolean, DataType.ReferenceTypeID) - Constructor for class com.sun.squawk.debugger.DataType.FieldID
Construct a field ID.
DataType.FieldID(int, DataType.ReferenceTypeID) - Constructor for class com.sun.squawk.debugger.DataType.FieldID
Constructs a FieldID from reading over a JDWPConnection.
DataType.FrameID - Class in com.sun.squawk.debugger
Represents JDWP identifiers for individual stack frames.
DataType.FrameID(DataType.ObjectID, int) - Constructor for class com.sun.squawk.debugger.DataType.FrameID
 
DataType.Location - Class in com.sun.squawk.debugger
Represents JDWP identifiers for an executable location.
DataType.Location(int, DataType.ReferenceTypeID, DataType.MethodID, long) - Constructor for class com.sun.squawk.debugger.DataType.Location
 
DataType.MethodID - Class in com.sun.squawk.debugger
Represents JDWP identifiers for methods.
DataType.MethodID(int, boolean) - Constructor for class com.sun.squawk.debugger.DataType.MethodID
Constructs a MethodID.
DataType.MethodID(int) - Constructor for class com.sun.squawk.debugger.DataType.MethodID
Constructs a MethodID from the encoded information send in a KDWP packet.
DataType.ObjectID - Class in com.sun.squawk.debugger
Represents JDWP identifiers for object instances.
DataType.ObjectID(int) - Constructor for class com.sun.squawk.debugger.DataType.ObjectID
 
DataType.ReferenceTypeID - Class in com.sun.squawk.debugger
Represents JDWP identifiers for types.
DataType.ReferenceTypeID(int) - Constructor for class com.sun.squawk.debugger.DataType.ReferenceTypeID
 
DataType.TaggedObjectID - Class in com.sun.squawk.debugger
Represents JDWP identifiers for object instances prefixed with a one byte type tag.
DataType.TaggedObjectID(int, int) - Constructor for class com.sun.squawk.debugger.DataType.TaggedObjectID
 
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
Date - Class in java.util
The class Date represents a specific instant in time, with millisecond precision.
Date() - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the current time specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
Date(long) - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
DateParser - Class in com.sun.midp.util
This class implements somewhat of a subset of the J2SE Date class.
day - Variable in class com.sun.midp.util.DateParser
The day of the month represented by this date
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
dcall(Parm) - Static method in class com.sun.squawk.os.CSystem
Call a 'C' function.
DCMPG - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
DCMPL - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
deadCode() - Method in interface com.sun.squawk.compiler.BaseCompiler
Specify an unreachable place.
DEBUG - Static variable in class com.sun.cldc.jna.DynamicStructure
 
DEBUG - Static variable in class com.sun.cldc.jna.Function
 
DEBUG - Static variable in class com.sun.cldc.jna.Native
 
DEBUG - Static variable in class com.sun.squawk.debugger.Log
Log level used to debug problems (very verbose).
debug() - Static method in class com.sun.squawk.debugger.Log
 
DEBUG - Static variable in class com.sun.squawk.platform.Platform
 
DEBUG - Static variable in class com.sun.squawk.platform.posix.GCFSocketsImpl
 
DEBUG - Static variable in class com.sun.squawk.platform.windows.GCFSocketsImpl
 
DEBUG - Static variable in class com.sun.squawk.Suite
Denotes a suite that is being debugged.
DEBUG_CODE_ENABLED - Static variable in class com.sun.squawk.Klass
A flag that controls conditional features (mainly assertions).
Debugger - Class in com.sun.squawk
A Debugger is an object that acts as a conduit between an isolate being debugged and an attached JPDA debugger client.
Debugger() - Constructor for class com.sun.squawk.Debugger
 
Debugger.BreakpointEvent - Class in com.sun.squawk
 
Debugger.BreakpointEvent(ExecutionPoint) - Constructor for class com.sun.squawk.Debugger.BreakpointEvent
 
Debugger.Event - Class in com.sun.squawk
An Event instance encapsulates the details of an event that occurred in the VM that an attached JPDA debugger client may want to be notified about.
Debugger.Event(int, Object) - Constructor for class com.sun.squawk.Debugger.Event
 
Debugger.ExceptionEvent - Class in com.sun.squawk
 
Debugger.ExceptionEvent(Throwable, ExecutionPoint, ExecutionPoint, boolean) - Constructor for class com.sun.squawk.Debugger.ExceptionEvent
 
Debugger.LocationEvent - Class in com.sun.squawk
A LocationEvent includes extra detail about the location (method and instruction offset) at which an event occurred.
Debugger.LocationEvent(int, Object, ExecutionPoint) - Constructor for class com.sun.squawk.Debugger.LocationEvent
 
Debugger.SingleStep - Class in com.sun.squawk
A SingleStep instance represents the stepping state of a thread that is currently performing a single step.
Debugger.SingleStep(Offset, Offset, int, int, int, int, int) - Constructor for class com.sun.squawk.Debugger.SingleStep
Creates a SingleStep in the Debugger.SingleStep.REQUESTED state.
Debugger.SingleStepEvent - Class in com.sun.squawk
 
Debugger.SingleStepEvent(ExecutionPoint) - Constructor for class com.sun.squawk.Debugger.SingleStepEvent
 
DebuggerSupport - Class in com.sun.squawk
Provides support for the Squawk Debugger Agent SDA Some of this is to fit in to package encapsulation.
DebuggerSupport.SlotSetter - Class in com.sun.squawk
A SlotSetter is a kind of StackInspector that can set the value of a slot
DebuggerSupport.SlotSetter(VMThread) - Constructor for class com.sun.squawk.DebuggerSupport.SlotSetter
Constructor.
DebuggerSupport.StackInspector - Class in com.sun.squawk
A StackInspector instance is used in conjunction with DebuggerSupport.inspectStack(com.sun.squawk.DebuggerSupport.StackInspector, com.sun.squawk.ExecutionPoint, int) to traverse one or more stack frames in a suspended thread.
DebuggerSupport.StackInspector(VMThread, boolean) - Constructor for class com.sun.squawk.DebuggerSupport.StackInspector
Constructor.
DEC - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
DEC_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
DECEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the twelfth month of the year.
decode(int) - Method in interface com.sun.squawk.compiler.BaseCompiler
Dumps the assembler output of the compiler to the console.
decodeGreyscaleValue(int) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
decodeOffset(long) - Static method in class com.sun.squawk.vm.FieldOffsets
Decodes a field's offset from a given field descriptor.
decodePoint(ECPoint, byte[], int, int) - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
decodeSystemID(long) - Static method in class com.sun.squawk.vm.FieldOffsets
Decodes a field's type from a given field descriptor.
DECPARM - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
DECPARM_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
decrementMallocedCount() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
decrementMallocedCount() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
DEEP_SLEEP - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DEEP_SLEEP_TIME_MILLIS_HIGH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DEEP_SLEEP_TIME_MILLIS_LOW - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DEFAULT - Static variable in class com.sun.cldc.jna.Native
 
DEFAULT_SAFETY_EXPIRATION - Static variable in interface edu.wpi.first.wpilibj.MotorSafety
 
DefaultCaseConverter - Class in com.sun.cldc.i18n.uclc
Default class converting the case of characters.
defaultEncoding - Static variable in class com.sun.cldc.i18n.Helper
The name of the default character encoding - hardcoded here and in System.getProperty().
DEFERRED - Static variable in class com.sun.squawk.Debugger.SingleStep
The previously completed step was to a location in a class that excluded from the relevent StepEvent.
definingClass - Variable in class com.sun.squawk.debugger.DataType.FieldID
The class that defined this field.
definingClass - Variable in class com.sun.squawk.debugger.DataType.Location
 
delay(double) - Static method in class edu.wpi.first.wpilibj.Timer
Pause the thread for a specified time.
DELAY - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the small buffer writing delay (0).
DELEGATING - Static variable in class com.sun.squawk.platform.Platform
 
delete() - Method in class com.sun.squawk.io.j2me.file.Protocol
 
delete() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
delete() - Method in interface com.sun.squawk.platform.GCFFile
Deletes the file or directory associated with this handler.
delete() - Method in class com.sun.squawk.platform.posix.GCFFileImpl
Deletes the file or directory associated with this handler.
delete() - Method in class com.sun.squawk.platform.windows.GCFFileImpl
Deletes the file or directory associated with this handler.
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this StringBuffer.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
deleteNativeLibraryAfterVMExit() - Method in class com.sun.cldc.jna.Platform
 
deleteNativeLibraryAfterVMExit() - Method in class com.sun.cldc.jna.Posix
 
deleteNativeLibraryAfterVMExit() - Method in class com.sun.cldc.jna.Spot
 
deleteNativeLibraryAfterVMExit() - Method in class com.sun.cldc.jna.Windows
 
deleteNativeTask(Address) - Static method in class com.sun.squawk.NativeUnsafe
 
deleteRecord(int) - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
deleteRecord(int) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
deleteRecord(int) - Method in class javax.microedition.rms.RecordStore
The record is deleted from the record store.
deleteRecords() - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
deleteRecords() - Method in class com.sun.squawk.rms.RecordStoreEntry
 
deleteRecordStore(String) - Method in interface com.sun.squawk.rms.IRecordStoreManager
 
deleteRecordStore(String) - Method in class com.sun.squawk.rms.RecordStoreManager
 
deleteRecordStore(String) - Static method in class javax.microedition.rms.RecordStore
Deletes the named record store.
deleteTaskExecutor() - Method in class com.sun.cldc.jna.TaskExecutor
Delete the native resources behind this TaskExecutor.
deleteTaskExecutor(Address) - Static method in class com.sun.squawk.NativeUnsafe
 
depth - Variable in class com.sun.squawk.debugger.EventRequestModifier.Step
 
desiredAssertionStatus() - Method in class java.lang.Class
Returns the assertion status that would be assigned to this class if it were to be initialized at the time this method is invoked.
destroy() - Method in interface javax.microedition.rms.RecordEnumeration
Frees internal resources used by this RecordEnumeration.
destroyApp(boolean) - Method in class edu.wpi.first.wpilibj.RobotBase
Called if the MIDlet is terminated by the system.
destroyApp(boolean) - Method in class javax.microedition.midlet.MIDlet
Signals the MIDlet to terminate and enter the Destroyed state.
detectEllipses(EllipseDescriptor, CurveOptions, ShapeDetectionOptions, RegionOfInterest) - Method in class edu.wpi.first.wpilibj.image.MonoImage
 
detectEllipses(EllipseDescriptor) - Method in class edu.wpi.first.wpilibj.image.MonoImage
 
detectEllipses(MonoImage, EllipseDescriptor, CurveOptions, ShapeDetectionOptions, RegionOfInterest) - Static method in class edu.wpi.first.wpilibj.image.NIVision
 
diff(Address) - Method in class com.sun.squawk.Address
Calculates the offset between this address an another address.
digit(char, int) - Static method in class com.sun.cldc.i18n.uclc.DefaultCaseConverter
Returns the numeric value of the character ch in the specified radix.
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
DigitalInput - Class in edu.wpi.first.wpilibj
Class to read a digital input.
DigitalInput(int) - Constructor for class edu.wpi.first.wpilibj.DigitalInput
Create an instance of a Digital Input class.
DigitalInput(int, int) - Constructor for class edu.wpi.first.wpilibj.DigitalInput
Create an instance of a Digital Input class.
DigitalIOButton - Class in edu.wpi.first.wpilibj.buttons
 
DigitalIOButton(int) - Constructor for class edu.wpi.first.wpilibj.buttons.DigitalIOButton
 
DigitalModule - Class in edu.wpi.first.wpilibj
Class representing a digital module
DigitalModule(int) - Constructor for class edu.wpi.first.wpilibj.DigitalModule
Create a new digital module
DigitalOutput - Class in edu.wpi.first.wpilibj
Class to write digital outputs.
DigitalOutput(int, int) - Constructor for class edu.wpi.first.wpilibj.DigitalOutput
Create an instance of a digital output.
DigitalOutput(int) - Constructor for class edu.wpi.first.wpilibj.DigitalOutput
Create an instance of a digital output.
DigitalSource - Class in edu.wpi.first.wpilibj
DigitalSource Interface.
DigitalSource() - Constructor for class edu.wpi.first.wpilibj.DigitalSource
 
disable() - Method in class edu.wpi.first.wpilibj.CANJaguar
Deprecated. Use disableControl instead.
disable() - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
Disables the internal PIDController
disable() - Method in class edu.wpi.first.wpilibj.command.Scheduler
Disable the command scheduler.
disable() - Method in class edu.wpi.first.wpilibj.PIDController
Stop running the PIDController, this sets the output to zero before stopping.
disable() - Method in class edu.wpi.first.wpilibj.SafePWM
 
disable() - Method in interface edu.wpi.first.wpilibj.SpeedController
Disable the speed controller
disableControl() - Method in class edu.wpi.first.wpilibj.CANJaguar
Disable the closed loop controller.
disabled() - Method in class edu.wpi.first.wpilibj.SimpleRobot
Disabled should go here.
disabledInit() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Initialization code for disabled mode should go here.
disabledPeriodic() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Periodic code for disabled mode should go here.
disableInterrupts() - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
Disable Interrupts without without deallocating structures.
disablePWM() - Method in class edu.wpi.first.wpilibj.DigitalOutput
Change this line from a PWM output back to a static Digital Output line.
disableSoftPositionLimits() - Method in class edu.wpi.first.wpilibj.CANJaguar
Disable Soft Position Limits if previously enabled.
disableTermination() - Method in class edu.wpi.first.wpilibj.SerialPort
Disable termination behavior.
disconnect() - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Free up the connection resources.
disconnect() - Method in class com.sun.squawk.io.j2me.file.Protocol
Free up the connection resources.
disconnect() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
dispatch() - Method in class com.sun.squawk.debugger.JDWPListener.CommandSet
Dispatches to the handler for the specific command in the command set.
dispose() - Method in class com.sun.cldc.jna.NativeLibrary
Close the library, as in dlclose.
dispose(Pointer) - Static method in class edu.wpi.first.wpilibj.image.NIVision
Cleans up resources associated with images, regions of interest (ROIs), arrays, and reports that you no longer need.
div() - Method in interface com.sun.squawk.compiler.BaseCompiler
Divide the top two elements on the stack.
DIV_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
DIV_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
DIV_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
DIV_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
divide2(int[], int[]) - Method in class com.sun.squawk.security.ecc.PrimeField
 
DLCLOSE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DLERROR - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DLOPEN - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DLSYM - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DoBlock - Class in com.sun.squawk
 
DoBlock() - Constructor for class com.sun.squawk.DoBlock
 
doesRequire(Subsystem) - Method in class edu.wpi.first.wpilibj.command.Command
Checks if the command requires the given Subsystem.
doInitCheck(boolean[], int, int) - Static method in class com.sun.cldc.jna.Native
a bit of sanity checking that every "constant index" is really unique and every one is checked.
doSlots - Variable in class com.sun.squawk.DebuggerSupport.StackInspector
Determines if the inspector should be given a chance to inspect the value of the slots in each frame.
DOUBLE - Static variable in class com.sun.squawk.compiler.Type
Define primary types.
DOUBLE - Static variable in interface com.sun.squawk.compiler.Types
Define primary types.
DOUBLE - Static variable in class com.sun.squawk.Klass
The type for double.
DOUBLE - Static variable in class com.sun.squawk.vm.AddressType
Denotes that an address contains the first word of a double value.
DOUBLE - Static variable in interface com.sun.squawk.vm.CID
 
Double - Class in java.lang
The Double class wraps a value of the primitive type double in an object.
Double(double) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
DOUBLE2 - Static variable in class com.sun.squawk.Klass
The type for the second word of a double value.
DOUBLE2 - Static variable in class com.sun.squawk.vm.AddressType
Denotes that an address contains the second word of a double value.
DOUBLE2 - Static variable in interface com.sun.squawk.vm.CID
 
DOUBLE_ARRAY - Static variable in class com.sun.squawk.Klass
The type for double[].
DOUBLE_ARRAY - Static variable in interface com.sun.squawk.vm.CID
 
DoubleSolenoid - Class in edu.wpi.first.wpilibj
DoubleSolenoid class for running 2 channels of high voltage Digital Output (9472 module).
DoubleSolenoid(int, int) - Constructor for class edu.wpi.first.wpilibj.DoubleSolenoid
Constructor.
DoubleSolenoid(int, int, int) - Constructor for class edu.wpi.first.wpilibj.DoubleSolenoid
Constructor.
DoubleSolenoid.Value - Class in edu.wpi.first.wpilibj
Possible values for a DoubleSolenoid
doubleToLongBits(double) - Static method in class com.sun.squawk.VM
Converts a double into bits.
doubleToLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleValue() - Method in class java.lang.Double
Returns the double value of this Double.
doubleValue() - Method in class java.lang.Float
Returns the double value of this Float.
doubleValue() - Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue() - Method in class java.lang.Long
Returns the value of this Long as a double.
DOUBLEWORD - Static variable in class com.sun.squawk.Modifier
The int value denoting that a class represents a double word type (i.e.
DRAWIMAGE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DRAWLINE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DRAWOVAL - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DRAWRECT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DRAWROUNDRECT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
DRAWSTRING - Static variable in class com.sun.squawk.vm.ChannelConstants
 
drive(double, double) - Method in class edu.wpi.first.wpilibj.RobotDrive
Drive the motors at "speed" and "curve".
Driver - Interface in com.sun.squawk
Simple interface for device drivers.
DriverStation - Class in edu.wpi.first.wpilibj
Provide access to the network communication data to / from the Driver Station.
DriverStation() - Constructor for class edu.wpi.first.wpilibj.DriverStation
DriverStation constructor.
DriverStation.Alliance - Class in edu.wpi.first.wpilibj
The robot alliance that the robot is a part of
DriverStationEnhancedIO - Class in edu.wpi.first.wpilibj
 
DriverStationEnhancedIO.EnhancedIOException - Exception in edu.wpi.first.wpilibj
 
DriverStationEnhancedIO.EnhancedIOException(String) - Constructor for exception edu.wpi.first.wpilibj.DriverStationEnhancedIO.EnhancedIOException
 
DriverStationEnhancedIO.tAccelChannel - Class in edu.wpi.first.wpilibj
Accelerometer channel for enhanced IO
DriverStationEnhancedIO.tDigitalConfig - Class in edu.wpi.first.wpilibj
Digital configuration for enhanced IO
DriverStationEnhancedIO.tPWMPeriodChannels - Class in edu.wpi.first.wpilibj
PWM period channels for enhanced IO
DriverStationLCD - Class in edu.wpi.first.wpilibj
Provide access to "LCD" on the Driver Station.
DriverStationLCD.Line - Class in edu.wpi.first.wpilibj
The line number on the Driver Station LCD
drop() - Method in interface com.sun.squawk.compiler.BaseCompiler
Pop the top element of the compiler stack.
dsDigitalIn - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
The state of the digital inputs on the ds
dsID_Alliance - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Which alliance the robot is on
dsID_Position - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
The position of the controls on the alliance station wall.
DUMMY - Static variable in interface com.sun.squawk.vm.MathOpcodes
 
dump(PrintStream) - Static method in class com.sun.squawk.util.ComputationTimer
Print a summary of the times.
dumpAll() - Method in interface com.sun.squawk.compiler.BaseCompiler
Pop all the element of the compiler stack.
dup() - Method in interface com.sun.squawk.compiler.BaseCompiler
Dup the top element of the stack.
dupReceiver() - Method in interface com.sun.squawk.compiler.BaseCompiler
Dup the receiver element of the stack.
DynamicStructure - Class in com.sun.cldc.jna
A DynamicStructure is a structure with support for getting the field offsets for a particular platform from native code.
DynamicStructure() - Constructor for class com.sun.cldc.jna.DynamicStructure
 

E

E - Static variable in class java.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
E2BIG - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
E2BIG - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
E2BIG - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
E_ADDRESS - Static variable in interface com.sun.squawk.compiler.BaseCompiler
Compiled Squawk procedure preamble.
E_NONE - Static variable in interface com.sun.squawk.compiler.BaseCompiler
Standard C-style calling convention and parameter passing procedures.
E_NULL - Static variable in interface com.sun.squawk.compiler.BaseCompiler
 
E_REGISTER - Static variable in interface com.sun.squawk.compiler.BaseCompiler
Squawk Interpreter procedure preamble.
EACCES - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EACCES - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EACCES - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EADDRINUSE - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EADDRINUSE - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EADDRINUSE - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EADDRNOTAVAIL - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EADDRNOTAVAIL - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EADDRNOTAVAIL - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EAFNOSUPPORT - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EAFNOSUPPORT - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EAFNOSUPPORT - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EAGAIN - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EAGAIN - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EAGAIN - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EALREADY - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EALREADY - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EALREADY - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EBADF - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EBADF - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EBADF - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EBADMSG - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EBADMSG - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EBADMSG - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EBUSY - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EBUSY - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EBUSY - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ECANCELED - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ECANCELED - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ECANCELED - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ECCurveFp - Class in com.sun.squawk.security.ecc
 
ECHILD - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ECHILD - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ECHILD - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ECONNABORTED - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ECONNABORTED - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ECONNABORTED - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ECONNREFUSED - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ECONNREFUSED - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ECONNREFUSED - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ECONNRESET - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ECONNRESET - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ECONNRESET - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ECPoint - Class in com.sun.squawk.security.ecc
 
ECPoint(ECCurveFp, int[], int[]) - Constructor for class com.sun.squawk.security.ecc.ECPoint
 
ECPoint(ECCurveFp) - Constructor for class com.sun.squawk.security.ecc.ECPoint
 
ECPublicKey - Class in com.sun.squawk.security
 
ECPublicKey() - Constructor for class com.sun.squawk.security.ECPublicKey
 
EDEADLK - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EDEADLK - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EDEADLK - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EDESTADDRREQ - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EDESTADDRREQ - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EDESTADDRREQ - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EDOM - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EDOM - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EDOM - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EDQUOT - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EDQUOT - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EDQUOT - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
edu.wpi.first.wpilibj - package edu.wpi.first.wpilibj
The WPI Robotics library (WPILibJ) is a set of Java classes that interfaces to the hardware in the FRC control system and your robot.
edu.wpi.first.wpilibj.buttons - package edu.wpi.first.wpilibj.buttons
 
edu.wpi.first.wpilibj.camera - package edu.wpi.first.wpilibj.camera
Provides classes for interfacing to the camera.
edu.wpi.first.wpilibj.can - package edu.wpi.first.wpilibj.can
 
edu.wpi.first.wpilibj.command - package edu.wpi.first.wpilibj.command
 
edu.wpi.first.wpilibj.communication - package edu.wpi.first.wpilibj.communication
Provides classes for communicating with the driver station and synchronizing with C/C++ code.
edu.wpi.first.wpilibj.fpga - package edu.wpi.first.wpilibj.fpga
 
edu.wpi.first.wpilibj.image - package edu.wpi.first.wpilibj.image
Provides classes to access National Instrument's nivison library for machine vision enables automated image processing for color identification, tracking and analysis.
edu.wpi.first.wpilibj.interfaces - package edu.wpi.first.wpilibj.interfaces
 
edu.wpi.first.wpilibj.livewindow - package edu.wpi.first.wpilibj.livewindow
 
edu.wpi.first.wpilibj.parsing - package edu.wpi.first.wpilibj.parsing
 
edu.wpi.first.wpilibj.smartdashboard - package edu.wpi.first.wpilibj.smartdashboard
 
edu.wpi.first.wpilibj.util - package edu.wpi.first.wpilibj.util
Provides classes for utility robotics programming.
edu.wpi.first.wpilibj.visa - package edu.wpi.first.wpilibj.visa
Provides classes to access I/O functions in visa.h.
EEXIST - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EEXIST - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EEXIST - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EFAULT - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EFAULT - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EFAULT - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EFBIG - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EFBIG - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EFBIG - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EHOSTUNREACH - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EHOSTUNREACH - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EHOSTUNREACH - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EIDRM - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EIDRM - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EIDRM - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EILSEQ - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EILSEQ - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EILSEQ - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EINPROGRESS - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EINPROGRESS - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EINPROGRESS - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EINTR - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EINTR - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EINTR - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EINVAL - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EINVAL - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EINVAL - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EIO - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EIO - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EIO - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EISCONN - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EISCONN - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EISCONN - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EISDIR - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EISDIR - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EISDIR - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
elementAt(int) - Method in class com.sun.squawk.util.SquawkVector
Returns the component at the specified index.
elementAt(int) - Method in class java.util.Vector
Returns the component at the specified index.
elementCount - Variable in class com.sun.squawk.util.IntSet
The number of valid components in the vector.
elementCount - Variable in class com.sun.squawk.util.SquawkVector
The number of valid components in the vector.
elementCount - Variable in class java.util.Vector
The number of valid components in the vector.
elementData - Variable in class com.sun.squawk.util.IntSet
The array buffer into which the components of the vector are stored.
elementData - Variable in class com.sun.squawk.util.SquawkVector
The array buffer into which the components of the vector are stored.
elementData - Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elements() - Method in class com.sun.squawk.util.ArrayHashtable
Returns an enumeration of the values in this hashtable.
elements() - Method in class com.sun.squawk.util.IntHashtable
Returns an enumeration of the values in this hashtable.
elements() - Method in class com.sun.squawk.util.SimpleLinkedList
Returns an enumeration of the components of this vector.
elements() - Method in class com.sun.squawk.util.SquawkHashtable
Returns an enumeration of the values in this hashtable.
elements() - Method in class com.sun.squawk.util.SquawkVector
Returns an enumeration of the components of this vector.
elements() - Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
elements() - Method in class java.util.Vector
Returns an enumeration of the components of this vector.
EllipseDescriptor - Class in edu.wpi.first.wpilibj.image
 
EllipseDescriptor(double, double, double, double) - Constructor for class edu.wpi.first.wpilibj.image.EllipseDescriptor
 
EllipseMatch - Class in edu.wpi.first.wpilibj.image
 
ELOOP - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ELOOP - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ELOOP - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EMFILE - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EMFILE - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EMFILE - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EMLINK - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EMLINK - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EMLINK - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
empty() - Method in class java.util.Stack
Tests if this stack is empty.
EmptyStackException - Exception in java.util
Thrown by methods in the Stack class to indicate that the stack is empty.
EmptyStackException() - Constructor for exception java.util.EmptyStackException
Constructs a new EmptyStackException with null as its error message string.
EMSGSIZE - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EMSGSIZE - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EMSGSIZE - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EMULTIHOP - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EMULTIHOP - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EMULTIHOP - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
enable() - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
Enables the internal PIDController
enable() - Method in class edu.wpi.first.wpilibj.command.Scheduler
Enable the command scheduler.
enable() - Method in class edu.wpi.first.wpilibj.PIDController
Begin running the PIDController
ENABLE_AVR_CLOCK_SYNCHRONISATION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
ENABLE_RELOCATION_TABLES - Static variable in class com.sun.squawk.MethodBody
This was sketched out, but not used.
ENABLE_SPECIFIC_TYPE_TABLES - Static variable in class com.sun.squawk.MethodBody
The method info is capable of encoding the types of the parameters and locals, but this is currently only used for debugging when using the CheneyCollector (see checkActivationForAddresses()).
enableControl() - Method in class edu.wpi.first.wpilibj.CANJaguar
Enable the closed loop controller.
enableControl(double) - Method in class edu.wpi.first.wpilibj.CANJaguar
Enable the closed loop controller.
enabled() - Method in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Determine if the robot should be enabled
enabled() - Method in class edu.wpi.first.wpilibj.Compressor
Get the state of the enabled flag.
ENABLED_BIT - Static variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
 
enableDeadbandElimination(boolean) - Method in class edu.wpi.first.wpilibj.PWM
Optionally eliminate the deadband from a speed controller.
enableDirectionSensing(boolean) - Method in class edu.wpi.first.wpilibj.GearTooth
Common code called by the constructors.
enableFeature(String) - Static method in class com.sun.squawk.util.Tracer
Enable a given feature to be traced.
enableInterrupts() - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
Enable interrupts to occur on this input.
enablePWM(double) - Method in class edu.wpi.first.wpilibj.DigitalOutput
Enable a PWM Output on this line.
enableTermination(char) - Method in class edu.wpi.first.wpilibj.SerialPort
Enable termination and specify the termination character.
enableTermination() - Method in class edu.wpi.first.wpilibj.SerialPort
Enable termination and specify the termination character.
ENAMETOOLONG - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENAMETOOLONG - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENAMETOOLONG - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
encodeGreyscaleValue(float) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
encodeHSLValue(int, int, int, int) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
encodeHSVValue(int, int, int, int) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
encodePoint(ECPoint, byte[], int) - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
Encoder - Class in edu.wpi.first.wpilibj
Class to read quad encoders.
Encoder(int, int, int, int, boolean) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int, int, int, boolean, CounterBase.EncodingType) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int, int, int, int, int, boolean) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int, int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int, boolean) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int, boolean, CounterBase.EncodingType) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int, int, boolean) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(int, int, int) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(DigitalSource, DigitalSource, boolean) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(DigitalSource, DigitalSource) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(DigitalSource, DigitalSource, boolean, CounterBase.EncodingType) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(DigitalSource, DigitalSource, DigitalSource, boolean) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
Encoder(DigitalSource, DigitalSource, DigitalSource) - Constructor for class edu.wpi.first.wpilibj.Encoder
Encoder constructor.
encodeRGBValue(int, int, int, int) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
encoding - Variable in class com.sun.squawk.debugger.DataType.FieldID
The field's encoded tag, offset, and static flag.
end() - Method in interface com.sun.squawk.compiler.BaseCompiler
End a code scope.
end() - Method in class edu.wpi.first.wpilibj.command.Command
Called when the command ended peacefully.
end() - Method in class edu.wpi.first.wpilibj.command.CommandGroup
 
end() - Method in class edu.wpi.first.wpilibj.command.PrintCommand
 
end() - Method in class edu.wpi.first.wpilibj.command.StartCommand
 
end() - Method in class edu.wpi.first.wpilibj.command.WaitCommand
 
end() - Method in class edu.wpi.first.wpilibj.command.WaitForChildren
 
end() - Method in class edu.wpi.first.wpilibj.command.WaitUntilCommand
 
endAddress - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
ENDS_WITH - Static variable in class com.sun.squawk.debugger.EventRequestModifier.ClassMatch
 
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
ENETDOWN - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENETDOWN - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENETDOWN - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENETRESET - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENETRESET - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENETRESET - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENETUNREACH - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENETUNREACH - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENETUNREACH - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENFILE - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENFILE - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENFILE - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOBUFS - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOBUFS - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOBUFS - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENODATA - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENODATA - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENODATA - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENODEV - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENODEV - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENODEV - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOENT - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOENT - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOENT - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOEXEC - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOEXEC - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOEXEC - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOLCK - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOLCK - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOLCK - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOLINK - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOLINK - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOLINK - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOMEM - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOMEM - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOMEM - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOMSG - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOMSG - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOMSG - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOPROTOOPT - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOPROTOOPT - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOPROTOOPT - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOSPC - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOSPC - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOSPC - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOSR - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOSR - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOSR - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOSTR - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOSTR - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOSTR - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOSYS - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOSYS - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOSYS - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOTCONN - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOTCONN - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOTCONN - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOTDIR - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOTDIR - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOTDIR - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOTEMPTY - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOTEMPTY - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOTEMPTY - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOTSOCK - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOTSOCK - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOTSOCK - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOTSUP - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOTSUP - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOTSUP - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ENOTTY - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENOTTY - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENOTTY - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ensure(int) - Method in class com.sun.squawk.ByteBufferEncoder
Ensures that the buffer is large enough.
ensureCapacity(int) - Method in class com.sun.squawk.util.SquawkVector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ensureCapacity(int) - Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacity(int) - Method in class java.util.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ensureConnected() - Method in class com.sun.squawk.io.j2me.file.Protocol
Checks that the connection is already open.
ensureEnoughRoomFor(int) - Method in class com.sun.squawk.util.ByteArrayOutputStreamWithGetBytes
 
ensureOpen() - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Check if the connection is open.
ensureOpenAndConnected() - Method in class com.sun.squawk.io.j2me.file.Protocol
Checks that the connection is already open and connected.
enter(Label, int) - Method in interface com.sun.squawk.compiler.BaseCompiler
Emit a function prologue.
enter(Label) - Method in interface com.sun.squawk.compiler.BaseCompiler
Emit a function prologue.
enter(int) - Method in interface com.sun.squawk.compiler.BaseCompiler
Emit a function prologue.
enter() - Method in interface com.sun.squawk.compiler.BaseCompiler
Emit a function prologue.
ENTRY_COUNT - Static variable in class com.sun.squawk.vm.Native
 
enumerateRecords(RecordFilter, RecordComparator, boolean) - Method in class javax.microedition.rms.RecordStore
Returns an enumeration for traversing a set of records in the record store in an optionally specified order.
Enumeration - Interface in java.util
An object that implements the Enumeration interface generates a series of elements, one at a time.
enumerationsToString(Enumeration, Enumeration, int) - Static method in class com.sun.squawk.util.SquawkHashtable
Utility class to get a rather long string representation of any kind of hashtable.
enumerationToString(Enumeration, int) - Static method in class com.sun.squawk.util.SquawkVector
Utility to return a string representation of any enumeration.
Envelope - Class in com.sun.squawk.io.mailboxes
Abstract class for messages passed through Channels.
Envelope() - Constructor for class com.sun.squawk.io.mailboxes.Envelope
 
ENXIO - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ENXIO - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ENXIO - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EOFException - Exception in java.io
Signals that an end of file or end of stream has been reached unexpectedly during input.
EOFException() - Constructor for exception java.io.EOFException
Constructs an EOFException with null as its error detail message.
EOFException(String) - Constructor for exception java.io.EOFException
Constructs an EOFException with the specified detail message.
EOPNOTSUPP - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EOVERFLOW - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EOVERFLOW - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EOVERFLOW - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EPERM - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EPERM - Static variable in class com.sun.squawk.platform.posix.natives.LibCImpl.statImpl
 
EPERM - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EPERM - Static variable in class com.sun.squawk.platform.windows.natives.LibC.stat
 
EPERM - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EPERM - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl.statImpl
 
EPIPE - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EPIPE - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EPIPE - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EPROTO - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EPROTO - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EPROTO - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EPROTONOSUPPORT - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EPROTONOSUPPORT - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EPROTONOSUPPORT - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EPROTOTYPE - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EPROTOTYPE - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EPROTOTYPE - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
eq(Address) - Method in class com.sun.squawk.Address
Determines if this address is equal to a given address.
eq() - Method in interface com.sun.squawk.compiler.BaseCompiler
Test the top two elements.
eq(Offset) - Method in class com.sun.squawk.Offset
Determines if this offset is equal to a given offset.
eq(UWord) - Method in class com.sun.squawk.UWord
Determines if this word is equal to a given word.
equals(Object) - Method in class com.sun.cldc.util.j2me.TimeZoneImpl
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sun.squawk.debugger.DataType
 
equals(Object) - Method in class com.sun.squawk.debugger.DataType.FieldID
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sun.squawk.debugger.DataType.FrameID
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sun.squawk.debugger.DataType.Location
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sun.squawk.debugger.DataType.TaggedObjectID
Indicates whether some other object is "equal to" this one.
EQUALS - Static variable in class com.sun.squawk.debugger.EventRequestModifier.ClassMatch
 
equals(Object) - Method in class com.sun.squawk.Field
 
equals(Object) - Method in class com.sun.squawk.Isolate.Breakpoint
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.sun.squawk.Klass
For completeness, define identity equals().
equals(Object) - Method in class com.sun.squawk.Method
 
equals(Object) - Method in class com.sun.squawk.Suite
Compares this suite with another object for equality.
equals(long[], long[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of longs are equal to one another.
equals(int[], int[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of ints are equal to one another.
equals(short[], short[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of shorts are equal to one another.
equals(char[], char[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of chars are equal to one another.
equals(byte[], byte[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of bytes are equal to one another.
equals(boolean[], boolean[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of booleans are equal to one another.
equals(double[], double[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of doubles are equal to one another.
equals(float[], float[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of floats are equal to one another.
equals(Object[], Object[]) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified arrays of Objects are equal to one another.
equals(Object, Object) - Static method in class com.sun.squawk.util.Arrays
Returns true if the two specified Objects are equal to one another.
equals(Object) - Method in class com.sun.squawk.util.BitSet
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.
equals(Object) - Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Character
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Double
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Float
Compares this object against some other object.
equals(Object) - Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Long
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Object
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class java.lang.Short
Compares this object to the specified object.
equals(Object) - Method in class java.lang.String
Compares this string to the specified object.
equals(Object) - Method in class java.util.Calendar
Compares this calendar to the specified object.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another String, ignoring case considerations.
EQUIVALENT - Static variable in interface javax.microedition.rms.RecordComparator
EQUIVALENT means that in terms of search or sort order, the two records are the same.
ERANGE - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ERANGE - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ERANGE - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
erase(long) - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
erase(long) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
erase() - Method in interface com.sun.squawk.peripheral.INorFlashSector
 
erase() - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
ERASED_HEADER - Static variable in class com.sun.squawk.flash.NorFlashSectorState
 
ERASED_HEADER_SIZE - Static variable in class com.sun.squawk.flash.NorFlashSectorState
 
ERASED_VALUE - Static variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
ERASED_VALUE_XOR - Static variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
erasedSequenceCurrentValue - Variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
EROFS - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EROFS - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EROFS - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
err - Variable in class com.sun.squawk.io.j2me.debug.Protocol
 
err - Static variable in class java.lang.System
The "standard" error output stream.
errCheckNeg(int) - Static method in class com.sun.squawk.platform.posix.LibCUtil
Utility class that checks result.
errCheckNeg(int) - Static method in class com.sun.squawk.platform.windows.LibCUtil
Utility class that checks result.
errno() - Static method in class com.sun.cldc.jna.Function
Return the system errno value from the last native function call made by this Java thread.
errno() - Static method in class com.sun.squawk.platform.posix.LibCUtil
Return the system errno value from the last native function call made by this Java thread.
errno() - Static method in class com.sun.squawk.platform.windows.LibCUtil
Return the system errno value from the last native function call made by this Java thread.
error(int) - Method in class com.sun.squawk.debugger.JDWPListener.CommandSet
Used by subclasses to change the error code sent in the reply.
Error - Error in java.lang
An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
Error() - Constructor for error java.lang.Error
Constructs an Error with no specified detail message.
Error(String) - Constructor for error java.lang.Error
Constructs an Error with the specified detail message.
Error_ABSENT_INFORMATION - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_ACCESS_DENIED - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_ADD_METHOD_NOT_IMPLEMENTED - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_ALREADY_INVOKING - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_CIRCULAR_CLASS_DEFINITION - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_CLASS_MODIFIERS_CHANGE_NOT_IMPLEMENTED - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_CLASS_NOT_PREPARED - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_DELETE_METHOD_NOT_IMPLEMENTED - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_DUPLICATE - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_FAILS_VERIFICATION - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_HIERARCHY_CHANGE_NOT_IMPLEMENTED - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_ILLEGAL_ARGUMENT - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INTERNAL - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INTERRUPT - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_ARRAY - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_CLASS - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_CLASS_FORMAT - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_CLASS_LOADER - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_COUNT - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_EVENT_TYPE - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_FIELDID - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_FRAMEID - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_INDEX - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_LENGTH - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_LOCATION - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_METHODID - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_MONITOR - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_OBJECT - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_PRIORITY - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_SLOT - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_STRING - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_TAG - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_THREAD - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_THREAD_GROUP - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_INVALID_TYPESTATE - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_METHOD_MODIFIERS_CHANGE_NOT_IMPLEMENTED - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_NAMES_DONT_MATCH - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_NATIVE_METHOD - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_NO_MORE_FRAMES - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_NONE - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_NOT_CURRENT_FRAME - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_NOT_FOUND - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_NOT_IMPLEMENTED - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_NOT_MONITOR_OWNER - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_NULL_POINTER - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_OPAQUE_FRAME - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_OUT_OF_MEMORY - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_SCHEMA_CHANGE_NOT_IMPLEMENTED - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_THREAD_NOT_SUSPENDED - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_THREAD_SUSPENDED - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_TRANSPORT_INIT - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_TRANSPORT_LOAD - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_TYPE_MISMATCH - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_UNATTACHED_THREAD - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_UNSUPPORTED_VERSION - Static variable in class com.sun.squawk.debugger.JDWP
 
Error_VM_DEAD - Static variable in class com.sun.squawk.debugger.JDWP
 
ERRORS_TO_DRIVERSTATION_PROP - Static variable in class edu.wpi.first.wpilibj.RobotBase
Boolean System property.
errorStr() - Static method in class com.sun.cldc.jna.NativeLibrary
Get any error message provided by the platform (as in dlerror).
errWarnNeg(int) - Static method in class com.sun.squawk.platform.posix.LibCUtil
Utility class that warns if the result indicates an error.
errWarnNeg(int) - Static method in class com.sun.squawk.platform.windows.LibCUtil
Utility class that warns if the result indicates an error.
ESCAPE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ESCAPE_WIDE_0 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ESCAPE_WIDE_1 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ESCAPE_WIDE_DELTA - Static variable in class com.sun.squawk.vm.OPC.Properties
The delta that is applied to an opcode >= 256 to get the widened version of the opcode.
ESCAPE_WIDE_INT - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ESCAPE_WIDE_M1 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ESCAPE_WIDE_SHORT - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ESPIPE - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ESPIPE - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ESPIPE - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ESRCH - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ESRCH - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ESRCH - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ESTOP_BIT - Static variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
 
ETIME - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ETIME - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ETIME - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ETIMEDOUT - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ETIMEDOUT - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ETIMEDOUT - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
ETXTBSY - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
ETXTBSY - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
ETXTBSY - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
Event_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
Event_Composite_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Several events may occur at a given time in the target VM.
eventKind - Variable in class com.sun.squawk.debugger.EventRequestModifier.ClassMatch
The name to match depends on the event kind.
eventKind - Variable in class com.sun.squawk.debugger.EventRequestModifier.ClassOnly
Match acts differently for different event types.
EventKind_BREAKPOINT - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_CLASS_LOAD - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_CLASS_PREPARE - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_CLASS_UNLOAD - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_EXCEPTION - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_EXCEPTION_CATCH - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_FIELD_ACCESS - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_FIELD_MODIFICATION - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_FRAME_POP - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_METHOD_ENTRY - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_METHOD_EXIT - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_SINGLE_STEP - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_THREAD_DEATH - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_THREAD_END - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_THREAD_START - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_USER_DEFINED - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_VM_DEATH - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_VM_DISCONNECTED - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_VM_INIT - Static variable in class com.sun.squawk.debugger.JDWP
 
EventKind_VM_START - Static variable in class com.sun.squawk.debugger.JDWP
 
EventManager - Class in com.sun.squawk.debugger
The EventManager class manages requests from a remote entity that wants to be notified when certain events occur.
EventManager(EventRequestModifier.Matcher) - Constructor for class com.sun.squawk.debugger.EventManager
 
EventManager.MatchedRequests - Class in com.sun.squawk.debugger
Summary of the requests that matched given event.
EventManager.MatchedRequests(Vector, boolean, int) - Constructor for class com.sun.squawk.debugger.EventManager.MatchedRequests
 
EventNotifier - Class in com.sun.squawk.debugger
An EventNotifier is used to synchronize communication between a thread producing a JDWP event and consumer of such events.
EventNotifier() - Constructor for class com.sun.squawk.debugger.EventNotifier
 
EventNotifier.Consumer - Interface in com.sun.squawk.debugger
An EventConsumer consumes events delivered via an EventNotifier.
EventRequest - Class in com.sun.squawk.debugger
An EventRequest instance is used register a request for notification of a particular event on behalf of a debugger.
EventRequest(int, int) - Constructor for class com.sun.squawk.debugger.EventRequest
Creates an EventRequest.
EventRequest(int, PacketInputStream, int) - Constructor for class com.sun.squawk.debugger.EventRequest
Creates an EventRequest based on the data read from a JDWP packet.
EventRequest_Clear_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Clear an event request.
EventRequest_ClearAllBreakpoints_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Removes all set breakpoints.
EventRequest_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
EventRequest_MOD_CLASS_EXCLUDE - Static variable in class com.sun.squawk.debugger.JDWP
 
EventRequest_MOD_CLASS_MATCH - Static variable in class com.sun.squawk.debugger.JDWP
 
EventRequest_MOD_CLASS_ONLY - Static variable in class com.sun.squawk.debugger.JDWP
 
EventRequest_MOD_CONDITIONAL - Static variable in class com.sun.squawk.debugger.JDWP
 
EventRequest_MOD_COUNT - Static variable in class com.sun.squawk.debugger.JDWP
Modifier kind values that make events conditional.
EventRequest_MOD_EXCEPTION_ONLY - Static variable in class com.sun.squawk.debugger.JDWP
 
EventRequest_MOD_FIELD_ONLY - Static variable in class com.sun.squawk.debugger.JDWP
 
EventRequest_MOD_INSTANCE_ONLY - Static variable in class com.sun.squawk.debugger.JDWP
 
EventRequest_MOD_LOCATION_ONLY - Static variable in class com.sun.squawk.debugger.JDWP
 
EventRequest_MOD_STEP - Static variable in class com.sun.squawk.debugger.JDWP
 
EventRequest_MOD_THREAD_ONLY - Static variable in class com.sun.squawk.debugger.JDWP
 
EventRequest_Set_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Set an event request.
EventRequestModifier - Class in com.sun.squawk.debugger
The EventRequestModifier class creates a "filter" for EventRequest objects, so that only events that are matched by the modifiers associated with an event request are sent to the debugger.
EventRequestModifier() - Constructor for class com.sun.squawk.debugger.EventRequestModifier
 
EventRequestModifier.ClassMatch - Class in com.sun.squawk.debugger
A ClassMatch modifier restricts reported events to those for classes whose name matches a restricted regular expression.
EventRequestModifier.ClassMatch(PacketInputStream, int, boolean) - Constructor for class com.sun.squawk.debugger.EventRequestModifier.ClassMatch
Creates a ClassMatch modifier.
EventRequestModifier.ClassOnly - Class in com.sun.squawk.debugger
For class prepare event, a ClassOnly modifier restricts the events generated by this request to be the preparation of the given reference type and any subtypes.
EventRequestModifier.ClassOnly(PacketInputStream, int) - Constructor for class com.sun.squawk.debugger.EventRequestModifier.ClassOnly
Creates a ClassOnly modifier.
EventRequestModifier.Count - Class in com.sun.squawk.debugger
A Count modifier limits the requested event to be reported at most once after a given number of occurrences.
EventRequestModifier.Count(PacketInputStream) - Constructor for class com.sun.squawk.debugger.EventRequestModifier.Count
Creates a Count modifier.
EventRequestModifier.ExceptionOnly - Class in com.sun.squawk.debugger
An ExceptionOnly modifier restricts reported exceptions by their class and whether they are caught or uncaught.
EventRequestModifier.ExceptionOnly(PacketInputStream, int) - Constructor for class com.sun.squawk.debugger.EventRequestModifier.ExceptionOnly
Creates an ExceptionOnly.
EventRequestModifier.LocationOnly - Class in com.sun.squawk.debugger
A LocationOnly modifier restricts reported events to those that occur at a given location.
EventRequestModifier.LocationOnly(PacketInputStream, int) - Constructor for class com.sun.squawk.debugger.EventRequestModifier.LocationOnly
Creates a LocationOnly modifier.
EventRequestModifier.Matcher - Interface in com.sun.squawk.debugger
 
EventRequestModifier.Step - Class in com.sun.squawk.debugger
A Step modifier restricts reported step events to those which satisfy depth and size constraints.
EventRequestModifier.Step(PacketInputStream, int) - Constructor for class com.sun.squawk.debugger.EventRequestModifier.Step
Creates a Step modifier.
EventRequestModifier.ThreadOnly - Class in com.sun.squawk.debugger
A ThreadOnly modifier restricts reported events to those in a given thread.
EventRequestModifier.ThreadOnly(PacketInputStream, int) - Constructor for class com.sun.squawk.debugger.EventRequestModifier.ThreadOnly
Creates a ThreadOnly modifier.
EWOULDBLOCK - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EWOULDBLOCK - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EWOULDBLOCK - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
EXCEPTION - Static variable in class com.sun.squawk.Debugger.Event
 
Exception - Exception in java.lang
The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Exception() - Constructor for exception java.lang.Exception
Constructs an Exception with no specified detail message.
Exception(String) - Constructor for exception java.lang.Exception
Constructs an Exception with the specified detail message.
EXCEPTION_CATCH - Static variable in class com.sun.squawk.Debugger.Event
 
ExceptionHandler - Class in com.sun.squawk
An instance of ExceptionHandler describes a single exception handler in a method.
ExceptionHandler(int, int, int, Klass) - Constructor for class com.sun.squawk.ExceptionHandler
Create an exception handler.
exceptionOrNull - Variable in class com.sun.squawk.debugger.EventRequestModifier.ExceptionOnly
 
exclude - Variable in class com.sun.squawk.debugger.EventRequestModifier.ClassMatch
If true, this is a ClassExclude modifier, otherwise a ClassMatch modifier.
EXDEV - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
EXDEV - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
EXDEV - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
execGraphicsIO(int, int, int, int, int, int, int, Object, Object) - Static method in class com.sun.squawk.VM
Executes an I/O operation on the graphics channel and return the result.
execIO(int, int, int, int, int, int, int, int, Object, Object) - Static method in class com.sun.squawk.VM
Executes a I/O operation that may block.
execIOLong(int, int, int, int, int, int, int, int, Object, Object) - Static method in class com.sun.squawk.VM
Executes an I/O operation that returns a long value.
execSyncIO(int, int, int, int, int, int, int, Object, Object) - Static method in class com.sun.squawk.VM
Executes a non-blocking I/O operation whose result is guaranteed to be available immediately.
execSyncIO(int, int, int, int, int, int, int, int, Object, Object) - Static method in class com.sun.squawk.VM
Executes a non-blocking I/O operation whose result is guaranteed to be available immediately.
execSyncIO(int, int) - Static method in class com.sun.squawk.VM
Executes a non-blocking I/O operation whose result is guaranteed to be available immediately.
execute() - Method in class edu.wpi.first.wpilibj.buttons.Trigger.ButtonScheduler
 
execute() - Method in class edu.wpi.first.wpilibj.command.Command
The execute method is called repeatedly until this Command either finishes or is canceled.
execute() - Method in class edu.wpi.first.wpilibj.command.CommandGroup
 
execute() - Method in class edu.wpi.first.wpilibj.command.PrintCommand
 
execute() - Method in class edu.wpi.first.wpilibj.command.StartCommand
 
execute() - Method in class edu.wpi.first.wpilibj.command.WaitCommand
 
execute() - Method in class edu.wpi.first.wpilibj.command.WaitForChildren
 
execute() - Method in class edu.wpi.first.wpilibj.command.WaitUntilCommand
 
ExecutionPoint - Class in com.sun.squawk
An ExecutionPoint instance encapsulates the details of a point of execution including the thread, a frame offset, the method to which the frame pertains and the bytecode index of an instruction in the method.
ExecutionPoint(Offset, Offset, Object) - Constructor for class com.sun.squawk.ExecutionPoint
 
exists() - Method in class com.sun.squawk.io.j2me.file.Protocol
 
exists(String) - Static method in class com.sun.squawk.io.j2me.file.Protocol
return true if the specified file exists
exists() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
exists() - Method in interface com.sun.squawk.platform.GCFFile
Check is file or directory corresponding to this filehandler exists.
exists() - Method in class com.sun.squawk.platform.posix.GCFFileImpl
Check is file or directory corresponding to this filehandler exists.
exists() - Method in class com.sun.squawk.platform.windows.GCFFileImpl
Check is file or directory corresponding to this filehandler exists.
exit(int) - Method in class com.sun.squawk.Isolate
Stop the isolate.
exit(int) - Method in class java.lang.Runtime
Terminates the currently running Java application.
exit(int) - Static method in class java.lang.System
Terminates the currently running Java application.
exp(double) - Static method in class com.sun.squawk.util.MathUtils
Returns Euler's number e raised to the power of a double value.
EXP - Static variable in interface com.sun.squawk.vm.MathOpcodes
 
expandArgFiles(String[]) - Static method in class com.sun.squawk.util.ArgsUtilities
Expands any argfiles.
ExpectedFPGASignature - Interface in edu.wpi.first.wpilibj.fpga
 
expm1(double) - Static method in class com.sun.squawk.util.MathUtils
Returns ex -1.
EXTEND - Static variable in class com.sun.squawk.ServiceOperation
Extend the current thread.
EXTEND - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
EXTEND0 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
EXTEND_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
EXTENDABLE_LIBRARY - Static variable in class com.sun.squawk.Suite
Denotes a suite that encapsulates an open library.
extractColorPlanes(Pointer, NIVision.ColorMode, Pointer, Pointer, Pointer) - Static method in class edu.wpi.first.wpilibj.image.NIVision
Extract the color planes from the given source image into the given planes

F

F2D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
F2I - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
F2L - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
F_DUPFD - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
F_DUPFD - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
F_DUPFD - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
F_GETFD - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
F_GETFD - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
F_GETFD - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
F_GETFL - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
F_GETFL - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
F_GETFL - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
F_SETFD - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
F_SETFD - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
F_SETFD - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
F_SETFL - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
F_SETFL - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
F_SETFL - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
fatalVMError() - Static method in class com.sun.squawk.VM
Halts the VM because of a fatal condition.
fcall(Parm) - Static method in class com.sun.squawk.os.CSystem
Call a 'C' function.
FCMPG - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
FCMPL - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
fcntl(int, int, int) - Method in interface com.sun.squawk.platform.posix.natives.LibC
provides for control over descriptors.
fcntl(int, int, int) - Method in class com.sun.squawk.platform.posix.natives.LibCImpl
 
fcntl(int, int, int) - Method in interface com.sun.squawk.platform.windows.natives.LibC
provides for control over descriptors.
fcntl(int, int, int) - Method in class com.sun.squawk.platform.windows.natives.LibCImpl
 
fcntlPtr - Variable in class com.sun.squawk.platform.posix.natives.LibCImpl
 
FD_ALLOCATE() - Static method in class com.sun.squawk.platform.posix.SystemEventsImpl
Allocate a new fd_struct in c memory.
FD_ALLOCATE() - Static method in class com.sun.squawk.platform.windows.SystemEventsImpl
Allocate a new fd_struct in c memory.
FD_CLR(int, Pointer) - Method in interface com.sun.squawk.platform.posix.natives.Select
removes fd from fdset
FD_CLR(int, Pointer) - Method in class com.sun.squawk.platform.posix.natives.SelectImpl
 
FD_CLR(int, Pointer) - Method in interface com.sun.squawk.platform.windows.natives.Select
removes fd from fdset
FD_CLR(int, Pointer) - Method in class com.sun.squawk.platform.windows.natives.SelectImpl
 
FD_COPY(Pointer, Pointer) - Static method in class com.sun.squawk.platform.posix.SystemEventsImpl
replaces an already allocated fdset_copy file descriptor set with a copy of fdset_orig.
FD_COPY(Pointer, Pointer) - Static method in class com.sun.squawk.platform.windows.SystemEventsImpl
replaces an already allocated fdset_copy file descriptor set with a copy of fdset_orig.
FD_ISSET(int, Pointer) - Method in interface com.sun.squawk.platform.posix.natives.Select
is non-zero if fd is a member of fd_set, zero otherwise.
FD_ISSET(int, Pointer) - Method in class com.sun.squawk.platform.posix.natives.SelectImpl
 
FD_ISSET(int, Pointer) - Method in interface com.sun.squawk.platform.windows.natives.Select
is non-zero if fd is a member of fd_set, zero otherwise.
FD_ISSET(int, Pointer) - Method in class com.sun.squawk.platform.windows.natives.SelectImpl
 
FD_SET(int, Pointer) - Method in interface com.sun.squawk.platform.posix.natives.Select
includes a particular descriptor fd in fdset.
FD_SET(int, Pointer) - Method in class com.sun.squawk.platform.posix.natives.SelectImpl
 
FD_SET(int, Pointer) - Method in interface com.sun.squawk.platform.windows.natives.Select
includes a particular descriptor fd in fdset.
FD_SET(int, Pointer) - Method in class com.sun.squawk.platform.windows.natives.SelectImpl
 
fd_set_SIZEOF - Static variable in class com.sun.squawk.platform.posix.linux.natives.SelectImpl
 
fd_set_SIZEOF - Static variable in class com.sun.squawk.platform.posix.macosx.natives.SelectImpl
 
fd_set_SIZEOF - Static variable in interface com.sun.squawk.platform.posix.natives.Select
The maximum number of file descriptors that a fd_set object can hold information about.
fd_set_SIZEOF - Static variable in class com.sun.squawk.platform.posix.solaris.natives.SelectImpl
 
fd_set_SIZEOF - Static variable in class com.sun.squawk.platform.posix.vxworks.natives.SelectImpl
 
fd_set_SIZEOF - Static variable in interface com.sun.squawk.platform.windows.natives.Select
The maximum number of file descriptors that a fd_set object can hold information about.
fd_set_SIZEOF - Static variable in class com.sun.squawk.platform.windows.natives.SelectImpl
 
FD_SETSIZE - Static variable in class com.sun.squawk.platform.posix.linux.natives.SelectImpl
 
FD_SETSIZE - Static variable in class com.sun.squawk.platform.posix.macosx.natives.SelectImpl
 
FD_SETSIZE - Static variable in interface com.sun.squawk.platform.posix.natives.Select
The maximum number of file descriptors that a fd_set object can hold information about.
FD_SETSIZE - Static variable in class com.sun.squawk.platform.posix.solaris.natives.SelectImpl
 
FD_SETSIZE - Static variable in class com.sun.squawk.platform.posix.vxworks.natives.SelectImpl
 
FD_SETSIZE - Static variable in interface com.sun.squawk.platform.windows.natives.Select
The maximum number of file descriptors that a fd_set object can hold information about.
FD_SETSIZE - Static variable in class com.sun.squawk.platform.windows.natives.SelectImpl
 
FD_ZERO(Pointer) - Static method in class com.sun.squawk.platform.posix.SystemEventsImpl
initializes a descriptor set fdset to the null set
FD_ZERO(Pointer) - Static method in class com.sun.squawk.platform.windows.SystemEventsImpl
initializes a descriptor set fdset to the null set
FEBRUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the second month of the year.
feed() - Method in class edu.wpi.first.wpilibj.MotorSafetyHelper
Feed the motor safety object.
Feed() - Method in class edu.wpi.first.wpilibj.SafePWM
Feed the MotorSafety timer.
feed() - Method in class edu.wpi.first.wpilibj.Watchdog
Throw the dog a bone.
ffa - Variable in class com.sun.squawk.security.ecc.ECCurveFp
 
ffa - Variable in class com.sun.squawk.security.ecc.ECPoint
 
FFA - Class in com.sun.squawk.security.ecc
Simple and fast big-integer implementation suited for public key cryptography.
FFA(int) - Constructor for class com.sun.squawk.security.ecc.FFA
 
ffa - Variable in class com.sun.squawk.security.ecc.PrimeField
 
ffa - Variable in class com.sun.squawk.security.ECPublicKey
 
fib(int) - Static method in class com.sun.squawk.Test
 
Field - Class in com.sun.squawk
An instance of Field encapsulates the information about the field of a class.
field - Variable in class com.sun.squawk.security.ecc.ECCurveFp
 
FIELD_ACCESS - Static variable in class com.sun.squawk.Debugger.Event
 
Field_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
FIELD_MODIFICATION - Static variable in class com.sun.squawk.Debugger.Event
 
FieldOffsets - Class in com.sun.squawk.vm
This class contains the offsets and types for fields that must be directly accessed by the VM or other Squawk tools such as the mapper.
fields - Variable in class java.util.Calendar
The field values for the currently set time for this calendar.
FILE_EXTENSION - Static variable in class com.sun.squawk.Suite
File name extension that identifies a Suite, includes the '.'.
FILE_EXTENSION_API - Static variable in class com.sun.squawk.Suite
File name extension that identifies a Suite's api, includes the '.'.
FILE_EXTENSION_METADATA - Static variable in class com.sun.squawk.Suite
File name extension that identifies a Suite's metadata, includes the '.'.
FILE_NAME - Static variable in class edu.wpi.first.wpilibj.RobotBase
name and contents of the version file that is read by the DS to determine the library version
FileConnection - Interface in com.sun.squawk.microedition.io
This class is defined by the JSR-75 specification PDA Optional Packages for the J2ME™ Platform
fileName - Variable in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
fileSize() - Method in class com.sun.squawk.io.j2me.file.Protocol
 
fileSize() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
fileSize() - Method in interface com.sun.squawk.platform.GCFFile
Determines the size of a file on the file system.
fileSize() - Method in class com.sun.squawk.platform.posix.GCFFileImpl
Determines the size of a file on the file system.
fileSize() - Method in class com.sun.squawk.platform.windows.GCFFileImpl
Determines the size of a file on the file system.
fill(long[], long) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified long value to each element of the specified array of longs.
fill(long[], int, int, long) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified long value to each element of the specified range of the specified array of longs.
fill(int[], int) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified int value to each element of the specified array of ints.
fill(int[], int, int, int) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified int value to each element of the specified range of the specified array of ints.
fill(short[], short) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified short value to each element of the specified array of shorts.
fill(short[], int, int, short) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified short value to each element of the specified range of the specified array of shorts.
fill(char[], char) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified char value to each element of the specified array of chars.
fill(char[], int, int, char) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified char value to each element of the specified range of the specified array of chars.
fill(byte[], byte) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified byte value to each element of the specified array of bytes.
fill(byte[], int, int, byte) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified byte value to each element of the specified range of the specified array of bytes.
fill(boolean[], boolean) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified boolean value to each element of the specified array of booleans.
fill(boolean[], int, int, boolean) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified boolean value to each element of the specified range of the specified array of booleans.
fill(double[], double) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified double value to each element of the specified array of doubles.
fill(double[], int, int, double) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified double value to each element of the specified range of the specified array of doubles.
fill(float[], float) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified float value to each element of the specified array of floats.
fill(float[], int, int, float) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified float value to each element of the specified range of the specified array of floats.
fill(Object[], Object) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified Object reference to each element of the specified array of Objects.
fill(Object[], int, int, Object) - Static method in class com.sun.squawk.util.Arrays
Assigns the specified Object reference to each element of the specified range of the specified array of Objects.
FILLARC - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FILLPOLYGON - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FILLRECT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FILLROUNDRECT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FINAL - Static variable in class com.sun.squawk.Modifier
The int value representing the final modifier.
finalize(Object) - Static method in class com.sun.squawk.VM
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tAlarm
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tDMA
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tDMAManager
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tGlobal
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tInterruptManager
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tSolenoid
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tSPI
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tSystem
 
finalize() - Method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
finalizeArray() - Method in class edu.wpi.first.wpilibj.Dashboard
Indicate the end of an array packed into the dashboard data structure.
finalizeCluster() - Method in class edu.wpi.first.wpilibj.Dashboard
Indicate the end of a cluster packed into the dashboard data structure.
findAddress(Address) - Method in class com.sun.squawk.ObjectMemory
Searches up a chain of object memories starting from this one for a given physical address.
findCanonicalAddress(Address) - Method in class com.sun.squawk.ObjectMemory
Searches up a chain of object memories starting from this one for a given canonical address.
findRecord(int) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
findRecordAddress(int) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
findRecordIndex(int) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
FINDSLOT - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
FINDSLOT_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
FIOASYNC - Static variable in interface com.sun.squawk.platform.posix.natives.Ioctl
 
FIOASYNC - Static variable in interface com.sun.squawk.platform.windows.natives.Ioctl
 
FIOASYNC - Static variable in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
FIOCLEX - Static variable in interface com.sun.squawk.platform.posix.natives.Ioctl
 
FIOCLEX - Static variable in interface com.sun.squawk.platform.windows.natives.Ioctl
 
FIOCLEX - Static variable in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
FIODTYPE - Static variable in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
FIOGETOWN - Static variable in interface com.sun.squawk.platform.posix.natives.Ioctl
 
FIOGETOWN - Static variable in interface com.sun.squawk.platform.windows.natives.Ioctl
 
FIOGETOWN - Static variable in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
FIONBIO - Static variable in interface com.sun.squawk.platform.posix.natives.Ioctl
 
FIONBIO - Static variable in interface com.sun.squawk.platform.windows.natives.Ioctl
 
FIONBIO - Static variable in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
FIONCLEX - Static variable in interface com.sun.squawk.platform.posix.natives.Ioctl
 
FIONCLEX - Static variable in interface com.sun.squawk.platform.windows.natives.Ioctl
 
FIONCLEX - Static variable in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
FIONREAD - Static variable in interface com.sun.squawk.platform.posix.natives.Ioctl
 
FIONREAD - Static variable in interface com.sun.squawk.platform.windows.natives.Ioctl
 
FIONREAD - Static variable in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
FIOSETOWN - Static variable in interface com.sun.squawk.platform.posix.natives.Ioctl
 
FIOSETOWN - Static variable in interface com.sun.squawk.platform.windows.natives.Ioctl
 
FIOSETOWN - Static variable in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
firstElement() - Method in class com.sun.squawk.util.SquawkVector
Returns the first component of this vector.
firstElement() - Method in class java.util.Vector
Returns the first component of this vector.
firstVariable - Static variable in class com.sun.squawk.vm.CS
The index of the first static variable.
FIXED_FRAME_SIZE - Static variable in interface com.sun.squawk.vm.FP
This is the number of slots that must be reserved for a call to a method above and beyond the slots it requires for its local variables and operand stack.
fixedFlour1 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.WhiteBalanceT
White balance for fourescent lighting.
fixedFlour2 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.WhiteBalanceT
White balance for fourescent lighting.
fixedIndoor - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.WhiteBalanceT
White balance for indoors.
fixedOutdoor1 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.WhiteBalanceT
White balance for outdoors.
fixedOutdoor2 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.WhiteBalanceT
White balance for outdoors.
FLAG_NEEDS_REPLY - Static variable in class com.sun.squawk.debugger.Packet
Indicates a packet for which no reply is expected.
FLAG_REPLY - Static variable in class com.sun.squawk.debugger.Packet
The flag bit value indicating a reply packet.
FLASH_ERASE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FLASH_WRITE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
flashSector - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
flickerfree50 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposureT
Set exposure for flicker free 50 hz.
flickerfree60 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposureT
Set exposure for flicker free 60 hz.
FLOAT - Static variable in class com.sun.squawk.compiler.Type
Define primary types.
FLOAT - Static variable in interface com.sun.squawk.compiler.Types
Define primary types.
FLOAT - Static variable in class com.sun.squawk.Klass
The type for float.
FLOAT - Static variable in class com.sun.squawk.vm.AddressType
Denotes that an address contains a float value.
FLOAT - Static variable in interface com.sun.squawk.vm.CID
 
Float - Class in java.lang
The Float class provides an object wrapper for Float data values, and serves as a place for float-oriented operations.
Float(float) - Constructor for class java.lang.Float
Constructs a Float wrapper for the specified float value.
Float(double) - Constructor for class java.lang.Float
Constructs a Float wrapper for the specified double value.
FLOAT_ARRAY - Static variable in class com.sun.squawk.Klass
The type for float[].
FLOAT_ARRAY - Static variable in interface com.sun.squawk.vm.CID
 
FLOAT_BYTECODE_COUNT - Static variable in class com.sun.squawk.vm.OPC.Properties
The number of floating point instructions.
floatToIntBits(float) - Static method in class com.sun.squawk.VM
Converts a float into bits.
floatToIntBits(float) - Static method in class java.lang.Float
Returns the bit represention of a single-float value
floatValue() - Method in class java.lang.Double
Returns the float value of this Double.
floatValue() - Method in class java.lang.Float
Returns the float value of this Float object.
floatValue() - Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float.
FLOOR - Static variable in interface com.sun.squawk.vm.MathOpcodes
 
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
flush() - Method in class com.sun.cldc.i18n.StreamWriter
Flush the writer and the output stream.
flush() - Method in class com.sun.squawk.io.BufferedWriter
Flush the stream.
flush() - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Forces any buffered output bytes to be written out.
flush() - Method in class com.sun.squawk.io.j2me.channel.ChannelOutputStream
 
flush() - Method in class com.sun.squawk.io.j2me.file.Protocol
Forces any buffered output bytes to be written out.
flush() - Method in class com.sun.squawk.io.MulticastOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in interface com.sun.squawk.platform.GCFFile
Forces any buffered output bytes to be written out.
flush() - Method in class com.sun.squawk.platform.posix.GCFFileImpl
Flushes any output to the file.
flush() - Method in class com.sun.squawk.platform.windows.GCFFileImpl
Flushes any output to the file.
FLUSH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
flush() - Method in class edu.wpi.first.wpilibj.communication.Semaphore
Unblock every task that is blocked by the semaphore.
flush() - Method in class edu.wpi.first.wpilibj.Dashboard
 
flush() - Method in interface edu.wpi.first.wpilibj.IDashboard
If the dashboard had data buffered to be sent, calling this method will reset the output buffer.
flush() - Method in class edu.wpi.first.wpilibj.SerialPort
Force the output buffer to be written to the port.
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flush() - Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.OutputStreamWriter
Flush the stream.
flush() - Method in class java.io.PrintStream
Flush the stream.
flush() - Method in class java.io.Writer
Flush the stream.
FLUSHIMAGE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FLUSHSCREEN - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FMS_ATTATCHED - Static variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
 
FOLLOWS - Static variable in interface javax.microedition.rms.RecordComparator
FOLLOWS means that the left (first parameter) record follows the right (second parameter) record in terms of search or sort order.
FONTGETASCENT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FONTGETDESCENT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FONTGETHEIGHT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
FONTSTRINGWIDTH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
force(Type) - Method in interface com.sun.squawk.compiler.BaseCompiler
Pop the top most element, force it to be the new type, and push the result.
FORCE_INLINED - Static variable in exception com.sun.squawk.pragma.PragmaException
 
FORCE_INLINED_A - Static variable in exception com.sun.squawk.pragma.PragmaException
Bit flag for methods that are forceably inlined by the translator.
FORCE_LARGE_FORMAT - Static variable in class com.sun.squawk.MethodBody
Debug LARGE format.
forceErase() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
forceErase() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
forceEraseAll() - Method in interface com.sun.squawk.flash.INorFlashMemoryHeap
 
forceEraseAll() - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
forceEraseRecordStores() - Static method in class com.sun.squawk.imp.ImpGlobal
 
ForceInlinedPragma - Exception in com.sun.squawk.pragma
Any method declared to throw this exception will be inlined by the translator and cause a LinkageError if it can't be inlined.
ForceInlinedPragma() - Constructor for exception com.sun.squawk.pragma.ForceInlinedPragma
 
forgetMailbox(Mailbox) - Method in class com.sun.squawk.Isolate
Tell the system to forget about this mailbox.
forgetMailboxAddress(MailboxAddress) - Method in class com.sun.squawk.Isolate
Tell the system to forget about this mailbox.
formatError(String) - Method in class com.sun.squawk.util.StructuredFileInputStream
Throw a LinkageError to indicate there was an IO error or the file did not conform to the structure expected by the client of this class.
forName(String) - Static method in class com.sun.squawk.Klass
Returns the Klass object associated with the class with the given string name.
forName(String) - Static method in class java.lang.Class
Returns the Class object associated with the class with the given string name.
forwardPointerBit - Static variable in interface com.sun.squawk.vm.HDR
The bit in a class pointer word that is set if the object has been forwarded.
FP - Interface in com.sun.squawk.vm
This class contains the offsets and constants that define the layout of an activation frame for the current method.
frame - Variable in class com.sun.squawk.debugger.DataType.FrameID
The position of the frame within the call stack.
frame - Variable in class com.sun.squawk.ExecutionPoint
 
FRAME_MODE_CHIP_SELECT - Static variable in class edu.wpi.first.wpilibj.SPIDevice
The chip select line is active for the duration of the frame.
FRAME_MODE_POST_LATCH - Static variable in class edu.wpi.first.wpilibj.SPIDevice
The chip select line pulses after the transfer of each frame.
FRAME_MODE_PRE_LATCH - Static variable in class edu.wpi.first.wpilibj.SPIDevice
The chip select line pulses before the transfer of each frame.
FRAME_MODE_PRE_POST_LATCH_PULSE - Static variable in class edu.wpi.first.wpilibj.SPIDevice
The chip select line pulses before and after each frame.
FRAME_POP - Static variable in class com.sun.squawk.Debugger.Event
 
framePointer() - Method in interface com.sun.squawk.compiler.InterpCompiler
Push the frame pointer.
frameRate - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposurePriorityT
Prioritize frame rate.
FRCCommonControlData - Class in edu.wpi.first.wpilibj.communication
Structure for data exchanged between the robot and the driver station.
FRCCommonControlData() - Constructor for class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Create a new FRCControlData structure
FRCControl - Class in edu.wpi.first.wpilibj.communication
Contains the code necessary to communicate between the robot and the driver station.
FRCControl.CachedNativeBuffer - Class in edu.wpi.first.wpilibj.communication
A simple 1-element cache that keeps a pointer to native memory around.
FRCControl.CachedNativeBuffer() - Constructor for class edu.wpi.first.wpilibj.communication.FRCControl.CachedNativeBuffer
 
FRCControl.DynamicControlData - Class in edu.wpi.first.wpilibj.communication
 
FRCControl.DynamicControlData() - Constructor for class edu.wpi.first.wpilibj.communication.FRCControl.DynamicControlData
 
free() - Method in class com.sun.cldc.jna.Pointer
Free the backing native memory for this pointer.
free() - Method in class com.sun.cldc.jna.ptr.IntByReference
 
free(Address) - Static method in class com.sun.squawk.NativeUnsafe
 
free(int) - Static method in class com.sun.squawk.os.CSystem
Free a buffer allocated with malloc.
free() - Method in class edu.wpi.first.wpilibj.Accelerometer
Delete the analog components used for the accelerometer.
free() - Method in class edu.wpi.first.wpilibj.ADXL345_SPI
 
free() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Channel destructor.
free() - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Release the resources used by this object
free() - Method in class edu.wpi.first.wpilibj.AnalogTriggerOutput
 
free() - Method in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Method to free the memory used by this structure
free() - Method in class edu.wpi.first.wpilibj.communication.FRCControl.CachedNativeBuffer
 
free() - Method in class edu.wpi.first.wpilibj.communication.Semaphore
Release all resources associated with the semaphore.
free() - Method in class edu.wpi.first.wpilibj.Compressor
Delete the Compressor object.
free() - Method in class edu.wpi.first.wpilibj.Counter
 
free() - Method in class edu.wpi.first.wpilibj.DigitalInput
 
free() - Method in class edu.wpi.first.wpilibj.DigitalOutput
Free the resources associated with a digital output.
free() - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
Destructor.
free() - Method in class edu.wpi.first.wpilibj.Encoder
 
free() - Method in class edu.wpi.first.wpilibj.Gyro
Delete (free) the accumulator and the analog components used for the gyro.
free() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
Destructor.
free() - Method in class edu.wpi.first.wpilibj.HiTechnicCompass
Destructor.
free() - Method in class edu.wpi.first.wpilibj.I2C
Destructor.
free() - Method in class edu.wpi.first.wpilibj.image.CurveOptions
 
free() - Method in class edu.wpi.first.wpilibj.image.EllipseDescriptor
Free the c memory associated with this object.
free() - Method in class edu.wpi.first.wpilibj.image.Image
Release the memory associated with an image.
free() - Method in class edu.wpi.first.wpilibj.image.NIVision.Range
Free the memory used by this range
free() - Method in class edu.wpi.first.wpilibj.image.NIVision.Rect
Free the memory used by this range
free() - Method in class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
free() - Method in class edu.wpi.first.wpilibj.PIDController
Free the PID object
free() - Method in class edu.wpi.first.wpilibj.PWM
Free the PWM channel.
free() - Method in class edu.wpi.first.wpilibj.Relay
 
free(int) - Method in class edu.wpi.first.wpilibj.Resource
Free an allocated resource.
free() - Method in class edu.wpi.first.wpilibj.RobotBase
Free the resources for a RobotBase class.
free() - Method in class edu.wpi.first.wpilibj.RobotDrive
Free the speed controllers if they were allocated locally
free() - Method in class edu.wpi.first.wpilibj.SensorBase
Free the resources used by this object
free() - Method in class edu.wpi.first.wpilibj.SerialPort
Destructor.
free() - Method in class edu.wpi.first.wpilibj.Solenoid
Destructor.
free() - Method in class edu.wpi.first.wpilibj.SolenoidBase
Destructor.
free() - Method in class edu.wpi.first.wpilibj.SPIDevice
Free the resources used by this object
free() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Destructor for the ultrasonic sensor.
freeBlockAt(Address) - Method in interface com.sun.squawk.flash.INorFlashMemoryHeap
 
freeBlockAt(Address) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
freeChannel(int) - Static method in class com.sun.squawk.VM
Frees a channel.
freedBlockCount - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
freeDIO(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Free the resource associated with a digital I/O channel.
freeDO_PWM(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Free the resource associated with a DO PWM generator.
freeMemory() - Method in class com.sun.cldc.jna.Structure
Free the backing memory for the structure.
freeMemory() - Static method in class com.sun.squawk.GC
Returns the amount of free memory in the system.
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the system.
freshImage() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Has the current image from the camera been retrieved yet.
FRIDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Friday.
from(int[], String) - Method in class com.sun.squawk.security.ecc.FFA
 
from(String) - Method in class com.sun.squawk.security.ecc.FFA
 
from(int[], int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
from(int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
from(int[], byte[], int, int) - Method in class com.sun.squawk.security.ecc.FFA
 
from(byte[], int, int) - Method in class com.sun.squawk.security.ecc.FFA
 
fromCanonical(Address) - Method in class com.sun.squawk.ObjectMemory
Converts a canonical address that is within the range of this object memory into a physical address.
fromObject(Object) - Static method in class com.sun.squawk.Address
Casts an object reference to an address.
fromPrimitive(int) - Static method in class com.sun.squawk.Address
Casts a word expressed as the appropriate Java primitive type for the platform (i.e.
fromPrimitive(int) - Static method in class com.sun.squawk.Offset
Casts an offset expressed as the appropriate Java primitive type for the platform (i.e.
fromPrimitive(int) - Static method in class com.sun.squawk.UWord
Casts a word expressed as the appropriate Java primitive type for the platform (i.e.
fstat(int, LibC.stat) - Method in class com.sun.squawk.platform.posix.linux.natives.LibCImpl
Implements fstat by calling __fxstat function
fstat(int, LibC.stat) - Method in interface com.sun.squawk.platform.posix.natives.LibC
Get information on the open file with file descriptor "fd".
fstat(int, LibC.stat) - Method in class com.sun.squawk.platform.posix.natives.LibCImpl
 
fstat(int, LibC.stat) - Method in interface com.sun.squawk.platform.windows.natives.LibC
Get information on the open file with file descriptor "fd".
fstat(int, LibC.stat) - Method in class com.sun.squawk.platform.windows.natives.LibCImpl
 
fstatPtr - Variable in class com.sun.squawk.platform.posix.natives.LibCImpl
 
fsync(int) - Method in interface com.sun.squawk.platform.posix.natives.LibC
Flush output on a descriptor
fsync(int) - Method in class com.sun.squawk.platform.posix.natives.LibCImpl
 
fsync(int) - Method in interface com.sun.squawk.platform.windows.natives.LibC
Flush output on a descriptor
fsync(int) - Method in class com.sun.squawk.platform.windows.natives.LibCImpl
 
fsyncPtr - Variable in class com.sun.squawk.platform.posix.natives.LibCImpl
 
FullMethodMetadata - Class in com.sun.squawk
A FullMethodMetadata instance represents the even less frequently used information about a method body.
funcAddr - Variable in class com.sun.cldc.jna.Function
 
Function - Class in com.sun.cldc.jna
A pointer to a native function that can be called from Java.

G

GARBAGE_COLLECT - Static variable in class com.sun.squawk.ServiceOperation
Collect the garbage.
GarbageCollector - Class in com.sun.squawk
Base class for all garbage collectors.
GC - Class in com.sun.squawk
Pure static class that handles object creation and GC control and monitoring.
gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
GC.ClassStat - Class in com.sun.squawk
 
GC.ClassStat() - Constructor for class com.sun.squawk.GC.ClassStat
 
GCFFile - Interface in com.sun.squawk.platform
Interface for native peer of a file handle
GCFFileImpl - Class in com.sun.squawk.platform.posix
* Interface for POSIX peer of a file handle
GCFFileImpl() - Constructor for class com.sun.squawk.platform.posix.GCFFileImpl
 
GCFFileImpl - Class in com.sun.squawk.platform.windows
* Interface for Windows peer of a file handle
GCFFileImpl() - Constructor for class com.sun.squawk.platform.windows.GCFFileImpl
 
GCFSockets - Interface in com.sun.squawk.platform
This defines the interface between the GCF sockets protocol and the platform's SocketAdapter.
GCFSocketsImpl - Class in com.sun.squawk.platform.posix
POSIX implementation of GCFSockets that calls the BSD socket API.
GCFSocketsImpl() - Constructor for class com.sun.squawk.platform.posix.GCFSocketsImpl
 
GCFSocketsImpl - Class in com.sun.squawk.platform.windows
POSIX implementation of GCFSockets that calls the BSD socket API.
GCFSocketsImpl() - Constructor for class com.sun.squawk.platform.windows.GCFSocketsImpl
 
ge() - Method in interface com.sun.squawk.compiler.BaseCompiler
Test the top two elements.
ge(Offset) - Method in class com.sun.squawk.Offset
Determines if this offset is greater than or equal to a given offset.
GearTooth - Class in edu.wpi.first.wpilibj
Alias for counter class.
GearTooth(int, boolean) - Constructor for class edu.wpi.first.wpilibj.GearTooth
Construct a GearTooth sensor given a channel.
GearTooth(int) - Constructor for class edu.wpi.first.wpilibj.GearTooth
Construct a GearTooth sensor given a channel.
GearTooth(int, int, boolean) - Constructor for class edu.wpi.first.wpilibj.GearTooth
Construct a GearTooth sensor given a channel and module.
GearTooth(int, int) - Constructor for class edu.wpi.first.wpilibj.GearTooth
Construct a GearTooth sensor given a channel and module.
GearTooth(DigitalSource, boolean) - Constructor for class edu.wpi.first.wpilibj.GearTooth
Construct a GearTooth sensor given a digital input.
GearTooth(DigitalSource) - Constructor for class edu.wpi.first.wpilibj.GearTooth
Construct a GearTooth sensor given a digital input.
GeneralDecoder - Class in com.sun.squawk
A byte buffer decoder can be used to decode a byte array of values encoded with a byte buffer encoder.
GeneralDecoder() - Constructor for class com.sun.squawk.GeneralDecoder
 
generator - Variable in class com.sun.squawk.security.ecc.ECCurveFp
 
GenericHID - Class in edu.wpi.first.wpilibj
GenericHID Interface
GenericHID() - Constructor for class edu.wpi.first.wpilibj.GenericHID
 
GenericHID.Hand - Class in edu.wpi.first.wpilibj
Which hand the Human Interface Device is associated with.
get(int) - Method in class com.sun.squawk.debugger.sda.WeakIntHashtable
Returns the value to which key is mapped in this hashtable.
get(String) - Method in class com.sun.squawk.io.MulticastOutputStream
Gets the output stream from this multicaster identified by a given name.
get() - Method in class com.sun.squawk.Ref
Returns this reference object's referent.
get(Object) - Method in class com.sun.squawk.util.ArrayHashtable
Returns the value to which the specified key is mapped in this hashtable.
get(int) - Method in class com.sun.squawk.util.BitSet
Returns the value of the bit with the specified index.
get(int) - Method in class com.sun.squawk.util.IntHashtable
Returns the value to which the specified key is mapped in this hashtable.
get(Object) - Method in class com.sun.squawk.util.SquawkHashtable
Returns the value to which the specified key is mapped in this hashtable.
get() - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
Get the current reading of the potentiomere.
get() - Method in class edu.wpi.first.wpilibj.AnalogTriggerOutput
Get the state of the analog trigger output.
get() - Method in class edu.wpi.first.wpilibj.buttons.AnalogIOButton
 
get() - Method in class edu.wpi.first.wpilibj.buttons.DigitalIOButton
 
get() - Method in class edu.wpi.first.wpilibj.buttons.InternalButton
 
get() - Method in class edu.wpi.first.wpilibj.buttons.JoystickButton
Gets the value of the joystick button
get() - Method in class edu.wpi.first.wpilibj.buttons.NetworkButton
 
get() - Method in class edu.wpi.first.wpilibj.buttons.Trigger
Returns whether or not the trigger is active This method will be called repeatedly a command is linked to the Trigger.
get() - Method in class edu.wpi.first.wpilibj.CANJaguar
Deprecated. Use getX instead.
get() - Method in class edu.wpi.first.wpilibj.Counter
Read the current counter value.
get() - Method in interface edu.wpi.first.wpilibj.CounterBase
Get the count
get() - Method in class edu.wpi.first.wpilibj.DigitalInput
Get the value from a digital input channel.
get() - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
Read the current value of the solenoid.
get() - Method in class edu.wpi.first.wpilibj.Encoder
Gets the current count.
get() - Method in interface edu.wpi.first.wpilibj.interfaces.Potentiometer
 
get() - Method in class edu.wpi.first.wpilibj.Jaguar
Get the recently set value of the PWM.
get() - Method in class edu.wpi.first.wpilibj.PIDController
Return the current PID result This is always centered on zero and constrained the the max and min outs
get() - Method in class edu.wpi.first.wpilibj.Relay
Get the Relay State Gets the current state of the relay.
get() - Method in class edu.wpi.first.wpilibj.Servo
Get the servo position.
get() - Method in class edu.wpi.first.wpilibj.Solenoid
Read the current value of the solenoid.
get() - Method in interface edu.wpi.first.wpilibj.SpeedController
Common interface for getting the current set speed of a speed controller.
get() - Method in class edu.wpi.first.wpilibj.Talon
Get the recently set value of the PWM.
get() - Method in class edu.wpi.first.wpilibj.Timer
Get the current time from the timer.
get() - Method in class edu.wpi.first.wpilibj.Victor
Get the recently set value of the PWM.
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
get(int) - Method in class java.util.Calendar
Gets the value for a given time field.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
GET - Static variable in interface javax.microedition.io.HttpConnection
HTTP Get method.
GET_ALLOCATED_FILE_SIZE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GET_CURRENT_TIME_ADDR - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GET_DMA_BUFFER_ADDRESS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GET_DMA_BUFFER_SIZE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GET_FILE_VIRTUAL_ADDRESS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GET_HARDWARE_REVISION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GET_LAST_DEVICE_INTERRUPT_TIME_ADDR - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GET_PUBLIC_KEY - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GET_SERIAL_CHARS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
getA() - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
getAcceleration() - Method in class edu.wpi.first.wpilibj.Accelerometer
Return the acceleration in Gs.
getAcceleration(ADXL345_I2C.Axes) - Method in class edu.wpi.first.wpilibj.ADXL345_I2C
Get the acceleration of one axis in Gs.
getAcceleration(ADXL345_SPI.Axes) - Method in class edu.wpi.first.wpilibj.ADXL345_SPI
Get the acceleration of one axis in Gs.
getAcceleration(DriverStationEnhancedIO.tAccelChannel) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Query an accelerometer channel on the DS IO.
getAccelerations() - Method in class edu.wpi.first.wpilibj.ADXL345_I2C
Get the acceleration of all axes in Gs.
getAccelerations() - Method in class edu.wpi.first.wpilibj.ADXL345_SPI
Get the acceleration of all axes in Gs.
getAccumulatorCount() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Read the number of accumulated values.
getAccumulatorOutput(AccumulatorResult) - Method in class edu.wpi.first.wpilibj.AnalogChannel
Read the accumulated value and the number of accumulated values atomically.
getAccumulatorValue() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Read the accumulated value.
getActivationSize() - Method in class com.sun.squawk.compiler.Type
Get the activation record size.
getAddress() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
getAddress() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
getAddress() - Method in class com.sun.squawk.io.j2me.socket.Protocol
 
getAddress(Object, int) - Static method in class com.sun.squawk.NativeUnsafe
 
getAddress() - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets the virtual memory location at which the memory region is mapped.
getAddress() - Method in interface com.sun.squawk.rms.IRmsEntry
 
getAddress() - Method in class com.sun.squawk.rms.RmsEntry
 
getAddress(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets a pointer from memory as an Address.
getAddress() - Method in interface javax.microedition.io.Datagram
Get the address of the datagram.
getAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the remote address to which the socket is bound.
getAll(Class) - Method in class com.sun.squawk.peripheral.PeripheralRegistry
Return all peripherals of type type.
getAll() - Method in class edu.wpi.first.wpilibj.SolenoidBase
Read all 8 solenoids from the module used by this solenoid as a single byte
getAllDIO() - Method in class edu.wpi.first.wpilibj.DigitalModule
Read the state of all the Digital I/O lines from the FPGA These are not remapped to logical order.
getAllFromDefaultModule() - Static method in class edu.wpi.first.wpilibj.SolenoidBase
Read all 8 solenoids in the default solenoid module as a single byte
getAllFromModule(int) - Static method in class edu.wpi.first.wpilibj.SolenoidBase
Read all 8 solenoids in the specified solenoid module as a single byte
getAlliance() - Method in class edu.wpi.first.wpilibj.DriverStation
Get the current alliance from the FMS
getAllocatedBlockCount() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getAllocatedBlockCount() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getAnalogIn(int) - Method in class edu.wpi.first.wpilibj.DriverStation
Get an analog voltage from the Driver Station.
getAnalogIn(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Query an analog input channel on the DS IO.
getAnalogInRatio(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Query an analog input channel on the DS IO in ratiometric form.
getAnalogOut(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Query the voltage currently being output.
getAnalogTriggerForRouting() - Method in class edu.wpi.first.wpilibj.AnalogTriggerOutput
 
getAnalogTriggerForRouting() - Method in class edu.wpi.first.wpilibj.DigitalInput
 
getAnalogTriggerForRouting() - Method in class edu.wpi.first.wpilibj.DigitalOutput
 
getAnalogTriggerForRouting() - Method in class edu.wpi.first.wpilibj.DigitalSource
Is this an analog trigger
getAngle() - Method in class edu.wpi.first.wpilibj.Gyro
Return the actual angle in degrees that the robot is currently facing.
getAngle() - Method in class edu.wpi.first.wpilibj.HiTechnicCompass
Get the compass angle in degrees.
getAngle() - Method in class edu.wpi.first.wpilibj.Servo
Get the servo angle.
GetAnkleLeft() - Method in class edu.wpi.first.wpilibj.Skeleton
 
GetAnkleRight() - Method in class edu.wpi.first.wpilibj.Skeleton
 
getAPIThread() - Method in class com.sun.squawk.VMThread
 
getAppProperty(String) - Method in class javax.microedition.midlet.MIDlet
Provides a MIDlet with a mechanism to retrieve named properties from the application management software.
getArrayLength(Object) - Static method in class com.sun.squawk.GC
Get the length of an array.
getAsByte(Object, int) - Static method in class com.sun.squawk.NativeUnsafe
Gets a signed 8 bit value from memory ignoring any recorded type of the value at the designated location.
getAsInt(Object, int) - Static method in class com.sun.squawk.NativeUnsafe
Gets a signed 32 bit value from memory ignoring any recorded type of the value at the designated location.
getAsShort(Object, int) - Static method in class com.sun.squawk.NativeUnsafe
Gets a signed 16 bit value from memory ignoring any recorded type of the value at the designated location.
getAsUWord(Object, int) - Static method in class com.sun.squawk.NativeUnsafe
Gets a UWord value from memory ignoring any recorded type of the value at the designated location.
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAverageBits() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get the number of averaging bits.
getAverageBits(int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the number of averaging bits.
getAverageValue() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get a sample from the output of the oversample and average engine for this channel.
getAverageValue(int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the raw averaged and oversampled value.
getAverageVoltage() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get a scaled sample from the output of the oversample and average engine for this channel.
getAverageVoltage(int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the averaged voltage.
getAxis(Joystick.AxisType) - Method in class edu.wpi.first.wpilibj.Joystick
For the current joystick, return the axis determined by the argument.
getAxisChannel(Joystick.AxisType) - Method in class edu.wpi.first.wpilibj.Joystick
Get the channel currently associated with the specified axis.
getB() - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
getBatteryVoltage() - Method in class edu.wpi.first.wpilibj.DriverStation
Read the battery voltage from the specified AnalogChannel.
getBitSize() - Method in class com.sun.squawk.security.ecc.FFA
 
getBitSize() - Method in class com.sun.squawk.security.ecc.PrimeField
 
getBlockAt(Address) - Method in interface com.sun.squawk.flash.INorFlashMemoryHeap
 
getBlockAt(Address) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
getBlockAt(IMemoryHeapBlock, INorFlashSectorState, int) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
getBlockingFunction(String) - Method in class com.sun.cldc.jna.NativeLibrary
Dynamically look up a blocking native function by name.
getBlue() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
Get the Blue value.
getBlue() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor.RGB
 
getBluePlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the blue color plane from the image when represented in RGB color space.
getBoolean(String, boolean) - Method in class edu.wpi.first.wpilibj.Preferences
Returns the boolean at the given key.
getBoolean(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Returns the value at the specified key.
getBoolean(String, boolean) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Returns the value at the specified key.
getBooleanProperty(String, boolean) - Static method in class edu.wpi.first.wpilibj.RobotBase
 
getBootstrapEnd() - Static method in class com.sun.squawk.VM
Gets the address at which the object memory containing the bootstrap suite ends.
getBootstrapHash() - Static method in class com.sun.squawk.VM
Gets the hash of the object memory containing the bootstrap suite in it's canonical (i.e.
getBootstrapStart() - Static method in class com.sun.squawk.VM
Gets the address at which the object memory containing the bootstrap suite starts.
getBranchCount() - Static method in class com.sun.squawk.VM
Gets the number of backward branch instructions the VM has executed.
getBrightness() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the current brightness of the AxisCamera
getBufferSized(int) - Method in class edu.wpi.first.wpilibj.communication.FRCControl.CachedNativeBuffer
 
getBumper() - Method in class edu.wpi.first.wpilibj.GenericHID
Is the bumper pressed
getBumper(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.GenericHID
Is the bumper pressed
getBumper(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
This is not supported for the Joystick.
getBumper(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.KinectStick
Get the button value for the button set as the default bumper in (@link Joystick)
getBusVoltage() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the voltage at the battery input terminals of the Jaguar.
getButton(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the state of a button on the IO board.
getButton(Joystick.ButtonType) - Method in class edu.wpi.first.wpilibj.Joystick
Get buttons based on an enumerated type.
getButtons() - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the state of all the button channels.
getByte(Object, int) - Static method in class com.sun.squawk.NativeUnsafe
 
getByte(int) - Static method in class com.sun.squawk.os.CSystem
Get a byte in memory.
getByte(long) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets the byte at the given offset in the memory area associated with this object.
getByte(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets a signed 8 bit value from memory.
getByteArrayInputStream() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
getByteArrayInputStream() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
getBytes() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
getBytes() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
getBytes(String) - Method in interface com.sun.squawk.io.connections.ClasspathConnection
Convenience method that provides access to the bytes to be found by doing a ClasspathConnection.openInputStream(String) on file named name.
getBytes(int, byte[], int, int) - Method in interface com.sun.squawk.peripheral.INorFlashSector
 
getBytes(int, byte[], int, int) - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
getBytes(long, byte[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets number bytes starting at the given offset in the memory area associated with this object and assigns them to the byte array passed starting at position low.
getBytes() - Method in interface com.sun.squawk.rms.IRecordEntry
 
getBytes(byte[], int, int) - Method in interface com.sun.squawk.rms.IRecordEntry
 
getBytes() - Method in class com.sun.squawk.rms.RecordEntry
 
getBytes(byte[], int, int) - Method in class com.sun.squawk.rms.RecordEntry
 
getBytes(Address, int, byte[], int, int) - Static method in class com.sun.squawk.Unsafe
Copy from memory to byte array.
getBytes() - Method in class com.sun.squawk.util.ByteArrayOutputStreamWithGetBytes
 
getBytes() - Method in class edu.wpi.first.wpilibj.Dashboard
 
getBytes() - Method in interface edu.wpi.first.wpilibj.IDashboard
Gets a reference to the current data to be sent to the dashboard.
getBytes(String) - Method in class java.lang.String
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
getBytes() - Method in class java.lang.String
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getBytesAllocatedSinceLastGC() - Method in class com.sun.squawk.GarbageCollector
Get the number of bytes allocated since the last GC.
getBytesAllocatedSinceLastGC() - Static method in class com.sun.squawk.GC
Get the number of bytes allocated since the last GC.
getBytesAllocatedTotal() - Method in class com.sun.squawk.GarbageCollector
Get the number of bytes allocated since JVM startup.
getBytesFreedTotal() - Method in class com.sun.squawk.GarbageCollector
Get the number of bytes freed in all collections
getByteSize() - Method in class com.sun.squawk.security.ecc.FFA
 
getBytesLastFreed() - Method in class com.sun.squawk.GarbageCollector
Get the number of bytes freed in the last collection
getBytesLastScanned() - Method in class com.sun.squawk.GarbageCollector
Get the number of bytes scanned in the last collection.
getBytesLength() - Method in interface com.sun.squawk.rms.IRecordEntry
 
getBytesLength() - Method in class com.sun.squawk.rms.RecordEntry
 
getBytesLength() - Method in class edu.wpi.first.wpilibj.Dashboard
 
getBytesLength() - Method in interface edu.wpi.first.wpilibj.IDashboard
Gets the length of the current data to be sent to the dashboard.
getBytesRead() - Method in class com.sun.squawk.util.StructuredFileInputStream
Gets the number of bytes that have been read so far.
getBytesReceived() - Method in class edu.wpi.first.wpilibj.SerialPort
Get the number of bytes currently available to read from the serial port.
getCanonicalEnd() - Method in class com.sun.squawk.ObjectMemory
Gets the address one byte past the end of the canonical object memory.
getCanonicalStart() - Method in class com.sun.squawk.ObjectMemory
Gets the canonical starting address of this object memory.
getChannel(int) - Static method in class com.sun.squawk.VM
Gets a new IO channel.
getChannel() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get the channel number.
getChannel() - Method in class edu.wpi.first.wpilibj.DigitalInput
Get the channel of the digital input
getChannel() - Method in class edu.wpi.first.wpilibj.DigitalOutput
 
getChannel() - Method in class edu.wpi.first.wpilibj.PWM
Gets the channel number associated with the PWM Object.
getChannelForRouting() - Method in class edu.wpi.first.wpilibj.AnalogTriggerOutput
 
getChannelForRouting() - Method in class edu.wpi.first.wpilibj.DigitalInput
 
getChannelForRouting() - Method in class edu.wpi.first.wpilibj.DigitalOutput
 
getChannelForRouting() - Method in class edu.wpi.first.wpilibj.DigitalSource
Get the channel routing number
getChar(Object, int) - Static method in class com.sun.squawk.NativeUnsafe
 
getChar(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets an unsigned 16 bit value from memory.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getChildThreadCount() - Method in class com.sun.squawk.Isolate
Gets the number of child threads of this isolate.
getChildThreads() - Method in class com.sun.squawk.Isolate
Gets the child threads of this isolate.
getClass(String, boolean) - Static method in class com.sun.squawk.Klass
Gets a class corresponding to a given name.
getClass(Object) - Static method in class com.sun.squawk.VM
Support routine to get the object representing the class of a given object.
getClass() - Method in class java.lang.Object
Returns the runtime class of an object.
getClassCount() - Method in class com.sun.squawk.Suite
Gets the number of classes in this suite.
getClassForID(DataType.ObjectID) - Method in class com.sun.squawk.debugger.sda.ObjectManager
 
getClassPath() - Method in class com.sun.squawk.Isolate
Gets the class path for the isolate.
getCode() - Method in class com.sun.squawk.ClassFileMethod
Gets the byte array corresponding to the "Code" attribute in the class file.
getCode() - Method in interface com.sun.squawk.compiler.BaseCompiler
Get the code array buffer.
getCode() - Method in class com.sun.squawk.MethodBody
Gets the bytecode.
getCodeSize() - Method in interface com.sun.squawk.compiler.BaseCompiler
Get the length of the compiled code.
getCollector() - Static method in class com.sun.squawk.GC
Gets a reference to the installed collector.
getColor() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
Get the estimated color.
getColorLevel() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the color level of images being retunred from the camera.
getColumnAverages() - Method in class edu.wpi.first.wpilibj.image.LinearAverages
 
getCommonControlData(FRCCommonControlData, int) - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
Get the control data from the driver station.
getComponentType() - Method in class com.sun.squawk.Klass
Returns the class representing the component type of an array.
getComponentType() - Method in class java.lang.Class
Returns the Class representing the component type of an array.
getCompression() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the compression of the images eing returned by the camera.
getComputations() - Static method in class com.sun.squawk.util.ComputationTimer
Gets an enumeration over the identifiers of computations for which times were collected.
getConfiguration() - Method in class com.sun.squawk.Suite
Gets the configuration of the suite.
getContendedMontorEnterCount() - Static method in class com.sun.squawk.VM.Stats
Return the number of times that a thread was blocked trying to synchronize on an object.
getContendedMontorEnterCount() - Static method in class com.sun.squawk.VMThread
Return the number of times that a thread was blocked trying to synchronize on an object.
getContents() - Method in class com.sun.squawk.io.mailboxes.ByteArrayEnvelope
Return the contents of the envelope.
getContents() - Method in class com.sun.squawk.io.mailboxes.ByteArrayInputStreamEnvelope
Return the contents of the envelope.
getContents() - Method in class com.sun.squawk.io.mailboxes.Envelope
Return the contents of the envelope.
getContents() - Method in class com.sun.squawk.io.mailboxes.ObjectEnvelope
Return the contents of the envelope.
getControlMode() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the active control mode from the Jaguar.
getCriteriaArray() - Method in class edu.wpi.first.wpilibj.image.CriteriaCollection
 
getCurrentAddress() - Method in interface com.sun.squawk.io.j2me.spotsuite.Pointer
 
getCurrentCommand() - Method in class edu.wpi.first.wpilibj.command.Subsystem
Returns the command which currently claims this subsystem.
getCurrentIsolate() - Static method in class com.sun.squawk.VM
Gets the isolate of the currently executing thread.
getCurve() - Method in class com.sun.squawk.security.ECPublicKey
 
getD() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the Differential gain of the controller.
getD() - Method in class edu.wpi.first.wpilibj.PIDController
Get the Differential coefficient
getDashboardPackerHigh() - Method in class edu.wpi.first.wpilibj.DriverStation
Gets the default dashboard packer for sending high priority user data to a dashboard receiver.
getDashboardPackerInUseHigh() - Method in class edu.wpi.first.wpilibj.DriverStation
Gets the dashboard packer that's currently in use for sending high priority user data to a dashboard receiver.
getDashboardPackerInUseLow() - Method in class edu.wpi.first.wpilibj.DriverStation
Gets the dashboard packer that's currently in use for sending low priority user data to a dashboard receiver.
getDashboardPackerLow() - Method in class edu.wpi.first.wpilibj.DriverStation
Gets the default dashboard packer for sending low priority user data to a dashboard receiver.
getData() - Method in class com.sun.squawk.io.mailboxes.ByteArrayEnvelope
Return the contents of the envelope, which is a byte array.
getData() - Method in class com.sun.squawk.io.mailboxes.ByteArrayInputStreamEnvelope
Return the contents of the envelope, which is a ByteArrayInputStream.
getData() - Method in class com.sun.squawk.ResourceFile
 
getData(Address, int, Object, int, int, int) - Static method in class com.sun.squawk.VM
Do actual copy from memory at address + boffset to array Copy from memory to byte array.
getData() - Method in class edu.wpi.first.wpilibj.DriverStation
Copy data from the DS task for the user.
getData() - Method in interface javax.microedition.io.Datagram
Get the contents of the data buffer.
getDataInputStream() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
getDataInputStream() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
getDataMapEntry(int) - Method in class com.sun.squawk.Klass
Get the number of bytes a particular entry in the table uses.
getDataMapLength() - Method in class com.sun.squawk.Klass
Return the number of entries within the dataMap
getDataSize() - Method in class com.sun.squawk.Klass
Gets the data size (in bytes) of the type represented by this class.
getDate() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getDate() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the date header field.
getDebugger() - Method in class com.sun.squawk.Isolate
Gets the debugger under which this isolate is executing.
getDebuggerSuspendCount() - Method in class com.sun.squawk.VMThread
Gets the value of the debugger suspension counter for this thread.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefaultAnalogModule() - Static method in class edu.wpi.first.wpilibj.SensorBase
Get the number of the default analog module.
getDefaultCommand() - Method in class edu.wpi.first.wpilibj.command.Subsystem
Returns the default command (or null if there is none).
getDefaultConstructorModifiers() - Method in class com.sun.squawk.Klass
Gets the modifiers of this class's default constructor.
getDefaultDigitalModule() - Static method in class edu.wpi.first.wpilibj.SensorBase
Get the number of the default analog module.
getDefaultInstance() - Static method in class com.sun.cldc.jna.NativeLibrary
Return reference to the "default" library.
getDefaultSolenoidModule() - Static method in class edu.wpi.first.wpilibj.SensorBase
Get the number of the default analog module.
getDefaultTranslator() - Static method in class com.sun.squawk.Isolate
Gets a translator that is to be used to locate, load and convert classes that are not currently installed in this isolate's runtime environment.
getDefiningClass(Object) - Static method in class com.sun.squawk.DebuggerSupport
Gets the class in which a given method was defined.s
getDefiningClass() - Method in class com.sun.squawk.Member
Gets the class that defined this field or method.
getDefiningClass() - Method in class com.sun.squawk.MethodBody
Gets the class that defined this method.
getDefiningMethod() - Method in class com.sun.squawk.MethodBody
Gets the class that defined this method.
getDescription() - Method in class edu.wpi.first.wpilibj.CANJaguar
 
getDescription() - Method in interface edu.wpi.first.wpilibj.MotorSafety
 
getDescription() - Method in class edu.wpi.first.wpilibj.RobotDrive
 
getDescription() - Method in class edu.wpi.first.wpilibj.SafePWM
 
getDigital(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the current state of a DIO channel regardless of mode.
getDigitalConfig(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the current configuration for a DIO line.
getDigitalIn(int) - Method in class edu.wpi.first.wpilibj.DriverStation
Get values from the digital inputs on the Driver Station.
getDigitalOut(int) - Method in class edu.wpi.first.wpilibj.DriverStation
Get a value that was set for the digital outputs on the Driver Station.
getDigitals() - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the state of all 16 DIO lines regardless of mode.
getDIO(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Read a digital I/O bit from the FPGA.
getDIODirection(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Read the direction of a digital I/O line
getDIODirection() - Method in class edu.wpi.first.wpilibj.DigitalModule
Read the direction of all the Digital I/O lines from the FPGA A 1 bit means output and a 0 bit means input.
getDirection() - Method in class edu.wpi.first.wpilibj.Counter
The last direction the counter value changed.
getDirection() - Method in interface edu.wpi.first.wpilibj.CounterBase
Determine which direction the counter is going
getDirection() - Method in class edu.wpi.first.wpilibj.Encoder
The last direction the encoder value changed.
getDirectionDegrees() - Method in class edu.wpi.first.wpilibj.Joystick
Get the direction of the vector formed by the joystick and its origin in degrees uses acos(-1) to represent Pi due to absence of readily accessable Pi constant in C++
getDirectionRadians() - Method in class edu.wpi.first.wpilibj.Joystick
Get the direction of the vector formed by the joystick and its origin in radians
getDistance() - Method in class edu.wpi.first.wpilibj.Counter
Read the current scaled counter value.
getDistance() - Method in class edu.wpi.first.wpilibj.Encoder
Get the distance the robot has driven since the last reset.
getDistanceUnits() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Get the current DistanceUnit that is used for the PIDSource base object.
getDouble(long) - Method in class com.sun.squawk.realtime.RawMemoryFloatAccess
Gets the double at the given offset in the memory area associated with this object.
getDouble(String, double) - Method in class edu.wpi.first.wpilibj.Preferences
Returns the double at the given key.
getDouble(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Deprecated. Use getNumber instead
getDouble(String, double) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Deprecated. Use getNumber instead.
getDoubles(long, double[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryFloatAccess
Gets number doubles starting at the given offset in the memory area associated with this object and assign them to the double array passed starting at position low.
getDynamicControlData(byte, FRCControl.DynamicControlData, int, int) - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
Get the dynamic control data from the driver station.
GetElbowLeft() - Method in class edu.wpi.first.wpilibj.Skeleton
 
GetElbowRight() - Method in class edu.wpi.first.wpilibj.Skeleton
 
getElements() - Method in class com.sun.squawk.util.IntSet
Returns the underlying int array.
getEnabled() - Method in class edu.wpi.first.wpilibj.Watchdog
Find out if the watchdog is currently enabled or disabled (mortal or immortal).
getEncoder(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the position of a quadrature encoder.
getEncoderIndexEnable(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the current configuration of a quadrature encoder index channel.
getEncoding() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getEncoding() - Method in interface javax.microedition.io.ContentConnection
Returns a string describing the encoding of the content which the resource connected to is providing.
getEnd() - Method in class com.sun.squawk.ExceptionHandler
Gets the address at which this exception handler becomes deactive.
getEnd() - Method in class com.sun.squawk.ObjectMemory
Gets the address one byte past the end of the object memory.
getEndAddress() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getEndAddress() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getEnhancedIO() - Method in class edu.wpi.first.wpilibj.DriverStation
Get the interface to the enhanced IO of the new driver station.
getEntryAt(Address) - Method in interface com.sun.squawk.rms.IRecordStoreManager
 
getEntryAt(Address) - Method in class com.sun.squawk.rms.RecordStoreManager
 
getEntryIn(IMemoryHeapBlock) - Method in class com.sun.squawk.rms.RecordStoreManager
 
getEntryTable() - Method in class com.sun.squawk.util.SquawkHashtable
Return the internal table.
getErasedSequenceCurrentValue() - Method in interface com.sun.squawk.flash.INorFlashMemoryHeap
 
getErasedSequenceCurrentValue() - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
getErasedSequenceCurrentValue() - Method in interface com.sun.squawk.rms.IRecordStoreManager
 
getErasedSequenceCurrentValue() - Method in class com.sun.squawk.rms.RecordStoreManager
 
getErasedValue() - Method in interface com.sun.squawk.peripheral.INorFlashSector
 
getErasedValue() - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
getErrno() - Method in class com.sun.squawk.VMThread
Return the system errno value from the last time a native function was called.
getError() - Method in exception com.sun.squawk.debugger.SDWPException
 
getError() - Method in class edu.wpi.first.wpilibj.PIDController
Returns the current difference of the input from the setpoint
getErrorCode() - Method in class com.sun.squawk.debugger.ReplyPacket
 
getEventExecutionPoint() - Method in class com.sun.squawk.VMThread
Gets the method and frame context of this thread at which a debugger event occurred.
getEventsOfKind(int) - Method in class com.sun.squawk.debugger.EventManager
Returns an enumeration of all the event requests of a given kind.
getExceptionTable() - Method in class com.sun.squawk.MethodBody
Get the exception table.
getExitCode() - Method in class com.sun.squawk.Isolate
Get the isolate exit code.
getExpiration() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getExpiration() - Method in class edu.wpi.first.wpilibj.CANJaguar
 
getExpiration() - Method in interface edu.wpi.first.wpilibj.MotorSafety
 
getExpiration() - Method in class edu.wpi.first.wpilibj.MotorSafetyHelper
Retrieve the timeout value for the corresponding motor safety object.
getExpiration() - Method in class edu.wpi.first.wpilibj.RobotDrive
 
getExpiration() - Method in class edu.wpi.first.wpilibj.SafePWM
Return the expiration time for the PWM object.
getExpiration() - Method in class edu.wpi.first.wpilibj.Watchdog
Read what the current expiration is.
getExpiration() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the expires header field.
getExposureControl() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the exposure mode that the camera is using.
getExposurePriority() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the exposure priority that the camera is using.
getExtraSector(int) - Method in interface com.sun.squawk.peripheral.INorFlashSectorAllocator
 
getExtraSector(int) - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
 
getF() - Method in class edu.wpi.first.wpilibj.PIDController
Get the Feed forward coefficient
getFallingDiagAverages() - Method in class edu.wpi.first.wpilibj.image.LinearAverages
 
getFaults() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the status of any faults the Jaguar has detected.
getFFA() - Method in class com.sun.squawk.security.ecc.PrimeField
 
getField(int, boolean) - Method in class com.sun.squawk.Klass
Gets a field declared by this class based on a given field table index.
getField() - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
GETFIELD0_B - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD0_B_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD0_C - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD0_C_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD0_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
GETFIELD0_D_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
GETFIELD0_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
GETFIELD0_F_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
GETFIELD0_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD0_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD0_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD0_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD0_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD0_O_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD0_S - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD0_S_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD_B - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD_B_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD_C - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD_C_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
GETFIELD_D_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
GETFIELD_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
GETFIELD_F_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
GETFIELD_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD_O_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD_S - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETFIELD_S_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
getFieldCount(boolean) - Method in class com.sun.squawk.Klass
Gets the number of fields declared by this class.
getFile() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getFile() - Method in interface javax.microedition.io.HttpConnection
Returns the file portion of the URL of this HttpConnection.
getFileHandler() - Static method in class com.sun.squawk.platform.Platform
 
getFileName() - Method in class com.sun.squawk.util.StructuredFileInputStream
Gets the name of the file from which this reader is reading.
getFileSeparator() - Static method in class com.sun.squawk.platform.BaseGCFFile
Gets the system-dependent file separator character.
getFileSeparatorChar() - Static method in class com.sun.squawk.VM
The system-dependent default name-separator character.
getFirmwareVersion() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the version of the firmware running on the Jaguar.
getFirmwareVersion() - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the firmware version running on the IO board.
getFirst() - Method in interface com.sun.squawk.flash.INorFlashSectorStateList
 
getFirst() - Method in class com.sun.squawk.flash.NorFlashSectorStateList
 
getFirst() - Method in class com.sun.squawk.util.SimpleLinkedList
Returns the first element in this list.
getFixedDigitalOutput(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the state being output on a fixed digital output.
getFixupInfo() - Method in interface com.sun.squawk.compiler.BaseCompiler
Return the offsets to unresolved symbols.
getFixups(String) - Method in class com.sun.squawk.compiler.SymbolicFixupTable
 
getFixupSymbol(String, int) - Method in class com.sun.squawk.compiler.SymbolicFixupTable
 
getFlags() - Method in class com.sun.squawk.debugger.CommandPacket
Gets the value for the 'flags' field in the header of this packet.
getFlags() - Method in class com.sun.squawk.debugger.Packet
Gets the value for the 'flags' field in the header of this packet.
getFlags() - Method in class com.sun.squawk.debugger.ReplyPacket
 
getFlatTimes() - Static method in class com.sun.squawk.util.ComputationTimer
Gets an enumeration over the collected flat times.
getFloat(long) - Method in class com.sun.squawk.realtime.RawMemoryFloatAccess
Gets the float at the given offset in the memory area associated with this object.
getFloat(String, float) - Method in class edu.wpi.first.wpilibj.Preferences
Returns the float at the given key.
getFloats(long, float[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryFloatAccess
Gets number floats starting at the given offset in the memory area associated with this object and assign them to the int array passed starting at position low.
getFloorClipPlane() - Method in class edu.wpi.first.wpilibj.Kinect
Retrieve the FloorClipPlane from the Kinect device
GetFootLeft() - Method in class edu.wpi.first.wpilibj.Skeleton
 
GetFootRight() - Method in class edu.wpi.first.wpilibj.Skeleton
 
getForwardLimitOK() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the status of the forward limit switch.
getFpgaGuid(NiRioStatus) - Method in class edu.wpi.first.wpilibj.fpga.tSystem
 
getFPGATime() - Static method in class edu.wpi.first.wpilibj.Utility
Read the microsecond timer from the FPGA.
getFPGATimestamp() - Static method in class edu.wpi.first.wpilibj.Timer
Return the system clock time in seconds.
getFramePointerByteOffset(int) - Method in interface com.sun.squawk.compiler.InterpCompiler
Map the FP.xxx offset codes into real ABI offsets.
getFreedBlockCount() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getFreedBlockCount() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getFullCount() - Static method in class com.sun.squawk.GC
Returns the number of full-heap collections.
getFullyQualifiedName(Klass) - Method in class com.sun.squawk.ClassFileMember
Gets the fully qualified name of this field or method.
getFullyQualifiedName() - Method in class com.sun.squawk.Member
Gets the fully qualified name of this field or method.
getFunction(String, String) - Static method in class com.sun.cldc.jna.Function
Dynamically look up a native function by name in the named library.
getFunction(String) - Method in class com.sun.cldc.jna.NativeLibrary
Dynamically look up a native function by name.
getGCFSockets() - Static method in class com.sun.squawk.platform.Platform
 
getGenerator() - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
getGlobalAddrs() - Static method in class com.sun.squawk.vm.Global
Get the hashtable of global addresses.
getGlobalInts() - Static method in class com.sun.squawk.vm.Global
Get the hashtable of global ints.
getGlobalOops() - Static method in class com.sun.squawk.vm.Global
Get the hashtable of global oops.
getGlobalVariableAddress(String, int) - Method in class com.sun.cldc.jna.NativeLibrary
Dynamically look up a native variable by name.
getGravityNormal() - Method in class edu.wpi.first.wpilibj.Kinect
Retrieve the GravityNormal vector from the Kinect device The w value returned from this method is always 0
getGreen() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
Get the Green value.
getGreen() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor.RGB
 
getGreenPlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the green color plane from the image when represented in RGB color space.
getGroup() - Method in class edu.wpi.first.wpilibj.command.Command
Returns the CommandGroup that this command is a part of.
getGUIEvent() - Static method in class com.sun.squawk.VM
Gets the next available event on the GUI input channel, blocking until there is one.
getH() - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
GetHandLeft() - Method in class edu.wpi.first.wpilibj.Skeleton
 
getHandler() - Method in class com.sun.squawk.ExceptionHandler
Gets the address of the entry to this exception handler.
GetHandRight() - Method in class edu.wpi.first.wpilibj.Skeleton
 
getHardwareVersion() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the version of the Jaguar hardware.
getHash() - Method in class com.sun.squawk.ObjectMemory
Gets the hash of the canonical form of this object memory.
getHash(byte[]) - Method in class com.sun.squawk.ObjectMemoryLoader
Calculates the hash of an array of bytes.
getHashCode(Object) - Static method in class com.sun.squawk.GC
Get the hashcode for an object.
GetHead() - Method in class edu.wpi.first.wpilibj.Skeleton
 
getHeaderField(String) - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getHeaderField(int) - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getHeaderField(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named header field.
getHeaderField(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field value by index.
getHeaderFieldDate(String, long) - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getHeaderFieldDate(String, long) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as date.
getHeaderFieldInt(String, int) - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getHeaderFieldInt(String, int) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int) - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getHeaderFieldKey(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field key by index.
getHeight() - Method in class edu.wpi.first.wpilibj.image.Image
Get the height of the image in pixels.
getHeight(Pointer) - Static method in class edu.wpi.first.wpilibj.image.NIVision
Get the height of an image.
getHeight() - Method in class edu.wpi.first.wpilibj.image.NIVision.Rect
Get the height of the rectangle
GetHipCenter() - Method in class edu.wpi.first.wpilibj.Skeleton
 
GetHipLeft() - Method in class edu.wpi.first.wpilibj.Skeleton
 
GetHipRight() - Method in class edu.wpi.first.wpilibj.Skeleton
 
getHost() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getHost() - Method in interface javax.microedition.io.HttpConnection
Returns the host information of the URL of this HttpConnection.
gethostbyname(String) - Method in class com.sun.squawk.platform.posix.linux.natives.NetDBImpl
 
gethostbyname(String) - Method in class com.sun.squawk.platform.posix.macosx.natives.NetDBImpl
 
gethostbyname(String) - Method in interface com.sun.squawk.platform.posix.natives.NetDB
The gethostbyname() function returns a HostEnt structure describing an internet host referenced by name.
gethostbyname(String) - Method in class com.sun.squawk.platform.posix.solaris.natives.NetDBImpl
 
gethostbyname(String) - Method in class com.sun.squawk.platform.posix.vxworks.natives.NetDBImpl
 
gethostbyname(String) - Method in interface com.sun.squawk.platform.windows.natives.NetDB
The gethostbyname() function returns a HostEnt structure describing an internet host referenced by name.
gethostbyname(String) - Method in class com.sun.squawk.platform.windows.natives.NetDBImpl
 
getHSIHuePlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the hue color plane from the image when represented in HSI color space.
getHSISaturationPlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the saturation color plane from the image when represented in HSI color space.
getHSLHuePlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the hue color plane from the image when represented in HSL color space.
getHSLSaturationPlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the saturation color plane from the image when represented in HSL color space.
getHSVHuePlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the hue color plane from the image when represented in HSV color space.
getHSVSaturationPlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the saturation color plane from the image when represented in HSV color space.
getI() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the Intregral gain of the controller.
getI() - Method in class edu.wpi.first.wpilibj.PIDController
Get the Integral coefficient
getI2C(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Return an I2C object for this digital module
getID() - Method in class com.sun.cldc.util.j2me.TimeZoneImpl
Gets the ID of this time zone.
getID() - Method in class com.sun.squawk.debugger.Packet
Gets the ID that is used to pair this packet with its associated command or reply packet (if any).
getId() - Method in class com.sun.squawk.Isolate
Gets the unique id for this isolate.
getId() - Method in interface com.sun.squawk.rms.IRecordEntry
 
getId() - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
getId() - Method in class com.sun.squawk.rms.RecordEntry
 
getId() - Method in class com.sun.squawk.rms.RecordStoreEntry
 
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getIdealYoungGenerationSize() - Method in class com.sun.squawk.Lisp2GenerationalCollector
Gets a size for the young generation based on its ideal ratio to the heap size.
getIDForMethodBody(Klass, Object) - Static method in class com.sun.squawk.DebuggerSupport
Gets the JDWP identifier for a method given the method's body.
getIDForObject(Object) - Method in class com.sun.squawk.debugger.sda.ObjectManager
Gets a JDWP objectID for an object.
getIDForROMObject(Object) - Static method in class com.sun.squawk.DebuggerSupport
Determines if a given object is in a read-only memory and returns a non-zero identifier for the object if it is.
getIDs() - Method in class com.sun.cldc.util.j2me.TimeZoneImpl
Gets all the available IDs supported.
getIDs() - Method in class com.sun.cldc.util.TimeZoneImplementation
 
GETIMAGE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
getImage() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get an image from the camera.
getIndex() - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Return the index of the analog trigger.
getInitialSectors(int) - Method in interface com.sun.squawk.peripheral.INorFlashSectorAllocator
 
getInitialSectors(int) - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
 
getInlinedSuperConstructor() - Method in class com.sun.squawk.MethodBody
True IFF this is a constructor that inlined java.lang.Object..
getInputStream() - Method in class com.sun.squawk.debugger.Packet
Gets a DataInputStream to read the data in this packet.
getInputStream() - Method in class com.sun.squawk.debugger.PacketInputStream
Get the underlying inputstream for sniffing purposes
getInputStreamFor(CommandPacket) - Method in class com.sun.squawk.debugger.JDWPListener
Get the input stream from a command packet (sniffer needs to wrap input stream.
getInstance(String) - Static method in class com.sun.cldc.jna.NativeLibrary
Look up a native libray named "name".
getInstance(String) - Method in class com.sun.cldc.util.j2me.TimeZoneImpl
Gets the TimeZone for the given ID.
getInstance(String) - Method in class com.sun.cldc.util.TimeZoneImplementation
 
getInstance() - Static method in class com.sun.squawk.security.ecc.ECCurveFp
 
getInstance(int) - Static method in class edu.wpi.first.wpilibj.AnalogModule
Get an instance of an Analog Module.
getInstance(String) - Static method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get a reference to the AxisCamera, or initialize the AxisCamera if it has not yet been initialized.
getInstance() - Static method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get a reference to the AxisCamera, or initialize the AxisCamera if it has not yet been initialized.
getInstance() - Static method in class edu.wpi.first.wpilibj.command.Scheduler
Returns the Scheduler, creating it if one does not exist.
getInstance(int) - Static method in class edu.wpi.first.wpilibj.DigitalModule
Get an instance of an Digital Module.
getInstance() - Static method in class edu.wpi.first.wpilibj.DriverStation
Gets an instance of the DriverStation
getInstance() - Static method in class edu.wpi.first.wpilibj.DriverStationLCD
Get an instance of the DriverStationLCD
getInstance() - Static method in class edu.wpi.first.wpilibj.Kinect
Gets an instance of the Kinect device
getInstance() - Static method in class edu.wpi.first.wpilibj.Preferences
Returns the preferences instance.
getInstance() - Static method in class edu.wpi.first.wpilibj.Watchdog
Get an instance of the watchdog
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone.
getInt(Object, int) - Static method in class com.sun.squawk.NativeUnsafe
 
getInt(int) - Static method in class com.sun.squawk.os.CSystem
Get a word in memory.
getInt(long) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets the int at the given offset in the memory area associated with this object.
getInt(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets a signed 32 bit value from memory.
getInt(String, int) - Method in class edu.wpi.first.wpilibj.Preferences
Returns the int at the given key.
getInt(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Deprecated. Use getNumber instead
getInt(String, int) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Deprecated. Use getNumber instead
getIntensityPlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the intensity color plane from the image when represented in HSI color space.
getInterfaces() - Method in class com.sun.squawk.Klass
Gets the list of interfaces implemented by this class.
getInternalName() - Method in class com.sun.squawk.Klass
Gets the internal class name.
getInternalStatus() - Method in class com.sun.squawk.VMThread
Gets the combined values for state and queue.
getInts(long, int[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets number integers starting at the given offset in the memory area associated with this object and assign them to the int array passed starting at position low.
getInts(Address, int, int[], int, int) - Static method in class com.sun.squawk.Unsafe
Copy from memory to int array.
getIntSize() - Method in class com.sun.squawk.security.ecc.FFA
 
getInWindow() - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Return the InWindow output of the analog trigger.
getIPOffset() - Method in interface com.sun.squawk.compiler.InterpCompiler
Get the offset from the frame pointer to slot used for the IP variable.
getIsolate() - Method in class com.sun.squawk.VMThread
Gets the isolate of the thread.
getIsolates() - Static method in class com.sun.squawk.Isolate
Returns an array of Isolate objects.
getJNISignature(Klass) - Static method in class com.sun.squawk.DebuggerSupport
Gets the JNI signature of a klass.
getJNISignature(Field) - Static method in class com.sun.squawk.DebuggerSupport
Gets the JNI signature of a field's type.
getJNISignature(Method) - Static method in class com.sun.squawk.DebuggerSupport
Gets the JNI signature of a method's parameters and return type.
GetJoint(Skeleton.tJointTypes) - Method in class edu.wpi.first.wpilibj.Skeleton
 
getJumpByte(int, int, int) - Method in interface com.sun.squawk.compiler.InterpCompiler
Get a single byte of a jump instruction sequence.
getJumpSize() - Method in interface com.sun.squawk.compiler.InterpCompiler
Get the length of a jump instruction.
getJVMClassModifiers() - Static method in class com.sun.squawk.Modifier
Gets the mask of modifiers that are defined the JVM specification that pertain to a class.
getJVMFieldModifiers() - Static method in class com.sun.squawk.Modifier
Gets the mask of modifiers that are defined the JVM specification that pertain to a field.
getJVMMethodModifiers() - Static method in class com.sun.squawk.Modifier
Gets the mask of modifiers that are defined the JVM specification that pertain to a method.
getKey(Object) - Method in class com.sun.squawk.debugger.sda.WeakIntHashtable
Gets the key for a given value in this table.
getKeyData() - Method in class com.sun.squawk.security.ECPublicKey
 
getKeyedGlobal(int) - Static method in class com.sun.squawk.VM
Return the global registered using setGlobal with key.
getKeyedGlobalsMutex() - Static method in class com.sun.squawk.VM
 
getKeys() - Method in class edu.wpi.first.wpilibj.Preferences
 
getKlass() - Method in class com.sun.squawk.ExceptionHandler
Gets the subclass of Throwable caught by this handler.
getKlass() - Method in class com.sun.squawk.ExecutionPoint
Return the klass that defined the method refered to by this ExecutionPoint.
getKlass(Object) - Static method in class com.sun.squawk.GC
Get the class of an object.
getKlass(int) - Method in class com.sun.squawk.Suite
Gets the class in this suite corresponding to a given class number.
GetKneeLeft() - Method in class edu.wpi.first.wpilibj.Skeleton
 
GetKneeRight() - Method in class edu.wpi.first.wpilibj.Skeleton
 
getLast() - Method in class com.sun.squawk.util.SimpleLinkedList
Returns the last element in this list.
getLastClassName() - Method in interface com.sun.squawk.TranslatorInterface
For error recovery, you can get the name of the last class that was processed.
getLastError() - Static method in class edu.wpi.first.wpilibj.image.NIVision
 
getLastGCTime() - Method in class com.sun.squawk.GarbageCollector
Gets the time taken by the last collection.
getLastModified() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getLastModified() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the last-modified header field.
getLastModified() - Method in class javax.microedition.rms.RecordStore
Returns the last time the record store was modified, in the format used by System.currentTimeMillis().
getLayout() - Method in class com.sun.cldc.jna.DynamicStructure
Return the structure layout used by this class.
getLayout() - Method in class com.sun.squawk.platform.posix.natives.SocketImpl.sockaddr_inImpl
 
getLayout() - Method in class com.sun.squawk.platform.windows.natives.SocketImpl.sockaddr_inImpl
 
getLeafSuite() - Method in class com.sun.squawk.Isolate
Gets the suite that is the starting point for class lookup in this isolate.
getLeft() - Method in class edu.wpi.first.wpilibj.image.NIVision.Rect
Get the left edge of the rectangle
getLength() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
getLength() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
getLength() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getLength() - Method in interface javax.microedition.io.ContentConnection
Returns the length of the content which is being provided.
getLength() - Method in interface javax.microedition.io.Datagram
Get the length of the datagram.
getLibraryLoading() - Static method in class com.sun.cldc.jna.Native
Kludge to pass loading library to default constructor of implementation class.
getLinearAverages(Pointer, LinearAverages.LinearAveragesMode, NIVision.Rect) - Static method in class edu.wpi.first.wpilibj.image.NIVision
 
getLineNumber(int[], int) - Static method in class com.sun.squawk.Method
Gets the line number for a bytecode index
getLineNumberTable() - Method in class com.sun.squawk.Method
Gets the table mapping instruction addresses to the source line numbers that start at the addresses.
getLineNumberTable() - Method in class com.sun.squawk.MethodMetadata
Gets the table mapping instruction addresses to the source line numbers that start at the addresses.
getLocalAddress() - Method in class com.sun.squawk.io.j2me.serversocket.Protocol
 
getLocalAddress() - Method in class com.sun.squawk.io.j2me.socket.Protocol
 
getLocalAddress() - Method in interface javax.microedition.io.MulticastConnection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in interface javax.microedition.io.ServerSocketConnection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in interface javax.microedition.io.UDPDatagramConnection
Gets the local address to which the datagram connection is bound.
getLocalCount() - Method in interface com.sun.squawk.compiler.BaseCompiler
Return the number of locals currently defined.
getLocalOopMap() - Method in class com.sun.squawk.compiler.MethodMap
Get an oopmap for the local variables.
getLocalPort() - Method in class com.sun.squawk.io.j2me.serversocket.Protocol
 
getLocalPort() - Method in class com.sun.squawk.io.j2me.socket.Protocol
 
getLocalPort() - Method in interface javax.microedition.io.MulticastConnection
Returns the local port to which this socket is bound.
getLocalPort() - Method in interface javax.microedition.io.ServerSocketConnection
Returns the local port to which this socket is bound.
getLocalPort() - Method in interface javax.microedition.io.SocketConnection
Returns the local port to which this socket is bound.
getLocalPort() - Method in interface javax.microedition.io.UDPDatagramConnection
Returns the local port to which this datagram connection is bound.
getLocalSlotCount() - Method in class com.sun.squawk.compiler.MethodMap
Get the count of locals allocaed.
getLocalVariableTable() - Method in class com.sun.squawk.FullMethodMetadata
Gets a table describing the scope, name and type of each local variable in the method.
getLocalVariableTable() - Method in class com.sun.squawk.Method
Gets a table describing the scope, name and type of each local variable in the method.
getLocalVariableTable() - Method in class com.sun.squawk.MethodMetadata
Gets a table describing the scope, name and type of each local variable in the method.
getLocation() - Method in class edu.wpi.first.wpilibj.DriverStation
Gets the location of the team's driver station controls.
getLong(Object, int) - Static method in class com.sun.squawk.NativeUnsafe
 
getLong(long) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets the long at the given offset in the memory area associated with this object.
getLong(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets a 64 bit value from memory using a 64 bit word offset.
getLong(String, long) - Method in class edu.wpi.first.wpilibj.Preferences
Returns the long at the given key.
getLongAtWord(Object, int) - Static method in class com.sun.squawk.NativeUnsafe
 
getLongAtWord(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets a 64 bit value from memory using a 32 bit word offset.
getLongs(long, long[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets number longs starting at the given offset in the memory area associated with this object and assign them to the long array passed starting at position low.
getLongs(Address, int, long[], int, int) - Static method in class com.sun.squawk.Unsafe
Copy from memory to long array.
getLoopTiming() - Method in class edu.wpi.first.wpilibj.DigitalModule
Get the loop timing of the Digital Module
getLower() - Method in class edu.wpi.first.wpilibj.image.NIVision.Range
Get the lower boundary
getLPOffset() - Method in interface com.sun.squawk.compiler.InterpCompiler
Get the offset from the frame pointer to slot used for the LP variable.
getLSBWeight() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get the factory scaling least significant bit weight constant.
getLSBWeight(int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the LSB Weight portion of the calibration for a channel.
getLSBWeight(int, int) - Static method in class edu.wpi.first.wpilibj.communication.AICalibration
Get the weight of the least significant bit.
getLuminancePlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the luminance color plane from the image when represented in HSL color space.
getMagnitude() - Method in class edu.wpi.first.wpilibj.Joystick
Get the magnitude of the direction vector formed by the joystick's current position relative to its origin
getMainClassArguments() - Method in class com.sun.squawk.Isolate
Get the arguments.
getMainClassName() - Method in class com.sun.squawk.Isolate
Get the name of the main class.
getManifestPropertiesOfSuite(String) - Static method in class com.sun.squawk.VM
A helper method to provide access to the manifest of midlet suites from outside the bootstrap.
getManifestProperty(String) - Method in class com.sun.squawk.Suite
Gets the value of an Suite.PROPERTIES_MANIFEST_RESOURCE_NAME property embedded in the suite.
getManifestProperty(String) - Static method in class com.sun.squawk.VM
Gets the value of an Suite.PROPERTIES_MANIFEST_RESOURCE_NAME property embedded in the suite.
getManifestPropertyNames() - Method in class com.sun.squawk.Suite
Gets the names of all manifest properties embedded in this suite.
getManifestPropertyNames() - Static method in class com.sun.squawk.VM
Gets the names of all manifest properties embedded in the leaf suite and all of its parents.
getMappedAddress() - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets the virtual memory location at which the memory region is mapped.
getMatchesFromMemory(int, int) - Static method in class edu.wpi.first.wpilibj.image.EllipseMatch
 
getMatchTime() - Method in class edu.wpi.first.wpilibj.DriverStation
Return the approximate match time The FMS does not currently send the official match time to the robots This returns the time since the enable signal sent from the Driver Station At the beginning of autonomous, the time is reset to 0.0 seconds At the beginning of teleop, the time is reset to +15.0 seconds If the robot is disabled, this returns 0.0 seconds Warning: This is not an official time (so it cannot be used to argue with referees)
getMaxFPS() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the maximum frames per second that the camera will generate.
getMaxFullGCTime() - Method in class com.sun.squawk.GarbageCollector
Gets the time of the longest full GC.
getMaxGCTime() - Method in class com.sun.squawk.GarbageCollector
Get the time taken by the slowest garbage collection.
getMaximumLength() - Method in interface javax.microedition.io.DatagramConnection
Get the maximum length a datagram can be.
getMaxPartialGCTime() - Method in class com.sun.squawk.GarbageCollector
Gets the time of the longest partial GC.
getMaxStack() - Method in class com.sun.squawk.MethodBody
Get the number of stack words needed.
getMaxStackSize() - Static method in class com.sun.squawk.VM.Stats
Return size of the largest stack ever allocated.
getMaxStackSize() - Static method in class com.sun.squawk.VMThread
Return size of the largest stack ever allocated, in words.
getMessage() - Method in class java.lang.Throwable
Returns the error message string of this throwable object.
getMetadata() - Method in class com.sun.squawk.MethodBody
Gets the debug information (if any) pertaining to this method body.
getMethod() - Method in class com.sun.squawk.ExecutionPoint
Return the high-level Method object for the (low-level) method refered to by this ExecutionPoint.
getMethod(int, boolean) - Method in class com.sun.squawk.Klass
Gets a method declared by this class based on a given method table index.
getMethodBody(Klass, int, boolean) - Static method in class com.sun.squawk.DebuggerSupport
Gets the body of the method given a class and method table index.
getMethodBodyLength(Object) - Static method in class com.sun.squawk.DebuggerSupport
Return the length of methodBody (the byte code array) in bytes.
getMethodCount(boolean) - Method in class com.sun.squawk.Klass
Gets the number of methods declared by this class.
getMethodIndex(Object, boolean) - Method in class com.sun.squawk.Klass
Looks up the method's index in the klass.
getMethodObject(Method) - Method in class com.sun.squawk.Klass
Gets the bytecode array for the given Method object
getMidletName() - Method in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
getMidletName() - Method in interface com.sun.squawk.rms.IApplicationDescriptorEntry
 
getMIDletPeer(MIDlet) - Method in interface com.sun.midp.midlet.MIDletTunnel
Returns the MIDletPeer object corresponding to the given midlet instance.
getMidletVendor() - Method in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
getMidletVendor() - Method in interface com.sun.squawk.rms.IApplicationDescriptorEntry
 
getMidletVersion() - Method in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
getMidletVersion() - Method in interface com.sun.squawk.rms.IApplicationDescriptorEntry
 
getMnemonic(byte) - Static method in class com.sun.squawk.vm.AddressType
Gets the mnemonic for an address type value.
getModifiers() - Method in class com.sun.squawk.ClassFileMember
Gets the modifiers of this field or method.
getModifiers() - Method in class com.sun.squawk.Klass
Returns the modifiers for this class or interface.
getModifiers() - Method in class com.sun.squawk.Member
Gets the mask of access flags describing the access permissions and other properties of this member.
getModule() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get the analog module that this channel is on.
getModule(ModulePresence.ModuleType, int) - Static method in class edu.wpi.first.wpilibj.Module
Static module singleton factory.
getModuleForRouting() - Method in class edu.wpi.first.wpilibj.AnalogTriggerOutput
 
getModuleForRouting() - Method in class edu.wpi.first.wpilibj.DigitalInput
 
getModuleForRouting() - Method in class edu.wpi.first.wpilibj.DigitalOutput
 
getModuleForRouting() - Method in class edu.wpi.first.wpilibj.DigitalSource
Get the module routing number
getModuleNumber() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Gets the number of the analog module this channel is on.
getModuleNumber() - Method in class edu.wpi.first.wpilibj.Module
Gets the module number associated with a module.
getModuleNumber() - Method in class edu.wpi.first.wpilibj.PWM
Gets the module number associated with the PWM Object.
getModulePresence(ModulePresence.ModuleType, int) - Static method in class edu.wpi.first.wpilibj.communication.ModulePresence
Determines whether the module of the given type and number is present.
getModuleType() - Method in class edu.wpi.first.wpilibj.Module
Gets the module type associated with a module.
getMonitorsAllocatedCount() - Static method in class com.sun.squawk.VM.Stats
Return the number of monitors allocated.
getMonitorsAllocatedCount() - Static method in class com.sun.squawk.VMThread
Return the number of monitors allocated.
getMPOffset() - Method in interface com.sun.squawk.compiler.InterpCompiler
Get the offset from the frame pointer to slot used for the MP variable.
getN() - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
getName() - Method in class com.sun.cldc.jna.Function
 
getName() - Method in class com.sun.squawk.ClassFileMember
Gets the name of this field or method.
getName() - Method in interface com.sun.squawk.compiler.TargetArchitecture
 
getName() - Method in class com.sun.squawk.io.j2me.file.Protocol
 
getName() - Method in class com.sun.squawk.io.mailboxes.Mailbox
Returns the registered name of the mail box, if registered.
getName() - Method in class com.sun.squawk.io.mailboxes.ServerChannel
Get the name that this ServerChannel was registered under.
getName() - Method in class com.sun.squawk.Isolate
Gets name of the isolate.
getName() - Method in class com.sun.squawk.Klass
Returns the name of this entity in the format expected by Class.getName().
getName() - Method in class com.sun.squawk.Member
Gets the name of this field or method.
getName() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
getName() - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
getName() - Method in class com.sun.squawk.rms.RecordStoreEntry
 
getName() - Method in class com.sun.squawk.Suite
Gets this suite's name.
getName() - Method in class com.sun.squawk.VMThread
Gets the name of this thread.
getName() - Method in class edu.wpi.first.wpilibj.command.Command
Returns the name of this command.
getName() - Method in class edu.wpi.first.wpilibj.command.Scheduler
 
getName() - Method in class edu.wpi.first.wpilibj.command.Subsystem
Returns the name of this subsystem, which is by default the class name.
getName() - Method in interface edu.wpi.first.wpilibj.NamedSendable
 
getName() - Method in class java.lang.Class
Returns the fully-qualified name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getName() - Method in class java.lang.Thread
Returns this thread's name.
getName() - Method in class javax.microedition.rms.RecordStore
Returns the name of this RecordStore.
getNameForJDWPEventKind(int) - Static method in class com.sun.squawk.debugger.EventRequest
Gets the name string corresponding to a given JDWP.EventKind constant.
getNameForJDWPSuspendPolicy(int) - Static method in class com.sun.squawk.debugger.EventRequest
Gets the name string corresponding to a given JDWP.SuspendPolicy constant.
getNames(Klass[]) - Static method in class com.sun.squawk.Klass
Formats the names of a given array of classes into a single string with each class name separated by a space.
getNativeTaskErrno(Address) - Static method in class com.sun.squawk.NativeUnsafe
 
getNativeTaskEventID(Address) - Static method in class com.sun.squawk.NativeUnsafe
 
getNativeTaskResult(Address) - Static method in class com.sun.squawk.NativeUnsafe
 
getNextAvailableClassNumber() - Method in class com.sun.squawk.Suite
Gets the next available number for a class that will be installed in this suite.
getNextBlockOffset() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
getNextBlockOffset() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
getNextHashcode() - Static method in class com.sun.squawk.VM
Gets the next available hashcode.
getNextRecordId() - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
getNextRecordId() - Method in class com.sun.squawk.rms.RecordStoreEntry
 
getNextRecordID() - Method in class javax.microedition.rms.RecordStore
Returns the recordId of the next record to be added to the record store.
getNextSector() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getNextSector() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getNominalLength() - Method in interface javax.microedition.io.DatagramConnection
Get the nominal length of a datagram.
getNorFlashSectors(int) - Static method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
getNumber(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Returns the value at the specified key.
getNumber(String, double) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Returns the value at the specified key.
getNumberOfCriteria() - Method in class edu.wpi.first.wpilibj.image.CriteriaCollection
 
getNumberOfPlayers() - Method in class edu.wpi.first.wpilibj.Kinect
Query the number of players detected by the Kinect
getNumberParticles() - Method in class edu.wpi.first.wpilibj.image.BinaryImage
Returns the number of particles.
getNumMotors() - Method in class edu.wpi.first.wpilibj.RobotDrive
 
getNumRecords() - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
getNumRecords() - Method in class com.sun.squawk.rms.RecordStoreEntry
 
getNumRecords() - Method in class javax.microedition.rms.RecordStore
Returns the number of records currently in the record store.
getObject(int) - Method in class com.sun.squawk.Klass
Get an object from the object table.
getObject(Object, int) - Static method in class com.sun.squawk.NativeUnsafe
 
getObjectForID(DataType.ObjectID) - Method in class com.sun.squawk.debugger.sda.ObjectManager
Gets the object corresponding to a given JDWP objectID value.
getObjectIndex(Object) - Method in class com.sun.squawk.Klass
Gets the index of a given object in this object table of this class.
getObjectsAllocatedTotal() - Static method in class com.sun.squawk.VM.Stats
Get the number of objects allocated since reboot.
getOffset(int, int, int, int, int, int) - Method in class com.sun.cldc.util.j2me.TimeZoneImpl
Gets the time zone offset, for the specified date, modified in case of daylight savings.
getOffset() - Method in interface com.sun.squawk.compiler.Label
Get the offset to the label in the code buffer.
getOffset() - Method in class com.sun.squawk.debugger.DataType.FieldID
 
getOffset() - Method in class com.sun.squawk.debugger.DataType.MethodID
 
getOffset() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
getOffset() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
getOffset() - Method in class com.sun.squawk.Member
Gets the offset for the member.
getOffset(long) - Static method in class com.sun.squawk.vm.Global
Get offset
getOffset() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get the factory scaling offset constant.
getOffset(int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the Offset portion of the calibration for a channel.
getOffset(int, int) - Static method in class edu.wpi.first.wpilibj.communication.AICalibration
Get the offset.
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets offset, for current date, modified in case of daylight savings.
getOffset() - Method in interface javax.microedition.io.Datagram
Get the offset.
getOldX() - Method in class tests.TestApp.Ball
 
getOldX() - Method in class tests.TestApp.LongBall
 
getOptArg(String[], int, String) - Static method in class com.sun.squawk.util.ArgsUtilities
Gets the argument to a command line option.
getOrder() - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
getOrderedParticleAnalysisReports(int) - Method in class edu.wpi.first.wpilibj.image.BinaryImage
Gets all the particle analysis reports ordered from largest area to smallest.
getOrderedParticleAnalysisReports() - Method in class edu.wpi.first.wpilibj.image.BinaryImage
Gets all the particle analysis reports ordered from largest area to smallest.
getOutOfMemoryError() - Static method in class com.sun.squawk.VM
Get the sentinal OutOfMemoryException object THIS IS PRIVATE TO THE BOOTSTRAP SUITE
getOutputCurrent() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the current through the motor terminals of the Jaguar.
getOutputStream() - Method in class com.sun.squawk.debugger.Packet
Gets a PacketOutputStream to write some data to this packet.
getOutputVoltage() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the voltage being output from the motor terminals of the Jaguar.
getOversampleBits() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get the number of oversample bits.
getOversampleBits(int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the number of oversample bits.
getOwningList() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getOwningList() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getP() - Method in class com.sun.squawk.security.ecc.PrimeField
 
getP() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the Proportional gain of the controller.
getP() - Method in class edu.wpi.first.wpilibj.PIDController
Get the Proportional coefficient
getPacketNumber() - Method in class edu.wpi.first.wpilibj.DriverStation
Return the DS packet number.
getParameterCount() - Method in class com.sun.squawk.Method
Returns the number of parameters for this method.
getParameterOopMap() - Method in class com.sun.squawk.compiler.MethodMap
Get an oopmap for the parameter variables.
getParametersCount() - Method in class com.sun.squawk.MethodBody
Get the number of parameters.
getParameterSlotCount() - Method in class com.sun.squawk.compiler.MethodMap
Get the count of parameters allocaed.
getParametersSize() - Method in class com.sun.squawk.Method
Return the number of words used as parameters to this method.
getParameterTypes() - Method in class com.sun.squawk.ClassFileMethod
Gets the parameter types of this method.
getParameterTypes() - Method in class com.sun.squawk.Method
Gets the formal parameter types, in declaration order, of this method.
getParent() - Method in class com.sun.squawk.ObjectMemory
Gets the direct parent object memory of this object memory.
getParent() - Method in class com.sun.squawk.Suite
Gets the parent suite of this suite.
getParentCount() - Method in class com.sun.squawk.ObjectMemory
Gets the number of parents in the chain of parent object memories.
getParentSuiteSourceURI() - Method in class com.sun.squawk.Isolate
 
getPartialCount() - Static method in class com.sun.squawk.GC
Returns the number of partial-heap collections.
getParticleAnalysisReport(int) - Method in class edu.wpi.first.wpilibj.image.BinaryImage
Get a particle analysis report for the particle at the given index.
getPath() - Method in class com.sun.squawk.io.j2me.file.Protocol
 
getPath() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
getPathSeparatorChar() - Static method in class com.sun.squawk.VM
The system-dependent path-separator character.
getPeriod() - Method in class edu.wpi.first.wpilibj.Counter
Get the Period of the most recent count.
getPeriod() - Method in interface edu.wpi.first.wpilibj.CounterBase
Get the time between the last two edges counted
getPeriod() - Method in class edu.wpi.first.wpilibj.Encoder
Deprecated. Use getRate() in favor of this method. This returns unscaled periods and getRate() scales using value from setDistancePerPulse().
getPeripheralRegistry() - Static method in class com.sun.squawk.VM
 
getPIDController() - Method in class edu.wpi.first.wpilibj.command.PIDCommand
Returns the PIDController used by this PIDCommand.
getPIDController() - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
Returns the PIDController used by this PIDSubsystem.
getPlatform() - Static method in class com.sun.cldc.jna.Platform
 
getPlatformName() - Static method in class com.sun.squawk.platform.Platform
 
getPlatformNativePackageName() - Method in class com.sun.cldc.jna.Platform
Get the name of the package that contains the native implementations for this platform (solaris, linux, windows, etc):
getPlatformNativePackageName() - Method in class com.sun.cldc.jna.Posix
Get the name of the package that contains the native implementation for this platform:
getPlatformNativePackageName() - Method in class com.sun.cldc.jna.Spot
Get the name of the package that contains the native implementation for this platform:
getPlatformNativePackageName() - Method in class com.sun.cldc.jna.Windows
Get the name of the package that contains the native implementation for this platform:
getPlatformPackageName() - Method in class com.sun.cldc.jna.Platform
Get the name of the package that contains the platform classes (posix, windows, etc):
getPlatformPackageName() - Method in class com.sun.cldc.jna.Posix
Get the name of the package that contains the native implementation for this platform:
getPlatformPackageName() - Method in class com.sun.cldc.jna.Spot
Get the name of the package that contains the native implementation for this platform:
getPlatformPackageName() - Method in class com.sun.cldc.jna.Windows
Get the name of the package that contains the native implementation for this platform:
getPointer() - Method in class com.ni.rio.NiRioStatus
 
getPointer(int, int) - Method in class com.sun.cldc.jna.Pointer
Read a ptr value from memory at offset, and construct a new pointer representing the data stored there...
getPointer() - Method in class com.sun.cldc.jna.PointerType
Return the underlying untyped pointer
getPointer() - Method in class com.sun.cldc.jna.Structure
Get the backing native memory used by this structure.
getPointer() - Method in class edu.wpi.first.wpilibj.communication.Semaphore
Get the pointer to the native semaphore.
getPort() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getPort() - Method in class com.sun.squawk.io.j2me.socket.Protocol
 
getPort() - Method in interface javax.microedition.io.HttpConnection
Returns the network port number of the URL for this HttpConnection.
getPort() - Method in interface javax.microedition.io.SocketConnection
Returns the remote port to which this socket is bound.
getPos() - Method in class com.sun.squawk.util.ByteArrayInputStreamWithSetBytes
 
getPosition() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the position of the encoder or potentiometer.
getPosition() - Method in class edu.wpi.first.wpilibj.command.PIDCommand
Returns the current position
getPosition() - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
Returns the current position
getPosition() - Method in class edu.wpi.first.wpilibj.Kinect
Query the position of the detected skeleton The w value returned from this method is always 1
getPosition() - Method in class edu.wpi.first.wpilibj.PWM
Get the PWM value in terms of a position.
getPositionReference() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the reference source device for position controller mode.
getPowerCycled() - Method in class edu.wpi.first.wpilibj.CANJaguar
Check if the Jaguar's power has been cycled since this was last called.
getPragmas() - Method in class com.sun.squawk.ClassFileMethod
Gets the pragmas that apply to the method
getPressureSwitchValue() - Method in class edu.wpi.first.wpilibj.Compressor
Get the pressure switch value.
getPrimitiveConstantValue() - Method in class com.sun.squawk.Field
Gets the primitive constant value of this static field.
getPrimitiveType() - Method in class com.sun.squawk.compiler.Type
Get the primitive version of the type.
getPrintStream() - Static method in class com.sun.squawk.util.Tracer
Gets the print stream to which traces will be written.
getPriority() - Method in class com.sun.squawk.VMThread
Returns this thread's priority.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getProperties() - Method in class com.sun.squawk.Isolate
Get an enumeration of isolate property keys.
getProperty(String) - Method in class com.sun.squawk.Isolate
Gets a named property of this isolate.
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProtocol() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getProtocol() - Method in interface javax.microedition.io.HttpConnection
Returns the protocol name of the URL of this HttpConnection.
getPurpose() - Method in interface com.sun.squawk.peripheral.INorFlashSector
 
getPurpose() - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
getPWM(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Get a value from a PWM channel.
getPWMOutput(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the percent duty-cycle that the PWM generator channel is configured to output.
getPWMPeriod(DriverStationEnhancedIO.tPWMPeriodChannels) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the period of a PWM generator.
getQuery() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getQuery() - Method in interface javax.microedition.io.HttpConnection
Returns the query portion of the URL of this HttpConnection.
getRangeInches() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Get the range in inches from the ultrasonic sensor.
getRangeMM() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Get the range in millimeters from the ultrasonic sensor.
getRate() - Method in class edu.wpi.first.wpilibj.Counter
Get the current rate of the Counter.
getRate() - Method in class edu.wpi.first.wpilibj.Encoder
Get the current rate of the encoder.
getRate() - Method in class edu.wpi.first.wpilibj.Gyro
Return the rate of rotation of the gyro The rate is based on the most recent reading of the gyro analog value
getRaw() - Method in class edu.wpi.first.wpilibj.Encoder
Gets the raw value from the encoder.
getRaw() - Method in class edu.wpi.first.wpilibj.PWM
Get the PWM value directly from the hardware.
getRawAxis(int) - Method in class edu.wpi.first.wpilibj.GenericHID
Get the raw axis
getRawAxis(int) - Method in class edu.wpi.first.wpilibj.Joystick
Get the value of the axis.
getRawAxis(int) - Method in class edu.wpi.first.wpilibj.KinectStick
Get the value of the KinectStick axis.
getRawBlue() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
Get the Raw Blue value.
getRawButton(int) - Method in class edu.wpi.first.wpilibj.GenericHID
Is the given button pressed
getRawButton(int) - Method in class edu.wpi.first.wpilibj.Joystick
Get the button value for buttons 1 through 12.
getRawButton(int) - Method in class edu.wpi.first.wpilibj.KinectStick
Get the button value for buttons 1 through 12.
getRawGreen() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
Get the Raw Green value.
getRawOffset() - Method in class com.sun.cldc.util.j2me.TimeZoneImpl
Gets the GMT offset for this time zone.
getRawOffset() - Method in class java.util.TimeZone
Gets the GMT offset for this time zone.
getRawRed() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
Get the Raw Red value.
getRawRGB() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
Get the raw value of all three colors from a single sensor reading.
getReason() - Method in exception com.sun.squawk.security.CryptoException
Gets the reason code
getRecord(int) - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
getRecord(int, byte[], int) - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
getRecord(int) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
getRecord(int, byte[], int) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
getRecord(int, byte[], int) - Method in class javax.microedition.rms.RecordStore
Returns the data stored in the given record.
getRecord(int) - Method in class javax.microedition.rms.RecordStore
Returns a copy of the data stored in the given record.
getRecordIdsCopy() - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
getRecordIdsCopy() - Method in class com.sun.squawk.rms.RecordStoreEntry
 
getRecordSize(int) - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
getRecordSize(int) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
getRecordSize(int) - Method in class javax.microedition.rms.RecordStore
Returns the size (in bytes) of the MIDlet data available in the given record.
getRecordsSize() - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
getRecordsSize() - Method in class com.sun.squawk.rms.RecordStoreEntry
 
getRecordStore(String, boolean) - Method in interface com.sun.squawk.rms.IRecordStoreManager
 
getRecordStore(int) - Method in class com.sun.squawk.rms.RecordStoreManager
 
getRecordStore(String, boolean) - Method in class com.sun.squawk.rms.RecordStoreManager
 
getRecordStoreDbCache() - Static method in class com.sun.squawk.imp.ImpGlobal
 
getRecordStoreManager() - Static method in class com.sun.squawk.imp.ImpGlobal
 
getRecordStoreManagerErasedSequenceCurrentValue() - Static method in class com.sun.squawk.imp.ImpGlobal
 
getRecordStoreNames() - Method in interface com.sun.squawk.rms.IRecordStoreManager
 
getRecordStoreNames() - Method in class com.sun.squawk.rms.RecordStoreManager
 
getRed() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
Get the Red value.
getRed() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor.RGB
 
getRedPlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the red color plane from the image when represented in RGB color space.
getRef() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getRef() - Method in interface javax.microedition.io.HttpConnection
Returns the ref portion of the URL of this HttpConnection.
getRefStaticFieldsSize() - Method in class com.sun.squawk.Klass
Get the size (in words) of the static fields of this class that are of a non-primitive type.
getRelayForward(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Get the current state of the forward relay channel
getRelayForward() - Method in class edu.wpi.first.wpilibj.DigitalModule
Get the current state of all of the forward relay channels on this module.
getRelayReverse(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Get the current state of the reverse relay channel
getRelayReverse() - Method in class edu.wpi.first.wpilibj.DigitalModule
Get the current state of all of the reverse relay channels on this module.
getRelocationInfo() - Method in interface com.sun.squawk.compiler.BaseCompiler
Return the relocation information.
getReply() - Method in class com.sun.squawk.debugger.CommandPacket
Gets the reply to this sent command packet.
getReplyAddress() - Method in class com.sun.squawk.io.mailboxes.MailboxAddress
Get the reply address that was associated with this address during lookup.
getRequestMethod() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getRequestMethod() - Method in interface javax.microedition.io.HttpConnection
Get the current request method.
getRequestProperty(String) - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getRequestProperty(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named general request property for this connection.
getResolution() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the resolution fo the images that the camera is returning.
getResourceAsStream(String) - Method in class com.sun.squawk.Klass
Finds a resource with a given name.
getResourceAsStream(String, Klass) - Method in class com.sun.squawk.Suite
Finds a resource with a given name.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResourceData(String) - Method in class com.sun.squawk.Suite
Gets the contents of a resource file embedded in the suite.
getResourceData(String) - Method in interface com.sun.squawk.TranslatorInterface
Get the bytes for the resource named name.
getResourceFiles() - Method in class com.sun.squawk.Suite
Return all of the resource files defined for this suite.
getResponseCode() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getResponseCode() - Method in interface javax.microedition.io.HttpConnection
Returns the HTTP response status code.
getResponseMessage() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getResponseMessage() - Method in interface javax.microedition.io.HttpConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getResult() - Method in class com.sun.squawk.DebuggerSupport.StackInspector
Gets the result (if any) of the inspection.
getReturnType() - Method in class com.sun.squawk.ClassFileMethod
Gets the return type of this method.
getReturnType() - Method in class com.sun.squawk.Method
Gets the formal return type of this method.
getReverseLimitOK() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the status of the reverse limit switch.
getRGB() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
Get the value of all three colors from a single sensor reading.
getRisingDiagAverages() - Method in class edu.wpi.first.wpilibj.image.LinearAverages
 
getROMObjectForID(int) - Static method in class com.sun.squawk.DebuggerSupport
Gets the object in read-only memory corresponding to an identifier that was returned from a call to DebuggerSupport.getIDForROMObject(java.lang.Object).
getRomStart() - Static method in class com.sun.squawk.VM
Gets the address of the start of the object memory in ROM.
getRoot() - Method in class com.sun.squawk.ObjectMemory
Gets the root object in this object memory.
getRotation() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the rotation of the images returned from the camera.
getRowAverages() - Method in class edu.wpi.first.wpilibj.image.LinearAverages
 
getRunnableThreads() - Static method in class com.sun.squawk.VM
Answer an array of threads that are runnable now, in the order they appear in the runnable queue.
getRunnableThreads() - Static method in class com.sun.squawk.VMThread
 
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getRuntimeParameterTypes(boolean) - Method in class com.sun.squawk.Method
Gets the runtime parameter types, in declaration order, of this method.
getSampleRate() - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the current sample rate on the module.
getSamplesToAverage() - Method in class edu.wpi.first.wpilibj.Counter
Get the Samples to Average which specifies the number of samples of the timer to average when calculating the period.
getSamplesToAverage() - Method in class edu.wpi.first.wpilibj.Encoder
Get the Samples to Average which specifies the number of samples of the timer to average when calculating the period.
getSecondWordType(Klass) - Static method in class com.sun.squawk.Klass
Gets the type representing the second word of a double word type.
getSectorContaining(Address) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
getSelected() - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableChooser
Returns the selected option.
getSequence() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getSequence() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getSetpoint() - Method in class edu.wpi.first.wpilibj.command.PIDCommand
Returns the setpoint.
getSetpoint() - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
Returns the setpoint.
getSetpoint() - Method in class edu.wpi.first.wpilibj.PIDController
Returns the current setpoint of the PIDController
getShort(Object, int) - Static method in class com.sun.squawk.NativeUnsafe
 
getShort(long) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets the short at the given offset in the memory area associated with this object.
getShort(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets a signed 16 bit value from memory.
getShorts(long, short[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets number shorts starting at the given offset in the memory area associated with this object and assign them to the short array passed starting at position low.
getShorts(Address, int, short[], int, int) - Static method in class com.sun.squawk.Unsafe
Copy from memory to short array.
GetShoulderCenter() - Method in class edu.wpi.first.wpilibj.Skeleton
 
GetShoulderLeft() - Method in class edu.wpi.first.wpilibj.Skeleton
 
GetShoulderRight() - Method in class edu.wpi.first.wpilibj.Skeleton
 
getSignature() - Method in class com.sun.squawk.Klass
Gets the JNI signature of this class.
getSignatureFirstChar(int) - Static method in class com.sun.squawk.Klass
Gets the first char of the name of a class when it is in signature form.
getSingleton(Class) - Method in class com.sun.squawk.peripheral.PeripheralRegistry
 
getSingleton() - Static method in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
 
getSize() - Method in class com.sun.cldc.jna.Pointer
Gets the size of the memory
getSize() - Method in class com.sun.squawk.debugger.Packet
Gets the size (in bytes) of the entire packet.
getSize() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getSize() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getSize() - Method in class com.sun.squawk.io.MulticastOutputStream
Gets the number of streams contained by this multicaster.
getSize() - Method in class com.sun.squawk.ObjectMemory
Gets the size (in bytes) of the object memory.
getSize() - Method in interface com.sun.squawk.peripheral.INorFlashSector
 
getSize() - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
getSize() - Method in class com.sun.squawk.security.ECPublicKey
 
getSize(int) - Static method in class com.sun.squawk.vm.OPC
Gets the size (in bytes) of an instruction based on a given opcode.
getSize() - Method in class javax.microedition.rms.RecordStore
Returns the amount of space, in bytes, that the record store occupies.
getSizeAvailable() - Method in interface com.sun.squawk.flash.INorFlashMemoryHeap
 
getSizeAvailable() - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
getSizeAvailable() - Method in interface com.sun.squawk.rms.IRecordStoreManager
 
getSizeAvailable() - Method in class com.sun.squawk.rms.RecordStoreManager
 
getSizeAvailable() - Method in class javax.microedition.rms.RecordStore
Returns the amount of additional room (in bytes) available for this record store to grow.
getSkeleton() - Method in class edu.wpi.first.wpilibj.Kinect
Retrieve the detected skeleton from the Kinect device
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.Accelerometer
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.AnalogChannel
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.buttons.Trigger
These methods continue to return the "Button" SmartDashboard type until we decided to create a Trigger widget type for the dashboard.
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.CANJaguar
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.command.Command
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.command.PIDCommand
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.command.Scheduler
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.command.Subsystem
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.Compressor
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.Counter
Live Window code, only does anything if live window is activated.
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.DigitalInput
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.DigitalOutput
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.Encoder
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.GearTooth
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.Gyro
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.HiTechnicCompass
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.PIDController
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.PWM
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.Relay
 
getSmartDashboardType() - Method in interface edu.wpi.first.wpilibj.Sendable
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.Servo
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableChooser
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.Solenoid
 
getSmartDashboardType() - Method in class edu.wpi.first.wpilibj.Ultrasonic
 
getSocketOption(byte) - Method in class com.sun.squawk.io.j2me.socket.Protocol
 
getSocketOption(byte) - Method in interface javax.microedition.io.SocketConnection
Get a socket option for the connection.
getSockOpt(int, int) - Method in interface com.sun.squawk.platform.GCFSockets
get a socket option
getSockOpt(int, int, int) - Method in class com.sun.squawk.platform.posix.GCFSocketsImpl
get a socket option
getSockOpt(int, int) - Method in class com.sun.squawk.platform.posix.GCFSocketsImpl
get a socket option
getsockopt(int, int, int, ByReference, IntByReference) - Method in interface com.sun.squawk.platform.posix.natives.Socket
get a socket option
getsockopt(int, int, int, ByReference, IntByReference) - Method in class com.sun.squawk.platform.posix.natives.SocketImpl
 
getSockOpt(int, int) - Method in class com.sun.squawk.platform.windows.GCFSocketsImpl
get a socket option
getsockopt(int, int, int, ByReference, IntByReference) - Method in interface com.sun.squawk.platform.windows.natives.Socket
get a socket option
getsockopt(int, int, int, ByReference, IntByReference) - Method in class com.sun.squawk.platform.windows.natives.SocketImpl
 
getSourceAddress() - Method in interface javax.microedition.io.MulticastDatagram
 
getSourceFileName() - Method in class com.sun.squawk.Klass
Get the source file from which the class was compiled.
getSourcePort() - Method in interface javax.microedition.io.MulticastDatagram
 
getSpeed() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the speed of the encoder.
getSpeed() - Method in class edu.wpi.first.wpilibj.PWM
Get the PWM value in terms of speed.
getSpeedReference() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the reference source device for speed controller mode.
GetSpine() - Method in class edu.wpi.first.wpilibj.Skeleton
 
getStacksAllocatedCount() - Static method in class com.sun.squawk.VM.Stats
Return the number of stacks allocated.
getStacksAllocatedCount() - Static method in class com.sun.squawk.VMThread
Return the number of stacks allocated.
getStart() - Method in class com.sun.squawk.ExceptionHandler
Gets the address at which this exception handler becomes active.
getStart() - Method in class com.sun.squawk.ObjectMemory
Gets the start address of the object memory.
getStartAddress() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getStartAddress() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getStartAddress() - Method in interface com.sun.squawk.peripheral.INorFlashSector
 
getStartAddress() - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
getState() - Method in class com.sun.squawk.Debugger.SingleStep
Gets the stepping state
getState() - Method in class com.sun.squawk.Klass
Gets the state of this class.
GETSTATIC_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
GETSTATIC_D_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
GETSTATIC_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
GETSTATIC_F_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
GETSTATIC_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETSTATIC_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETSTATIC_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETSTATIC_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETSTATIC_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GETSTATIC_O_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
getStaticFieldsSize() - Method in class com.sun.squawk.Klass
Get the size (in words) of the static fields of this class.
getStaticInt(Isolate, Klass, int) - Static method in class com.sun.squawk.DebuggerSupport
Reads a static int variable.
getStaticLong(Isolate, Klass, int) - Static method in class com.sun.squawk.DebuggerSupport
Reads a static long variable.
getStaticMethods() - Method in class com.sun.squawk.Klass
Gets the table of static methods for this class.
getStaticOop(Isolate, Klass, int) - Static method in class com.sun.squawk.DebuggerSupport
Reads a static reference variable.
getStatus() - Method in exception com.ni.rio.NiRioStatus.FatalStatusException
 
getStatus() - Method in exception edu.wpi.first.wpilibj.util.UncleanStatusException
Create a new UncleanStatusException
getStatusCode() - Method in class com.ni.rio.NiRioStatus
 
getStatusDataMonitor() - Method in class edu.wpi.first.wpilibj.DriverStation
Gets the status data monitor
getStep() - Method in class com.sun.squawk.VMThread
 
getStickAxis(int, int) - Method in class edu.wpi.first.wpilibj.DriverStation
Get the value of the axis on a joystick.
getStickButtons(int) - Method in class edu.wpi.first.wpilibj.DriverStation
The state of the buttons on the joystick.
getStopped() - Method in class edu.wpi.first.wpilibj.Counter
Determine if the clock is stopped.
getStopped() - Method in interface edu.wpi.first.wpilibj.CounterBase
Determine if the counter is not moving
getStopped() - Method in class edu.wpi.first.wpilibj.Encoder
Determine if the encoder is stopped.
getStoreId() - Method in interface com.sun.squawk.rms.IRecordEntry
 
getStoreId() - Method in interface com.sun.squawk.rms.IRecordStoreSequenceEntry
 
getStoreId() - Method in class com.sun.squawk.rms.RecordEntry
 
getStoreId() - Method in class com.sun.squawk.rms.RecordStoreSequenceEntry
 
getStreamReader(InputStream) - Static method in class com.sun.cldc.i18n.Helper
Get a reader for an InputStream
getStreamReader(InputStream, String) - Static method in class com.sun.cldc.i18n.Helper
Get a reader for an InputStream
getStreamWriter(OutputStream) - Static method in class com.sun.cldc.i18n.Helper
Get a writer for an OutputStream
getStreamWriter(OutputStream, String) - Static method in class com.sun.cldc.i18n.Helper
Get a writer for an OutputStream
getString(int) - Method in class com.sun.cldc.jna.Pointer
Create a Java string from a C string pointer to by this pointer at offset
getString(String, String) - Method in class edu.wpi.first.wpilibj.Preferences
Returns the string at the given key.
getString(String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Returns the value at the specified key.
getString(String, String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Returns the value at the specified key.
getStringConstantValue() - Method in class com.sun.squawk.Field
Gets the String constant value of this static field.
getStringForID(DataType.ObjectID) - Method in class com.sun.squawk.debugger.sda.ObjectManager
 
getStructureSize() - Method in class com.sun.squawk.compiler.Type
Get the structure size.
getSuite(String, boolean) - Static method in class com.sun.squawk.Suite
Gets the Suite corresponding to a given URI, loading it if necessary.
getSuite(String) - Static method in class com.sun.squawk.Suite
Gets the Suite corresponding to a given URI, loading it if necessary.
getSuiteID() - Method in class com.sun.squawk.Klass
Gets the suite identifier for this class.
getSuperclass() - Method in class com.sun.squawk.Klass
Returns the Class representing the superclass of the entity (class, interface, primitive type or void) represented by this Class.
getSuperType() - Method in class com.sun.squawk.Klass
Gets the class representing the super type of this class in the verification type hierarchy.
getSystemEvents() - Static method in class com.sun.squawk.VMThread
Handler for OS events...
getSystemID() - Method in class com.sun.squawk.Klass
Gets the system wide unique ID for this class or a negative value if it doesn't have one.
getSystemIndex() - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
getSystemIndex() - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
getSystemIndex() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
getSystemIndex() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
getSystemIndex() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
getSystemIndex() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
getSystemIndex() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
getTable() - Method in class edu.wpi.first.wpilibj.Accelerometer
getTable() - Method in class edu.wpi.first.wpilibj.AnalogChannel
getTable() - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
getTable() - Method in class edu.wpi.first.wpilibj.buttons.Trigger
getTable() - Method in class edu.wpi.first.wpilibj.CANJaguar
getTable() - Method in class edu.wpi.first.wpilibj.command.Command
getTable() - Method in class edu.wpi.first.wpilibj.command.Scheduler
getTable() - Method in class edu.wpi.first.wpilibj.command.Subsystem
getTable() - Method in class edu.wpi.first.wpilibj.Compressor
getTable() - Method in class edu.wpi.first.wpilibj.Counter
getTable() - Method in class edu.wpi.first.wpilibj.DigitalInput
getTable() - Method in class edu.wpi.first.wpilibj.DigitalOutput
getTable() - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
getTable() - Method in class edu.wpi.first.wpilibj.Encoder
getTable() - Method in class edu.wpi.first.wpilibj.Gyro
getTable() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
getTable() - Method in class edu.wpi.first.wpilibj.HiTechnicCompass
getTable() - Method in class edu.wpi.first.wpilibj.PIDController
getTable() - Method in class edu.wpi.first.wpilibj.PWM
getTable() - Method in class edu.wpi.first.wpilibj.Relay
getTable() - Method in interface edu.wpi.first.wpilibj.Sendable
 
getTable() - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableChooser
getTable() - Method in class edu.wpi.first.wpilibj.Solenoid
getTable() - Method in class edu.wpi.first.wpilibj.Ultrasonic
getTag() - Method in class com.sun.squawk.debugger.DataType.FieldID
 
getTag(Klass) - Static method in class com.sun.squawk.debugger.JDWP
Given a klass, returns the corresponding com.sun.squawk.debugger.JDWP.Tag value.
getTaskCache() - Static method in class com.sun.squawk.VM
Return a system global Stack of cached TaskExecutors.
getTeamNumber() - Method in class edu.wpi.first.wpilibj.DriverStation
Return the team number that the Driver Station is configured for
getTemperature() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the internal temperature of the Jaguar.
getThread() - Method in class com.sun.squawk.Debugger.Event
 
getThreadCurrentExecutionPoint(VMThread) - Static method in class com.sun.squawk.DebuggerSupport
Get execution state of non-running thread.
getThreadForID(DataType.ObjectID) - Method in class com.sun.squawk.debugger.sda.ObjectManager
 
getThreadID() - Method in class com.sun.squawk.Debugger.Event
 
getThreadJDWPState(VMThread) - Static method in class com.sun.squawk.DebuggerSupport
Return the JDWP.ThreadStatus value for the given thread's internal state.
getThreadNumber() - Method in class com.sun.squawk.VMThread
Gets the number of this thread which is only guaranteed to be unique within this thread's isolate.
getThreadsAllocatedCount() - Static method in class com.sun.squawk.VM.Stats
Get the number of Thread objects allocated since reboot.
getThreadsAllocatedCount() - Static method in class com.sun.squawk.VMThread
Return the number of Thread objects allocated during the lifetime of this JVM.
getThreadSwitchCount() - Static method in class com.sun.squawk.VM.Stats
Return count of thread context switching since reboot.
getThreadSwitchCount() - Static method in class com.sun.squawk.VMThread
Return count of thread context switching.
getThrottle() - Method in class edu.wpi.first.wpilibj.GenericHID
Get the throttle
getThrottle() - Method in class edu.wpi.first.wpilibj.Joystick
Get the throttle value of the current joystick.
getThrottle() - Method in class edu.wpi.first.wpilibj.KinectStick
Get the Throttle value of the KinectStick.
getThrowCount() - Static method in class com.sun.squawk.VM.Stats
Return number of exceptions thrown.
getTime() - Method in class java.util.Calendar
Gets this Calendar's current time.
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTimeBeforeAnotherThreadIsRunnable() - Static method in class com.sun.squawk.VM
Answer the time in millis until another thread is runnable.
getTimeInMillis() - Method in class java.util.Calendar
Gets this Calendar's current time as a long expressed in milliseconds after January 1, 1970, 0:00:00 GMT (the epoch).
getTimeMicros() - Static method in class com.sun.squawk.VM
Gets the current time.
getTimeMillis() - Static method in class com.sun.squawk.VM
Gets the current time.
getTimer() - Method in class edu.wpi.first.wpilibj.Watchdog
Read how long it has been since the watchdog was last fed.
getTimestamp() - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
getTimestamp() - Method in class com.sun.squawk.rms.RecordStoreEntry
 
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone(String) - Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTop() - Method in class edu.wpi.first.wpilibj.GenericHID
Is the top button pressed
getTop(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.GenericHID
Is the top button pressed
getTop() - Method in class edu.wpi.first.wpilibj.image.NIVision.Rect
Get the top of the rectangle
getTop(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
Read the state of the top button on the joystick.
getTop(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.KinectStick
Get the button value for the button set as the default top in (@link Joystick)
getTotalCount() - Static method in class com.sun.squawk.GC
Returns the total number of garbage collections that have been performed by the VM.
getTotalFullGCTime() - Method in class com.sun.squawk.GarbageCollector
Gets the time taken by all full garbage collections.
getTotalGCTime() - Method in class com.sun.squawk.GarbageCollector
Gets the time taken by all GC.
getTotalPartialGCTime() - Method in class com.sun.squawk.GarbageCollector
Get the time taken by all partial garbage collections.
getTotalTimes() - Static method in class com.sun.squawk.util.ComputationTimer
Gets an enumeration over the collected accumulative times.
getTotalWaitTime() - Static method in class com.sun.squawk.VM.Stats
Get the total time the VM was idle.
getTotalWaitTime() - Static method in class com.sun.squawk.VMThread
 
getTouchSlider() - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Get the value of the Capacitive Sense touch slider.
getTrackingState() - Method in class edu.wpi.first.wpilibj.Skeleton.Joint
 
GetTrackState() - Method in class edu.wpi.first.wpilibj.Skeleton
 
getTransaction(int, byte[]) - Method in class edu.wpi.first.wpilibj.CANJaguar
Execute a transaction with a Jaguar that gets some property.
getTranslator() - Method in class com.sun.squawk.Isolate
Gets a translator that is to be used to locate, load and convert classes that are not currently installed in this isolate's runtime environment.
getTrigger() - Method in class edu.wpi.first.wpilibj.GenericHID
Is the trigger pressed
getTrigger(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.GenericHID
Is the trigger pressed
getTrigger(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
Read the state of the trigger on the joystick.
getTrigger(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.KinectStick
Get the button value for the button set as the default trigger in (@link Joystick)
getTriggerState() - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Return the TriggerState output of the analog trigger.
getTwist() - Method in class edu.wpi.first.wpilibj.GenericHID
Get the twist value
getTwist() - Method in class edu.wpi.first.wpilibj.Joystick
Get the twist value of the current joystick.
getTwist() - Method in class edu.wpi.first.wpilibj.KinectStick
Get the Twist value of the KinectStick.
getType() - Method in class com.sun.squawk.ClassFileField
Gets the type of this field.
getType() - Method in class com.sun.squawk.Field
Gets this declared type of this field.
getType() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getType(Address) - Static method in class com.sun.squawk.NativeUnsafe
Gets the type of a value at a given address.
getType() - Method in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
getType() - Method in interface com.sun.squawk.rms.IRmsEntry
 
getType() - Method in class com.sun.squawk.rms.RecordEntry
 
getType() - Method in class com.sun.squawk.rms.RecordStoreEntry
 
getType() - Method in class com.sun.squawk.rms.RecordStoreSequenceEntry
 
getType() - Method in class com.sun.squawk.rms.UnknownEntry
 
getType() - Method in class edu.wpi.first.wpilibj.command.Scheduler
 
getType() - Method in interface javax.microedition.io.ContentConnection
Returns the type of content that the resource connected to is providing.
getTypeCode() - Method in class com.sun.squawk.compiler.Type
Get the opcode code.
getTypeMap(int, Object, int) - Method in class com.sun.squawk.DebuggerSupport.StackInspector
Figure out the type map for the given frameNo and method pointer.
getTypes() - Method in class com.sun.squawk.MethodBody
Get the type map.
getTypeTag(Klass) - Static method in class com.sun.squawk.debugger.JDWP
Gets the JDWP.TypeTag_... value corresponding to a given class.
getUByte(Object, int) - Static method in class com.sun.squawk.NativeUnsafe
 
getUByte(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets an unsigned 8 bit value from memory.
getUnalignedInt(Address, int) - Static method in class com.sun.squawk.NativeUnsafe
Gets the int at the given byte offset in the memory, starting from base.
getUnalignedInt(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets the int at the given byte offset in the memory, starting from base.
getUnalignedLong(Address, int) - Static method in class com.sun.squawk.NativeUnsafe
Gets the long at the given byte offset in the memory, starting from base.
getUnalignedLong(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets the long at the given byte offset in the memory, starting from base.
getUnalignedShort(Address, int) - Static method in class com.sun.squawk.NativeUnsafe
Gets the short at the given byte offset in the memory, starting from base.
getUnalignedShort(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets the short at the given byte offset in the memory, starting from base.
getUpper() - Method in class edu.wpi.first.wpilibj.image.NIVision.Range
Get the upper boundary
getURI() - Method in class com.sun.squawk.ObjectMemory
Gets the URI identifiying this object memory.
getURI() - Method in class com.sun.squawk.Suite
Gets the URI identifier of the serialized form of this suite.
getURL() - Method in class com.sun.squawk.io.j2me.file.Protocol
 
getURL() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
getURL() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
getURL() - Method in interface javax.microedition.io.HttpConnection
Return a string representation of the URL for this connection.
getUsClock() - Static method in class edu.wpi.first.wpilibj.Timer
Deprecated. Use getFPGATimestamp instead.
getUWord(Object, int) - Static method in class com.sun.squawk.NativeUnsafe
 
getUWord(Address, int) - Static method in class com.sun.squawk.Unsafe
Gets an unsigned 32 or 64 bit value from memory.
getV() - Method in class tests.TestApp.Ball
Returns the ball velocity
getV() - Method in class tests.TestApp.LongBall
 
getValue() - Method in class com.sun.cldc.jna.ptr.IntByReference
 
getValue() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get a sample straight from this channel on the module.
getValue(int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the raw analog value.
getValue() - Method in class edu.wpi.first.wpilibj.communication.ModulePresence.ModuleType
 
getValuePlane() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Get the value color plane from the image when represented in HSV color space.
getVersion() - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
getVersion() - Method in class com.sun.squawk.rms.RecordStoreEntry
 
getVersion() - Method in class javax.microedition.rms.RecordStore
Each time a record store is modified (record added, modified, deleted), it's version is incremented.
getVirtualMethods() - Method in class com.sun.squawk.Klass
Gets the vtable for virtual methods.
getVoltage() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get a scaled sample straight from this channel on the module.
getVoltage(int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Get the voltage.
getW(byte[], int) - Method in class com.sun.squawk.security.ECPublicKey
Returns the point of the curve comprising the public key in plain text form.
getW() - Method in class edu.wpi.first.wpilibj.Kinect.Point4
 
getWatchdog() - Method in class edu.wpi.first.wpilibj.RobotBase
Return the instance of the Watchdog timer.
getWhiteBalance() - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Get the white balance set on the camera.
getWidth() - Method in class edu.wpi.first.wpilibj.image.Image
Get the width of the image in pixels.
getWidth(Pointer) - Static method in class edu.wpi.first.wpilibj.image.NIVision
Get the width of an image.
getWidth() - Method in class edu.wpi.first.wpilibj.image.NIVision.Rect
Get the width of the rectangle
GetWristLeft() - Method in class edu.wpi.first.wpilibj.Skeleton
 
GetWristRight() - Method in class edu.wpi.first.wpilibj.Skeleton
 
getWriteHeadAddress() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getWriteHeadAddress() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getWriteHeadPosition() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
getWriteHeadPosition() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
getX() - Method in class edu.wpi.first.wpilibj.CANJaguar
Get the recently set outputValue setpoint.
getX() - Method in class edu.wpi.first.wpilibj.GenericHID
Get the x position of the HID
getX(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.GenericHID
Get the x position of HID
getX(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
Get the X value of the joystick.
getX() - Method in class edu.wpi.first.wpilibj.Kinect.Point4
 
getX(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.KinectStick
Get the X value of the KinectStick.
getX() - Method in class edu.wpi.first.wpilibj.Skeleton.Joint
 
getX() - Method in class tests.TestApp.Ball
Returns the current position
getX() - Method in class tests.TestApp.LongBall
 
getY() - Method in class edu.wpi.first.wpilibj.GenericHID
Get the y position of the HID
getY(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.GenericHID
Get the y position of the HID
getY(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
Get the Y value of the joystick.
getY() - Method in class edu.wpi.first.wpilibj.Kinect.Point4
 
getY(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.KinectStick
Get the Y value of the KinectStick.
getY() - Method in class edu.wpi.first.wpilibj.Skeleton.Joint
 
getYoungGenerationSize() - Method in class com.sun.squawk.Lisp2GenerationalCollector
Gets the actual size (in bytes) of the young generation based on the current start address of the young generation, the ideal young generation size and the remaining amount of free memory in the heap.
getZ() - Method in class edu.wpi.first.wpilibj.GenericHID
Get the z position of the HID
getZ(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.GenericHID
Get the z position of the HID
getZ(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.Joystick
Get the Z value of the joystick.
getZ() - Method in class edu.wpi.first.wpilibj.Kinect.Point4
 
getZ(GenericHID.Hand) - Method in class edu.wpi.first.wpilibj.KinectStick
Get the Z value of the KinectStick.
getZ() - Method in class edu.wpi.first.wpilibj.Skeleton.Joint
 
give() - Method in class edu.wpi.first.wpilibj.communication.Semaphore
Release the semaphore.
GLOBAL - Static variable in class com.sun.squawk.Klass
The type for a class state word.
GLOBAL - Static variable in interface com.sun.squawk.vm.CID
 
Global - Class in com.sun.squawk.vm
Definition of all the Squawk classes that use global variables.
GLOBAL_ARRAY - Static variable in class com.sun.squawk.Klass
The type for a class state structure.
GLOBAL_ARRAY - Static variable in interface com.sun.squawk.vm.CID
 
GLOBAL_ARRAYARRAY - Static variable in class com.sun.squawk.Klass
The type for a table of class state structures.
GLOBAL_ARRAYARRAY - Static variable in interface com.sun.squawk.vm.CID
 
GLOBAL_CREATECONTEXT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GLOBAL_GETEVENT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GLOBAL_POSTEVENT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GLOBAL_STATICS - Static variable in class com.sun.squawk.Modifier
The int value denoting that the static fields in a class are VM global.
GLOBAL_WAITFOREVENT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
GlobalStaticFields - Interface in com.sun.squawk.pragma
This marker interface denotes a class whose static fields are VM global.
GlobalStaticFieldsInherited - Interface in com.sun.squawk.pragma
This marker interface denotes a class whose static fields are VM global.
GOTO - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
GOTO_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
green - Variable in class edu.wpi.first.wpilibj.HiTechnicColorSensor.RGB
 
gt() - Method in interface com.sun.squawk.compiler.BaseCompiler
Test the top two elements.
gt(Offset) - Method in class com.sun.squawk.Offset
Determines if this offset is greater than a given offset.
guard - Static variable in interface com.sun.squawk.vm.SC
This is a word that is always unused.
GUIIN_EXIT - Static variable in class com.sun.squawk.vm.ChannelConstants
The GUI exit message.
GUIIN_HIBERNATE - Static variable in class com.sun.squawk.vm.ChannelConstants
The GUI input repaint message.
GUIIN_KEY - Static variable in class com.sun.squawk.vm.ChannelConstants
The GUI key input message.
GUIIN_MOUSE - Static variable in class com.sun.squawk.vm.ChannelConstants
The GUI mouse message.
GUIIN_REPAINT - Static variable in class com.sun.squawk.vm.ChannelConstants
The GUI input repaint message.
Gyro - Class in edu.wpi.first.wpilibj
Use a rate gyro to return the robots heading relative to a starting position.
Gyro(int, int) - Constructor for class edu.wpi.first.wpilibj.Gyro
Gyro constructor given a slot and a channel.
Gyro(int) - Constructor for class edu.wpi.first.wpilibj.Gyro
Gyro constructor with only a channel.
Gyro(AnalogChannel) - Constructor for class edu.wpi.first.wpilibj.Gyro
Gyro constructor with a precreated analog channel object.

H

h - Variable in class com.sun.squawk.security.ecc.ECCurveFp
 
h_addr_list - Variable in class com.sun.squawk.platform.posix.natives.NetDB.hostent
 
h_addr_list - Variable in class com.sun.squawk.platform.windows.natives.NetDB.hostent
 
h_addrtype - Variable in class com.sun.squawk.platform.posix.natives.NetDB.hostent
 
h_addrtype - Variable in class com.sun.squawk.platform.windows.natives.NetDB.hostent
 
h_errno() - Method in class com.sun.squawk.platform.posix.linux.natives.NetDBImpl
 
h_errno() - Method in class com.sun.squawk.platform.posix.macosx.natives.NetDBImpl
 
h_errno() - Method in interface com.sun.squawk.platform.posix.natives.NetDB
Return error code for last call to gethostbyname() or gethostbyaddr().
h_errno() - Method in class com.sun.squawk.platform.posix.solaris.natives.NetDBImpl
 
h_errno() - Method in class com.sun.squawk.platform.posix.vxworks.natives.NetDBImpl
 
h_errno() - Method in interface com.sun.squawk.platform.windows.natives.NetDB
Return error code for last call to gethostbyname() or gethostbyaddr().
h_errno() - Method in class com.sun.squawk.platform.windows.natives.NetDBImpl
 
h_length - Variable in class com.sun.squawk.platform.posix.natives.NetDB.hostent
 
h_length - Variable in class com.sun.squawk.platform.windows.natives.NetDB.hostent
 
h_name - Variable in class com.sun.squawk.platform.posix.natives.NetDB.hostent
 
h_name - Variable in class com.sun.squawk.platform.windows.natives.NetDB.hostent
 
haltVM(int) - Static method in class com.sun.squawk.VM
Halt the VM without running exit hooks.
handle(JDWPListener, CommandPacket) - Method in class com.sun.squawk.debugger.JDWPListener.CommandSet
Handles a command packet by setting up the variables used to interpret and reply to the command and then dispatching to the specific command handler.
handleClose(MailboxAddress) - Method in interface com.sun.squawk.io.mailboxes.MailboxHandler
Called after a client closes a logical connection.
handleClose(MailboxAddress) - Method in class com.sun.squawk.io.mailboxes.SharedMailboxHandler
Called after a client closes a logical connection.
handleLifecycleListenerEvent(Isolate, int) - Method in interface com.sun.squawk.Isolate.LifecycleListener
This method will be called when the lifecycle event occurs on the isolate that this listener was registered for using addLifecycleListener.
handleOpen(Mailbox, MailboxAddress, MailboxAddress) - Method in interface com.sun.squawk.io.mailboxes.MailboxHandler
Called when a client looks up a MailboxAddress.
handleOpen(Mailbox, MailboxAddress, MailboxAddress) - Method in class com.sun.squawk.io.mailboxes.SharedMailboxHandler
The system has created an address to the Mailbox for the client to use, and we will pass that on to the client.
HAS_PRAGMAS - Static variable in class com.sun.squawk.Modifier
The int value denoting that a method has one or more pragmas applied to it.
hasAvailable(int) - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
hasAvailable(int) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
hasConstant() - Method in class com.sun.squawk.Field
Determines if this field had a ConstantValue attribute in its class file definition.
hasConstant(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the CONSTANT modifer, false otherwise.
hasDefaultConstructor() - Method in class com.sun.squawk.Klass
Determines if this class has a default constructor.
hasErasedHeader() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
hasErasedHeader - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
hasErasedHeader() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
hasGlobalStatics() - Method in class com.sun.squawk.Klass
Determines if the static fields of this class are VM global.
hasGlobalStatics(int) - Static method in class com.sun.squawk.Modifier
 
hash(byte[]) - Static method in class com.sun.squawk.ObjectMemoryLoader
 
hashCode() - Method in class com.sun.cldc.util.j2me.TimeZoneImpl
Returns a hash code value for the object.
hashCode() - Method in class com.sun.squawk.Address
Gets a hashcode value for this address which is just the address itself.
hashCode() - Method in class com.sun.squawk.debugger.DataType.FieldID
Returns a hash code value for the object.
hashCode() - Method in class com.sun.squawk.debugger.DataType.FrameID
Returns a hash code value for the object.
hashCode() - Method in class com.sun.squawk.debugger.DataType
 
hashCode() - Method in class com.sun.squawk.debugger.DataType.Location
Returns a hash code value for the object.
hashCode() - Method in class com.sun.squawk.debugger.DataType.TaggedObjectID
Returns a hash code value for the object.
hashCode() - Method in class com.sun.squawk.Isolate.Breakpoint
Returns a hash code value for the object.
hashCode() - Method in class com.sun.squawk.Klass
Returns a hashcode for this class.
hashCode() - Method in class com.sun.squawk.Member
Gets the hash code.
hashCode() - Method in class com.sun.squawk.Method
 
hashCode() - Method in class com.sun.squawk.Offset
Gets a hashcode value for this offset which is just the value itself.
hashCode() - Method in class com.sun.squawk.Suite
Returns a hashcode for this suite which is derived solely from the suite's name.
hashCode(Object) - Static method in class com.sun.squawk.util.Arrays
Returns a hashcode for a given object.
hashCode() - Method in class com.sun.squawk.util.BitSet
Returns a hash code value for this bit set.
hashCode() - Method in class com.sun.squawk.UWord
Gets a hashcode value for this word which is just the value itself.
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode() - Method in class java.lang.Byte
Returns a hashcode for this Byte.
hashCode() - Method in class java.lang.Character
Returns a hash code for this Character.
hashCode() - Method in class java.lang.Double
Returns a hashcode for this Double object.
hashCode() - Method in class java.lang.Float
Returns a hashcode for this Float.
hashCode() - Method in class java.lang.Integer
Returns a hashcode for this Integer.
hashCode() - Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
hashCode() - Method in class java.lang.Short
Returns a hashcode for this Short.
hashCode() - Method in class java.lang.String
Returns a hashcode for this string.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
Hashtable - Class in java.util
This class implements a hashtable, which maps keys to values.
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity.
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default capacity and load factor.
hasMain() - Method in class com.sun.squawk.Klass
Determines if this class has a void main(String[]) method.
hasMoreElements() - Method in class com.sun.squawk.util.StringTokenizer
Returns true if the Enumeration has more elements.
hasMoreElements() - Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreTokens() - Method in class com.sun.squawk.util.StringTokenizer
Returns true if more tokens exist.
hasNextElement() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if more elements exist in the next direction.
hasPragmas(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the HAS_PRAGMAS modifer, false otherwise.
hasPreviousElement() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if more elements exist in the previous direction.
hasQuit() - Method in class com.sun.squawk.debugger.JDWPListener
Determines if this listener has quit.
hasQuit() - Method in class com.sun.squawk.debugger.sda.SDA
Return true if the debugger has been detached, or in process of shuting down VM.
hasRuntimeExec() - Method in class com.sun.cldc.jna.Platform
 
hasRuntimeExec() - Method in class com.sun.cldc.jna.Posix
 
hasRuntimeExec() - Method in class com.sun.cldc.jna.Spot
 
hasRuntimeExec() - Method in class com.sun.cldc.jna.Windows
 
hasScannedBlocks - Variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
hasWide(int) - Static method in class com.sun.squawk.vm.OPC
Determines if a given opcode has a wide version.
HDR - Interface in com.sun.squawk.vm
This class contains constants that describe the object header layout.
head - Variable in class com.sun.squawk.flash.NorFlashSectorStateList
 
HEAD - Static variable in interface javax.microedition.io.HttpConnection
HTTP Head method.
HEADERSIZE - Static variable in interface com.sun.squawk.vm.MessageBuffer
The start of the buffer.
HEADERSIZE - Static variable in interface com.sun.squawk.vm.MessageStruct
The start of the buffer.
headerTagBits - Static variable in interface com.sun.squawk.vm.HDR
The number of low order bits in the first word of an object header that specify the format of the object header.
headerTagMask - Static variable in interface com.sun.squawk.vm.HDR
The mask that is applied to the first word of an object header to extract the format tag.
height - Variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ResolutionT
Number of pixels tall.
Helper - Class in com.sun.cldc.i18n
This class provides general helper functions for the J2ME environment.
hexDecode(String) - Static method in class com.sun.squawk.security.HexEncoding
Decode a string containing hexadecimal characters into a byte array.
hexEncode(byte[]) - Static method in class com.sun.squawk.security.HexEncoding
Create a string containing the all of the data in the byte array b, encoded as hexadecimal characters.
hexEncode(byte[], int) - Static method in class com.sun.squawk.security.HexEncoding
Create a string containing the data in the byte array b, encoded as hexadecimal characters.
HexEncoding - Class in com.sun.squawk.security
Encode / Decode hexadecimal strings to / from byte arrays
hi(Address) - Method in class com.sun.squawk.Address
Determines if this address is higher than a given address.
hi(UWord) - Method in class com.sun.squawk.UWord
Determines if this word is higher than a given word.
hibernate() - Method in class com.sun.squawk.Isolate
Hibernate the isolate.
HIBERNATE_EVENT_MASK - Static variable in class com.sun.squawk.Isolate
Event kind indicating that an isolate is hibernating.
hieq(Address) - Method in class com.sun.squawk.Address
Determines if this address is higher than or equal to a given address.
hieq(UWord) - Method in class com.sun.squawk.UWord
Determines if this word is higher than or equal to a given word.
HIT - Static variable in class com.sun.squawk.Debugger.SingleStep
A step has been completed and the thread is waiting for the debugger to take some action as a result.
HiTechnicColorSensor - Class in edu.wpi.first.wpilibj
HiTechnic NXT Color Sensor.
HiTechnicColorSensor(int) - Constructor for class edu.wpi.first.wpilibj.HiTechnicColorSensor
Constructor.
HiTechnicColorSensor.ColorSensorException - Exception in edu.wpi.first.wpilibj
An exception dealing with connecting to and communicating with the HiTechnicCompass
HiTechnicColorSensor.ColorSensorException(String) - Constructor for exception edu.wpi.first.wpilibj.HiTechnicColorSensor.ColorSensorException
Create a new exception with the given message
HiTechnicColorSensor.RGB - Class in edu.wpi.first.wpilibj
A set of three color values bundled into one object
HiTechnicColorSensor.RGB() - Constructor for class edu.wpi.first.wpilibj.HiTechnicColorSensor.RGB
 
HiTechnicColorSensor.tColorSensorMode - Class in edu.wpi.first.wpilibj
 
HiTechnicCompass - Class in edu.wpi.first.wpilibj
HiTechnic NXT Compass.
HiTechnicCompass(int) - Constructor for class edu.wpi.first.wpilibj.HiTechnicCompass
Constructor.
HiTechnicCompass.CompassException - Exception in edu.wpi.first.wpilibj
An exception dealing with connecting to and communicating with the HiTechnicCompass
HiTechnicCompass.CompassException(String) - Constructor for exception edu.wpi.first.wpilibj.HiTechnicCompass.CompassException
Create a new exception with the given message
hold - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposureT
Hold the current exposure level.
hold - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.WhiteBalanceT
Hold the current white balance.
HOME_ID - Static variable in class com.sun.cldc.util.j2me.TimeZoneImpl
 
HOST_NOT_FOUND - Static variable in interface com.sun.squawk.platform.posix.natives.NetDB
Authoritative Answer Host not found.
HOST_NOT_FOUND - Static variable in class com.sun.squawk.platform.posix.natives.NetDBImpl
 
HOST_NOT_FOUND - Static variable in interface com.sun.squawk.platform.windows.natives.NetDB
Authoritative Answer Host not found.
HOST_NOT_FOUND - Static variable in class com.sun.squawk.platform.windows.natives.NetDBImpl
 
HOSTED - Static variable in exception com.sun.squawk.pragma.PragmaException
Bit flag for hosted methods.
hostedInit() - Static method in class com.sun.squawk.NativeUnsafe
Do this little dance to avoid initializing static variables only used in a hosted environment.
HostedPragma - Exception in com.sun.squawk.pragma
Any method declared to throw this exception is only called from within a hosted environment.
HostedPragma() - Constructor for exception com.sun.squawk.pragma.HostedPragma
 
hostent_SIZE - Static variable in class com.sun.squawk.platform.posix.natives.NetDBImpl.hostentImpl
 
hour - Variable in class com.sun.midp.util.DateParser
The hour represented by this date
HOUR - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
hslGetA(int) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
hslGetH(int) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
hslGetL(int) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
hslGetS(int) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
HSLImage - Class in edu.wpi.first.wpilibj.image
A color image represented in HSL color space at 3 bytes per pixel.
HSLImage() - Constructor for class edu.wpi.first.wpilibj.image.HSLImage
Create a new 0x0 image.
HSLImage(String) - Constructor for class edu.wpi.first.wpilibj.image.HSLImage
Create a new image by loading a file.
hsvGetA(int) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
hsvGetH(int) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
hsvGetS(int) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
hsvGetV(int) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
htonl(int) - Static method in class com.sun.squawk.platform.posix.Inet
 
htonl(int) - Static method in class com.sun.squawk.platform.windows.Inet
 
htons(short) - Static method in class com.sun.squawk.platform.posix.Inet
 
htons(short) - Static method in class com.sun.squawk.platform.windows.Inet
 
HTTP_ACCEPTED - Static variable in interface javax.microedition.io.HttpConnection
202: The request has been accepted for processing, but the processing has not been completed.
HTTP_BAD_GATEWAY - Static variable in interface javax.microedition.io.HttpConnection
502: The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
HTTP_BAD_METHOD - Static variable in interface javax.microedition.io.HttpConnection
405: The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
HTTP_BAD_REQUEST - Static variable in interface javax.microedition.io.HttpConnection
400: The request could not be understood by the server due to malformed syntax.
HTTP_CLIENT_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
408: The client did not produce a request within the time that the server was prepared to wait.
HTTP_CONFLICT - Static variable in interface javax.microedition.io.HttpConnection
409: The request could not be completed due to a conflict with the current state of the resource.
HTTP_CREATED - Static variable in interface javax.microedition.io.HttpConnection
201: The request has been fulfilled and resulted in a new resource being created.
HTTP_ENTITY_TOO_LARGE - Static variable in interface javax.microedition.io.HttpConnection
413: The server is refusing to process a request because the request entity is larger than the server is willing or able to process.
HTTP_EXPECT_FAILED - Static variable in interface javax.microedition.io.HttpConnection
417: The expectation given in an Expect request-header field could not be met by this server, or, if the server is a proxy, the server has unambiguous evidence that the request could not be met by the next-hop server.
HTTP_FORBIDDEN - Static variable in interface javax.microedition.io.HttpConnection
403: The server understood the request, but is refusing to fulfill it.
HTTP_GATEWAY_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
504: The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI or some other auxiliary server it needed to access in attempting to complete the request.
HTTP_GONE - Static variable in interface javax.microedition.io.HttpConnection
410: The requested resource is no longer available at the server and no forwarding address is known.
HTTP_INTERNAL_ERROR - Static variable in interface javax.microedition.io.HttpConnection
500: The server encountered an unexpected condition which prevented it from fulfilling the request.
HTTP_LENGTH_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
411: The server refuses to accept the request without a defined Content- Length.
HTTP_MOVED_PERM - Static variable in interface javax.microedition.io.HttpConnection
301: The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.
HTTP_MOVED_TEMP - Static variable in interface javax.microedition.io.HttpConnection
302: The requested resource resides temporarily under a different URI.
HTTP_MULT_CHOICE - Static variable in interface javax.microedition.io.HttpConnection
300: The requested resource corresponds to any one of a set of representations, each with its own specific location, and agent- driven negotiation information is being provided so that the user (or user agent) can select a preferred representation and redirect its request to that location.
HTTP_NO_CONTENT - Static variable in interface javax.microedition.io.HttpConnection
204: The server has fulfilled the request but does not need to return an entity-body, and might want to return updated meta-information.
HTTP_NOT_ACCEPTABLE - Static variable in interface javax.microedition.io.HttpConnection
406: The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
HTTP_NOT_AUTHORITATIVE - Static variable in interface javax.microedition.io.HttpConnection
203: The returned meta-information in the entity-header is not the definitive set as available from the origin server.
HTTP_NOT_FOUND - Static variable in interface javax.microedition.io.HttpConnection
404: The server has not found anything matching the Request-URI.
HTTP_NOT_IMPLEMENTED - Static variable in interface javax.microedition.io.HttpConnection
501: The server does not support the functionality required to fulfill the request.
HTTP_NOT_MODIFIED - Static variable in interface javax.microedition.io.HttpConnection
304: If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code.
HTTP_OK - Static variable in interface javax.microedition.io.HttpConnection
200: The request has succeeded.
HTTP_PARTIAL - Static variable in interface javax.microedition.io.HttpConnection
206: The server has fulfilled the partial GET request for the resource.
HTTP_PAYMENT_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
402: This code is reserved for future use.
HTTP_PRECON_FAILED - Static variable in interface javax.microedition.io.HttpConnection
412: The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
HTTP_PROXY_AUTH - Static variable in interface javax.microedition.io.HttpConnection
407: This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy.
HTTP_REQ_TOO_LONG - Static variable in interface javax.microedition.io.HttpConnection
414: The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
HTTP_RESET - Static variable in interface javax.microedition.io.HttpConnection
205: The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent.
HTTP_SEE_OTHER - Static variable in interface javax.microedition.io.HttpConnection
303: The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource.
HTTP_TEMP_REDIRECT - Static variable in interface javax.microedition.io.HttpConnection
307: The requested resource resides temporarily under a different URI.
HTTP_UNAUTHORIZED - Static variable in interface javax.microedition.io.HttpConnection
401: The request requires user authentication.
HTTP_UNAVAILABLE - Static variable in interface javax.microedition.io.HttpConnection
503: The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
HTTP_UNSUPPORTED_RANGE - Static variable in interface javax.microedition.io.HttpConnection
416: A server SHOULD return a response with this status code if a request included a Range request-header field , and none of the range-specifier values in this field overlap the current extent of the selected resource, and the request did not include an If-Range request-header field.
HTTP_UNSUPPORTED_TYPE - Static variable in interface javax.microedition.io.HttpConnection
415: The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
HTTP_USE_PROXY - Static variable in interface javax.microedition.io.HttpConnection
305: The requested resource MUST be accessed through the proxy given by the Location field.
HTTP_VERSION - Static variable in interface javax.microedition.io.HttpConnection
505: The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
HttpConnection - Interface in javax.microedition.io
This interface defines the necessary methods and constants for an HTTP connection.

I

I2B - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
I2C - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
I2C - Class in edu.wpi.first.wpilibj
I2C bus interface class.
I2C(DigitalModule, int) - Constructor for class edu.wpi.first.wpilibj.I2C
Constructor.
I2C_BUSY - Static variable in class com.sun.squawk.vm.ChannelConstants
 
I2C_CLOSE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
I2C_OPEN - Static variable in class com.sun.squawk.vm.ChannelConstants
 
I2C_PROBE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
I2C_READ - Static variable in class com.sun.squawk.vm.ChannelConstants
 
I2C_SET_CLOCK_SPEED - Static variable in class com.sun.squawk.vm.ChannelConstants
 
I2C_WRITE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
I2D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
I2F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
I2L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
I2S - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IApplicationDescriptorEntry - Interface in com.sun.squawk.rms
 
icall(Parm) - Static method in class com.sun.squawk.os.CSystem
Call a 'C' function.
ICopiable - Interface in com.sun.squawk.io.mailboxes
Interface for objects that may be passed in ObjectEnvelopes between Isolates.
id - Variable in class com.sun.squawk.debugger.DataType.TaggedObjectID
The 4-byte instance identifier.
id - Variable in class com.sun.squawk.debugger.EventRequest
Used by debugger to cancel requests.
id - Variable in class com.sun.squawk.rms.RecordEntry
 
id - Variable in class com.sun.squawk.rms.RecordStoreEntry
 
IDashboard - Interface in edu.wpi.first.wpilibj
Represents a Dashboard which can provide data to be sent by the DriverStation class.
identityHashCode(Object) - Static method in class java.lang.System
Returns the same hashcode for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
IDevice - Interface in edu.wpi.first.wpilibj.parsing
An IDevice is any WPILibJ object which can be used in the creation of the robot program
IDeviceController - Interface in edu.wpi.first.wpilibj.parsing
IDeviceController is implemented by control elements in the robot.
IEEE_REMAINDER - Static variable in interface com.sun.squawk.vm.MathOpcodes
 
IEEEremainder(double, double) - Static method in class com.sun.squawk.util.MathUtils
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
IF_CMPEQ_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPEQ_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPEQ_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPEQ_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPEQ_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPEQ_O_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPGE_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPGE_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPGE_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPGE_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPGT_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPGT_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPGT_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPGT_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPLE_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPLE_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPLE_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPLE_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPLT_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPLT_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPLT_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPLT_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPNE_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPNE_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPNE_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPNE_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPNE_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_CMPNE_O_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_EQ_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_EQ_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_EQ_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_EQ_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_EQ_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_EQ_O_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_GE_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_GE_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_GE_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_GE_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_GT_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_GT_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_GT_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_GT_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_LE_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_LE_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_LE_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_LE_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_LT_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_LT_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_LT_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_LT_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_NE_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_NE_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_NE_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_NE_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_NE_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IF_NE_O_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IInputOutput - Interface in edu.wpi.first.wpilibj.parsing
IInputOutput is implemented by devices which provide the robot with data and allow it to react to its environment.
ILLEGAL_METHOD_OFFSET - Static variable in class com.sun.squawk.Klass
offset given to methods that are illegal to call, such as hosted methods.
ILLEGAL_USE - Static variable in exception com.sun.squawk.security.CryptoException
This reason code is used to indicate that the signature or cipher algorithm does not pad the incoming message and the input message is not block aligned.
ILLEGAL_VALUE - Static variable in exception com.sun.squawk.security.CryptoException
This reason code is used to indicate that one or more input parameters is out of allowed bounds.
IllegalAccessException - Exception in java.lang
Thrown when an application tries to load in a class, but the currently executing method does not have access to the definition of the specified class, because the class is not public and in another package.
IllegalAccessException() - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String) - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException - Exception in java.lang
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String) - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
illegalFileNameChars() - Method in interface com.sun.squawk.platform.GCFFile
Returns a string that contains all characters forbidden for the use on the given platform except "/" (forward slash) which is always considered illegal.
illegalFileNameChars() - Method in class com.sun.squawk.platform.posix.GCFFileImpl
Returns a string that contains all characters forbidden for the use on the given platform except "/" (forward slash) which is always considered illegal.
illegalFileNameChars() - Method in class com.sun.squawk.platform.windows.GCFFileImpl
Returns a string that contains all characters forbidden for the use on the given platform except "/" (forward slash) which is always considered illegal.
IllegalMonitorStateException - Exception in java.lang
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
IllegalMonitorStateException() - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String) - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalStateException - Exception in java.lang
Signals that a method has been invoked at an illegal or inappropriate time.
IllegalStateException() - Constructor for exception java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IllegalStoreException - Exception in com.sun.squawk
Thrown to indicate that an attempt has been made to store a pointer from persistent memory into non-persistent memory.
IllegalStoreException() - Constructor for exception com.sun.squawk.IllegalStoreException
Constructs an IllegalStoreException with no detail message.
IllegalStoreException(String) - Constructor for exception com.sun.squawk.IllegalStoreException
Constructs an IllegalStoreException with the specified detail message.
IllegalThreadStateException - Exception in java.lang
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
IllegalThreadStateException() - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String) - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
IllegalUseOfCommandException - Exception in edu.wpi.first.wpilibj.command
This exception will be thrown if a command is used illegally.
IllegalUseOfCommandException() - Constructor for exception edu.wpi.first.wpilibj.command.IllegalUseOfCommandException
Instantiates an IllegalUseOfCommandException.
IllegalUseOfCommandException(String) - Constructor for exception edu.wpi.first.wpilibj.command.IllegalUseOfCommandException
Instantiates an IllegalUseOfCommandException with the given message.
Image - Class in edu.wpi.first.wpilibj.image
Class representing a generic image.
image - Variable in class edu.wpi.first.wpilibj.image.Image
Pointer to the image memory
IMAGEHEIGHT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
imageHeight - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
The height of the image in pixels.
imageQuality - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposurePriorityT
Prioritize image quality.
IMAGEWIDTH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
imageWidth - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
The width of the image in pixels.
IMAQ_ALL_LINEAR_AVERAGES - Static variable in class edu.wpi.first.wpilibj.image.LinearAverages.LinearAveragesMode
 
IMAQ_CIE - Static variable in class edu.wpi.first.wpilibj.image.NIVision.ColorMode
The function operates in the CIE L*a*b* color space.
IMAQ_CIEXYZ - Static variable in class edu.wpi.first.wpilibj.image.NIVision.ColorMode
The function operates in the CIE XYZ color space.
IMAQ_COLOR_MODE_SIZE_GUARD - Static variable in class edu.wpi.first.wpilibj.image.NIVision.ColorMode
 
IMAQ_COLUMN_AVERAGES - Static variable in class edu.wpi.first.wpilibj.image.LinearAverages.LinearAveragesMode
 
IMAQ_FALLING_DIAG_AVERAGES - Static variable in class edu.wpi.first.wpilibj.image.LinearAverages.LinearAveragesMode
 
IMAQ_GEOMETRIC_MATCH_OCCLUSION_INVARIANT - Static variable in class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
IMAQ_GEOMETRIC_MATCH_ROTATION_INVARIANT - Static variable in class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
IMAQ_GEOMETRIC_MATCH_SCALE_INVARIANT - Static variable in class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
IMAQ_GEOMETRIC_MATCH_SHIFT_INVARIANT - Static variable in class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
IMAQ_HSI - Static variable in class edu.wpi.first.wpilibj.image.NIVision.ColorMode
The function operates in the HSI (Hue, Saturation, Intensity) color space.
IMAQ_HSL - Static variable in class edu.wpi.first.wpilibj.image.NIVision.ColorMode
The function operates in the HSL (Hue, Saturation, Luminance) color space.
IMAQ_HSV - Static variable in class edu.wpi.first.wpilibj.image.NIVision.ColorMode
The function operates in the HSV (Hue, Saturation, Value) color space.
IMAQ_MEASUREMENT_TYPE_SIZE_GUARD - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
 
IMAQ_MT_AREA - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Area of the particle.
IMAQ_MT_AREA_BY_IMAGE_AREA - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Percentage of the particle Area covering the Image Area.
IMAQ_MT_AREA_BY_PARTICLE_AND_HOLES_AREA - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Percentage of the particle Area in relation to its Particle and Holes Area.
IMAQ_MT_AVERAGE_HORIZ_SEGMENT_LENGTH - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Average length of a horizontal segment in the particle.
IMAQ_MT_AVERAGE_VERT_SEGMENT_LENGTH - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Average length of a vertical segment in the particle.
IMAQ_MT_BOUNDING_RECT_BOTTOM - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Y-coordinate of the lowest particle point.
IMAQ_MT_BOUNDING_RECT_DIAGONAL - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Distance between opposite corners of the bounding rectangle.
IMAQ_MT_BOUNDING_RECT_HEIGHT - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Distance between the y-coordinate of highest particle point and the y-coordinate of the lowest particle point.
IMAQ_MT_BOUNDING_RECT_LEFT - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
X-coordinate of the leftmost particle point.
IMAQ_MT_BOUNDING_RECT_RIGHT - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
X-coordinate of the rightmost particle point.
IMAQ_MT_BOUNDING_RECT_TOP - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Y-coordinate of highest particle point.
IMAQ_MT_BOUNDING_RECT_WIDTH - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Distance between the x-coordinate of the leftmost particle point and the x-coordinate of the rightmost particle point.
IMAQ_MT_CENTER_OF_MASS_X - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
X-coordinate of the point representing the average position of the total particle mass, assuming every point in the particle has a constant density.
IMAQ_MT_CENTER_OF_MASS_Y - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Y-coordinate of the point representing the average position of the total particle mass, assuming every point in the particle has a constant density.
IMAQ_MT_COMPACTNESS_FACTOR - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Area divided by the product of Bounding Rect Width and Bounding Rect Height.
IMAQ_MT_CONVEX_HULL_AREA - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Area of the smallest convex polygon containing all points in the particle.
IMAQ_MT_CONVEX_HULL_PERIMETER - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Perimeter of the smallest convex polygon containing all points in the particle.
IMAQ_MT_ELONGATION_FACTOR - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Max Feret Diameter divided by Equivalent Rect Short Side (Feret).
IMAQ_MT_EQUIVALENT_ELLIPSE_MAJOR_AXIS - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Length of the major axis of the ellipse with the same perimeter and area as the particle.
IMAQ_MT_EQUIVALENT_ELLIPSE_MINOR_AXIS - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Length of the minor axis of the ellipse with the same perimeter and area as the particle.
IMAQ_MT_EQUIVALENT_ELLIPSE_MINOR_AXIS_FERET - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Length of the minor axis of the ellipse with the same area as the particle, and Major Axis equal in length to the Max Feret Diameter.
IMAQ_MT_EQUIVALENT_RECT_DIAGONAL - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Distance between opposite corners of the rectangle with the same perimeter and area as the particle.
IMAQ_MT_EQUIVALENT_RECT_LONG_SIDE - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Longest side of the rectangle with the same perimeter and area as the particle.
IMAQ_MT_EQUIVALENT_RECT_SHORT_SIDE - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Shortest side of the rectangle with the same perimeter and area as the particle.
IMAQ_MT_EQUIVALENT_RECT_SHORT_SIDE_FERET - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Shortest side of the rectangle with the same area as the particle, and longest side equal in length to the Max Feret Diameter.
IMAQ_MT_FIRST_PIXEL_X - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
X-coordinate of the highest, leftmost particle pixel.
IMAQ_MT_FIRST_PIXEL_Y - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Y-coordinate of the highest, leftmost particle pixel.
IMAQ_MT_HEYWOOD_CIRCULARITY_FACTOR - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Perimeter divided by the circumference of a circle with the same area.
IMAQ_MT_HOLES_AREA - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Sum of the areas of each hole in the particle.
IMAQ_MT_HOLES_PERIMETER - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Sum of the perimeters of each hole in the particle.
IMAQ_MT_HU_MOMENT_1 - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The first Hu moment.
IMAQ_MT_HU_MOMENT_2 - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The second Hu moment.
IMAQ_MT_HU_MOMENT_3 - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The third Hu moment.
IMAQ_MT_HU_MOMENT_4 - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The fourth Hu moment.
IMAQ_MT_HU_MOMENT_5 - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The fifth Hu moment.
IMAQ_MT_HU_MOMENT_6 - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The sixth Hu moment.
IMAQ_MT_HU_MOMENT_7 - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The seventh Hu moment.
IMAQ_MT_HYDRAULIC_RADIUS - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The particle area divided by the particle perimeter.
IMAQ_MT_IMAGE_AREA - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Area of the image.
IMAQ_MT_MAX_FERET_DIAMETER - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Distance between the start and end of the line segment connecting the two perimeter points that are the furthest apart.
IMAQ_MT_MAX_FERET_DIAMETER_END_X - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
X-coordinate of the end of the line segment connecting the two perimeter points that are the furthest apart.
IMAQ_MT_MAX_FERET_DIAMETER_END_Y - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Y-coordinate of the end of the line segment connecting the two perimeter points that are the furthest apart.
IMAQ_MT_MAX_FERET_DIAMETER_ORIENTATION - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The angle of the line segment connecting the two perimeter points that are the furthest apart.
IMAQ_MT_MAX_FERET_DIAMETER_START_X - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
X-coordinate of the start of the line segment connecting the two perimeter points that are the furthest apart.
IMAQ_MT_MAX_FERET_DIAMETER_START_Y - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Y-coordinate of the start of the line segment connecting the two perimeter points that are the furthest apart.
IMAQ_MT_MAX_HORIZ_SEGMENT_LENGTH_LEFT - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
X-coordinate of the leftmost pixel in the longest row of contiguous pixels in the particle.
IMAQ_MT_MAX_HORIZ_SEGMENT_LENGTH_RIGHT - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
X-coordinate of the rightmost pixel in the longest row of contiguous pixels in the particle.
IMAQ_MT_MAX_HORIZ_SEGMENT_LENGTH_ROW - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Y-coordinate of all of the pixels in the longest row of contiguous pixels in the particle.
IMAQ_MT_MOMENT_OF_INERTIA_XX - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The moment of inertia in the x-direction twice.
IMAQ_MT_MOMENT_OF_INERTIA_XXX - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The moment of inertia in the x-direction three times.
IMAQ_MT_MOMENT_OF_INERTIA_XXY - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The moment of inertia in the x-direction twice and the y-direction once.
IMAQ_MT_MOMENT_OF_INERTIA_XY - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The moment of inertia in the x and y directions.
IMAQ_MT_MOMENT_OF_INERTIA_XYY - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The moment of inertia in the x-direction once and the y-direction twice.
IMAQ_MT_MOMENT_OF_INERTIA_YY - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The moment of inertia in the y-direction twice.
IMAQ_MT_MOMENT_OF_INERTIA_YYY - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The moment of inertia in the y-direction three times.
IMAQ_MT_NORM_MOMENT_OF_INERTIA_XX - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The normalized moment of inertia in the x-direction twice.
IMAQ_MT_NORM_MOMENT_OF_INERTIA_XXX - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The normalized moment of inertia in the x-direction three times.
IMAQ_MT_NORM_MOMENT_OF_INERTIA_XXY - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The normalized moment of inertia in the x-direction twice and the y-direction once.
IMAQ_MT_NORM_MOMENT_OF_INERTIA_XY - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The normalized moment of inertia in the x- and y-directions.
IMAQ_MT_NORM_MOMENT_OF_INERTIA_XYY - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The normalized moment of inertia in the x-direction once and the y-direction twice.
IMAQ_MT_NORM_MOMENT_OF_INERTIA_YY - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The normalized moment of inertia in the y-direction twice.
IMAQ_MT_NORM_MOMENT_OF_INERTIA_YYY - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The normalized moment of inertia in the y-direction three times.
IMAQ_MT_NUMBER_OF_HOLES - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Number of holes in the particle.
IMAQ_MT_NUMBER_OF_HORIZ_SEGMENTS - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Number of horizontal segments in the particle.
IMAQ_MT_NUMBER_OF_VERT_SEGMENTS - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Number of vertical segments in the particle.
IMAQ_MT_ORIENTATION - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The angle of the line that passes through the particle Center of Mass about which the particle has the lowest moment of inertia.
IMAQ_MT_PARTICLE_AND_HOLES_AREA - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Area of a particle that completely covers the image.
IMAQ_MT_PERIMETER - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Length of the outer boundary of the particle.
IMAQ_MT_RATIO_OF_EQUIVALENT_ELLIPSE_AXES - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Equivalent Ellipse Major Axis divided by Equivalent Ellipse Minor Axis.
IMAQ_MT_RATIO_OF_EQUIVALENT_RECT_SIDES - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Equivalent Rect Long Side divided by Equivalent Rect Short Side.
IMAQ_MT_SUM_X - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The sum of all x-coordinates in the particle.
IMAQ_MT_SUM_XX - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The sum of all x-coordinates squared in the particle.
IMAQ_MT_SUM_XXX - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The sum of all x-coordinates cubed in the particle.
IMAQ_MT_SUM_XXY - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The sum of all x-coordinates squared times y-coordinates in the particle.
IMAQ_MT_SUM_XY - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The sum of all x-coordinates times y-coordinates in the particle.
IMAQ_MT_SUM_XYY - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The sum of all x-coordinates times y-coordinates squared in the particle.
IMAQ_MT_SUM_Y - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The sum of all y-coordinates in the particle.
IMAQ_MT_SUM_YY - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The sum of all y-coordinates squared in the particle.
IMAQ_MT_SUM_YYY - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
The sum of all y-coordinates cubed in the particle.
IMAQ_MT_TYPE_FACTOR - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Factor relating area to moment of inertia.
IMAQ_MT_WADDEL_DISK_DIAMETER - Static variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
Diameter of a disk with the same area as the particle.
IMAQ_RGB - Static variable in class edu.wpi.first.wpilibj.image.NIVision.ColorMode
The function operates in the RGB (Red, Blue, Green) color space.
IMAQ_RISING_DIAG_AVERAGES - Static variable in class edu.wpi.first.wpilibj.image.LinearAverages.LinearAveragesMode
 
IMAQ_ROW_AVERAGES - Static variable in class edu.wpi.first.wpilibj.image.LinearAverages.LinearAveragesMode
 
imaqCreateImage(NIVision.ImageType, int) - Static method in class edu.wpi.first.wpilibj.image.NIVision
Allocates space for and creates a new imaq image
imaqCreateImageFn - Static variable in class edu.wpi.first.wpilibj.image.NIVision
 
imaqImageComplex - Static variable in class edu.wpi.first.wpilibj.image.NIVision.ImageType
The image type is complex.
imaqImageHSL - Static variable in class edu.wpi.first.wpilibj.image.NIVision.ImageType
The image type is HSL color.
imaqImageI16 - Static variable in class edu.wpi.first.wpilibj.image.NIVision.ImageType
The image type is 16-bit signed integer grayscale.
imaqImageRGB - Static variable in class edu.wpi.first.wpilibj.image.NIVision.ImageType
The image type is RGB color.
imaqImageRGBU64 - Static variable in class edu.wpi.first.wpilibj.image.NIVision.ImageType
The image type is 64-bit unsigned RGB color.
imaqImageSGL - Static variable in class edu.wpi.first.wpilibj.image.NIVision.ImageType
The image type is 32-bit floating-point grayscale.
imaqImageTypeSizeGuard - Static variable in class edu.wpi.first.wpilibj.image.NIVision.ImageType
Reserved
imaqImageU16 - Static variable in class edu.wpi.first.wpilibj.image.NIVision.ImageType
The image type is 16-bit unsigned integer grayscale.
imaqImageU8 - Static variable in class edu.wpi.first.wpilibj.image.NIVision.ImageType
The image type is 8-bit unsigned integer grayscale.
IMechanism - Interface in edu.wpi.first.wpilibj.parsing
The IMechanism interface is implemented by any class to be classified as a mechanism.
IMemoryHeapBlock - Interface in com.sun.squawk.flash
 
ImpGlobal - Class in com.sun.squawk.imp
 
in - Variable in class com.sun.cldc.i18n.StreamReader
Input stream to read from
in - Variable in class com.sun.squawk.debugger.JDWPListener.CommandSet
Stream from which data of current command is read.
in - Variable in class java.io.DataInputStream
The input stream.
INADDR_ANY - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
INADDR_ANY - Static variable in interface com.sun.squawk.platform.windows.natives.Socket
 
INADDR_ANY - Static variable in class com.sun.squawk.platform.windows.natives.SocketImpl
 
InAutonomous(boolean) - Method in class edu.wpi.first.wpilibj.DriverStation
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purposes only
INC - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INC_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
Includes - Interface in com.sun.cldc.jna
NOT YET IMPLEMENTED The Includes annotation can be applied to the top-level interface declarations in a JNA Library declaration to indicate the C include files that contain the relevent #defines and structure definitions for that library Example: @Includes( "", "", "") public interface LibC extends LibraryImport { ...
INCPARM - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INCPARM_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
incrementAllocatedBlockCount() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
incrementAllocatedBlockCount() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
incrementErasedSequence() - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
incrementFreedBlockCount() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
incrementFreedBlockCount() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
indexOf(Object) - Method in class com.sun.squawk.util.SimpleLinkedList
Returns the index in this list of the first occurrence of the specified element, or -1 if the List does not contain this element.
indexOf(Object) - Method in class com.sun.squawk.util.SquawkVector
Searches for the first occurrence of the given argument, testing for equality using the equals method.
indexOf(Object, int) - Method in class com.sun.squawk.util.SquawkVector
Searches for the first occurrence of the given argument, beginning the search at index, and testing for equality using the equals method.
indexOf(int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(String) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(Object) - Method in class java.util.Vector
Searches for the first occurrence of the given argument, testing for equality using the equals method.
indexOf(Object, int) - Method in class java.util.Vector
Searches for the first occurrence of the given argument, beginning the search at index, and testing for equality using the equals method.
IndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
IndexOutOfBoundsException() - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String) - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
InDisabled(boolean) - Method in class edu.wpi.first.wpilibj.DriverStation
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purposes only
Inet - Class in com.sun.squawk.platform.posix
Convert values between host and network byte order.
Inet - Class in com.sun.squawk.platform.windows
Convert values between host and network byte order.
INET_ADDRSTRLEN - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
INET_ADDRSTRLEN - Static variable in interface com.sun.squawk.platform.windows.natives.Socket
 
INET_ADDRSTRLEN - Static variable in class com.sun.squawk.platform.windows.natives.SocketImpl
 
inet_ntop(int) - Method in class com.sun.squawk.platform.posix.GCFSocketsImpl
Takes an IPv4 Internet address and returns string representing the address in `.' notation
inet_ntop(int, IntByReference, Pointer, int) - Method in interface com.sun.squawk.platform.posix.natives.Socket
Takes an IPv4 Internet address and returns string representing the address in `.' notation
inet_ntop(int, IntByReference, Pointer, int) - Method in class com.sun.squawk.platform.posix.natives.SocketImpl
 
inet_ntop(int) - Method in class com.sun.squawk.platform.windows.GCFSocketsImpl
Takes an IPv4 Internet address and returns string representing the address in `.' notation
inet_ntop(int, IntByReference, Pointer, int) - Method in interface com.sun.squawk.platform.windows.natives.Socket
Takes an IPv4 Internet address and returns string representing the address in `.' notation
inet_ntop(int, IntByReference, Pointer, int) - Method in class com.sun.squawk.platform.windows.natives.SocketImpl
 
inet_pton(String, IntByReference) - Method in interface com.sun.squawk.platform.posix.natives.Socket
Interprets the specified character string as an Internet address, placing the address into the structure provided.
inet_pton(String, IntByReference) - Method in class com.sun.squawk.platform.posix.natives.SocketImpl
 
inet_pton(String, IntByReference) - Method in interface com.sun.squawk.platform.windows.natives.Socket
Interprets the specified character string as an Internet address, placing the address into the structure provided.
inet_pton(String, IntByReference) - Method in class com.sun.squawk.platform.windows.natives.SocketImpl
 
INFO - Static variable in class com.sun.squawk.debugger.Log
Informational log level.
info() - Static method in class com.sun.squawk.debugger.Log
 
init(INorFlashSectorState[]) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
init(Address, int) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
init(Address, int, int) - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
init() - Method in class com.sun.squawk.rms.RecordStoreManager
 
initAccumulator() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Initialize the accumulator.
initConstInt(int) - Method in class com.sun.cldc.jna.JNAPlatformImpl
 
initConstInt(int) - Method in interface com.sun.cldc.jna.Library
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.linux.natives.IoctlImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.linux.natives.LibCImpl
Get the constant value for constant # index for this platform.
initConstInt(int) - Method in class com.sun.squawk.platform.posix.linux.natives.NetDBImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.linux.natives.SelectImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.linux.natives.SocketImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.linux.natives.TimeImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.macosx.natives.IoctlImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.macosx.natives.LibCImpl
Get the constant value for constant # index for this platform.
initConstInt(int) - Method in class com.sun.squawk.platform.posix.macosx.natives.NetDBImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.macosx.natives.SelectImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.macosx.natives.SocketImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.macosx.natives.TimeImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.solaris.natives.IoctlImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.solaris.natives.LibCImpl
Get the constant value for constant # index for this platform.
initConstInt(int) - Method in class com.sun.squawk.platform.posix.solaris.natives.NetDBImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.solaris.natives.SelectImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.solaris.natives.SocketImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.solaris.natives.TimeImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.vxworks.natives.IoctlImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.vxworks.natives.LibCImpl
Get the constant value for constant # index for this platform.
initConstInt(int) - Method in class com.sun.squawk.platform.posix.vxworks.natives.NetDBImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.vxworks.natives.SelectImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.vxworks.natives.SocketImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.posix.vxworks.natives.TimeImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.windows.natives.LibCImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.windows.natives.NetDBImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.windows.natives.SelectImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.windows.natives.SocketImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.windows.natives.TimeImpl
 
initConstInt(int) - Method in class com.sun.squawk.platform.windows.natives.WindowsImpl
 
initDefaultCommand() - Method in class edu.wpi.first.wpilibj.command.Subsystem
Initialize the default command for a subsystem By default subsystems have no default command, but if they do, the default command is set with this method.
initHeapStats() - Static method in class com.sun.squawk.GC
Pre-create all data structures used in heap stats, so heap walking won't allocate more memory.
initHeapStats() - Static method in class com.sun.squawk.VM.Stats
Pre-create all data structures used in heap stats, so heap walking won't allocate more memory.
initialize() - Method in interface com.sun.squawk.Driver
Initializes this driver.
initialize(byte[], BitSet, boolean) - Static method in class com.sun.squawk.NativeUnsafe
Initialize or appends to the contents of memory.
initialize() - Method in class edu.wpi.first.wpilibj.command.Command
The initialize method is called the first time this Command is run after being started.
initialize() - Method in class edu.wpi.first.wpilibj.command.CommandGroup
 
initialize() - Method in class edu.wpi.first.wpilibj.command.PrintCommand
 
initialize() - Method in class edu.wpi.first.wpilibj.command.StartCommand
 
initialize() - Method in class edu.wpi.first.wpilibj.command.WaitCommand
 
initialize() - Method in class edu.wpi.first.wpilibj.command.WaitForChildren
 
initialize() - Method in class edu.wpi.first.wpilibj.command.WaitUntilCommand
 
initLayout(Class, int) - Static method in class com.sun.cldc.jna.DynamicStructure
Read the C layout structure into a Java array.
initOk - Variable in class com.sun.squawk.security.ECPublicKey
 
initState() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
initStreamConnection(int) - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Check the mode argument and initialize the StreamConnection.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.Accelerometer
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.AnalogChannel
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.buttons.Trigger
 
initTable(ITable) - Method in class edu.wpi.first.wpilibj.CANJaguar
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.command.Command
 
initTable(ITable) - Method in class edu.wpi.first.wpilibj.command.PIDCommand
 
initTable(ITable) - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
 
initTable(ITable) - Method in class edu.wpi.first.wpilibj.command.Scheduler
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.command.Subsystem
 
initTable(ITable) - Method in class edu.wpi.first.wpilibj.Compressor
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.Counter
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.DigitalInput
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.DigitalOutput
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.Encoder
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.Gyro
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.HiTechnicCompass
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.PIDController
 
initTable(ITable) - Method in class edu.wpi.first.wpilibj.PWM
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.Relay
Initializes a table for this sendable object.
initTable(ITable) - Method in interface edu.wpi.first.wpilibj.Sendable
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.Servo
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.smartdashboard.SendableChooser
 
initTable(ITable) - Method in class edu.wpi.first.wpilibj.Solenoid
Initializes a table for this sendable object.
initTable(ITable) - Method in class edu.wpi.first.wpilibj.Ultrasonic
Initializes a table for this sendable object.
initTrigger(int, int) - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Initialize an analog trigger from a module number and channel.
InOperatorControl(boolean) - Method in class edu.wpi.first.wpilibj.DriverStation
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purposes only
INorFlashMemoryHeap - Interface in com.sun.squawk.flash
 
INorFlashMemoryHeapScanner - Interface in com.sun.squawk.flash
 
INorFlashSector - Interface in com.sun.squawk.peripheral
Define a segment of memory which is defined as being of type NOR Flash.
INorFlashSectorAllocator - Interface in com.sun.squawk.peripheral
INorFlashSectorAllocator is part of the implementation of the Record Management Store (see RecordStore).
INorFlashSectorState - Interface in com.sun.squawk.flash
 
INorFlashSectorStateList - Interface in com.sun.squawk.flash
 
InputConnection - Interface in javax.microedition.io
This interface defines the capabilities that an input stream connection must have.
InputStream - Class in java.io
This abstract class is the superclass of all classes representing an input stream of bytes.
InputStream() - Constructor for class java.io.InputStream
 
InputStreamReader - Class in java.io
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and translates them into characters.
InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the default character encoding.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding.
inRam(Object) - Static method in class com.sun.squawk.GC
Determines if a given object is in RAM.
inRam(Address, Address) - Static method in class com.sun.squawk.GC
Determines if any part of the range is in RAM.
insert(int, float) - Method in class java.lang.StringBuffer
Inserts the string representation of the float argument into this string buffer.
insert(int, double) - Method in class java.lang.StringBuffer
Inserts the string representation of the double argument into this string buffer.
insert(int, Object) - Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String) - Method in class java.lang.StringBuffer
Inserts the string into this string buffer.
insert(int, char[]) - Method in class java.lang.StringBuffer
Inserts the string representation of the char array argument into this string buffer.
insert(int, boolean) - Method in class java.lang.StringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char) - Method in class java.lang.StringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, long) - Method in class java.lang.StringBuffer
Inserts the string representation of the long argument into this string buffer.
INSERT_PADDING - Static variable in class com.sun.squawk.rms.RecordStoreEntry
 
insertAtIndex(int) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
insertElementAt(Object, int) - Method in class com.sun.squawk.util.SquawkVector
Inserts the specified object as a component in this vector at the specified index.
insertElementAt(Object, int) - Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
inspectFrame(Object, Offset, int, Offset) - Method in class com.sun.squawk.DebuggerSupport.StackInspector
Invoked to inspect a frame in the thread's call stack
inspectSlot(boolean, int, Object) - Method in class com.sun.squawk.DebuggerSupport.StackInspector
Invoked to inspect the value of a reference typed slot within a frame in the thread's call stack
inspectSlot(boolean, int, Klass, long) - Method in class com.sun.squawk.DebuggerSupport.StackInspector
Invoked to inspect the value of a primitive typed slot within a frame in the thread's call stack
inspectStack(DebuggerSupport.StackInspector, ExecutionPoint, int) - Static method in class com.sun.squawk.DebuggerSupport
Traverses one or more stack frames in a thread (that must be suspended).
installClass(Klass) - Method in class com.sun.squawk.Suite
Installs a given class into this suite.
installMethodBody(MethodBody, boolean) - Method in class com.sun.squawk.Klass
Installs the method body for a given method in this class.
installProperty(ManifestProperty) - Method in class com.sun.squawk.Suite
Installs a collection of IMlet property values into this suite.
installResource(ResourceFile) - Method in class com.sun.squawk.Suite
Installs a collection of resource files into this suite.
installSectors(int, int, int) - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
Check to see if there are sectors already installed for the purpose specified, or If there are sectors found on file system use them as is, if not then setup with number of sectors and sectorSize as specified
INSTANCE - Static variable in interface com.sun.squawk.platform.posix.natives.Ioctl
 
INSTANCE - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
INSTANCE - Static variable in interface com.sun.squawk.platform.posix.natives.NetDB
 
INSTANCE - Static variable in interface com.sun.squawk.platform.posix.natives.Select
 
INSTANCE - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
INSTANCE - Static variable in interface com.sun.squawk.platform.posix.natives.Time
 
INSTANCE - Static variable in interface com.sun.squawk.platform.windows.natives.Ioctl
 
INSTANCE - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
INSTANCE - Static variable in interface com.sun.squawk.platform.windows.natives.NetDB
 
INSTANCE - Static variable in interface com.sun.squawk.platform.windows.natives.Select
 
INSTANCE - Static variable in interface com.sun.squawk.platform.windows.natives.Socket
 
INSTANCE - Static variable in interface com.sun.squawk.platform.windows.natives.Time
 
INSTANCE - Static variable in interface com.sun.squawk.platform.windows.natives.Windows
 
INSTANCEOF - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
InstantiationException - Exception in java.lang
Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated because it is an interface or is an abstract class.
InstantiationException() - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String) - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
InsufficientFlashMemoryException - Exception in com.sun.squawk.peripheral
 
InsufficientFlashMemoryException() - Constructor for exception com.sun.squawk.peripheral.InsufficientFlashMemoryException
 
InsufficientFlashMemoryException(String) - Constructor for exception com.sun.squawk.peripheral.InsufficientFlashMemoryException
 
INT - Static variable in class com.sun.squawk.compiler.Type
Define primary types.
INT - Static variable in interface com.sun.squawk.compiler.Types
Define primary types.
INT - Static variable in class com.sun.squawk.Klass
The type for int.
INT - Static variable in class com.sun.squawk.vm.AddressType
Denotes that an address contains an int value.
INT - Static variable in interface com.sun.squawk.vm.CID
 
INT_ARRAY - Static variable in class com.sun.squawk.Klass
The type for int[].
INT_ARRAY - Static variable in interface com.sun.squawk.vm.CID
 
intBitsToFloat(int) - Static method in class com.sun.squawk.VM
Converts bits into a float.
intBitsToFloat(int) - Static method in class java.lang.Float
Returns the single-float corresponding to a given bit represention.
IntByReference - Class in com.sun.cldc.jna.ptr
Represents a pointer to a 32-bit integer
IntByReference(int) - Constructor for class com.sun.cldc.jna.ptr.IntByReference
 
Integer - Class in java.lang
The Integer class wraps a value of the primitive type int in an object.
Integer(int) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the primitive int argument.
INTERFACE - Static variable in class com.sun.squawk.Modifier
The int value representing the interface modifier.
InterfaceType_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
intern(String) - Static method in class com.sun.squawk.Isolate
Returns a canonical representation for the string object from the current isolate.
intern() - Method in class java.lang.String
Returns a canonical representation for the string object.
INTERNAL_GETFILESEPARATORCHAR - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_GETPATHSEPARATORCHAR - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_GETTIMEMICROS_HIGH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_GETTIMEMILLIS_HIGH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_LOW_RESULT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_NATIVE_PLATFORM_NAME - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_OPENSTREAM - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTADDRESS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTBYTES - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTCHAR - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTCONFIGURATION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTDOUBLE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTFLOAT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTGLOBALOOPNAME - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTGLOBALS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTINT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTLONG - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTOFFSET - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTSTRING - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_PRINTUWORD - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_SETSTREAM - Static variable in class com.sun.squawk.vm.ChannelConstants
 
INTERNAL_STOPVM - Static variable in class com.sun.squawk.vm.ChannelConstants
 
InternalButton - Class in edu.wpi.first.wpilibj.buttons
This class is intended to be used within a program.
InternalButton() - Constructor for class edu.wpi.first.wpilibj.buttons.InternalButton
Creates an InternalButton that is not inverted.
InternalButton(boolean) - Constructor for class edu.wpi.first.wpilibj.buttons.InternalButton
Creates an InternalButton which is inverted depending on the input.
InterpCompiler - Interface in com.sun.squawk.compiler
Language-independent interpreter-compiler interface to support the construction of interpreters.
INTERPRETER_INVOKED - Static variable in exception com.sun.squawk.pragma.PragmaException
Bit flag for methods that should only be invoked from the interpreter.
InterpreterInvokedPragma - Exception in com.sun.squawk.pragma
Any method declared to throw this exception should only be called from the interpreter or from JIT compiled code.
InterpreterInvokedPragma() - Constructor for exception com.sun.squawk.pragma.InterpreterInvokedPragma
 
interrupt() - Method in class com.sun.squawk.VMThread
Interrupts this thread.
interrupt() - Method in class java.lang.Thread
Interrupts this thread.
InterruptableSensorBase - Class in edu.wpi.first.wpilibj
Base for sensors to be used with interrupts
InterruptableSensorBase() - Constructor for class edu.wpi.first.wpilibj.InterruptableSensorBase
Create a new InterrupatableSensorBase
interrupted() - Method in class edu.wpi.first.wpilibj.command.Command
Called when the command ends because somebody called cancel() or another command shared the same requirements as this one, and booted it out.
interrupted() - Method in class edu.wpi.first.wpilibj.command.CommandGroup
 
interrupted() - Method in class edu.wpi.first.wpilibj.command.PrintCommand
 
interrupted() - Method in class edu.wpi.first.wpilibj.command.StartCommand
 
interrupted() - Method in class edu.wpi.first.wpilibj.command.WaitCommand
 
interrupted() - Method in class edu.wpi.first.wpilibj.command.WaitForChildren
 
interrupted() - Method in class edu.wpi.first.wpilibj.command.WaitUntilCommand
 
InterruptedException - Exception in java.lang
Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it.
InterruptedException() - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String) - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
InterruptedIOException - Exception in java.io
Signals that an I/O operation has been interrupted.
InterruptedIOException() - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with null as its error detail message.
InterruptedIOException(String) - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
interrupts - Static variable in class edu.wpi.first.wpilibj.InterruptableSensorBase
Resource manager
InTest(boolean) - Method in class edu.wpi.first.wpilibj.DriverStation
Only to be used to tell the Driver Station what code you claim to be executing for diagnostic purposes only
IntHashtable - Class in com.sun.squawk.util
This class implements an unsynchronized hashtable, which maps keys to values.
IntHashtable(int) - Constructor for class com.sun.squawk.util.IntHashtable
Constructs a new, empty hashtable with the specified initial capacity.
IntHashtable() - Constructor for class com.sun.squawk.util.IntHashtable
Constructs a new, empty hashtable with a default capacity and load factor.
IntHashtableVisitor - Interface in com.sun.squawk.util
This class allows us to interate over an IntHashtable without allocating memory.
IntSet - Class in com.sun.squawk.util
The IntSet class is an unsynchronized set of integers.
IntSet(int) - Constructor for class com.sun.squawk.util.IntSet
Constructs an empty vector with the specified initial capacity and capacity increment.
IntSet() - Constructor for class com.sun.squawk.util.IntSet
Constructs an empty vector.
intValue() - Method in class java.lang.Double
Returns the integer value of this Double (by casting to an int).
intValue() - Method in class java.lang.Float
Returns the integer value of this Float (by casting to an int).
intValue() - Method in class java.lang.Integer
Returns the value of this Integer as an int.
inUseSectorStateList - Variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
INVALID_HANDLE - Static variable in class com.sun.squawk.platform.BaseGCFFile
 
INVALID_INIT - Static variable in exception com.sun.squawk.security.CryptoException
This reason code is used to indicate that the signature or cipher object has not been correctly initialized for the requested operation.
invalidate() - Method in class com.sun.squawk.realtime.RawMemoryAccess
Set the pointer value to NULL
invalidateEntryAt(Address) - Method in interface com.sun.squawk.rms.IRecordStoreManager
 
invalidateEntryAt(Address) - Method in class com.sun.squawk.rms.RecordStoreManager
 
InvalidRecordIDException - Exception in javax.microedition.rms
Thrown to indicate an operation could not be completed because the record ID was invalid.
InvalidRecordIDException(String) - Constructor for exception javax.microedition.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with the specified detail message.
InvalidRecordIDException() - Constructor for exception javax.microedition.rms.InvalidRecordIDException
Constructs a new InvalidRecordIDException with no detail message.
invert(int[], int[]) - Method in class com.sun.squawk.security.ecc.PrimeField
 
invoke(Object[]) - Method in class com.sun.squawk.Method
DO NOT USE
INVOKENATIVE_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKENATIVE_D_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKENATIVE_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKENATIVE_F_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKENATIVE_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKENATIVE_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKENATIVE_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKENATIVE_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKENATIVE_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKENATIVE_O_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKENATIVE_V - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKENATIVE_V_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
InvokeOptions_INVOKE_NONVIRTUAL - Static variable in class com.sun.squawk.debugger.JDWP
 
InvokeOptions_INVOKE_SINGLE_THREADED - Static variable in class com.sun.squawk.debugger.JDWP
 
INVOKESLOT_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKESLOT_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKESLOT_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESLOT_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESLOT_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESLOT_V - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESTATIC_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKESTATIC_D_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKESTATIC_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKESTATIC_F_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKESTATIC_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESTATIC_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESTATIC_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESTATIC_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESTATIC_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESTATIC_O_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESTATIC_V - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESTATIC_V_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESUPER_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKESUPER_D_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKESUPER_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKESUPER_F_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKESUPER_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESUPER_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESUPER_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESUPER_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESUPER_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESUPER_O_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESUPER_V - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKESUPER_V_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKEVIRTUAL_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKEVIRTUAL_D_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKEVIRTUAL_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKEVIRTUAL_F_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
INVOKEVIRTUAL_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKEVIRTUAL_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKEVIRTUAL_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKEVIRTUAL_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKEVIRTUAL_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKEVIRTUAL_O_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKEVIRTUAL_V - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
INVOKEVIRTUAL_V_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
IO_CONFIG_DATA_SIZE - Static variable in class edu.wpi.first.wpilibj.communication.FRCControl
The size of the IO configuration data
IOC_DIRMASK - Static variable in class com.sun.squawk.platform.posix.macosx.natives.IoctlImpl
 
IOC_DIRMASK - Static variable in class com.sun.squawk.platform.posix.solaris.natives.IoctlImpl
 
IOC_DIRMASK - Static variable in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
IOC_IN - Static variable in class com.sun.squawk.platform.posix.macosx.natives.IoctlImpl
 
IOC_IN - Static variable in class com.sun.squawk.platform.posix.solaris.natives.IoctlImpl
 
IOC_IN - Static variable in interface com.sun.squawk.platform.windows.natives.Ioctl
 
IOC_IN - Static variable in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
IOC_INOUT - Static variable in class com.sun.squawk.platform.posix.macosx.natives.IoctlImpl
 
IOC_INOUT - Static variable in class com.sun.squawk.platform.posix.solaris.natives.IoctlImpl
 
IOC_INOUT - Static variable in interface com.sun.squawk.platform.windows.natives.Ioctl
 
IOC_INOUT - Static variable in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
IOC_OUT - Static variable in class com.sun.squawk.platform.posix.macosx.natives.IoctlImpl
 
IOC_OUT - Static variable in class com.sun.squawk.platform.posix.solaris.natives.IoctlImpl
 
IOC_OUT - Static variable in interface com.sun.squawk.platform.windows.natives.Ioctl
 
IOC_OUT - Static variable in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
IOC_VOID - Static variable in class com.sun.squawk.platform.posix.macosx.natives.IoctlImpl
 
IOC_VOID - Static variable in class com.sun.squawk.platform.posix.solaris.natives.IoctlImpl
 
IOC_VOID - Static variable in interface com.sun.squawk.platform.windows.natives.Ioctl
 
IOC_VOID - Static variable in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
IOCPARM_MASK - Static variable in class com.sun.squawk.platform.posix.macosx.natives.IoctlImpl
WARNING: This is different on different systems SOLARIS: 0xFF MAC OS X: 0x1FFF LINUX, not used???
IOCPARM_MASK - Static variable in class com.sun.squawk.platform.posix.solaris.natives.IoctlImpl
WARNING: This is different on different systems SOLARIS: 0xFF MAC OS X: 0x1FFF LINUX, not used???
IOCPARM_MASK - Static variable in interface com.sun.squawk.platform.windows.natives.Ioctl
 
IOCPARM_MASK - Static variable in class com.sun.squawk.platform.windows.natives.IoctlImpl
WARNING: This is different on different systems SOLARIS: 0xFF MAC OS X: 0x1FFF LINUX, not used???
IOCPARM_MAX - Static variable in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
Ioctl - Interface in com.sun.squawk.platform.posix.natives
java wrapper around #include
ioctl(int, int, int) - Method in interface com.sun.squawk.platform.posix.natives.Ioctl
Perform IO control operation request on device fd.
ioctl(int, int, IntByReference) - Method in interface com.sun.squawk.platform.posix.natives.Ioctl
Perform IO control operation request on device fd.
ioctl(int, int, int, int) - Method in interface com.sun.squawk.platform.posix.natives.Ioctl
Perorm IO control operation request on device fd.
ioctl(int, int, int, int, int) - Method in interface com.sun.squawk.platform.posix.natives.Ioctl
Perorm IO control operation request on device fd.
ioctl(int, int, int, int, int) - Method in class com.sun.squawk.platform.posix.natives.IoctlImpl
 
ioctl(int, int, IntByReference) - Method in class com.sun.squawk.platform.posix.natives.IoctlImpl
 
ioctl(int, int, int, int) - Method in class com.sun.squawk.platform.posix.natives.IoctlImpl
 
ioctl(int, int, int) - Method in class com.sun.squawk.platform.posix.natives.IoctlImpl
 
Ioctl - Interface in com.sun.squawk.platform.windows.natives
java wrapper around #include
ioctl(int, int, int) - Method in interface com.sun.squawk.platform.windows.natives.Ioctl
Perform IO control operation request on device fd.
ioctl(int, int, int, int) - Method in interface com.sun.squawk.platform.windows.natives.Ioctl
Perorm IO control operation request on device fd.
ioctl(int, int, int, int, int) - Method in interface com.sun.squawk.platform.windows.natives.Ioctl
Perorm IO control operation request on device fd.
ioctl(int, int, int, int, int) - Method in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
ioctl(int, int, int, int) - Method in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
ioctl(int, int, int) - Method in class com.sun.squawk.platform.windows.natives.IoctlImpl
 
IoctlImpl - Class in com.sun.squawk.platform.posix.linux.natives
 
IoctlImpl() - Constructor for class com.sun.squawk.platform.posix.linux.natives.IoctlImpl
 
IoctlImpl - Class in com.sun.squawk.platform.posix.macosx.natives
 
IoctlImpl() - Constructor for class com.sun.squawk.platform.posix.macosx.natives.IoctlImpl
 
IoctlImpl - Class in com.sun.squawk.platform.posix.natives
 
IoctlImpl() - Constructor for class com.sun.squawk.platform.posix.natives.IoctlImpl
 
IoctlImpl - Class in com.sun.squawk.platform.posix.solaris.natives
 
IoctlImpl() - Constructor for class com.sun.squawk.platform.posix.solaris.natives.IoctlImpl
 
IoctlImpl - Class in com.sun.squawk.platform.posix.vxworks.natives
 
IoctlImpl() - Constructor for class com.sun.squawk.platform.posix.vxworks.natives.IoctlImpl
 
IoctlImpl - Class in com.sun.squawk.platform.windows.natives
 
IoctlImpl() - Constructor for class com.sun.squawk.platform.windows.natives.IoctlImpl
 
IOException - Exception in java.io
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for exception java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for exception java.io.IOException
Constructs an IOException with the specified detail message.
IP - Static variable in class com.sun.squawk.compiler.Type
Special dummy types for specifing the MP, IP and LP variables.
IP - Static variable in interface com.sun.squawk.compiler.Types
Special dummy types for supporting building of the Interpreter.
ip - Variable in class com.sun.squawk.Isolate.Breakpoint
The offset (in bytes) from mp of the breakpoint.
IPeripheral - Interface in com.sun.squawk.peripheral
 
IPPROTO_TCP - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
IRecordEntry - Interface in com.sun.squawk.rms
 
IRecordStoreEntry - Interface in com.sun.squawk.rms
 
IRecordStoreManager - Interface in com.sun.squawk.rms
 
IRecordStoreSequenceEntry - Interface in com.sun.squawk.rms
I exist in order to allow the delete record, set record, and any other record store operation that essentially does not need to have a new log entry posted.
IRmsEntry - Interface in com.sun.squawk.rms
 
IRmsEntryVisitor - Interface in com.sun.squawk.rms
 
IRQ_WAIT - Static variable in class com.sun.squawk.vm.ChannelConstants
The irq wait message.
is(int[], int) - Method in class com.sun.squawk.security.ecc.FFA
 
IS_BARE_METAL - Static variable in class com.sun.squawk.platform.Platform
 
IS_DELEGATING - Static variable in class com.sun.squawk.platform.Platform
 
IS_NATIVE - Static variable in class com.sun.squawk.platform.Platform
 
IS_SOCKET - Static variable in class com.sun.squawk.platform.Platform
 
isAbstract() - Method in class com.sun.squawk.ClassFileMethod
Determines if this is a abstract method.
isAbstract() - Method in class com.sun.squawk.Klass
Determines if this is an abstract class.
isAbstract() - Method in class com.sun.squawk.Method
Determines if this method is an abstract method.
isAbstract(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the abstract modifer, false otherwise.
isAcceptable(String) - Static method in exception edu.wpi.first.wpilibj.Preferences.ImproperPreferenceKeyException
Returns whether or not the given string is ok to use in the preference table.
isAccessibleFrom(Klass) - Method in class com.sun.squawk.Klass
Determines whether or not this class is accessible by a specified class.
isAccessibleFrom(Member, Klass) - Static method in class com.sun.squawk.Klass
Determines if a given field or method is accessible from a given klass.
isAccessibleFrom(Klass, int, Klass) - Static method in class com.sun.squawk.Klass
Determines if a given field or method is accessible from a given klass.
isAccessibleFrom(Klass) - Method in class com.sun.squawk.Member
Determines if this member is accessible from a given class.
isAccumulatorChannel() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Is the channel attached to an accumulator.
isAlive() - Method in class com.sun.squawk.Isolate
Determines if this isolate has been (re)started and not yet (re)hibernated or exited.
isAlive() - Method in class com.sun.squawk.VMThread
Tests if this thread is alive.
isAlive() - Method in class edu.wpi.first.wpilibj.CANJaguar
 
isAlive() - Method in interface edu.wpi.first.wpilibj.MotorSafety
 
isAlive() - Method in class edu.wpi.first.wpilibj.MotorSafetyHelper
Determine of the motor is still operating or has timed out.
isAlive() - Method in class edu.wpi.first.wpilibj.RobotDrive
 
isAlive() - Method in class edu.wpi.first.wpilibj.SafePWM
Check if the PWM object is currently alive or stopped due to a timeout.
isAlive() - Method in class edu.wpi.first.wpilibj.Watchdog
Check in on the watchdog and make sure he's still kicking.
isAlive() - Method in class java.lang.Thread
Tests if this thread is alive.
isAllocated() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
isAllocated - Variable in class com.sun.squawk.flash.MemoryHeapBlock
 
isAllocated() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
isAllowInlined() - Method in class com.sun.squawk.Method
Returns whether this method is allowed to be inlined in extra circumstances by the translator.
isAllowInlined(int) - Static method in exception com.sun.squawk.pragma.PragmaException
Given a bit mask, tells whether the method must be inlined by the translator.
isArray() - Method in class com.sun.squawk.Klass
Determines if this Class object represents an array class.
isArray(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the ARRAY modifer, false otherwise.
isArray(Object) - Static method in class com.sun.squawk.VM
Support routine to test whether a given object is an array.
isArray() - Method in class java.lang.Class
Determines if this Class object represents an array class.
isAssignableFrom(Klass) - Method in class com.sun.squawk.Klass
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isAssignableFrom(Class) - Method in class java.lang.Class
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isAtExceptionBreakpoint(VMThread) - Static method in class com.sun.squawk.DebuggerSupport
Determines if the current hit breakpoint (if any) is an exception breakpoint.
isAutonomous() - Method in class edu.wpi.first.wpilibj.DriverStation
Gets a value indicating whether the Driver Station requires the robot to be running in autonomous mode.
isAutonomous() - Method in class edu.wpi.first.wpilibj.RobotBase
Determine if the robot is currently in Autonomous mode.
isBeingDebugged() - Method in class com.sun.squawk.Isolate
Determines whether this isolate is being debugged
isBigEndian() - Method in interface com.sun.squawk.compiler.BaseCompiler
Boolean to say if the machine uses big endian ordering.
isBigEndian() - Method in class com.sun.squawk.ObjectMemoryFile
Determines if attributes value in this object memory file denoted a big endian format memory.
isBigEndian() - Static method in class com.sun.squawk.VM
Get the endianess.
isBootstrap() - Method in class com.sun.squawk.Suite
Determines if this is the bootstrap suite containing the system classes.
isBound() - Method in interface com.sun.squawk.compiler.Label
Test to see if the label has been bound.
isCanceled() - Method in class edu.wpi.first.wpilibj.command.Command
Returns whether or not this has been canceled.
isCaught - Variable in class com.sun.squawk.Debugger.ExceptionEvent
 
isClassInitializer() - Method in class com.sun.squawk.Method
Determines if this method is a class initialization method
isClassKlassInitialized() - Method in class com.sun.squawk.Isolate
Test to see if class Klass is initialized.
isClinit() - Method in class com.sun.squawk.ClassFileMethod
Determines if this method is .
isClosed() - Method in class com.sun.squawk.Suite
Determines if this suite is closed.
isConstructor() - Method in class com.sun.squawk.Method
Determines if this method is a constructor.
isConstructor(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the CONSTRUCTOR modifer, false otherwise.
isCurrentIsolateInitialized() - Static method in class com.sun.squawk.VM
Determines if the current isolate is set and initialized.
isDaemon() - Method in class com.sun.squawk.VMThread
Gets the daemon state of the thread.
isDefaultConstructor() - Method in class com.sun.squawk.ClassFileMethod
Determines if this method is .
isDefaultConstructor() - Method in class com.sun.squawk.Method
Determines if this method is a constructor.
isDigit(char) - Static method in class com.sun.cldc.i18n.uclc.DefaultCaseConverter
Determines if the specified character is a digit.
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isDirectory() - Method in class com.sun.squawk.io.j2me.file.Protocol
 
isDirectory() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
isDirectory() - Method in interface com.sun.squawk.platform.GCFFile
Check is file corresponding to this filehandler exists and is a directory.
isDirectory() - Method in class com.sun.squawk.platform.posix.GCFFileImpl
Check is file corresponding to this filehandler exists and is a directory.
isDirectory() - Method in class com.sun.squawk.platform.windows.GCFFileImpl
Check is file corresponding to this filehandler exists and is a directory.
isDisabled() - Method in class edu.wpi.first.wpilibj.DriverStation
Gets a value indicating whether the Driver Station requires the robot to be disabled.
isDisabled() - Method in class edu.wpi.first.wpilibj.RobotBase
Determine if the Robot is currently disabled.
isDone() - Method in class com.sun.squawk.debugger.EventManager
Determines if this consumer is still interested in consuming events.
isDone() - Method in interface com.sun.squawk.debugger.EventNotifier.Consumer
Determines if this consumer is still interested in consuming events.
isDoubleWord() - Method in class com.sun.squawk.Klass
Determines if this class represents a type whose values occupy two 32-bit words.
isDoubleWord(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the DOUBLEWORD modifer, false otherwise.
isEmpty() - Method in class com.sun.squawk.util.ArrayHashtable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class com.sun.squawk.util.IntHashtable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class com.sun.squawk.util.SquawkHashtable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class com.sun.squawk.util.SquawkVector
Tests if this vector has no components.
isEmpty() - Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in class java.util.Vector
Tests if this vector has no components.
isEnable() - Method in class edu.wpi.first.wpilibj.PIDController
Return true if PIDController is enabled.
isEnabled() - Method in class edu.wpi.first.wpilibj.DriverStation
Gets a value indicating whether the Driver Station requires the robot to be enabled.
isEnabled() - Method in class edu.wpi.first.wpilibj.RobotBase
Determine if the Robot is currently enabled.
isEnabled() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Is the ultrasonic enabled
ISensor - Interface in edu.wpi.first.wpilibj.parsing
ISensor is extended by any WPILibJ class to be categorized as a sensor in the java program builder.
isEven(int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
isExited() - Method in class com.sun.squawk.Isolate
Determines if this isolate is exited.
isFatal() - Method in class com.ni.rio.NiRioStatus
 
isFinal() - Method in class com.sun.squawk.Klass
Determines if this class can be subclassed.
isFinal() - Method in class com.sun.squawk.Member
Determines if this method or field is final.
isFinal(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the final modifer, false otherwise.
isFinished() - Method in class edu.wpi.first.wpilibj.command.Command
Returns whether this command is finished.
isFinished() - Method in class edu.wpi.first.wpilibj.command.CommandGroup
Returns true if all the Commands in this group have been started and have finished.
isFinished() - Method in class edu.wpi.first.wpilibj.command.PrintCommand
 
isFinished() - Method in class edu.wpi.first.wpilibj.command.StartCommand
 
isFinished() - Method in class edu.wpi.first.wpilibj.command.WaitCommand
 
isFinished() - Method in class edu.wpi.first.wpilibj.command.WaitForChildren
 
isFinished() - Method in class edu.wpi.first.wpilibj.command.WaitUntilCommand
Check if we've reached the actual finish time.
isFMSAttached() - Method in class edu.wpi.first.wpilibj.DriverStation
Is the driver station attached to a Field Management System? Note: This does not work with the Blue DS.
isForceInlined() - Method in class com.sun.squawk.Method
Returns whether this method is forceably inlined by the translator.
isForceInlined(int) - Static method in exception com.sun.squawk.pragma.PragmaException
Given a bit mask, tells whether the method must be inlined by the translator.
isFreeBSD() - Method in class com.sun.cldc.jna.Platform
 
isFreeBSD() - Method in class com.sun.cldc.jna.Posix
 
isFreeBSD() - Method in class com.sun.cldc.jna.Spot
 
isFreeBSD() - Method in class com.sun.cldc.jna.Windows
 
isGCEnabled() - Static method in class com.sun.squawk.GC
Is Garnage collection enabled?
isGlobalAddr(long) - Static method in class com.sun.squawk.vm.Global
Test to see if the field constant is a global address
isGlobalInt(long) - Static method in class com.sun.squawk.vm.Global
Test to see if the field constant is a global int.
isGlobalOop(long) - Static method in class com.sun.squawk.vm.Global
Test to see if the field constant is a global ref
isHibernated() - Method in class com.sun.squawk.Isolate
Determines if this isolate is hibernated.
isHosted() - Method in class com.sun.squawk.Method
Returns whether this method should only be called in a hosted environment.
isHosted(int) - Static method in exception com.sun.squawk.pragma.PragmaException
Given a bit mask, tells whether the method is run only in a hosted environment.
isHosted() - Static method in class com.sun.squawk.VM
Determines if code running at the moment is running inside of a Squawk VM or a JSE VM.
isImplementorOf(Klass) - Method in class com.sun.squawk.Klass
Determine if this class implements a specified class.
isInfinite(double) - Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude.
isInfinite() - Method in class java.lang.Double
Returns true if this Double value is infinitely large in magnitude.
isInfinite(float) - Static method in class java.lang.Float
Returns true if the specified number is infinitely large in magnitude.
isInfinite() - Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude.
isInitialized(Klass, Isolate) - Static method in class com.sun.squawk.DebuggerSupport
Determines if a given class is initialized in a given isolate.
isInitialized() - Method in class com.sun.squawk.Klass
Determines if this class is initialized.
isInSamePackageAs(Klass) - Method in class com.sun.squawk.Klass
Return true if a given class is in the same package as this class.
isInstance(Object) - Method in class com.sun.squawk.Klass
Determines if the specified Object is assignment-compatible with the object represented by this Klass.
isInstance(Object) - Method in class java.lang.Class
Determines if the specified Object is assignment-compatible with the object represented by this Class.
isInstantiable() - Method in class com.sun.squawk.Klass
Return true if this class can be allocated (not abstract or interface, etc.) If true, there may be some object "obj" such that GC.getKlass(obj) == this class.
isInterface() - Method in class com.sun.squawk.Klass
Determines if the specified Class object represents an interface type.
isInterface(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the interface modifer, false otherwise.
isInterface() - Method in class java.lang.Class
Determines if the specified Class object represents an interface type.
isInternal(Member) - Static method in class com.sun.squawk.VM
Determines if the field or method is internal, so should be retained (even if symbol gets stripped)
isInternal(Klass) - Static method in class com.sun.squawk.VM
Determines if the klass is internal, so should be retained (even if symbol gets stripped)
isInternalType() - Method in class com.sun.squawk.Klass
Determines if this class is only used by the VM internally and does not correspond to any Java source language type.
isInterpreterInvoked() - Method in class com.sun.squawk.Method
Returns whether this method is only invoked from the interpreter, and never from Java code.
isInterpreterInvoked(Object) - Static method in class com.sun.squawk.MethodBody
Determines if a given method is only invoked from the interpreter
isInterpreterInvoked(int) - Static method in exception com.sun.squawk.pragma.PragmaException
Given a bit mask, tells whether the method is to be invoked only from the interpreter or JIT compiled code.
isInterruptible() - Method in class edu.wpi.first.wpilibj.command.Command
Returns whether or not this command can be interrupted.
isInterruptible() - Method in class edu.wpi.first.wpilibj.command.CommandGroup
Returns whether or not this group is interruptible.
isISO8859_1(String) - Static method in class com.sun.cldc.i18n.Helper
Is encodingName some variation of "ISO8859_1"?
isKeptUpdated() - Method in interface javax.microedition.rms.RecordEnumeration
Returns true if the enumeration keeps its enumeration current with any changes in the records.
isLinux() - Method in class com.sun.cldc.jna.Platform
 
isLinux() - Method in class com.sun.cldc.jna.Posix
 
isLinux() - Method in class com.sun.cldc.jna.Spot
 
isLinux() - Method in class com.sun.cldc.jna.Windows
 
isLowerCase(char) - Static method in class com.sun.cldc.i18n.uclc.DefaultCaseConverter
Determines if the specified character is a lowercase character.
isLowerCase(char) - Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isMac() - Method in class com.sun.cldc.jna.Platform
 
isMac() - Method in class com.sun.cldc.jna.Posix
 
isMac() - Method in class com.sun.cldc.jna.Spot
 
isMac() - Method in class com.sun.cldc.jna.Windows
 
isMain() - Method in class com.sun.squawk.ClassFileMethod
Determines if this method is a static void main(String[]).
isMax() - Method in class com.sun.squawk.Address
Determines if this address is equals to max.
isMax() - Method in class com.sun.squawk.UWord
Determines if this word is equals to max.
isMidlet() - Method in class com.sun.squawk.Isolate
Return true if this isolate was created to run a midlet.
isMissingMethodObject(Object, boolean) - Static method in class com.sun.squawk.Klass
Tests if the given method is the designated "missing method".
isMyEventRequestID(int) - Method in class com.sun.squawk.debugger.EventManager
Events handled by proxy are odd, and those by the agent are even.
isNaN(double) - Static method in class java.lang.Double
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNaN() - Method in class java.lang.Double
Returns true if this Double value is the special Not-a-Number (NaN) value.
isNaN(float) - Static method in class java.lang.Float
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNaN() - Method in class java.lang.Float
Returns true if this Float value is Not-a-Number (NaN).
isNative() - Method in class com.sun.squawk.ClassFileMethod
Determines if this is a native method.
isNative() - Method in class com.sun.squawk.Method
Determines if this method is a native method.
isNative(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the native modifer, false otherwise.
isNative(int) - Static method in exception com.sun.squawk.pragma.PragmaException
Given a bit mask, tells whether the method will be turned into a native method by the translator.
isNativeDueToPragma() - Method in class com.sun.squawk.Method
Returns whether this native method is only native due to a pragma.
isNew() - Method in class com.sun.squawk.Isolate
Determines if this isolate has not yet been started.
isNew - Variable in class com.sun.squawk.ResourceFile
 
isNewControlData() - Method in class edu.wpi.first.wpilibj.DriverStation
Has a new control packet from the driver station arrived since the last time this function was called?
isNewDataAvailable() - Method in class edu.wpi.first.wpilibj.RobotBase
Indicates if new data is available from the driver station.
isNotFatal() - Method in class com.ni.rio.NiRioStatus
 
isNotInlined() - Method in class com.sun.squawk.Method
Returns whether this method is never inlined by the translator.
isNotInlined(int) - Static method in exception com.sun.squawk.pragma.PragmaException
Given a bit mask, tells whether the method is never inlined by the translator.
ISO8859_1_ONLY_SUPPORTED - Static variable in class com.sun.cldc.i18n.Helper
If set to true, then ONLY support ISO8859_1 encodings, although aliases (such as "US_ASCII") are allowed.
ISO8859_1_Reader - Class in com.sun.cldc.i18n.j2me
Default class reading input streams
ISO8859_1_Reader() - Constructor for class com.sun.cldc.i18n.j2me.ISO8859_1_Reader
 
ISO8859_1_Writer - Class in com.sun.cldc.i18n.j2me
Default class for writing output streams.
ISO8859_1_Writer() - Constructor for class com.sun.cldc.i18n.j2me.ISO8859_1_Writer
 
isOdd(int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
Isolate - Class in com.sun.squawk
The Isolate class represents a "process-like" unit of computation that is isolated from other instances of Isolate.
Isolate(Hashtable, String, String[], String, String) - Constructor for class com.sun.squawk.Isolate
Creates an new isolate.
Isolate(String, String[], String, String) - Constructor for class com.sun.squawk.Isolate
Creates an new isolate.
Isolate(Hashtable, int, String, String) - Constructor for class com.sun.squawk.Isolate
Creates an new isolate.
Isolate.Breakpoint - Class in com.sun.squawk
A Breakpoint instance describes a point in a method at which a breakpoint has been set.
Isolate.Breakpoint(Object, int) - Constructor for class com.sun.squawk.Isolate.Breakpoint
Constructor.
Isolate.LifecycleListener - Interface in com.sun.squawk
Monitor isolate lifecycle events such as shutdown, hibernate, and unhibernate.
isOnCurve(ECPoint) - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
isOop() - Method in class com.sun.squawk.compiler.Type
Test the type to see if it is an oop
isOpen() - Method in class com.sun.squawk.io.j2me.file.Protocol
 
isopen - Variable in class com.sun.squawk.io.j2me.socket.Protocol
Input stream open flag
isOpen() - Method in class com.sun.squawk.io.mailboxes.Channel
Return true if the channel is open, both from here to the remote channel, and from the remote channel back.
isOpen() - Method in class com.sun.squawk.io.mailboxes.Mailbox
Returns true if the mailbox is open.
isOpen() - Method in class com.sun.squawk.io.mailboxes.MailboxAddress
Returns true if close() was called, or a MailboxClosedException was thrown by send().
isOpen() - Method in class com.sun.squawk.io.mailboxes.ServerChannel
Return true if the server channel is open, registered, and can accept new connections..
isOpen() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
isOpenBSD() - Method in class com.sun.cldc.jna.Platform
 
isOpenBSD() - Method in class com.sun.cldc.jna.Posix
 
isOpenBSD() - Method in class com.sun.cldc.jna.Spot
 
isOpenBSD() - Method in class com.sun.cldc.jna.Windows
 
isOperatorControl() - Method in class edu.wpi.first.wpilibj.DriverStation
Gets a value indicating whether the Driver Station requires the robot to be running in operator-controlled mode.
isOperatorControl() - Method in class edu.wpi.first.wpilibj.RobotBase
Determine if the robot is currently in Operator Control mode.
isOption(String) - Method in interface com.sun.squawk.TranslatorInterface
If arg represents a valid translator argument, then return true.
isOwner(Isolate) - Method in class com.sun.squawk.io.mailboxes.MailboxAddress
Returns true if anIsolate is the owner of this address.
isPackagePrivate() - Method in class com.sun.squawk.Member
Determines if this method or field is package private.
isPackagePrivate(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument does not include the public, protected or private modifer, false otherwise.
isPersistent - Variable in class com.sun.squawk.ResourceFile
 
isPointer() - Method in class com.sun.squawk.compiler.Type
Test the type to see if it is a pointer
isPragma() - Method in class com.sun.squawk.Klass
Determines if this class is used to annotate a Java component (i.e.
isPrimary() - Method in class com.sun.squawk.compiler.Type
Test the type to see if it is a primary type.
isPrimitive() - Method in class com.sun.squawk.Klass
Determines if this class represents a primitive type (e.g.
isPrimitive(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the PRIMITIVE modifer, false otherwise.
isPrivate() - Method in class com.sun.squawk.Member
Determines if this method or field is private.
isPrivate(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the private modifer, false otherwise.
isProtected() - Method in class com.sun.squawk.ClassFileMethod
Determines if this is a protected method.
isProtected() - Method in class com.sun.squawk.Member
Determines if this method or field is protected.
isProtected(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the protected modifer, false otherwise.
isPublic() - Method in class com.sun.squawk.Klass
Determines if this is a public class.
isPublic() - Method in class com.sun.squawk.Member
Determines if this method or field is public.
isPublic(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the public modifer, false otherwise.
isPulsing(int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Check a DIO line to see if it is currently generating a pulse.
isPulsing() - Method in class edu.wpi.first.wpilibj.DigitalModule
Check if any DIO line is currently generating a pulse.
isPulsing() - Method in class edu.wpi.first.wpilibj.DigitalOutput
Determine if the pulse is still going.
isRangeValid() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Check if there is a valid range measurement.
isReal() - Static method in class edu.wpi.first.wpilibj.RobotBase
 
isRef() - Method in class com.sun.squawk.compiler.Type
Test the type to see if it is a reference
isReferenceTag(int) - Static method in class com.sun.squawk.debugger.JDWP
Return true if the tag represents an reference type JDWP Tag value.
isReferenceType() - Method in class com.sun.squawk.Klass
Determines whether or not this class is a reference type.
isRegistered() - Method in class com.sun.squawk.io.mailboxes.Mailbox
Returns true if this Mailbox is registered by name with the system.
isReplacementConstructor() - Method in class com.sun.squawk.Method
Returns whether the body of this method is used to replace the body of a constructor with the same signature.
isReplacementConstructor(int) - Static method in exception com.sun.squawk.pragma.PragmaException
Given a bit mask, tells whether a method has its body replace a constructor with the same signature.
isRunning() - Method in class edu.wpi.first.wpilibj.command.Command
Returns whether or not the command is running.
isRunOnce() - Method in class com.sun.squawk.CallbackManager
Should only be run once, like for a shutdown hook.
isSafeToSwitchThreads() - Static method in class com.sun.squawk.GC
Test to see if this is a safe time to switch threads.
isSafetyEnabled() - Method in class edu.wpi.first.wpilibj.CANJaguar
 
isSafetyEnabled() - Method in interface edu.wpi.first.wpilibj.MotorSafety
 
isSafetyEnabled() - Method in class edu.wpi.first.wpilibj.MotorSafetyHelper
Return the state of the motor safety enabled flag Return if the motor safety is currently enabled for this devicce.
isSafetyEnabled() - Method in class edu.wpi.first.wpilibj.RobotDrive
 
isSafetyEnabled() - Method in class edu.wpi.first.wpilibj.SafePWM
Check if motor safety is enabled for this object
isSecondary() - Method in class com.sun.squawk.compiler.Type
Test the type to see if it is a secondary type.
isServiceThread() - Method in class com.sun.squawk.VMThread
Determines if this thread is the service thread.
isSet - Variable in class java.util.Calendar
The flags which tell if a specified time field for the calendar is set.
isSigned() - Method in class com.sun.squawk.compiler.Type
Test the type to see if it is a signed type.
isSimulation() - Static method in class edu.wpi.first.wpilibj.RobotBase
 
isSolaris() - Method in class com.sun.cldc.jna.Platform
 
isSolaris() - Method in class com.sun.cldc.jna.Posix
 
isSolaris() - Method in class com.sun.cldc.jna.Spot
 
isSolaris() - Method in class com.sun.cldc.jna.Windows
 
isSourceSynthetic() - Method in class com.sun.squawk.Klass
Determines if this class does not appear in any source code.
isSourceSynthetic() - Method in class com.sun.squawk.Member
Determines if this method or field does not appear in any source code.
isSourceSynthetic(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the SOURCE_SYNTHETIC modifer, false otherwise.
isSquawkArray() - Method in class com.sun.squawk.Klass
Determines if this Class object represents an array class in the Squawk sense i.e.
isSquawkArray(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the SQUAWKARRAY modifer, false otherwise.
isSquawkPrimitive() - Method in class com.sun.squawk.Klass
Determines if this Class object represents a special class that the Squawk translator and compiler convert into a primitive type.
isSquawkPrimitive(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the SQUAWKPRIMITIVE modifer, false otherwise.
isStatic() - Method in class com.sun.squawk.ClassFileMember
Determines if this field or method is a staic member of its class.
isStatic() - Method in class com.sun.squawk.debugger.DataType.FieldID
 
isStatic() - Method in class com.sun.squawk.debugger.DataType.MethodID
 
isStatic() - Method in class com.sun.squawk.Member
Determines if this method or field is static.
isStatic(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the static modifer, false otherwise.
isStrict(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the strictfp modifer, false otherwise.
isSuitePrivate(int) - Static method in class com.sun.squawk.Modifier
Return true if the class is not exported from the suite.
isSynchronized() - Method in class com.sun.squawk.Method
Determines if this method is a synchronized method.
isSynchronized(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the synchronized modifer, false otherwise.
isSynthetic() - Method in class com.sun.squawk.Klass
Determines if this class is not defined by a class file.
isSynthetic(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the SYNTHETIC modifer, false otherwise.
isSystemActive() - Method in class edu.wpi.first.wpilibj.RobotBase
Check on the overall status of the system.
isSystemActive() - Method in class edu.wpi.first.wpilibj.Watchdog
Check on the overall status of the system.
isTest() - Method in class edu.wpi.first.wpilibj.DriverStation
Gets a value indicating whether the Driver Station requires the robot to be running in test mode.
isTest() - Method in class edu.wpi.first.wpilibj.RobotBase
Determine if the robot is currently in Test mode
isThreadingInitialized() - Static method in class com.sun.squawk.VM
Determines if the threading system is initialized.
isTimedOut() - Method in class edu.wpi.first.wpilibj.command.Command
Returns whether or not the timeSinceInitialized() method returns a number which is greater than or equal to the timeout for the command.
isTracing(String, String) - Static method in class com.sun.squawk.util.Tracer
Determines whether or not a given feature is being traced for a given component.
isTracing(String) - Static method in class com.sun.squawk.util.Tracer
Determines whether or not a given feature is being traced.
isTransient() - Method in class com.sun.squawk.Field
Determines if this field is transient.
isTransient(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the transient modifer, false otherwise.
iStreams - Variable in class com.sun.squawk.io.ConnectionBaseAdapter
Number of input streams that were opened.
isTrusted() - Method in class com.sun.squawk.Isolate
Determines if this isolate can access trusted classes.
isUpperCase(char) - Static method in class com.sun.cldc.i18n.uclc.DefaultCaseConverter
Determines if the specified character is an uppercase character.
isUpperCase(char) - Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isValid() - Method in class com.sun.cldc.jna.Pointer
 
isValidClassName(String) - Method in interface com.sun.squawk.TranslatorInterface
Determines if a given name is a valid class name according the JVM specification.
isValidTag(int) - Static method in class com.sun.squawk.debugger.JDWP
Return true if the tag is a valid JDWP Tag value.
isValidTypeTag(int) - Static method in class com.sun.squawk.debugger.JDWP
Return true if the tag is a valid JDWP Type Tag value.
isVerbose() - Static method in class com.sun.squawk.VM
Gets the flag indicating if the VM is running in verbose mode.
isVeryVerbose() - Static method in class com.sun.squawk.VM
Gets the flag indicating if the VM is running in very verbose mode.
isVolatile(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the volatile modifer, false otherwise.
isWindows() - Method in class com.sun.cldc.jna.Platform
 
isWindows() - Method in class com.sun.cldc.jna.Posix
 
isWindows() - Method in class com.sun.cldc.jna.Spot
 
isWindows() - Method in class com.sun.cldc.jna.Windows
 
isWindowsCE() - Method in class com.sun.cldc.jna.Platform
 
isWindowsCE() - Method in class com.sun.cldc.jna.Posix
 
isWindowsCE() - Method in class com.sun.cldc.jna.Spot
 
isWindowsCE() - Method in class com.sun.cldc.jna.Windows
 
isX11() - Method in class com.sun.cldc.jna.Platform
 
isX11() - Method in class com.sun.cldc.jna.Posix
 
isX11() - Method in class com.sun.cldc.jna.Spot
 
isX11() - Method in class com.sun.cldc.jna.Windows
 
isZero() - Method in class com.sun.squawk.Address
Determines if this address is null.
isZero() - Method in class com.sun.squawk.Offset
Determines if this offset is 0.
isZero() - Method in class com.sun.squawk.UWord
Determines if this word is 0.
IterativeRobot - Class in edu.wpi.first.wpilibj
IterativeRobot implements a specific type of Robot Program framework, extending the RobotBase class.
IterativeRobot() - Constructor for class edu.wpi.first.wpilibj.IterativeRobot
Constructor for RobotIterativeBase The constructor initializes the instance variables for the robot to indicate the status of initialization for disabled, autonomous, and teleop code.
IUnknownEntry - Interface in com.sun.squawk.rms
 
IUtility - Interface in edu.wpi.first.wpilibj.parsing
IUtility is an interface implemented by any WPILibJ class which should appear in the utility tree of the java program builder.

J

Jaguar - Class in edu.wpi.first.wpilibj
VEX Robotics Jaguar Speed Control
Jaguar(int) - Constructor for class edu.wpi.first.wpilibj.Jaguar
Constructor that assumes the default digital module.
Jaguar(int, int) - Constructor for class edu.wpi.first.wpilibj.Jaguar
Constructor that specifies the digital module.
JaguarCANDriver - Class in edu.wpi.first.wpilibj.can
 
JaguarCANDriver() - Constructor for class edu.wpi.first.wpilibj.can.JaguarCANDriver
 
JaguarCANProtocol - Class in edu.wpi.first.wpilibj.can
 
JaguarCANProtocol() - Constructor for class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
JANUARY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the first month of the year.
java.io - package java.io
Provides classes for input and output through data streams.
java.lang - package java.lang
MID Profile Language Classes included from Java 2 Standard Edition.
java.lang.ref - package java.lang.ref
Provides support for weak references.
java.util - package java.util
Contains the collection classes, and the date and time facilities.
java_lang_Class$klass - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'vmThread' field in java.lang.Thread.
java_lang_Object$missingMethodError - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
java_lang_Thread$target - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'target' field in java.lang.Thread.
java_lang_Thread$vmThread - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'vmThread' field in java.lang.Thread.
java_lang_Throwable$trace - Static variable in class com.sun.squawk.vm.FieldOffsets
The offset of the 'trace' field in java.lang.Throwable.
JavaApplicationManager - Class in com.sun.squawk
The Java application manager is the master isolate used to coordinate application execution.
javax.microedition.io - package javax.microedition.io
Classes for the Generic Connection framework.
javax.microedition.midlet - package javax.microedition.midlet
The MIDlet package defines Mobile Information Device Profile applications and the interactions between the application and the environment in which the application runs.
javax.microedition.rms - package javax.microedition.rms
The Mobile Information Device Profile provides a mechanism for MIDlets to persistently store data and later retrieve it.
JDWP - Class in com.sun.squawk.debugger
Java(tm) Debug Wire Protocol
JDWPConnection - Class in com.sun.squawk.debugger
A JDWPConnection represents a connection between two debugger entities that communicate primarily in packets.
JDWPConnection(String, byte[], boolean, boolean, Runnable) - Constructor for class com.sun.squawk.debugger.JDWPConnection
Creates a connection based on a given URL and does a handshake with the remote enity once the connection is established.
JDWPConnection.ClosedException - Exception in com.sun.squawk.debugger
 
JDWPListener - Class in com.sun.squawk.debugger
A JDWPListener receives and processes JDWP requests from a remote debugger entity on behalf of a local debugger entity.
JDWPListener() - Constructor for class com.sun.squawk.debugger.JDWPListener
Creats a JDWPListener.
JDWPListener.CommandSet - Class in com.sun.squawk.debugger
The implementation of each JDWP Command Set subclasses this class.
JDWPListener.CommandSet() - Constructor for class com.sun.squawk.debugger.JDWPListener.CommandSet
 
JDWPListener.QuitException - Exception in com.sun.squawk.debugger
A QuitException is thrown by #waitForCommand and #waitForReply if this listener quits before receving the relevant packet.
JNAPlatform - Interface in com.sun.cldc.jna
This class imports some constants that are used by the JNA itself
JNAPlatformImpl - Class in com.sun.cldc.jna
 
JNAPlatformImpl() - Constructor for class com.sun.cldc.jna.JNAPlatformImpl
 
jni() - Method in class com.sun.squawk.os.Parm
Specify that the function should be called using the JNI calling convention.
join() - Method in class com.sun.squawk.Isolate
Waits for all the other threads and child isolates belonging to this isolate to stop.
join() - Method in class com.sun.squawk.VMThread
Waits for this thread to die.
join() - Method in class java.lang.Thread
Waits for this thread to die.
Joystick - Class in edu.wpi.first.wpilibj
Handle input from standard Joysticks connected to the Driver Station.
Joystick(int) - Constructor for class edu.wpi.first.wpilibj.Joystick
Construct an instance of a joystick.
Joystick(int, int, int) - Constructor for class edu.wpi.first.wpilibj.Joystick
Protected version of the constructor to be called by sub-classes.
Joystick.AxisType - Class in edu.wpi.first.wpilibj
Represents an analog axis on a joystick.
Joystick.ButtonType - Class in edu.wpi.first.wpilibj
Represents a digital button on the JoyStick
JoystickButton - Class in edu.wpi.first.wpilibj.buttons
 
JoystickButton(GenericHID, int) - Constructor for class edu.wpi.first.wpilibj.buttons.JoystickButton
Create a joystick button for triggering commands
JULY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the seventh month of the year.
jump() - Method in interface com.sun.squawk.compiler.BaseCompiler
Jump somewhere.
JUNE - Static variable in class java.util.Calendar
Value of the MONTH field indicating the sixth month of the year.
JVM - Class in com.sun.cldchi.jvm
 

K

k0 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.RotationT
Picture is right side up.
k160x120 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ResolutionT
Image is 160 pixels wide by 120 tall
k16G - Static variable in class edu.wpi.first.wpilibj.ADXL345_I2C.DataFormat_Range
 
k16G - Static variable in class edu.wpi.first.wpilibj.ADXL345_SPI.DataFormat_Range
 
k180 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.RotationT
Picture is rotated 180 degrees.
k1X - Static variable in class edu.wpi.first.wpilibj.CounterBase.EncodingType
Count only the rising edge
k1X - Static variable in class edu.wpi.first.wpilibj.PWM.PeriodMultiplier
Period Multiplier: don't skip pulses
k2G - Static variable in class edu.wpi.first.wpilibj.ADXL345_I2C.DataFormat_Range
 
k2G - Static variable in class edu.wpi.first.wpilibj.ADXL345_SPI.DataFormat_Range
 
k2X - Static variable in class edu.wpi.first.wpilibj.CounterBase.EncodingType
Count both the rising and falling edge
k2X - Static variable in class edu.wpi.first.wpilibj.PWM.PeriodMultiplier
Period Multiplier: skip every other pulse
k320x240 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ResolutionT
Image is 320 pixels wide by 240 tall
k4G - Static variable in class edu.wpi.first.wpilibj.ADXL345_I2C.DataFormat_Range
 
k4G - Static variable in class edu.wpi.first.wpilibj.ADXL345_SPI.DataFormat_Range
 
k4X - Static variable in class edu.wpi.first.wpilibj.CounterBase.EncodingType
Count rising and falling on both channels
k4X - Static variable in class edu.wpi.first.wpilibj.PWM.PeriodMultiplier
Period Multiplier: skip three out of four pulses
k640x360 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ResolutionT
Image is 640 pixels wide by 360 tall
k640x480 - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ResolutionT
Image is 640 pixels wide by 480 tall
k8G - Static variable in class edu.wpi.first.wpilibj.ADXL345_I2C.DataFormat_Range
 
k8G - Static variable in class edu.wpi.first.wpilibj.ADXL345_SPI.DataFormat_Range
 
kAccelOffset - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
 
kAccelScale - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
 
kAccelX - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tAccelChannel
 
kAccelY - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tAccelChannel
 
kAccelZ - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tAccelChannel
 
kActive - Static variable in class edu.wpi.first.wpilibj.HiTechnicColorSensor.tColorSensorMode
 
kADXL345_I2C - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kADXL345_SPI - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kAnalog - Static variable in class edu.wpi.first.wpilibj.communication.ModulePresence.ModuleType
 
kAnalogChannels - Static variable in class edu.wpi.first.wpilibj.SensorBase
Number of analog channels per module
kAnalogComparator - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tDigitalConfig
 
kAnalogInputReference - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
 
kAnalogInputResolution - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
 
kAnalogModules - Static variable in class edu.wpi.first.wpilibj.SensorBase
Number of analog modules
kAnalogOutputReference - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
 
kAnalogOutputResolution - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
 
kAngle - Static variable in class edu.wpi.first.wpilibj.PIDSource.PIDSourceParameter
 
kAnkleLeft - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kAnkleLeft_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kAnkleRight - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kAnkleRight_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kApproxBusVoltage - Static variable in class edu.wpi.first.wpilibj.CANJaguar
 
kArcadeRatioCurve_Reported - Static variable in class edu.wpi.first.wpilibj.RobotDrive
 
kArcadeStandard_Reported - Static variable in class edu.wpi.first.wpilibj.RobotDrive
 
kAverageBits_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kAverageBits_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kAverageBits_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kBatteryChannel - Static variable in class edu.wpi.first.wpilibj.DriverStation
Analog channel to read the battery
kBatterySlot - Static variable in class edu.wpi.first.wpilibj.DriverStation
Slot for the analog module to read the battery
kBitfileName - Static variable in interface edu.wpi.first.wpilibj.fpga.ExpectedFPGASignature
 
kBlue - Static variable in class edu.wpi.first.wpilibj.DriverStation.Alliance
alliance: Blue
kBlue_val - Static variable in class edu.wpi.first.wpilibj.DriverStation.Alliance
 
kBoth - Static variable in class edu.wpi.first.wpilibj.Relay.Direction
direction: both directions are valid
kBrake - Static variable in class edu.wpi.first.wpilibj.CANJaguar.NeutralMode
 
kBusVoltageFault - Static variable in class edu.wpi.first.wpilibj.CANJaguar.Faults
 
kCANPlugin_2CAN - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kCANPlugin_BlackJagBridge - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kCoast - Static variable in class edu.wpi.first.wpilibj.CANJaguar.NeutralMode
 
kCommand_Scheduler - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kControllerRate - Static variable in class edu.wpi.first.wpilibj.CANJaguar
 
kCount - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kCount_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kCurrent - Static variable in class edu.wpi.first.wpilibj.CANJaguar.ControlMode
 
kCurrentFault - Static variable in class edu.wpi.first.wpilibj.CANJaguar.Faults
 
kDefaultAverageBits - Static variable in class edu.wpi.first.wpilibj.AnalogModule
The default number of averaging bits to use
kDefaultExpirationTime - Static variable in class edu.wpi.first.wpilibj.RobotDrive
 
kDefaultMaxOutput - Static variable in class edu.wpi.first.wpilibj.RobotDrive
 
kDefaultOversampleBits - Static variable in class edu.wpi.first.wpilibj.AnalogModule
The default number of Oversample bits to use
kDefaultPeriod - Static variable in class edu.wpi.first.wpilibj.PIDController
 
kDefaultPwmCenter - Static variable in class edu.wpi.first.wpilibj.PWM
kDefaultPwmCenter is the PWM range center in ms
kDefaultPwmPeriod - Static variable in class edu.wpi.first.wpilibj.PWM
kDefaultPwmPeriod is in ms - 20ms periods (50 Hz) are the "safest" setting in that this works for all devices - 20ms periods seem to be desirable for Vex Motors - 20ms periods are the specified period for HS-322HD servos, but work reliably down to 10.0 ms; starting at about 8.5ms, the servo sometimes hums and get hot; by 5.0ms the hum is nearly continuous - 10ms periods work well for Victor 884 - 5ms periods allows higher update rates for Luminary Micro Jaguar speed controllers.
kDefaultPwmStepsDown - Static variable in class edu.wpi.first.wpilibj.PWM
kDefaultPWMStepsDown is the number of PWM steps below the centerpoint
kDefaultSampleRate - Static variable in class edu.wpi.first.wpilibj.AnalogModule
The default sample rate
kDefaultSensitivity - Static variable in class edu.wpi.first.wpilibj.RobotDrive
 
kDefaultWatchdogExpiration - Static variable in class edu.wpi.first.wpilibj.Watchdog
Default expiration for the watchdog in seconds
kDigital - Static variable in class edu.wpi.first.wpilibj.communication.ModulePresence.ModuleType
 
kDigitalChannels - Static variable in class edu.wpi.first.wpilibj.SensorBase
Number of digital channels per digital sidecar
kDistance - Static variable in class edu.wpi.first.wpilibj.PIDSource.PIDSourceParameter
 
kDO7_0_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tSolenoid
 
kDO7_0_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tSolenoid
 
kDO7_0_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tSolenoid
 
kDO_PWMDutyCycle_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kDO_PWMDutyCycle_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kDO_PWMDutyCycle_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kDriverStationCIO_Analog - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kDriverStationCIO_DigitalIn - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kDriverStationCIO_DigitalOut - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kDriverStationEIO_Acceleration - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kDriverStationEIO_AnalogIn - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kDriverStationEIO_AnalogOut - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kDriverStationEIO_Button - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kDriverStationEIO_DigitalIn - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kDriverStationEIO_DigitalOut - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kDriverStationEIO_Encoder - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kDriverStationEIO_FixedDigitalOut - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kDriverStationEIO_LED - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kDriverStationEIO_PWM - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kDriverStationEIO_TouchSlider - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kDSAnalogInScaling - Static variable in class edu.wpi.first.wpilibj.DriverStation
Convert from raw values to volts
kDtrDsr - Static variable in class edu.wpi.first.wpilibj.SerialPort.FlowControl
flowcontrol: use dts dsr
KEEPALIVE - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the keep alive feature (2).
keepUpdated(boolean) - Method in interface javax.microedition.rms.RecordEnumeration
Used to set whether the enumeration will be keep its internal index up to date with the record store record additions/deletions/changes.
kElbowLeft - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kElbowLeft_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kElbowRight - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kElbowRight_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kEncoder - Static variable in class edu.wpi.first.wpilibj.CANJaguar.SpeedReference
 
kEven - Static variable in class edu.wpi.first.wpilibj.SerialPort.Parity
parity: Use even parity
kExpectedFPGARevision - Static variable in interface edu.wpi.first.wpilibj.fpga.ExpectedFPGASignature
 
kExpectedFPGASignature - Static variable in interface edu.wpi.first.wpilibj.fpga.ExpectedFPGASignature
 
kExpectedFPGASignatureStr - Static variable in interface edu.wpi.first.wpilibj.fpga.ExpectedFPGASignature
 
kExpectedFPGAVersion - Static variable in interface edu.wpi.first.wpilibj.fpga.ExpectedFPGASignature
 
kExpectedLoopTiming - Static variable in class edu.wpi.first.wpilibj.DigitalModule
Expected loop timing
kExternalDirection - Static variable in class edu.wpi.first.wpilibj.Counter.Mode
mode: external direction
kExternalTriggers_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tDMA
 
kExternalTriggers_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tDMA
 
kExternalTriggers_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tDMA
 
key - Static variable in interface com.sun.squawk.vm.MessageStruct
The offset to the start of the key naming this message.
keyData - Variable in class com.sun.squawk.security.ECPublicKey
 
keys() - Method in class com.sun.squawk.util.ArrayHashtable
Returns an enumeration of the keys in this hashtable.
keys() - Method in class com.sun.squawk.util.IntHashtable
Returns an enumeration of the keys in this hashtable.
keys() - Method in class com.sun.squawk.util.SquawkHashtable
Returns an enumeration of the keys in this hashtable.
keys() - Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.
kFallingPulse - Static variable in class edu.wpi.first.wpilibj.AnalogTriggerOutput.Type
outputType: true on a falling edge
kFilterPeriod_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kFilterPeriod_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kFilterPeriod_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kFilterSelect_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kFilterSelect_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kFilterSelect_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kFlushOnAccess - Static variable in class edu.wpi.first.wpilibj.SerialPort.WriteBufferMode
Flush on access
kFlushWhenFull - Static variable in class edu.wpi.first.wpilibj.SerialPort.WriteBufferMode
Flush when full
kFootLeft - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kFootLeft_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kFootRight - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kFootRight_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kForward - Static variable in class edu.wpi.first.wpilibj.DoubleSolenoid.Value
 
kForward - Static variable in class edu.wpi.first.wpilibj.Relay.Direction
direction: Only forward is valid
kForward - Static variable in class edu.wpi.first.wpilibj.Relay.Value
value: forward
kForward_val - Static variable in class edu.wpi.first.wpilibj.DoubleSolenoid.Value
 
kForwardLimit - Static variable in class edu.wpi.first.wpilibj.CANJaguar.Limits
 
kFramework_Iterative - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kFramework_Simple - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kFrontLeft - Static variable in class edu.wpi.first.wpilibj.RobotDrive.MotorType
motortype: front left
kFrontRight - Static variable in class edu.wpi.first.wpilibj.RobotDrive.MotorType
motortype: front right
kFullDisplayTextCommand - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD
Command to display text
kGateDriverFault - Static variable in class edu.wpi.first.wpilibj.CANJaguar.Faults
 
kHandLeft - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kHandLeft_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kHandRight - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kHandRight_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kHead - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kHead_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kHipCenter - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kHipCenter_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kHipLeft - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kHipLeft_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kHipRight - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kHipRight_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kill() - Method in class edu.wpi.first.wpilibj.Watchdog
Put the watchdog out of its misery.
kInches - Static variable in class edu.wpi.first.wpilibj.Ultrasonic.Unit
Use inches for PIDGet
kind - Variable in class com.sun.squawk.Debugger.Event
The JDWP event constant describing the kind of event.
kind - Variable in class com.sun.squawk.debugger.EventRequest
The JDWP.EventKind constant for the event being monitored.
Kinect - Class in edu.wpi.first.wpilibj
 
Kinect.Point4 - Class in edu.wpi.first.wpilibj
A set of 4 coordinates (x,y,z,w) bundled into one object
Kinect.Point4() - Constructor for class edu.wpi.first.wpilibj.Kinect.Point4
 
KinectStick - Class in edu.wpi.first.wpilibj
 
KinectStick(int) - Constructor for class edu.wpi.first.wpilibj.KinectStick
Construct an instance of a KinectStick.
kInferred - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTrackingState
Joint TrackingState: Inferred
kInferred_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTrackingState
 
kInputFloating - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tDigitalConfig
 
kInputPullDown - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tDigitalConfig
 
kInputPullUp - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tDigitalConfig
 
kInvalid - Static variable in class edu.wpi.first.wpilibj.DriverStation.Alliance
alliance: Invalid
kInvalid_val - Static variable in class edu.wpi.first.wpilibj.DriverStation.Alliance
 
kInvEncoder - Static variable in class edu.wpi.first.wpilibj.CANJaguar.SpeedReference
 
kInWindow - Static variable in class edu.wpi.first.wpilibj.AnalogTriggerOutput.Type
outputType: true if in the trigger window
kJoystickAxes - Static variable in class edu.wpi.first.wpilibj.DriverStation
Number of Joystick Axes
kJoystickPorts - Static variable in class edu.wpi.first.wpilibj.DriverStation
Number of Joystick Ports
kJumper - Static variable in class edu.wpi.first.wpilibj.CANJaguar.NeutralMode
 
kKneeLeft - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kKneeLeft_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kKneeRight - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kKneeRight_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kLanguage_CPlusPlus - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kLanguage_Java - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kLanguage_LabVIEW - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kLanguage_Python - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
Klass - Class in com.sun.squawk
The Klass class represents the types in the Squawk VM.
Klass(String, Klass) - Constructor for class com.sun.squawk.Klass
Only used by UninitializedObjectClass constructor.
KLASS - Static variable in class com.sun.squawk.Klass
The type for com.sun.squawk.Klass.
KLASS - Static variable in interface com.sun.squawk.vm.CID
 
klass - Static variable in class com.sun.squawk.vm.CS
The index of the pointer to the class to which the variables pertain.
klass - Static variable in interface com.sun.squawk.vm.HDR
The offset (in words) from an object's address to the class pointer in the object's header.
KlassMetadata - Class in com.sun.squawk
The KlassMetadata class is a container for all the meta-information pertaining to a class where this information is not necessarily required by the runtime system.
kLeft - Static variable in class edu.wpi.first.wpilibj.GenericHID.Hand
hand: left
kLineLength - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD
Maximum line length for Driver Station display
kMain6 - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD.Line
Deprecated. Use kUser1 Line at the Top of the screen
kMark - Static variable in class edu.wpi.first.wpilibj.SerialPort.Parity
parity: Use mark parity
kMaxMessageDataSize - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANDriver
 
kMaxModuleNumber - Static variable in class edu.wpi.first.wpilibj.communication.ModulePresence
 
kMaxNumberOfMotors - Static variable in class edu.wpi.first.wpilibj.RobotDrive
 
kMecanumCartesian_Reported - Static variable in class edu.wpi.first.wpilibj.RobotDrive
 
kMecanumPolar_Reported - Static variable in class edu.wpi.first.wpilibj.RobotDrive
 
kMillimeter - Static variable in class edu.wpi.first.wpilibj.Ultrasonic.Unit
Use millimeters for PIDGet
kMinLegalFIRSTFirmwareVersion - Static variable in exception edu.wpi.first.wpilibj.can.CANJaguarVersionException
 
kMinRDKFirmwareVersion - Static variable in exception edu.wpi.first.wpilibj.can.CANJaguarVersionException
 
kNone - Static variable in class edu.wpi.first.wpilibj.CANJaguar.PositionReference
 
kNone - Static variable in class edu.wpi.first.wpilibj.CANJaguar.SpeedReference
 
kNone - Static variable in class edu.wpi.first.wpilibj.SerialPort.FlowControl
flowControl: use none
kNone - Static variable in class edu.wpi.first.wpilibj.SerialPort.Parity
parity: Use no parity
kNotTracked - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTrackingState
Joint TrackingState: Not Tracked
kNotTracked - Static variable in class edu.wpi.first.wpilibj.Skeleton.tTrackState
TrackState: Not Tracked
kNotTracked_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTrackingState
 
kNotTracked_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tTrackState
 
kNumAxis - Static variable in class edu.wpi.first.wpilibj.Joystick.AxisType
axis: number of axis
kNumButton - Static variable in class edu.wpi.first.wpilibj.Joystick.ButtonType
button: num button types
kNumLines - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD
Total number of lines available
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tAlarm
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tCounter
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tDMA
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tEncoder
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tGlobal
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tSolenoid
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tSPI
 
kNumSystems - Static variable in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
kOdd - Static variable in class edu.wpi.first.wpilibj.SerialPort.Parity
parity: Use odd parity
kOff - Static variable in class edu.wpi.first.wpilibj.DoubleSolenoid.Value
 
kOff - Static variable in class edu.wpi.first.wpilibj.Relay.Value
value: off
kOff_val - Static variable in class edu.wpi.first.wpilibj.DoubleSolenoid.Value
 
kOn - Static variable in class edu.wpi.first.wpilibj.Relay.Value
value: on for relays with defined direction
kOne - Static variable in class edu.wpi.first.wpilibj.SerialPort.StopBits
stopBits: use 1
kOnePointFive - Static variable in class edu.wpi.first.wpilibj.SerialPort.StopBits
stopBits: use 1.5
kOutput - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tDigitalConfig
 
kOutput_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
kOutput_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
kOutput_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
kOversampleBits_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kOversampleBits_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kOversampleBits_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kPassive - Static variable in class edu.wpi.first.wpilibj.HiTechnicColorSensor.tColorSensorMode
 
kPercentVbus - Static variable in class edu.wpi.first.wpilibj.CANJaguar.ControlMode
 
kPosition - Static variable in class edu.wpi.first.wpilibj.CANJaguar.ControlMode
 
kPositionOnly - Static variable in class edu.wpi.first.wpilibj.Skeleton.tTrackState
TrackState: Position Only
kPositionOnly_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tTrackState
 
kPotentiometer - Static variable in class edu.wpi.first.wpilibj.CANJaguar.PositionReference
 
kPulseLength - Static variable in class edu.wpi.first.wpilibj.Counter.Mode
mode: pulse length
kPWM - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tDigitalConfig
 
kPwmChannels - Static variable in class edu.wpi.first.wpilibj.SensorBase
Number of PWM channels per sidecar
kPWMChannels1and2 - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tPWMPeriodChannels
 
kPWMChannels3and4 - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tPWMPeriodChannels
 
kPwmDisabled - Static variable in class edu.wpi.first.wpilibj.PWM
 
kPWMPeriodScale_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kPWMPeriodScale_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kPWMPeriodScale_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kPWMValue_NumRegisters - Static variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
kQuadEncoder - Static variable in class edu.wpi.first.wpilibj.CANJaguar.PositionReference
 
kQuadEncoder - Static variable in class edu.wpi.first.wpilibj.CANJaguar.SpeedReference
 
kRate - Static variable in class edu.wpi.first.wpilibj.PIDSource.PIDSourceParameter
 
kRaw - Static variable in class edu.wpi.first.wpilibj.HiTechnicColorSensor.tColorSensorMode
 
kRearLeft - Static variable in class edu.wpi.first.wpilibj.RobotDrive.MotorType
motortype: rear left
kRearRight - Static variable in class edu.wpi.first.wpilibj.RobotDrive.MotorType
motortype: rear right
kRed - Static variable in class edu.wpi.first.wpilibj.DriverStation.Alliance
alliance: Red
kRed_val - Static variable in class edu.wpi.first.wpilibj.DriverStation.Alliance
 
kRelayChannels - Static variable in class edu.wpi.first.wpilibj.SensorBase
Number of relay channels per sidecar
kResourceType_Accelerometer - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_ADXL345 - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_AnalogChannel - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_AnalogTrigger - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_AnalogTriggerOutput - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_AxisCamera - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Button - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_CANJaguar - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_CANPlugin - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Command - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Compressor - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Controller - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Counter - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Dashboard - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_DigitalInput - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_DigitalOutput - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_DriverStationCIO - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_DriverStationEIO - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_DriverStationLCD - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Encoder - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Framework - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_GearTooth - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Gyro - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_HiTechnicAccel - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_HiTechnicColorSensor - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_HiTechnicCompass - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_I2C - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Jaguar - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Joystick - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Kinect - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_KinectStick - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Language - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Module - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_PCVideoServer - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_PIDController - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Preferences - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_PWM - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Relay - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_RobotDrive - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_SerialPort - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Servo - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_SmartDashboard - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Solenoid - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_SPI - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_SRF08 - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Talon - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Task - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Ultrasonic - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kResourceType_Victor - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kReverse - Static variable in class edu.wpi.first.wpilibj.DoubleSolenoid.Value
 
kReverse - Static variable in class edu.wpi.first.wpilibj.Relay.Direction
direction: only reverse is valid
kReverse - Static variable in class edu.wpi.first.wpilibj.Relay.Value
value: reverse
kReverse_val - Static variable in class edu.wpi.first.wpilibj.DoubleSolenoid.Value
 
kReverseLimit - Static variable in class edu.wpi.first.wpilibj.CANJaguar.Limits
 
kRight - Static variable in class edu.wpi.first.wpilibj.GenericHID.Hand
hand: right
kRioAddressSpace - Static variable in interface com.ni.rio.NiRioConstants
 
kRioAddressSpaceFpga - Static variable in interface com.ni.rio.NiRioConstants
 
kRioAddressSpaceMite - Static variable in interface com.ni.rio.NiRioConstants
 
kRioBusInterfaceType - Static variable in interface com.ni.rio.NiRioConstants
 
kRioBusNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioBusNumMask - Static variable in interface com.ni.rio.NiRioConstants
 
kRioBusNumShift - Static variable in interface com.ni.rio.NiRioConstants
 
kRioBusTypeMask - Static variable in interface com.ni.rio.NiRioConstants
 
kRioBusTypePci - Static variable in interface com.ni.rio.NiRioConstants
 
kRioBusTypeShift - Static variable in interface com.ni.rio.NiRioConstants
 
kRioChassisNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioClientIsBigEndian - Static variable in interface com.ni.rio.NiRioConstants
 
kRioCurrentVersion - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDefaultTimeout - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceAccessAllow - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceAccessDeny - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceBB - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceCRio - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceDaq - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceFW - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceIMAQ - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceMgr - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDevicePxi - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDeviceSync - Static variable in interface com.ni.rio.NiRioConstants
 
kRIODevUserDataKey - Static variable in interface com.ni.rio.NiRioConstants
DevUserData registered data structure for non R-series devices that utilize RIO technology.
kRioDustMite - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDustMiteNT - Static variable in interface com.ni.rio.NiRioConstants
 
kRioDynamicRpcServerPort - Static variable in interface com.ni.rio.NiRioConstants
 
kRioEventFirstEvent - Static variable in interface com.ni.rio.NiRioConstants
 
kRioEventInvalidEvent - Static variable in interface com.ni.rio.NiRioConstants
 
kRioEventMaxNumberOfEvents - Static variable in interface com.ni.rio.NiRioConstants
 
kRioEventPCIInterrupt - Static variable in interface com.ni.rio.NiRioConstants
 
kRioEventRemoval - Static variable in interface com.ni.rio.NiRioConstants
 
kRioFpgaControlOffset - Static variable in interface com.ni.rio.NiRioConstants
 
kRioFpgaInterruptControlOffset - Static variable in interface com.ni.rio.NiRioConstants
 
kRioFpgaInterruptEnable - Static variable in interface com.ni.rio.NiRioConstants
 
kRioFpgaResetOffset - Static variable in interface com.ni.rio.NiRioConstants
 
kRioFpgaResetWidthInBits - Static variable in interface com.ni.rio.NiRioConstants
 
kRioFuncNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioFunctionNumMask - Static variable in interface com.ni.rio.NiRioConstants
 
kRioFunctionNumShift - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHasDeviceAccess - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostAlias - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostAliases - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostCurrentVersion - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostDeviceAccess - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostDeviceDiscoveryTimeout - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostHasDeviceAccess - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostOldestCompatibleVersion - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostRecentDevices - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostRpcServerPort - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostRpcSessionTimeout - Static variable in interface com.ni.rio.NiRioConstants
 
kRioHostRpcTimeout - Static variable in interface com.ni.rio.NiRioConstants
 
kRioInitialized - Static variable in interface com.ni.rio.NiRioConstants
 
kRioInterfaceNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioInvalid - Static variable in interface com.ni.rio.NiRioConstants
 
kRioInvalidHandle - Static variable in interface com.ni.rio.NiRioConstants
 
kRioIoAttributeAccessByteWidthMask - Static variable in interface com.ni.rio.NiRioConstants
 
kRioIoAttributeDustMiteNtFlashBitstream - Static variable in interface com.ni.rio.NiRioConstants
 
kRioIoAttributeFpgaIncrement - Static variable in interface com.ni.rio.NiRioConstants
 
kRioIrqNodeReserve - Static variable in interface com.ni.rio.NiRioConstants
 
kRioIsItOkToDownload - Static variable in interface com.ni.rio.NiRioConstants
 
kRioLocalFifoDefaultDepth - Static variable in interface com.ni.rio.NiRioConstants
 
kRioLocalFifoRatio - Static variable in interface com.ni.rio.NiRioConstants
 
kRioMaxLen - Static variable in interface com.ni.rio.NiRioConstants
 
kRioMemBaseBar0 - Static variable in interface com.ni.rio.NiRioConstants
 
kRioMemBaseBar1 - Static variable in interface com.ni.rio.NiRioConstants
 
kRioMemSizeBar0 - Static variable in interface com.ni.rio.NiRioConstants
 
kRioMemSizeBar1 - Static variable in interface com.ni.rio.NiRioConstants
 
kRioNumMemWindows - Static variable in interface com.ni.rio.NiRioConstants
 
kRioOldestCompatibleVersion - Static variable in interface com.ni.rio.NiRioConstants
 
kRioPersonalityLockTimeout - Static variable in interface com.ni.rio.NiRioConstants
 
kRioProductName - Static variable in interface com.ni.rio.NiRioConstants
 
kRioProductNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioResetIfLastSession - Static variable in interface com.ni.rio.NiRioConstants
 
kRioResourceName - Static variable in interface com.ni.rio.NiRioConstants
 
kRioRestrictedAccess - Static variable in interface com.ni.rio.NiRioConstants
 
kRioRsrcType - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSerialNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSessionState - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSignature - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSlotNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSocketNumMask - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSocketNumShift - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSSExclusive - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSSInvariant - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSSNothing - Static variable in interface com.ni.rio.NiRioConstants
 
kRioSSOverride - Static variable in interface com.ni.rio.NiRioConstants
 
kRIOStatusAccessDenied - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusAliasNotFound - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusBadDeviceControlCode - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusBadSelector - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusBufferInvalidSize - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusBufferNotAllocated - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusComponentNotFound - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusDeprecatedFunction - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusDeviceInvalidStateTransition - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusDeviceInvariant - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusDeviceNotFound - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusDeviceReconfigured - Static variable in class com.ni.rio.NiRioStatus
 
kRioStatusDmaOutputNotSupported - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusDynamicCastFailed - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusEndOfData - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusEventEnabled - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusEventInvalid - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusEventInvalidOperation - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusEventNotEnabled - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusEventTimedOut - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusFeatureNotSupported - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusFifoReserved - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusFileError - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusHardwareFault - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidAliasName - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidAttribute - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidAttributeValue - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidDeviceAccess - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidFunction - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidHandle - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidParameter - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidPattern - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidPort - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidResourceName - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusInvalidStateTransition - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusIOInvalidAddressRange - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusIOInvalidBuffer - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusIrrelevantAttribute - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusMarkedForDelete - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusMemoryFull - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusNetworkFault - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusObjectNameCollision - Static variable in class com.ni.rio.NiRioStatus
 
kRioStatusOffset - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusOperationPending - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusOperationTimedOut - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusOSFault - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusOutOfHandles - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusPageLockFailed - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusRemoteTarget - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusResourceInitialized - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusResourceNotFound - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusResourceNotInitialized - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusRioRpcSessionError - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusRPCConnectionError - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusRPCServerError - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusSoftwareFault - Static variable in class com.ni.rio.NiRioStatus
 
kRioStatusSuccess - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusSyncAcquireFailed - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusSyncObjectAbandoned - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusThreadAlreadyStarted - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusTriggerNotReserved - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusTriggerNotSupported - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusTriggerReserved - Static variable in class com.ni.rio.NiRioStatus
 
kRIOStatusVersionMismatch - Static variable in class com.ni.rio.NiRioStatus
 
kRioSTC2 - Static variable in interface com.ni.rio.NiRioConstants
 
kRioTimeoutInfinite - Static variable in interface com.ni.rio.NiRioConstants
 
kRioTimeoutZero - Static variable in interface com.ni.rio.NiRioConstants
 
kRioTriggerBusNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioTriggerReservedLines - Static variable in interface com.ni.rio.NiRioConstants
 
kRioTriggerReserveLine - Static variable in interface com.ni.rio.NiRioConstants
 
kRioTriggerUnreserveLine - Static variable in interface com.ni.rio.NiRioConstants
 
kRioVendorNum - Static variable in interface com.ni.rio.NiRioConstants
 
kRioWhatFpgaIsDoing - Static variable in interface com.ni.rio.NiRioConstants
 
kRisingPulse - Static variable in class edu.wpi.first.wpilibj.AnalogTriggerOutput.Type
outputType: true on a rising edge
kRobotDrive_ArcadeButtonSpin - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kRobotDrive_ArcadeRatioCurve - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kRobotDrive_ArcadeStandard - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kRobotDrive_MecanumCartesian - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kRobotDrive_MecanumPolar - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kRobotDrive_Tank - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kRtsCts - Static variable in class edu.wpi.first.wpilibj.SerialPort.FlowControl
flowcontrol: use rts cts
kScanList_ElementMask - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kScanList_ElementSize - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kScanList_NumElements - Static variable in class edu.wpi.first.wpilibj.fpga.tAI
 
kSemiperiod - Static variable in class edu.wpi.first.wpilibj.Counter.Mode
mode: semi period
kShoulderCenter - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kShoulderCenter_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kShoulderLeft - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kShoulderLeft_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kShoulderRight - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kShoulderRight_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kSmartDashboard_Instance - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kSoftPostionLimits - Static variable in class edu.wpi.first.wpilibj.CANJaguar.LimitMode
 
kSolenoid - Static variable in class edu.wpi.first.wpilibj.communication.ModulePresence.ModuleType
 
kSolenoidChannels - Static variable in class edu.wpi.first.wpilibj.SensorBase
Number of solenoid channels per module
kSolenoidModules - Static variable in class edu.wpi.first.wpilibj.SensorBase
Number of analog modules
kSpace - Static variable in class edu.wpi.first.wpilibj.SerialPort.Parity
parity: Use space parity
kSpeed - Static variable in class edu.wpi.first.wpilibj.CANJaguar.ControlMode
 
kSpine - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kSpine_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kSupportedAPIVersion - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
 
kSwitchInputsOnly - Static variable in class edu.wpi.first.wpilibj.CANJaguar.LimitMode
 
kSyncTimeout_ms - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD
Driver station timeout in milliseconds
kSystemClockTicksPerMicrosecond - Static variable in class edu.wpi.first.wpilibj.SensorBase
Ticks per microsecond
kTank_Reported - Static variable in class edu.wpi.first.wpilibj.RobotDrive
 
kTemperatureFault - Static variable in class edu.wpi.first.wpilibj.CANJaguar.Faults
 
kThrottle - Static variable in class edu.wpi.first.wpilibj.Joystick.AxisType
axis: throttle
kTimebase - Static variable in class edu.wpi.first.wpilibj.AnalogModule
The time base used by the module
kTop - Static variable in class edu.wpi.first.wpilibj.Joystick.ButtonType
button: top button
kTracked - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTrackingState
Joint TrackingState: Tracked
kTracked - Static variable in class edu.wpi.first.wpilibj.Skeleton.tTrackState
TrackState: Tracked
kTracked_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTrackingState
 
kTracked_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tTrackState
 
kTrigger - Static variable in class edu.wpi.first.wpilibj.Joystick.ButtonType
button: trigger
kTwist - Static variable in class edu.wpi.first.wpilibj.Joystick.AxisType
axis: twist
kTwo - Static variable in class edu.wpi.first.wpilibj.SerialPort.StopBits
stopBits: use 2
kTwoPulse - Static variable in class edu.wpi.first.wpilibj.Counter.Mode
mode: two pulse
kTypeState - Static variable in class edu.wpi.first.wpilibj.AnalogTriggerOutput.Type
outputType: true if above the upper limit, false if below the lower limit maintain previous state otherwise
kUnknown - Static variable in class edu.wpi.first.wpilibj.communication.ModulePresence.ModuleType
 
kUnknown - Static variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tDigitalConfig
 
kUsageReporting_version - Static variable in class edu.wpi.first.wpilibj.communication.UsageReporting
 
kUser1 - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD.Line
Line at the Top of the screen
kUser2 - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD.Line
Line on the user screen
kUser3 - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD.Line
Line on the user screen
kUser4 - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD.Line
Line on the user screen
kUser5 - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD.Line
Line on the user screen
kUser6 - Static variable in class edu.wpi.first.wpilibj.DriverStationLCD.Line
Bottom line on the user screen
kVoltage - Static variable in class edu.wpi.first.wpilibj.CANJaguar.ControlMode
 
kWristLeft - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kWristLeft_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kWristRight - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kWristRight_val - Static variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
kX - Static variable in class edu.wpi.first.wpilibj.ADXL345_I2C.Axes
 
kX - Static variable in class edu.wpi.first.wpilibj.ADXL345_SPI.Axes
 
kX - Static variable in class edu.wpi.first.wpilibj.Joystick.AxisType
axis: x-axis
kXonXoff - Static variable in class edu.wpi.first.wpilibj.SerialPort.FlowControl
flowcontrol: use on/off
kY - Static variable in class edu.wpi.first.wpilibj.ADXL345_I2C.Axes
 
kY - Static variable in class edu.wpi.first.wpilibj.ADXL345_SPI.Axes
 
kY - Static variable in class edu.wpi.first.wpilibj.Joystick.AxisType
axis: y-axis
kZ - Static variable in class edu.wpi.first.wpilibj.ADXL345_I2C.Axes
 
kZ - Static variable in class edu.wpi.first.wpilibj.ADXL345_SPI.Axes
 
kZ - Static variable in class edu.wpi.first.wpilibj.Joystick.AxisType
axis: z-axis

L

L2D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
L2F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
L2I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
label() - Method in interface com.sun.squawk.compiler.BaseCompiler
Allocate a label.
Label - Interface in com.sun.squawk.compiler
Label in the Compiler interface.
LAST_OPCODE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
LAST_SYSTEM_ID - Static variable in interface com.sun.squawk.vm.CID
 
lastBCI - Static variable in interface com.sun.squawk.vm.SC
The bytecode index of the next instruction to be executed in the inner most activation frame's method.
lastElement() - Method in class com.sun.squawk.util.SquawkVector
Returns the last component of the vector.
lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastFP - Static variable in interface com.sun.squawk.vm.SC
The pointer to the inner most activation frame in the stack.
lastIndexOf(Object) - Method in class com.sun.squawk.util.SquawkVector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int) - Method in class com.sun.squawk.util.SquawkVector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int) - Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastModifiedTimestamp - Variable in class com.sun.squawk.rms.RecordStoreEntry
 
lastRecordId - Variable in class com.sun.squawk.rms.RecordStoreEntry
 
lcall(Parm) - Static method in class com.sun.squawk.os.CSystem
Call a 'C' function.
le() - Method in interface com.sun.squawk.compiler.BaseCompiler
Test the top two elements.
le(Offset) - Method in class com.sun.squawk.Offset
Determines if this offset is less than or equal to a given offset.
leave(MethodMap) - Method in interface com.sun.squawk.compiler.BaseCompiler
Emit a function epilogue.
leave() - Method in interface com.sun.squawk.compiler.BaseCompiler
Emit a function epilogue.
length - Variable in class com.sun.squawk.flash.MemoryHeapBlock
 
length - Variable in class com.sun.squawk.ResourceFile
 
length - Variable in class com.sun.squawk.ScopedLocalVariable
The offset from 'start' at which the scope of the local variable ends.
length(Object) - Static method in class com.sun.squawk.util.Arrays
Returns the length of the specified array object, as an int.
length() - Method in class com.sun.squawk.util.BitSet
Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.
length - Static variable in interface com.sun.squawk.vm.HDR
The offset (in words) from an object's address to array length in the object's header.
length() - Method in class java.lang.String
Returns the length of this string.
length() - Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
level - Static variable in class com.sun.squawk.debugger.Log
The current logging level.
LibC - Interface in com.sun.squawk.platform.posix.natives
Import common functions variables and constants from libc.
LibC - Interface in com.sun.squawk.platform.windows.natives
Import common functions variables and constants from libc.
LibC.stat - Class in com.sun.squawk.platform.posix.natives
C struct stat // struct stat { // dev_t st_dev; /* [XSI] ID of device containing file 4 0 // ino_t st_ino; /* [XSI] File serial number 4 4 // mode_t st_mode; /* [XSI] Mode of file (see below) 2 8 // nlink_t st_nlink; /* [XSI] Number of hard links 2 10 // uid_t st_uid; /* [XSI] User ID of the file 4 12 // gid_t st_gid; /* [XSI] Group ID of the file 4 16 // dev_t st_rdev; /* [XSI] Device ID 4 20 // time_t st_atime; /* [XSI] Time of last access 4 24 // long st_atimensec; /* nsec of last access 4 28 // time_t st_mtime; /* [XSI] Last data modification time 4 32 // long st_mtimensec; /* last data modification nsec 4 36 // time_t st_ctime; /* [XSI] Time of last status change 4 40 // long st_ctimensec; /* nsec of last status change 4 44 // off_t st_size; /* [XSI] file size, in bytes 8 48 // blkcnt_t st_blocks; /* [XSI] blocks allocated for file 8 // blksize_t st_blksize; /* [XSI] optimal blocksize for I/O 4 // __uint32_t st_flags; /* user defined flags for file 4 // __uint32_t st_gen; /* file generation number 4 // __int32_t st_lspare; /* RESERVED: DO NOT USE! 4 // __int64_t st_qspare[2]; /* RESERVED: DO NOT USE! 16 // };
LibC.stat() - Constructor for class com.sun.squawk.platform.posix.natives.LibC.stat
 
LibC.stat - Class in com.sun.squawk.platform.windows.natives
C struct stat // struct stat { // dev_t st_dev; /* [XSI] ID of device containing file 4 0 // ino_t st_ino; /* [XSI] File serial number 4 4 // mode_t st_mode; /* [XSI] Mode of file (see below) 2 8 // nlink_t st_nlink; /* [XSI] Number of hard links 2 10 // uid_t st_uid; /* [XSI] User ID of the file 4 12 // gid_t st_gid; /* [XSI] Group ID of the file 4 16 // dev_t st_rdev; /* [XSI] Device ID 4 20 // time_t st_atime; /* [XSI] Time of last access 4 24 // long st_atimensec; /* nsec of last access 4 28 // time_t st_mtime; /* [XSI] Last data modification time 4 32 // long st_mtimensec; /* last data modification nsec 4 36 // time_t st_ctime; /* [XSI] Time of last status change 4 40 // long st_ctimensec; /* nsec of last status change 4 44 // off_t st_size; /* [XSI] file size, in bytes 8 48 // blkcnt_t st_blocks; /* [XSI] blocks allocated for file 8 // blksize_t st_blksize; /* [XSI] optimal blocksize for I/O 4 // __uint32_t st_flags; /* user defined flags for file 4 // __uint32_t st_gen; /* file generation number 4 // __int32_t st_lspare; /* RESERVED: DO NOT USE! 4 // __int64_t st_qspare[2]; /* RESERVED: DO NOT USE! 16 // };
LibC.stat() - Constructor for class com.sun.squawk.platform.windows.natives.LibC.stat
 
LibCImpl - Class in com.sun.squawk.platform.posix.linux.natives
 
LibCImpl() - Constructor for class com.sun.squawk.platform.posix.linux.natives.LibCImpl
 
LibCImpl - Class in com.sun.squawk.platform.posix.macosx.natives
 
LibCImpl() - Constructor for class com.sun.squawk.platform.posix.macosx.natives.LibCImpl
 
LibCImpl - Class in com.sun.squawk.platform.posix.natives
 
LibCImpl() - Constructor for class com.sun.squawk.platform.posix.natives.LibCImpl
 
LibCImpl - Class in com.sun.squawk.platform.posix.solaris.natives
 
LibCImpl() - Constructor for class com.sun.squawk.platform.posix.solaris.natives.LibCImpl
 
LibCImpl - Class in com.sun.squawk.platform.posix.vxworks.natives
 
LibCImpl() - Constructor for class com.sun.squawk.platform.posix.vxworks.natives.LibCImpl
 
LibCImpl - Class in com.sun.squawk.platform.windows.natives
 
LibCImpl() - Constructor for class com.sun.squawk.platform.windows.natives.LibCImpl
 
LibCImpl.statImpl - Class in com.sun.squawk.platform.posix.natives
 
LibCImpl.statImpl() - Constructor for class com.sun.squawk.platform.posix.natives.LibCImpl.statImpl
 
LibCImpl.statImpl - Class in com.sun.squawk.platform.windows.natives
 
LibCImpl.statImpl() - Constructor for class com.sun.squawk.platform.windows.natives.LibCImpl.statImpl
 
LibCUtil - Class in com.sun.squawk.platform.posix
Helper statics for LibC.
LibCUtil - Class in com.sun.squawk.platform.windows
Helper statics for LibC.
Library - Interface in com.sun.cldc.jna
Library is the interface that all Library interface definitions (automatically generated by JNAGen) should extend
LIBRARY - Static variable in class com.sun.squawk.Suite
Denotes a suite that encapsulates a library.
limit - Static variable in interface com.sun.squawk.vm.SC
The offset of the stack limit (i.e.
limit(double) - Static method in class edu.wpi.first.wpilibj.RobotDrive
Limit motor values to the -1.0 to +1.0 range.
LinearAverages - Class in edu.wpi.first.wpilibj.image
 
LinearAverages.LinearAveragesMode - Class in edu.wpi.first.wpilibj.image
 
lineNumberTableAsString(int[]) - Static method in class com.sun.squawk.Method
Converts a given line number table as a string of numbers where each pair of numbers represents an ip address and a line number.
LineReader - Class in com.sun.squawk.util
This class provides for reading lines from a reader.
LineReader(Reader) - Constructor for class com.sun.squawk.util.LineReader
Creates a new LineReader to parse the lines from a given Reader.
LINGER - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the linger time to wait in seconds before closing a connection with pending data output (1).
link(int) - Method in interface com.sun.squawk.compiler.Linker
 
LINKABLE_NATIVE_METHODS - Static variable in class com.sun.squawk.vm.Native
An encoded table of the native methods that can be linked to during class loading at runtime.
Linker - Interface in com.sun.squawk.compiler
Link the results of a Compiler compilation.
Lisp2Bitmap - Class in com.sun.squawk
This class provides the interface to the bitmap created and used by the Lisp2Collector as a write barrier and as mark bits for the young generation.
Lisp2Collector - Class in com.sun.squawk
Collector based on the lisp 2 algorithm described in "Garbage Collection : Algorithms for Automatic Dynamic Memory Management" by Richard Jones, Rafael Lins.
Lisp2GenerationalCollector - Class in com.sun.squawk
A collector based on the lisp 2 algorithm described in "Garbage Collection : Algorithms for Automatic Dynamic Memory Management" by Richard Jones, Rafael Lins.
listen(int, int) - Method in interface com.sun.squawk.platform.posix.natives.Socket
listen for connections on socket
listen(int, int) - Method in class com.sun.squawk.platform.posix.natives.SocketImpl
 
listen(int, int) - Method in interface com.sun.squawk.platform.windows.natives.Socket
listen for connections on socket
listen(int, int) - Method in class com.sun.squawk.platform.windows.natives.SocketImpl
 
listErr() - Method in class com.sun.squawk.Isolate
Gets a list of URLs denoting the streams to which System.err is currently sending its output.
listNames() - Method in class com.sun.squawk.io.MulticastOutputStream
Lists all names of the output streams to which this multicaster is redirecting output.
listOut() - Method in class com.sun.squawk.Isolate
Gets a list of URLs denoting the streams to which System.out is currently sending its output.
listRecordStores() - Static method in class javax.microedition.rms.RecordStore
Returns an array of the names of record stores owned by the MIDlet suite.
literal(int) - Method in interface com.sun.squawk.compiler.BaseCompiler
Push an integer constant onto the stack.
literal(long) - Method in interface com.sun.squawk.compiler.BaseCompiler
Push a long constant onto the stack.
literal(float) - Method in interface com.sun.squawk.compiler.BaseCompiler
Push a float constant onto the stack.
literal(double) - Method in interface com.sun.squawk.compiler.BaseCompiler
Push a double constant onto the stack.
literal(boolean) - Method in interface com.sun.squawk.compiler.BaseCompiler
Push a boolean constant onto the stack.
literal(Object) - Method in interface com.sun.squawk.compiler.BaseCompiler
Push an address of an array onto the stack.
literal(Label) - Method in interface com.sun.squawk.compiler.BaseCompiler
Push the address of a label onto the stack.
LiveWindow - Class in edu.wpi.first.wpilibj.livewindow
The LiveWindow class is the public interface for putting sensors and actuators on the LiveWindow.
LiveWindow() - Constructor for class edu.wpi.first.wpilibj.livewindow.LiveWindow
 
LiveWindowSendable - Interface in edu.wpi.first.wpilibj.livewindow
Live Window Sendable is a special type of object sendable to the live window.
LM_API_ACK - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_CFG - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_CFG_BRAKE_COAST - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_CFG_ENC_LINES - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_CFG_FAULT_TIME - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_CFG_LIMIT_FWD - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_CFG_LIMIT_MODE - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_CFG_LIMIT_REV - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_CFG_MAX_VOUT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_CFG_NUM_BRUSHES - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_CFG_POT_TURNS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_HWVER - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_ICTRL - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_ICTRL_DC - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_ICTRL_DIS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_ICTRL_EN - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_ICTRL_IC - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_ICTRL_PC - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_ICTRL_SET - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_ICTRL_SET_NO_ACK - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_ICTRL_T_EN - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_ICTRL_T_SET - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_ICTRL_T_SET_NO_ACK - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_POS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_POS_DC - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_POS_DIS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_POS_EN - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_POS_IC - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_POS_PC - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_POS_REF - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_POS_SET - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_POS_SET_NO_ACK - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_POS_T_EN - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_POS_T_SET - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_POS_T_SET_NO_ACK - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_PSTAT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_PSTAT_CFG_S0 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_PSTAT_CFG_S1 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_PSTAT_CFG_S2 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_PSTAT_CFG_S3 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_PSTAT_DATA_S0 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_PSTAT_DATA_S1 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_PSTAT_DATA_S2 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_PSTAT_DATA_S3 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_PSTAT_PER_EN_S0 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_PSTAT_PER_EN_S1 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_PSTAT_PER_EN_S2 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_PSTAT_PER_EN_S3 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_SPD - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_SPD_DC - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_SPD_DIS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_SPD_EN - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_SPD_IC - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_SPD_PC - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_SPD_REF - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_SPD_SET - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_SPD_SET_NO_ACK - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_SPD_T_EN - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_SPD_T_SET - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_SPD_T_SET_NO_ACK - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_STATUS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_STATUS_CMODE - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_STATUS_CURRENT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_STATUS_FAULT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_STATUS_FLT_COUNT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_STATUS_LIMIT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_STATUS_POS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_STATUS_POWER - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_STATUS_SPD - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_STATUS_STKY_FLT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_STATUS_TEMP - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_STATUS_VOLTBUS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_STATUS_VOLTOUT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_STATUS_VOUT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_SYNC_PEND_NOW - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_TRUST_EN - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_TRUST_HEARTBEAT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_UNTRUST_EN - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_UPD - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_UPD_ACK - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_UPD_DOWNLOAD - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_UPD_PING - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_UPD_REQUEST - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_UPD_RESET - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_UPD_SEND_DATA - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VCOMP - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VCOMP_COMP_RAMP - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VCOMP_DIS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VCOMP_EN - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VCOMP_IN_RAMP - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VCOMP_SET - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VCOMP_SET_NO_ACK - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VCOMP_T_EN - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VCOMP_T_SET - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VCOMP_T_SET_NO_ACK - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VOLT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VOLT_DIS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VOLT_EN - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VOLT_RAMP_DIS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VOLT_SET - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VOLT_SET_NO_ACK - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VOLT_SET_RAMP - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VOLT_T_EN - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VOLT_T_SET - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_API_VOLT_T_SET_NO_ACK - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_FAULT_COMM - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_FAULT_CURRENT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_FAULT_GATE_DRIVE - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_FAULT_TEMP - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_FAULT_VBUS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_HWVER_JAG_1_0 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_HWVER_JAG_2_0 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_HWVER_UNKNOWN - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_CANERR_B0 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_CANERR_B1 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_CANSTS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_CURRENT_B0 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_CURRENT_B1 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_END - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_FAULT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_FLT_COUNT_COMM - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_FLT_COUNT_CURRENT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_FLT_COUNT_GATE - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_FLT_COUNT_TEMP - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_FLT_COUNT_VOLTBUS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_LIMIT_CLR - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_LIMIT_NCLR - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_POS_B0 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_POS_B1 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_POS_B2 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_POS_B3 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_SPD_B0 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_SPD_B1 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_SPD_B2 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_SPD_B3 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_STKY_FLT_CLR - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_STKY_FLT_NCLR - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_TEMP_B0 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_TEMP_B1 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_VOLTBUS_B0 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_VOLTBUS_B1 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_VOLTOUT_B0 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_VOLTOUT_B1 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_VOUT_B0 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_PSTAT_VOUT_B1 - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_REF_ENCODER - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_REF_INV_ENCODER - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_REF_NONE - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_REF_POT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_REF_QUAD_ENCODER - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_STATUS_CMODE_CURRENT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_STATUS_CMODE_POS - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_STATUS_CMODE_SPEED - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_STATUS_CMODE_VCOMP - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_STATUS_CMODE_VOLT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_STATUS_FAULT_ILIMIT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_STATUS_FAULT_TLIMIT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_STATUS_FAULT_VLIMIT - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_STATUS_LIMIT_FWD - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_STATUS_LIMIT_REV - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_STATUS_LIMIT_SREV - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_STATUS_LIMIT_STKY_FWD - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_STATUS_LIMIT_STKY_REV - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_STATUS_LIMIT_STKY_SFWD - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
LM_STATUS_LIMIT_STKY_SREV - Static variable in class edu.wpi.first.wpilibj.can.JaguarCANProtocol
 
lo(Address) - Method in class com.sun.squawk.Address
Determines if this address is lower than a given address.
lo(UWord) - Method in class com.sun.squawk.UWord
Determines if this word is lower than a given word.
load(Local) - Method in interface com.sun.squawk.compiler.BaseCompiler
Get a local variable or parameter and push it onto the stack.
load(DataInputStream, String) - Static method in class com.sun.squawk.Isolate
Loads a serialized isolate from an input stream into RAM.
load(DataInputStream, String, boolean) - Static method in class com.sun.squawk.ObjectMemoryLoader
Loads an object memory from a given input stream.
load(String, boolean) - Static method in class com.sun.squawk.ObjectMemoryLoader
Loads an object memory from a given input stream.
load(Klass) - Method in interface com.sun.squawk.TranslatorInterface
Ensures that a given class has had its definition initialized, loading it from a class file if necessary.
LOAD - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_0 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_1 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_10 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_11 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_12 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_13 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_14 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_15 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_2 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_3 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_4 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_5 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_6 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_7 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_8 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_9 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_I2 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_I2_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOAD_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
loadHeader(DataInputStream, String) - Static method in class com.sun.squawk.ObjectMemoryLoader
Loads the header of an object memory file from a given input stream.
loadLibrary(String, Class) - Static method in class com.sun.cldc.jna.Native
 
loadMemory(int) - Method in class com.sun.squawk.ObjectMemoryLoader
Loads the 'memory' component of the object memory from the input stream.
loadOopMap(int) - Method in class com.sun.squawk.ObjectMemoryLoader
Loads the 'oopmap' component of the object memory from the input stream.
loadParm() - Method in interface com.sun.squawk.compiler.BaseCompiler
Get the value of a parameter word.
LOADPARM - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOADPARM_0 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOADPARM_1 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOADPARM_2 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOADPARM_3 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOADPARM_4 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOADPARM_5 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOADPARM_6 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOADPARM_7 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOADPARM_I2 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOADPARM_I2_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOADPARM_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
loadProperties(byte[]) - Method in class com.sun.squawk.Suite
Parse properties from jar manifest file.
loadsMustBeAligned() - Method in interface com.sun.squawk.compiler.BaseCompiler
Boolean to say if the machine can execute unaligned loads.
local(Type, int) - Method in interface com.sun.squawk.compiler.BaseCompiler
Define a local variable type.
local(Type) - Method in interface com.sun.squawk.compiler.BaseCompiler
Define a local variable type.
local(Type, int) - Method in interface com.sun.squawk.compiler.InterpCompiler
Define a local variable type.
local(Type) - Method in interface com.sun.squawk.compiler.InterpCompiler
Define a local variable type.
Local - Interface in com.sun.squawk.compiler
Local variable in the Compiler interface.
LOCAL - Static variable in class com.sun.squawk.Klass
The type for a slot in a stack chunk.
LOCAL - Static variable in interface com.sun.squawk.vm.CID
 
local0 - Static variable in interface com.sun.squawk.vm.FP
The offset of the slot containing the first local variable of the current method.
LOCAL_ARRAY - Static variable in class com.sun.squawk.Klass
The type for a stack chunk.
LOCAL_ARRAY - Static variable in interface com.sun.squawk.vm.CID
 
LOCAL_LONG_ORDER_NORMAL - Static variable in class com.sun.squawk.MethodBody
Configuration option.
local_tz - Static variable in class com.sun.midp.util.DateParser
The offset, in milliseconds, from GMT for the local time zone
location - Variable in class com.sun.squawk.debugger.EventRequestModifier.LocationOnly
 
location - Variable in class com.sun.squawk.Debugger.LocationEvent
 
lock - Variable in class java.io.Reader
The object used to synchronize operations on this stream.
lock - Variable in class java.io.Writer
The object used to synchronize operations on this stream.
loeq(Address) - Method in class com.sun.squawk.Address
Determines if this address is lower than or equal to a given address.
loeq(UWord) - Method in class com.sun.squawk.UWord
Determines if this word is lower than or equal to a given word.
Log - Class in com.sun.squawk.debugger
This class provides a (very basic) line-based logging facility.
log(String) - Static method in class com.sun.squawk.debugger.Log
Logs a message as a line sent to the current logging stream.
log(double) - Static method in class com.sun.squawk.util.MathUtils
Returns the natural logarithm (base e) of a double value.
LOG - Static variable in interface com.sun.squawk.vm.MathOpcodes
 
log1p(double) - Static method in class com.sun.squawk.util.MathUtils
Returns the natural logarithm of the sum of the argument and 1.
LOG2_BITS_PER_BYTE - Static variable in interface com.sun.squawk.vm.HDR
The amount by which to right shift a bit index to yield the byte in a bitmap containing the indexed bit.
LOG2_BITS_PER_WORD - Static variable in interface com.sun.squawk.vm.HDR
The amount by which to right shift a bit index to yield the word in a bitmap containing the indexed bit.
LOG2_BYTES_PER_WORD - Static variable in interface com.sun.squawk.vm.HDR
The amount by which to right shift a byte offset to find the offset of the word that contains the indexed byte.
logEntry(IRmsEntry) - Method in interface com.sun.squawk.rms.IRecordStoreManager
 
logEntry(IRmsEntry) - Method in class com.sun.squawk.rms.RecordStoreManager
 
logRegisteredRequests() - Method in class com.sun.squawk.debugger.EventManager
 
LONG - Static variable in class com.sun.squawk.compiler.Type
Define primary types.
LONG - Static variable in interface com.sun.squawk.compiler.Types
Define primary types.
LONG - Static variable in class com.sun.squawk.Klass
The type for long.
LONG - Static variable in class com.sun.squawk.vm.AddressType
Denotes that an address contains the first word of a long value.
LONG - Static variable in interface com.sun.squawk.vm.CID
 
Long - Class in java.lang
The Long class wraps a value of the primitive type long in an object.
Long(long) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the primitive long argument.
LONG2 - Static variable in class com.sun.squawk.Klass
The type for the second word of a long value.
LONG2 - Static variable in class com.sun.squawk.vm.AddressType
Denotes that an address contains the second word of a long value.
LONG2 - Static variable in interface com.sun.squawk.vm.CID
 
LONG_ARRAY - Static variable in class com.sun.squawk.Klass
The type for long[].
LONG_ARRAY - Static variable in interface com.sun.squawk.vm.CID
 
LONG_SIZE - Static variable in class com.sun.cldc.jna.Native
 
longBitsToDouble(long) - Static method in class com.sun.squawk.VM
Converts bits into a double.
longBitsToDouble(long) - Static method in class java.lang.Double
Returns the double-float corresponding to a given bit representation.
longValue() - Method in class java.lang.Double
Returns the long value of this Double (by casting to a long).
longValue() - Method in class java.lang.Float
Returns the long value of this Float (by casting to a long).
longValue() - Method in class java.lang.Integer
Returns the value of this Integer as a long.
longValue() - Method in class java.lang.Long
Returns the value of this Long as a long value.
lookup(String) - Static method in class com.sun.squawk.io.mailboxes.Channel
Create a connection to a remote Channel using the name of registered ServerChannel.
lookup(String) - Static method in class com.sun.squawk.os.CSystem
Lookup a C link symbol.
lookup(String) - Method in class com.sun.squawk.Suite
Gets the Klass instance from this suite corresponding to a specified class name in internal form.
LOOKUP_B - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOOKUP_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
LOOKUP_S - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
lookUpCode(int) - Static method in exception edu.wpi.first.wpilibj.visa.VisaException
 
lookupField(String, Klass, boolean) - Method in class com.sun.squawk.Klass
Finds the Field object representing a field in this class's hierarchy.
lookupKlass(String) - Static method in class com.sun.squawk.Klass
Look up klass in current suite or one of it's parents.
lookupMailbox(String, Mailbox) - Static method in class com.sun.squawk.io.mailboxes.MailboxAddress
This method looks up a MailboxAddress that has been registered with the system, and implicitly opens the connection to the remote Mailbox.
lookupMailbox(String) - Static method in class com.sun.squawk.VM
 
lookupMethod(String, Klass[], Klass, Klass, boolean) - Method in class com.sun.squawk.Klass
Finds the Method object representing a method in this class's hierarchy.
lookupNative(String) - Static method in class com.sun.squawk.VM
Gets the identifier for a native method.
lookupVirtualMethod(int) - Method in class com.sun.squawk.Klass
Finds the Method object representing a method in this class, given an index in the vtable.
LP - Static variable in class com.sun.squawk.compiler.Type
Special dummy types for specifing the MP, IP and LP variables.
LP - Static variable in interface com.sun.squawk.compiler.Types
Special dummy types for supporting building of the Interpreter.
lseek(int, long, int) - Method in interface com.sun.squawk.platform.posix.natives.LibC
reposition read/write file offset
lseek(int, long, int) - Method in class com.sun.squawk.platform.posix.natives.LibCImpl
 
lseek(int, long, int) - Method in interface com.sun.squawk.platform.windows.natives.LibC
reposition read/write file offset
lseek(int, long, int) - Method in class com.sun.squawk.platform.windows.natives.LibCImpl
 
lseekPtr - Variable in class com.sun.squawk.platform.posix.natives.LibCImpl
 
lt() - Method in interface com.sun.squawk.compiler.BaseCompiler
Test the top two elements.
lt(Offset) - Method in class com.sun.squawk.Offset
Determines if this offset is less than a given offset.
luminanceEqualize() - Method in class edu.wpi.first.wpilibj.image.ColorImage
Calculates the histogram of each plane of a color image and redistributes pixel values across the desired range while maintaining pixel value groupings for the Luminance plane only.

M

m_allocated - Static variable in class edu.wpi.first.wpilibj.SolenoidBase
 
m_allocatedSpeedControllers - Variable in class edu.wpi.first.wpilibj.RobotDrive
 
m_aSource - Variable in class edu.wpi.first.wpilibj.Encoder
The a source
m_bSource - Variable in class edu.wpi.first.wpilibj.Encoder
The b source
m_DeviceHandle - Static variable in class edu.wpi.first.wpilibj.fpga.tSystem
 
m_ds - Variable in class edu.wpi.first.wpilibj.RobotBase
 
m_frontLeftMotor - Variable in class edu.wpi.first.wpilibj.RobotDrive
 
m_frontRightMotor - Variable in class edu.wpi.first.wpilibj.RobotDrive
 
m_index - Variable in class edu.wpi.first.wpilibj.AnalogTrigger
Where the analog trigger is attached
m_indexSource - Variable in class edu.wpi.first.wpilibj.Encoder
The index source
m_interrupt - Variable in class edu.wpi.first.wpilibj.InterruptableSensorBase
The interrupt resource
m_interruptIndex - Variable in class edu.wpi.first.wpilibj.InterruptableSensorBase
The index of the interrupt
m_invertedMotors - Variable in class edu.wpi.first.wpilibj.RobotDrive
 
m_isCANInitialized - Variable in class edu.wpi.first.wpilibj.RobotDrive
 
m_majorRadius - Variable in class edu.wpi.first.wpilibj.image.EllipseMatch
 
m_manager - Variable in class edu.wpi.first.wpilibj.InterruptableSensorBase
The interrupt manager resource
m_maxOutput - Variable in class edu.wpi.first.wpilibj.RobotDrive
 
m_minorRadius - Variable in class edu.wpi.first.wpilibj.image.EllipseMatch
 
m_moduleNumber - Variable in class edu.wpi.first.wpilibj.Module
The module number of the module
m_moduleNumber - Variable in class edu.wpi.first.wpilibj.SolenoidBase
 
m_modules - Static variable in class edu.wpi.first.wpilibj.Module
An array holding the object representing each module
m_moduleType - Variable in class edu.wpi.first.wpilibj.Module
 
M_objLib - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
m_rearLeftMotor - Variable in class edu.wpi.first.wpilibj.RobotDrive
 
m_rearRightMotor - Variable in class edu.wpi.first.wpilibj.RobotDrive
 
m_rotation - Variable in class edu.wpi.first.wpilibj.image.EllipseMatch
 
m_safetyHelper - Variable in class edu.wpi.first.wpilibj.RobotDrive
 
m_score - Variable in class edu.wpi.first.wpilibj.image.EllipseMatch
 
M_semLib - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
m_sensitivity - Variable in class edu.wpi.first.wpilibj.RobotDrive
 
m_SystemIndex - Variable in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
m_SystemIndex - Variable in class edu.wpi.first.wpilibj.fpga.tAI
 
m_SystemIndex - Variable in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
m_SystemIndex - Variable in class edu.wpi.first.wpilibj.fpga.tCounter
 
m_SystemIndex - Variable in class edu.wpi.first.wpilibj.fpga.tDIO
 
m_SystemIndex - Variable in class edu.wpi.first.wpilibj.fpga.tEncoder
 
m_SystemIndex - Variable in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
m_userStatus - Variable in class edu.wpi.first.wpilibj.Dashboard
 
m_userStatusSize - Variable in class edu.wpi.first.wpilibj.Dashboard
 
m_xPos - Variable in class edu.wpi.first.wpilibj.image.EllipseMatch
 
m_yPos - Variable in class edu.wpi.first.wpilibj.image.EllipseMatch
 
Mailbox - Class in com.sun.squawk.io.mailboxes
deprecated Use the higher-level Channel and ServerChannel classes instead.
MailboxAddress - Class in com.sun.squawk.io.mailboxes
deprecated Use the higher-level Channel and ServerChannel classes instead.
MailboxClosedException - Exception in com.sun.squawk.io.mailboxes
This exception is thrown when trying to receive from a closed Mailbox.
MailboxHandler - Interface in com.sun.squawk.io.mailboxes
deprecated Use the higher-level Channel and ServerChannel classes instead.
MailboxInUseException - Exception in com.sun.squawk.io.mailboxes
This exception is thrown when trying to send to register a mailbox under a name, and that name is already used.
MailboxInUseException(String) - Constructor for exception com.sun.squawk.io.mailboxes.MailboxInUseException
Creates a new instance of AddressClosedException
main(String[]) - Static method in class com.sun.squawk.debugger.sda.SDA
Program entry point.
main(String[]) - Static method in class com.sun.squawk.imp.MIDletMainWrapper
 
main(String[]) - Static method in class com.sun.squawk.io.j2me.file.Test
test code
main(String[]) - Static method in class com.sun.squawk.io.j2me.http.Protocol
Call using a full URL (rmeber to include the FILE part!" > squawk com.sun.squawk.io.j2me.http.Protocol http://www.yahoo.com/index.html
main(String[]) - Static method in class com.sun.squawk.io.j2me.socket.Test
test code
main(String[]) - Static method in class com.sun.squawk.JavaApplicationManager
Main routine.
main(String[]) - Method in class com.sun.squawk.Klass
Call this class's public static void main(String[]) method if it is defined.
main(String[]) - Static method in class com.sun.squawk.Test
 
main(String[]) - Static method in class tests.TestApp
 
main(String[]) - Static method in class tests.TestApp2
 
major - Variable in class com.sun.squawk.ObjectMemoryFile
 
makeAffine(ECPoint) - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
makeEightBitString(Object) - Static method in class com.sun.squawk.GC
Change the type of the given object to com.sun.squawk.StringOfBytes.
makeMessage(String, int) - Static method in exception edu.wpi.first.wpilibj.visa.VisaException
 
makeRoomToWrite(int, INorFlashMemoryHeapScanner) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
makeSixteenBitString(Object) - Static method in class com.sun.squawk.GC
Change the type of the given object to java.lang.String.
malloc(UWord) - Static method in class com.sun.squawk.NativeUnsafe
Allocate a block of memory outside of the Java heap.
malloc(int) - Static method in class com.sun.squawk.os.CSystem
Malloc some memory.
mallocBytes(byte[]) - Static method in class com.sun.squawk.os.CSystem
Malloc some memory and copy a byte array into it.
mallocedBlockCount - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
mallocString(String) - Static method in class com.sun.squawk.os.CSystem
Malloc some memory and copy a string into it.
manager - Variable in class com.sun.squawk.rms.RecordStoreEntry
 
ManifestProperty - Class in com.sun.squawk
Key value pair of values found in Suite.PROPERTIES_MANIFEST_RESOURCE_NAME main section.
ManifestProperty(String, String) - Constructor for class com.sun.squawk.ManifestProperty
Creates a property object.
map() - Method in class com.sun.squawk.realtime.RawMemoryAccess
Maps the physical memory range into virtual memory.
map(long) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Maps the physical memory range into virtual memory at the specified location.
map(long, long) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Maps the physical memory range into virtual memory.
MARCH - Static variable in class java.util.Calendar
Value of the MONTH field indicating the third month of the year.
mark(int) - Method in class com.sun.cldc.i18n.StreamReader
Mark the present position in the stream.
mark(int) - Method in class com.sun.squawk.io.BufferedReader
Mark the present position in the stream.
mark(int) - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Marks the current position in input stream for a connection.
mark(int) - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
 
mark() - Static method in exception com.sun.squawk.util.NotImplementedYetException
Dont throw the exception, just stay as a marker.
MARK - Static variable in class com.sun.squawk.vm.ChannelConstants
 
mark - Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.DataInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStreamReader
Mark the present position in the stream.
mark(int) - Method in class java.io.Reader
Mark the present position in the stream.
markSupported() - Method in class com.sun.cldc.i18n.StreamReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class com.sun.squawk.io.BufferedReader
Tell whether this stream supports the mark() operation, which it does.
markSupported() - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Tests if input stream for a connection supports the mark and reset methods.
markSupported() - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
 
MARKSUPPORTED - Static variable in class com.sun.squawk.vm.ChannelConstants
 
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if ByteArrayInputStream supports mark/reset.
markSupported() - Method in class java.io.DataInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStreamReader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
matches(EventRequestModifier.Matcher, Debugger.Event) - Method in class com.sun.squawk.debugger.EventRequestModifier.ClassMatch
Determines if this modifier matches the event currently being processed by an event manager.
matches(EventRequestModifier.Matcher, Debugger.Event) - Method in class com.sun.squawk.debugger.EventRequestModifier.ClassOnly
Determines if this modifier matches the event currently being processed by an event manager.
matches(EventRequestModifier.Matcher, Debugger.Event) - Method in class com.sun.squawk.debugger.EventRequestModifier.Count
Determines if this modifier matches the event currently being processed by an event manager.
matches(EventRequestModifier.Matcher, Debugger.Event) - Method in class com.sun.squawk.debugger.EventRequestModifier.ExceptionOnly
Determines if this modifier matches the event currently being processed by an event manager.
matches(EventRequestModifier.Matcher, Debugger.Event) - Method in class com.sun.squawk.debugger.EventRequestModifier.LocationOnly
Determines if this modifier matches the event currently being processed by an event manager.
matches(EventRequestModifier.ClassMatch, Debugger.Event) - Method in interface com.sun.squawk.debugger.EventRequestModifier.Matcher
 
matches(EventRequestModifier.ClassOnly, Debugger.Event) - Method in interface com.sun.squawk.debugger.EventRequestModifier.Matcher
 
matches(EventRequestModifier.ExceptionOnly, Debugger.Event) - Method in interface com.sun.squawk.debugger.EventRequestModifier.Matcher
 
matches(EventRequestModifier.LocationOnly, Debugger.Event) - Method in interface com.sun.squawk.debugger.EventRequestModifier.Matcher
 
matches(EventRequestModifier.Matcher, Debugger.Event) - Method in class com.sun.squawk.debugger.EventRequestModifier
Determines if this modifier matches the event currently being processed by an event manager.
matches(EventRequestModifier.Matcher, Debugger.Event) - Method in class com.sun.squawk.debugger.EventRequestModifier.Step
Determines if this modifier matches the event currently being processed by an event manager.
matches(EventRequestModifier.Matcher, Debugger.Event) - Method in class com.sun.squawk.debugger.EventRequestModifier.ThreadOnly
Determines if this modifier matches the event currently being processed by an event manager.
matches(byte[]) - Method in interface javax.microedition.rms.RecordFilter
Returns true if the candidate matches the implemented criterion.
matchKind(int) - Method in class com.sun.squawk.debugger.EventRequest
Determines if this request may match events of a given kind.
matchKind - Variable in class com.sun.squawk.debugger.EventRequestModifier.ClassMatch
The operation to be performed with pattern to do the match.
matchModifiers(EventRequestModifier.Matcher, Debugger.Event) - Method in class com.sun.squawk.debugger.EventRequest
Determines if all the modifiers of this request match a given event.
matchRequests(Debugger.Event) - Method in class com.sun.squawk.debugger.EventManager
Finds the registered requests that match a given event.
math(int, double, double) - Static method in class com.sun.squawk.VM
Performs a math operation.
Math - Class in java.lang
The class Math contains methods for performing basic numeric operations.
MathOpcodes - Interface in com.sun.squawk.vm
 
MathUtils - Class in com.sun.squawk.util
The class MathUtils contains some of the Java SE Math routines that are not present in the CLDC 1.1 version of Math:
max() - Static method in class com.sun.squawk.Address
Gets the largest possible machine address.
max() - Static method in class com.sun.squawk.UWord
Gets the largest possible machine word.
max(int, int) - Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
max(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
MAX_CLOCK_FREQUENCY - Variable in class edu.wpi.first.wpilibj.SPIDevice
The maximum rate the clock can transmit at
MAX_MESSAGE_KEY_SIZE - Static variable in interface com.sun.squawk.vm.MessageStruct
The size of the maxumum message key.
MAX_NUM_CACHABLE_TASK_EXECUTORS - Static variable in class com.sun.cldc.jna.TaskExecutor
 
MAX_PRIORITY - Static variable in class com.sun.squawk.VMThread
The maximum priority that a user thread can have.
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX - Static variable in class java.lang.Character
The maximum radix available for conversion to and from Strings.
MAX_SYS_PRIORITY - Static variable in class com.sun.squawk.VM
The maximum priority that a system thread can have.
MAX_SYS_PRIORITY - Static variable in class com.sun.squawk.VMThread
The maximum priority that a system thread can have.
MAX_VALUE - Static variable in class java.lang.Byte
The maximum value a Byte can have.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char.
MAX_VALUE - Static variable in class java.lang.Double
The largest positive finite value of type double.
MAX_VALUE - Static variable in class java.lang.Float
The maximum value a float can have.
MAX_VALUE - Static variable in class java.lang.Integer
The largest value of type int.
MAX_VALUE - Static variable in class java.lang.Long
The largest value of type long.
MAX_VALUE - Static variable in class java.lang.Short
The maximum value a Short can have.
max_wait - Variable in class com.sun.squawk.platform.SystemEvents
 
maxIStreams - Variable in class com.sun.squawk.io.ConnectionBaseAdapter
Maximum number of open input streams.
maxOStreams - Variable in class com.sun.squawk.io.ConnectionBaseAdapter
Maximum number of output streams.
MAY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
MeasureParticle(Pointer, int, boolean, NIVision.MeasurementType) - Static method in class edu.wpi.first.wpilibj.image.NIVision
Returns a measurement associated with a particle
mecanumDrive_Cartesian(double, double, double, double) - Method in class edu.wpi.first.wpilibj.RobotDrive
Drive method for Mecanum wheeled robots.
mecanumDrive_Polar(double, double, double) - Method in class edu.wpi.first.wpilibj.RobotDrive
Drive method for Mecanum wheeled robots.
Member - Class in com.sun.squawk
An instance of Member encapsulates the information about the method or field of a class.
memory - Variable in class com.sun.squawk.ObjectMemorySerializer.ControlBlock
The buffer containing the serialized object graph.
memoryHeap - Variable in class com.sun.squawk.rms.RecordStoreManager
 
MemoryHeapBlock - Class in com.sun.squawk.flash
 
MemoryHeapBlock() - Constructor for class com.sun.squawk.flash.MemoryHeapBlock
 
memoryHeapScanner - Variable in class com.sun.squawk.rms.RecordStoreManager
 
MessageBuffer - Interface in com.sun.squawk.vm
Method buffer data structure.
MessageStruct - Interface in com.sun.squawk.vm
Method data structure.
METADATA - Static variable in class com.sun.squawk.Suite
Denotes a suite that contains all the KlassMetadata for its parent suite.
method - Variable in class com.sun.squawk.debugger.DataType.Location
 
Method - Class in com.sun.squawk
An instance of Method encapsulates the information about the method of a class.
method - Static variable in interface com.sun.squawk.vm.FP
The offset of the slot containing the pointer to the current method.
Method_Bytecodes_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Retrieve the method's bytecodes as defined in the JVM Specification.
Method_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
METHOD_ENTRY - Static variable in class com.sun.squawk.Debugger.Event
 
METHOD_EXIT - Static variable in class com.sun.squawk.Debugger.Event
 
Method_IsObsolete_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Determine if this method is obsolete.
Method_LineTable_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns line number information for the method.
Method_VariableTable_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns variable information for the method.
Method_VariableTableWithGeneric_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns variable information for the method, including generic signatures for the variables.
MethodBody - Class in com.sun.squawk
An instance of MethodBody represents the Squawk bytecode for a method as well as all the other information related to the bytecode such as exception handler tables, oop map for the activation frame etc.
MethodBody(Method, int, Klass[], ExceptionHandler[], int[], ScopedLocalVariable[], byte[], byte[], boolean, boolean) - Constructor for class com.sun.squawk.MethodBody
Creates a MethodBody representing the implementation details of a method.
methodDefiningClass - Static variable in interface com.sun.squawk.vm.HDR
The offset (in words) from an method body's address to the defining class pointer in the method body's header.
methodHeaderTag - Static variable in interface com.sun.squawk.vm.HDR
The object header format tag value specifying a mehod body object header.
methodInfoStart - Static variable in interface com.sun.squawk.vm.HDR
The offset (in bytes) from an method body's address to the start of the info block in the method body's header.
MethodMap - Class in com.sun.squawk.compiler
Oopmap table.
MethodMap() - Constructor for class com.sun.squawk.compiler.MethodMap
The constructor.
MethodMetadata - Class in com.sun.squawk
A MethodMetadata instance represents all the information about a method body that is not absolutely required for execution.
MethodOffsets - Interface in com.sun.squawk.vm
This class contains the offsets for methods that must be directly accessed by the VM or other Squawk tools such as the mapper.
MIDlet - Class in javax.microedition.midlet
A MIDLet is a MID Profile application.
MIDlet() - Constructor for class javax.microedition.midlet.MIDlet
Protected constructor for subclasses.
MIDletMainWrapper - Class in com.sun.squawk.imp
 
midletName - Variable in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
MIDletPeer - Class in com.sun.midp.midlet
MIDletPeer maintains the current state of the MIDlet and forwards updates to it.
MIDletStateChangeException - Exception in javax.microedition.midlet
Signals that a requested MIDlet state change failed.
MIDletStateChangeException() - Constructor for exception javax.microedition.midlet.MIDletStateChangeException
Constructs an exception with no specified detail message.
MIDletStateChangeException(String) - Constructor for exception javax.microedition.midlet.MIDletStateChangeException
Constructs an exception with the specified detail message.
MIDletTunnel - Interface in com.sun.midp.midlet
This is the interface to "tunnel" across Java package namespace, and call the protected methods in the another package namespace.
midLetTunnel - Static variable in class com.sun.squawk.imp.ImpGlobal
 
midletVendor - Variable in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
midletVersion - Variable in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
milli - Variable in class com.sun.midp.util.DateParser
The millisecond represented by this date
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
min(int, int) - Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.Math
Returns the smaller of two long values.
min(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
min(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
MIN_CLOCK_FREQUENCY - Variable in class edu.wpi.first.wpilibj.SPIDevice
The minimum rate the clock can transmit at
MIN_PRIORITY - Static variable in class com.sun.squawk.VMThread
The minimum priority that a thread can have.
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX - Static variable in class java.lang.Character
The minimum radix available for conversion to and from Strings.
MIN_VALUE - Static variable in class java.lang.Byte
The minimum value a Byte can have.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char.
MIN_VALUE - Static variable in class java.lang.Double
The smallest positive value of type double.
MIN_VALUE - Static variable in class java.lang.Float
The minimum value a float can have.
MIN_VALUE - Static variable in class java.lang.Integer
The smallest value of type int.
MIN_VALUE - Static variable in class java.lang.Long
The smallest value of type long.
MIN_VALUE - Static variable in class java.lang.Short
The minimum value a Short can have.
minor - Variable in class com.sun.squawk.ObjectMemoryFile
 
minute - Variable in class com.sun.midp.util.DateParser
The minute represented by this date
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
Mnemonics - Static variable in class com.sun.squawk.vm.AddressType
A char array (encoded in a string) provided a char representation for each valid address type constant.
mod(int[], int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
Modifier - Class in com.sun.squawk
The Modifier class provides constants to decode class and member access modifiers.
modifiers - Variable in class com.sun.squawk.debugger.EventRequest
List of modifiers that filter out certain events.
Module - Class in edu.wpi.first.wpilibj
Base class for AnalogModule and DigitalModule.
Module(ModulePresence.ModuleType, int) - Constructor for class edu.wpi.first.wpilibj.Module
Constructor.
ModulePresence - Class in edu.wpi.first.wpilibj.communication
Class for communicating with the NetworkCommunication library routines which check module presence.
ModulePresence() - Constructor for class edu.wpi.first.wpilibj.communication.ModulePresence
 
ModulePresence.ModuleType - Class in edu.wpi.first.wpilibj.communication
 
MONDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
MONITORENTER - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
MONITOREXIT - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
monitorNotify(Object, boolean) - Static method in class com.sun.squawk.VMThread
Notify an object.
monitorWait(Object, long) - Static method in class com.sun.squawk.VMThread
Wait for an object to be notified.
MonoImage - Class in edu.wpi.first.wpilibj.image
A grey scale image represented at a byte per pixel.
MonoImage() - Constructor for class edu.wpi.first.wpilibj.image.MonoImage
Create a new 0x0 image.
month - Variable in class com.sun.midp.util.DateParser
The month represented by this date
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
MotorSafety - Interface in edu.wpi.first.wpilibj
 
MotorSafetyHelper - Class in edu.wpi.first.wpilibj
The MotorSafetyHelper object is constructed for every object that wants to implement the Motor Safety protocol.
MotorSafetyHelper(MotorSafety) - Constructor for class edu.wpi.first.wpilibj.MotorSafetyHelper
The constructor for a MotorSafetyHelper object.
MP - Static variable in class com.sun.squawk.compiler.Type
Special dummy types for specifing the MP, IP and LP variables.
MP - Static variable in interface com.sun.squawk.compiler.Types
Special dummy types for supporting building of the Interpreter.
mp - Variable in class com.sun.squawk.ExecutionPoint
 
mp - Variable in class com.sun.squawk.Isolate.Breakpoint
The method context of the breakpoint.
mul() - Method in interface com.sun.squawk.compiler.BaseCompiler
Multiply the top two elements on the stack.
mul(int[], int[], int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
MUL_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
MUL_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
MUL_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
MUL_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
MulticastConnection - Interface in javax.microedition.io
This interface defines the capabilities that a datagram connection must have.
MulticastDatagram - Interface in javax.microedition.io
 
MulticastOutputStream - Class in com.sun.squawk.io
A MulticastOutputStream can be configured to send its output to zero or more named output streams.
MulticastOutputStream() - Constructor for class com.sun.squawk.io.MulticastOutputStream
Creates a MulticastOutputStream.
multiply(ECPoint, int[]) - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
multiply(int[], int[], int[]) - Method in class com.sun.squawk.security.ecc.PrimeField
 
multiply2(int[], int[]) - Method in class com.sun.squawk.security.ecc.PrimeField
 
multiplySum(ECPoint, int[], ECPoint, int[]) - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
mustClinit() - Method in class com.sun.squawk.Klass
Determines if class initialization must be performed for this class.
MUSTCLINIT - Static variable in class com.sun.squawk.Modifier
The int value denoting that a class must have its class initializer executed before it is used.
mustClinit(int) - Static method in class com.sun.squawk.Modifier
Return true if the integer argument includes the MUSTCLINIT modifer, false otherwise.
MUTATION_TYPE_SHIFT - Static variable in class com.sun.squawk.vm.AddressType
The amount by which an address type value must be right shifted to extract the encoded mutation type.

N

name - Variable in class com.sun.cldc.jna.Function
 
name - Variable in class com.sun.squawk.ManifestProperty
The name of the property, for example "MIDlet-Vendor".
name - Variable in class com.sun.squawk.ResourceFile
 
name - Variable in class com.sun.squawk.rms.RecordStoreEntry
 
name - Variable in class com.sun.squawk.ScopedLocalVariable
The name of the local variable.
name - Variable in class edu.wpi.first.wpilibj.DriverStation.Alliance
The Alliance name.
NamedSendable - Interface in edu.wpi.first.wpilibj
The interface for sendable objects that gives the sendable a default name in the Smart Dashboard
NaN - Static variable in class java.lang.Double
A Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
Not-a-Number.
Native - Class in com.sun.cldc.jna
Generic machinery to support access to native code.
NATIVE - Static variable in class com.sun.squawk.Modifier
The int value representing the native modifier.
NATIVE - Static variable in class com.sun.squawk.platform.Platform
 
NATIVE - Static variable in exception com.sun.squawk.pragma.PragmaException
Bit flag for methods that are made into native methods by the translator.
Native - Class in com.sun.squawk.vm
This class defines the native method identifiers used in the Squawk system.
Native() - Constructor for class com.sun.squawk.vm.Native
 
NATIVE_GC_ONLY - Static variable in class com.sun.squawk.GarbageCollector
If build.properties defines NATIVE_GC_ONLY= true, then define constant NATIVE_GC_ONLY = true.
NATIVE_TASK_ARGS_OFFSET - Static variable in class com.sun.squawk.NativeUnsafe
 
NATIVE_TASK_EVENTID_OFFSET - Static variable in class com.sun.squawk.NativeUnsafe
 
NATIVE_TASK_LOW_RESULT_OFFSET - Static variable in class com.sun.squawk.NativeUnsafe
 
NATIVE_TASK_NT_ERRNO_RESULT_OFFSET - Static variable in class com.sun.squawk.NativeUnsafe
 
NATIVE_TASK_RESULT_OFFSET - Static variable in class com.sun.squawk.NativeUnsafe
 
nativeFileName - Variable in class com.sun.squawk.platform.BaseGCFFile
File name.
NativeLibrary - Class in com.sun.cldc.jna
Represents a handle to a runtime library (for example, as returned by the POSIX function "dlopen" http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html
NativePragma - Exception in com.sun.squawk.pragma
Any method declared to throw this exception will be turned into a native method by the translator.
NativePragma() - Constructor for exception com.sun.squawk.pragma.NativePragma
 
NATIVEUNSAFE - Static variable in class com.sun.squawk.Klass
Container of methods for peeking and poking memory.
NativeUnsafe - Class in com.sun.squawk
A collection of methods for performing peek and poke operations on memory addresses.
NATIVEUNSAFE - Static variable in interface com.sun.squawk.vm.CID
 
NativeUnsafeGetString(Address) - Static method in class com.sun.cldc.jna.Pointer
Create a Java string from a C string pointer
NBIO_WORKS - Static variable in class com.sun.squawk.platform.posix.GCFSocketsImpl
 
NBIO_WORKS - Static variable in class com.sun.squawk.platform.windows.GCFSocketsImpl
 
ne(Address) - Method in class com.sun.squawk.Address
Determines if this address is not equal to a given address.
ne() - Method in interface com.sun.squawk.compiler.BaseCompiler
Test the top two elements.
ne(Offset) - Method in class com.sun.squawk.Offset
Determines if this offset is not equal to a given offset.
ne(UWord) - Method in class com.sun.squawk.UWord
Determines if this word is not equal to a given word.
needsReply() - Method in class com.sun.squawk.debugger.CommandPacket
 
neg() - Method in interface com.sun.squawk.compiler.BaseCompiler
Negate (2's complement) the top element.
NEG_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
NEG_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
NEG_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
NEG_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
negate(ECPoint) - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
negate(int[], int[]) - Method in class com.sun.squawk.security.ecc.PrimeField
 
NEGATIVE_INFINITY - Static variable in class java.lang.Double
The negative infinity of type double.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
Negative infinity.
NegativeArraySizeException - Exception in java.lang
Thrown if an application tries to create an array with negative size.
NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
NetDB - Interface in com.sun.squawk.platform.posix.natives
java wrapper around #include
NetDB - Interface in com.sun.squawk.platform.windows.natives
java wrapper around #include
NetDB.hostent - Class in com.sun.squawk.platform.posix.natives
C STRUCTURE HostEnt struct hostent { char *h_name; official name of host char **h_aliases; alias list int h_addrtype; host address type int h_length; length of address char **h_addr_list; list of addresses from name server }; #define h_addr h_addr_list[0] address, for backward compatibility
NetDB.hostent() - Constructor for class com.sun.squawk.platform.posix.natives.NetDB.hostent
 
NetDB.hostent - Class in com.sun.squawk.platform.windows.natives
C STRUCTURE HostEnt struct hostent { char *h_name; official name of host char **h_aliases; alias list int h_addrtype; host address type int h_length; length of address char **h_addr_list; list of addresses from name server }; #define h_addr h_addr_list[0] address, for backward compatibility
NetDB.hostent() - Constructor for class com.sun.squawk.platform.windows.natives.NetDB.hostent
 
NetDBImpl - Class in com.sun.squawk.platform.posix.linux.natives
 
NetDBImpl() - Constructor for class com.sun.squawk.platform.posix.linux.natives.NetDBImpl
 
NetDBImpl - Class in com.sun.squawk.platform.posix.macosx.natives
 
NetDBImpl() - Constructor for class com.sun.squawk.platform.posix.macosx.natives.NetDBImpl
 
NetDBImpl - Class in com.sun.squawk.platform.posix.natives
 
NetDBImpl() - Constructor for class com.sun.squawk.platform.posix.natives.NetDBImpl
 
NetDBImpl - Class in com.sun.squawk.platform.posix.solaris.natives
 
NetDBImpl() - Constructor for class com.sun.squawk.platform.posix.solaris.natives.NetDBImpl
 
NetDBImpl - Class in com.sun.squawk.platform.posix.vxworks.natives
 
NetDBImpl() - Constructor for class com.sun.squawk.platform.posix.vxworks.natives.NetDBImpl
 
NetDBImpl - Class in com.sun.squawk.platform.windows.natives
 
NetDBImpl() - Constructor for class com.sun.squawk.platform.windows.natives.NetDBImpl
 
NetDBImpl.hostentImpl - Class in com.sun.squawk.platform.posix.natives
 
NetDBImpl.hostentImpl() - Constructor for class com.sun.squawk.platform.posix.natives.NetDBImpl.hostentImpl
 
NetDBImpl.hostentImpl - Class in com.sun.squawk.platform.windows.natives
 
NetDBImpl.hostentImpl() - Constructor for class com.sun.squawk.platform.windows.natives.NetDBImpl.hostentImpl
 
NetworkButton - Class in edu.wpi.first.wpilibj.buttons
 
NetworkButton(String, String) - Constructor for class edu.wpi.first.wpilibj.buttons.NetworkButton
 
NetworkButton(NetworkTable, String) - Constructor for class edu.wpi.first.wpilibj.buttons.NetworkButton
 
NEW - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
NEWARRAY - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
newCompiler(String) - Static method in class com.sun.squawk.compiler.Compilation
Create a new compiler for a specific architecture.
newCompiler() - Static method in class com.sun.squawk.compiler.Compilation
Create a new default compiler by determining which architecture the VM is running on.
newCompiler() - Method in interface com.sun.squawk.compiler.TargetArchitecture
 
newCount - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
newDatagram(int) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(int, String) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(byte[], int) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(byte[], int, String) - Method in interface javax.microedition.io.DatagramConnection
Make a new datagram object.
NEWDIMENSION - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
newHits - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
newInstance() - Method in class com.sun.squawk.Klass
Creates a new instance of a class.
newInstance() - Method in class java.lang.Class
Creates a new instance of a class.
newLine() - Method in class com.sun.squawk.io.BufferedWriter
Write a line separator.
newLinker(Compiler) - Method in interface com.sun.squawk.compiler.TargetArchitecture
 
newObjValue() - Method in class com.sun.squawk.DebuggerSupport.SlotSetter
Returns the new reference value for the slot last checked by shouldSetSlot.
newPrimValue() - Method in class com.sun.squawk.DebuggerSupport.SlotSetter
Returns the new primitive value for the slot last checked by shouldSetSlot.
next - Static variable in class com.sun.squawk.vm.CS
The index of the pointer to the next class state record.
next - Static variable in interface com.sun.squawk.vm.MessageBuffer
The buffer ID of the next buffer.
next - Static variable in interface com.sun.squawk.vm.MessageStruct
The buffer ID of the next message struct.
next - Static variable in interface com.sun.squawk.vm.SC
The index of the pointer to the next stack chunk in a list of stack chunks.
next(int) - Method in class java.util.Random
Generates the next pseudorandom number.
nextBlockOffset - Variable in class com.sun.squawk.flash.MemoryHeapBlock
 
nextDouble() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextElement() - Method in class com.sun.squawk.util.StringTokenizer
Returns the next element in the Enumeration.
nextElement() - Method in interface java.util.Enumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextFloat() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextInt(int) - Method in class java.util.Random
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
nextLong() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextRecord() - Method in interface javax.microedition.rms.RecordEnumeration
Returns a copy of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator.
nextRecordId() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the recordId of the next record in this enumeration, where next is defined by the comparator and/or filter supplied in the constructor of this enumerator.
nextSector - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
nextSetBit(int) - Method in class com.sun.squawk.util.BitSet
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
nextToken() - Method in class com.sun.squawk.util.StringTokenizer
Returns the next token of the String.
nextToken(String) - Method in class com.sun.squawk.util.StringTokenizer
Returns the next token, after switching to the new delimiter set.
NiFpga - Class in com.ni.rio
The NiFpga class provides access to the FPGA on the cRIO.
NiRioConstants - Interface in com.ni.rio
 
NiRioStatus - Class in com.ni.rio
The NiRioStatus class encapsulates a cRIO status value.
NiRioStatus() - Constructor for class com.ni.rio.NiRioStatus
 
NiRioStatus.FatalStatusException - Exception in com.ni.rio
 
NiRioStatus.FatalStatusException(NiRioStatus, String) - Constructor for exception com.ni.rio.NiRioStatus.FatalStatusException
 
NIST160PrimeField - Class in com.sun.squawk.security.ecc
 
NIST160PrimeField(FFA) - Constructor for class com.sun.squawk.security.ecc.NIST160PrimeField
 
NIVision - Class in edu.wpi.first.wpilibj.image
Class for interfacing with the NIVision libraries
NIVision.ColorMode - Class in edu.wpi.first.wpilibj.image
Enumerations representing the possible color spaces to operate in
NIVision.ImageType - Class in edu.wpi.first.wpilibj.image
Enumeration representing the possible types of imaq images
NIVision.MeasurementType - Class in edu.wpi.first.wpilibj.image
 
NIVision.Range - Class in edu.wpi.first.wpilibj.image
 
NIVision.Range(int, int) - Constructor for class edu.wpi.first.wpilibj.image.NIVision.Range
Create a new range with the specified upper and lower boundaries
NIVision.Rect - Class in edu.wpi.first.wpilibj.image
 
NIVision.Rect(int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.image.NIVision.Rect
Create a new Rect with the specified dimensions
NIVisionException - Exception in edu.wpi.first.wpilibj.image
Exception class which looks up nivision error codes
NIVisionException(String) - Constructor for exception edu.wpi.first.wpilibj.image.NIVisionException
Create a new NIVisionException.
NIVisionException(int) - Constructor for exception edu.wpi.first.wpilibj.image.NIVisionException
Create a new vision exception
NO_CLASSES - Static variable in class com.sun.squawk.Klass
A zero length array of classes.
NO_DATA - Static variable in interface com.sun.squawk.platform.posix.natives.NetDB
Valid name, no data record of requested type.
NO_DATA - Static variable in class com.sun.squawk.platform.posix.natives.NetDBImpl
 
NO_DATA - Static variable in interface com.sun.squawk.platform.windows.natives.NetDB
Valid name, no data record of requested type.
NO_DATA - Static variable in class com.sun.squawk.platform.windows.natives.NetDBImpl
 
NO_FIELDS - Static variable in class com.sun.squawk.ClassFileField
A zero-length array of ClassFileFields.
NO_METHODS - Static variable in class com.sun.squawk.ClassFileMethod
A zero-length array of ClassFileMethods.
NO_RECOVERY - Static variable in interface com.sun.squawk.platform.posix.natives.NetDB
Non recoverable errors, FORMERR, REFUSED, NOTIMP.
NO_RECOVERY - Static variable in class com.sun.squawk.platform.posix.natives.NetDBImpl
 
NO_RECOVERY - Static variable in interface com.sun.squawk.platform.windows.natives.NetDB
Non recoverable errors, FORMERR, REFUSED, NOTIMP.
NO_RECOVERY - Static variable in class com.sun.squawk.platform.windows.natives.NetDBImpl
 
NoClassDefFoundError - Error in java.lang
Thrown if the Java Virtual Machine tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
NoClassDefFoundError() - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String) - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
NON_FLOAT_BYTECODE_COUNT - Static variable in class com.sun.squawk.vm.OPC.Properties
The number of non-floating point instructions.
NONE - Static variable in class com.sun.squawk.debugger.Log
Disables logging.
NONE - Static variable in class com.sun.squawk.ServiceOperation
The an invalid service operation code.
none - Static variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposurePriorityT
No prioritization.
NorFlashMemoryHeap - Class in com.sun.squawk.flash
 
NorFlashMemoryHeap() - Constructor for class com.sun.squawk.flash.NorFlashMemoryHeap
 
NorFlashMemoryHeap(INorFlashSectorState[]) - Constructor for class com.sun.squawk.flash.NorFlashMemoryHeap
 
NorFlashMemoryHeap(int) - Constructor for class com.sun.squawk.flash.NorFlashMemoryHeap
 
NorFlashSectorState - Class in com.sun.squawk.flash
 
NorFlashSectorState() - Constructor for class com.sun.squawk.flash.NorFlashSectorState
 
NorFlashSectorState(INorFlashSector) - Constructor for class com.sun.squawk.flash.NorFlashSectorState
 
NorFlashSectorStateList - Class in com.sun.squawk.flash
 
NorFlashSectorStateList() - Constructor for class com.sun.squawk.flash.NorFlashSectorStateList
 
NORM_PRIORITY - Static variable in class com.sun.squawk.VMThread
The default priority that is assigned to a thread.
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
normalize(double[]) - Static method in class edu.wpi.first.wpilibj.RobotDrive
Normalize all wheel speeds if the magnitude of any wheel is greater than 1.0.
NoSuchElementException - Exception in java.util
Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
NoSuchElementException() - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException with null as its error message string.
NoSuchElementException(String) - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
NoSuchMailboxException - Exception in com.sun.squawk.io.mailboxes
This exception is thrown when trying to send to register a mailbox under a name, and that name is already used.
NoSuchMailboxException(String) - Constructor for exception com.sun.squawk.io.mailboxes.NoSuchMailboxException
Creates a new instance of NoSuchMailboxException
NOT_INLINED - Static variable in exception com.sun.squawk.pragma.PragmaException
Bit flag for methods that are never inlined by the translator.
notifier - Variable in class com.sun.squawk.debugger.EventManager
The object that is the conduit for events sent from an event producer.
notify() - Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notifyAll() - Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyClosedInput() - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Notify blocked Java threads waiting for an input data that all InputStream instances of the connection are closed
notifyClosedOutput() - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Notify blocked Java threads trying to output data that all OutputStream instances of the connection are closed
notifyDestroyed() - Method in class javax.microedition.midlet.MIDlet
Used by an MIDlet to notify the application management software that it has entered into the Destroyed state.
notifyEvent(Debugger.Event) - Method in class com.sun.squawk.Debugger
Notifies this debugger when an event it may be interested in occurs.
notifyEvent(Debugger.Event) - Method in class com.sun.squawk.debugger.sda.SDA
Notifies this debugger when an event it may be interested in occurs.
notifyPaused() - Method in class javax.microedition.midlet.MIDlet
Notifies the application management software that the MIDlet does not want to be active and has entered the Paused state.
NotImplementedYetException - Exception in com.sun.squawk.util
Thrown to indicate that an attempt has been made to invoke code that is not yet complete.
NotImplementedYetException() - Constructor for exception com.sun.squawk.util.NotImplementedYetException
Constructs an NotImplementedYetException with no detail message.
NotImplementedYetException(String) - Constructor for exception com.sun.squawk.util.NotImplementedYetException
Constructs an NotImplementedYetException with the specified detail message.
NotInlinedPragma - Exception in com.sun.squawk.pragma
Any method declared to throw this exception will never be inlined by the translator.
NotInlinedPragma() - Constructor for exception com.sun.squawk.pragma.NotInlinedPragma
 
NOVEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the eleventh month of the year.
ntohl(int) - Static method in class com.sun.squawk.platform.posix.Inet
 
ntohl(int) - Static method in class com.sun.squawk.platform.windows.Inet
 
ntohs(short) - Static method in class com.sun.squawk.platform.posix.Inet
 
ntohs(short) - Static method in class com.sun.squawk.platform.windows.Inet
 
NULL() - Static method in class com.sun.cldc.jna.Pointer
 
NULL - Static variable in class com.sun.cldc.jna.Structure
Singleton object that can be used as a NULL structure instance.
NULL - Static variable in class com.sun.squawk.debugger.DataType.ObjectID
Constant for the type representing null.
NULL - Static variable in class com.sun.squawk.debugger.DataType.ReferenceTypeID
Constant for the type representing null.
NULL - Static variable in class com.sun.squawk.Klass
The type for null.
NULL - Static variable in interface com.sun.squawk.vm.CID
 
NullPointerException - Exception in java.lang
Thrown when an application attempts to use null in a case where an object is required.
NullPointerException() - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String) - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
NUM_STAT_VALUES - Static variable in class com.sun.squawk.VM.Stats
 
NumberFormatException - Exception in java.lang
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
NumberFormatException() - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
numBytesLastScanned - Variable in class com.sun.squawk.GarbageCollector
The number of bytes scanned in the last collection.
numRecords - Variable in class com.sun.squawk.rms.RecordStoreEntry
 
numRecords() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the number of records available in this enumeration's set.

O

O_ACCMODE - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
O_ACCMODE - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
O_ACCMODE - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
O_APPEND - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
O_APPEND - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
O_APPEND - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
O_CREAT - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
O_CREAT - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
O_CREAT - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
O_EXCL - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
O_EXCL - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
O_EXCL - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
O_NONBLOCK - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
O_NONBLOCK - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
O_NONBLOCK - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
O_RDONLY - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
O_RDONLY - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
O_RDONLY - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
O_RDWR - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
O_RDWR - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
O_RDWR - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
O_SYNC - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
O_SYNC - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
O_SYNC - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
O_TRUNC - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
O_TRUNC - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
O_TRUNC - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
O_WRONLY - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
O_WRONLY - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
O_WRONLY - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
object - Variable in class com.sun.squawk.Debugger.Event
The object (if any) to which the event applies.
OBJECT - Static variable in class com.sun.squawk.Klass
The type for java.lang.Object.
OBJECT - Static variable in interface com.sun.squawk.vm.CID
 
OBJECT - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
Object - Class in java.lang
Class Object is the root of the class hierarchy.
Object() - Constructor for class java.lang.Object
 
OBJECT_0 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OBJECT_1 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OBJECT_10 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OBJECT_11 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OBJECT_12 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OBJECT_13 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OBJECT_14 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OBJECT_15 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OBJECT_2 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OBJECT_3 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OBJECT_4 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OBJECT_5 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OBJECT_6 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OBJECT_7 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OBJECT_8 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OBJECT_9 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OBJECT_ARRAY - Static variable in class com.sun.squawk.Klass
The type for java.lang.Object[].
OBJECT_ARRAY - Static variable in interface com.sun.squawk.vm.CID
 
OBJECT_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
ObjectAssociation - Class in com.sun.squawk
An Object association is the logical extension of an object that is used to hold rarely used information like the monitor and hashcode.
ObjectEnvelope - Class in com.sun.squawk.io.mailboxes
A ObjectEnvelope can be used to pass a copy of an ICopiable object between isolates.
ObjectEnvelope(ICopiable) - Constructor for class com.sun.squawk.io.mailboxes.ObjectEnvelope
 
ObjectManager - Class in com.sun.squawk.debugger.sda
This class manages mapping objects in the VM to JDWP objectIDs.
ObjectManager() - Constructor for class com.sun.squawk.debugger.sda.ObjectManager
 
ObjectMemory - Class in com.sun.squawk
An ObjectMemory instance is an immutable wrapper for an object memory and its metadata.
ObjectMemory(Address, int, String, Object, int, ObjectMemory) - Constructor for class com.sun.squawk.ObjectMemory
Constructs a new object memory file.
objectMemory - Variable in class com.sun.squawk.ObjectMemoryFile
 
ObjectMemoryEndianessSwapper - Class in com.sun.squawk
A ObjectMemoryEndianessSwapper instance is used to swap the endianess of all the data values in an ObjectMemory that are accessed via direct loads by the machine where such loads assume a fixed endianess of the data.
ObjectMemoryFile - Class in com.sun.squawk
An ObjectMemoryFile encapsulates all the data in a serialized object graph.
ObjectMemoryFile(int, int, int, int, String, ObjectMemory) - Constructor for class com.sun.squawk.ObjectMemoryFile
 
ObjectMemoryLoader - Class in com.sun.squawk
This class facilitates loading a serialized object graph from a URI and relocating it.
ObjectMemorySerializer - Class in com.sun.squawk
This class facilitates saving a serialized object graph to a URL.
ObjectMemorySerializer.ControlBlock - Class in com.sun.squawk
A ControlBlock instance is used to pass parameters in both directions when calling the copyObjectGraph low level routine that serializes an object graph.
ObjectMemorySerializer.ControlBlock() - Constructor for class com.sun.squawk.ObjectMemorySerializer.ControlBlock
 
ObjectReference_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
ObjectReference_DisableCollection_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Prevents garbage collection for the given object.
ObjectReference_EnableCollection_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Permits garbage collection for this object.
ObjectReference_GetValues_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the value of one or more instance fields.
ObjectReference_InvokeMethod_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Invokes a instance method.
ObjectReference_IsCollected_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Determines whether an object has been garbage collected in the target VM.
ObjectReference_MonitorInfo_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns monitor information for an object.
ObjectReference_ReferenceType_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the runtime type of the object.
ObjectReference_SetValues_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Sets the value of one or more instance fields.
observeUserProgramAutonomous() - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
 
observeUserProgramDisabled() - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
 
observeUserProgramStarting() - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
Let the DS know that the user is loading a new app.
observeUserProgramTeleop() - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
 
observeUserProgramTest() - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
 
ocall(Parm) - Static method in class com.sun.squawk.os.CSystem
Call a 'C' function.
OCTOBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the tenth month of the year.
offset - Variable in class com.sun.squawk.debugger.DataType.Location
 
offset - Variable in class com.sun.squawk.flash.MemoryHeapBlock
 
OFFSET - Static variable in class com.sun.squawk.Klass
The type for representing the directed distance between two machine addresses.
Offset - Class in com.sun.squawk
The offset type is used by the runtime system and collector to denote the directed distance between two machine addresses.
offset - Variable in class com.sun.squawk.util.ByteArrayInputStreamWithSetBytes
 
OFFSET - Static variable in interface com.sun.squawk.vm.CID
 
OffsetOutOfBoundsException - Exception in com.sun.squawk.realtime
Thrown if the constructor of a RawMemoryAccess, or RawMemoryFloatAccess is given an invalid address.
OffsetOutOfBoundsException() - Constructor for exception com.sun.squawk.realtime.OffsetOutOfBoundsException
A constructor for OffsetOutOfBoundsException.
OffsetOutOfBoundsException(String) - Constructor for exception com.sun.squawk.realtime.OffsetOutOfBoundsException
A descriptive constructor for OffsetOutOfBoundsException.
ONE_WORD - Static variable in class com.sun.squawk.Klass
The root of all single word types.
onTarget() - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
Return true if the error is within the percentage of the total input range, determined by setTolerance.
onTarget() - Method in class edu.wpi.first.wpilibj.PIDController.AbsoluteTolerance
 
onTarget() - Method in class edu.wpi.first.wpilibj.PIDController.NullTolerance
 
onTarget() - Method in class edu.wpi.first.wpilibj.PIDController
Return true if the error is within the percentage of the total input range, determined by setTolerance.
onTarget() - Method in class edu.wpi.first.wpilibj.PIDController.PercentageTolerance
 
onTarget() - Method in interface edu.wpi.first.wpilibj.PIDController.Tolerance
 
OOP - Static variable in class com.sun.squawk.compiler.Type
Define primary types.
OOP - Static variable in interface com.sun.squawk.compiler.Types
Define primary types.
oopMap - Variable in class com.sun.squawk.ObjectMemorySerializer.ControlBlock
The oop map that describes which words in the serialized graph are pointers.
OpaqueStructure - Class in com.sun.cldc.jna
This is a "Structure" that we'll never look at the fields of.
OpaqueStructure() - Constructor for class com.sun.cldc.jna.OpaqueStructure
 
OPC - Class in com.sun.squawk.vm
This class defines the bytecodes used in the Squawk system.
OPC() - Constructor for class com.sun.squawk.vm.OPC
 
OPC.Properties - Class in com.sun.squawk.vm
 
OPC.Properties() - Constructor for class com.sun.squawk.vm.OPC.Properties
 
open(InputStream, String) - Method in class com.sun.cldc.i18n.StreamReader
Open the reader
open(OutputStream, String) - Method in class com.sun.cldc.i18n.StreamWriter
Open the writer
open(String, byte[], boolean, boolean, Runnable) - Method in class com.sun.squawk.debugger.JDWPListener
Opens the connection used by this listener and performs a handshake with the remote host once the connection has been established.
open(String, String, int, boolean) - Method in class com.sun.squawk.io.ConnectionBase
Open a connection to a target.
open(String, String, int, boolean) - Method in class com.sun.squawk.io.j2me.channel.Protocol
open
open(String, String, int, boolean) - Method in class com.sun.squawk.io.j2me.debug.Protocol
Open the connection
open(String, String, int, boolean) - Method in class com.sun.squawk.io.j2me.dserror.Protocol
Open the connection
open(String, String, int, boolean) - Method in class com.sun.squawk.io.j2me.file.Protocol
Open the connection
open(String, String, int, boolean) - Method in class com.sun.squawk.io.j2me.http.Protocol
 
open(String, String, int, boolean) - Method in class com.sun.squawk.io.j2me.multicastoutput.Protocol
Opens the connection.
open(String, String, int, boolean) - Method in class com.sun.squawk.io.j2me.serversocket.Protocol
Open the connection
open(String, String, int, boolean) - Method in class com.sun.squawk.io.j2me.socket.Protocol
Open the connection
open(String, int, int) - Method in interface com.sun.squawk.platform.GCFSockets
Opens a TCP connection to a server.
open(String, int, int) - Method in class com.sun.squawk.platform.posix.GCFSocketsImpl
 
open(String, int, int) - Method in interface com.sun.squawk.platform.posix.natives.LibC
open or create a file for reading or writing
open(String, int, int) - Method in class com.sun.squawk.platform.posix.natives.LibCImpl
 
open(String, int, int) - Method in class com.sun.squawk.platform.windows.GCFSocketsImpl
 
open(String, int, int) - Method in interface com.sun.squawk.platform.windows.natives.LibC
open or create a file for reading or writing
open(String, int, int) - Method in class com.sun.squawk.platform.windows.natives.LibCImpl
 
open(Suite, String) - Method in interface com.sun.squawk.TranslatorInterface
Opens a connection with the translator to load & create classes in the context of a given suite.
open(String) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int, boolean) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
OPENCONNECTION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
openDataInputStream() - Method in class com.sun.squawk.io.ConnectionBase
Create and open a connection input stream.
openDataInputStream() - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Open and return a data input stream for a connection.
openDataInputStream() - Method in class com.sun.squawk.io.j2me.socket.Protocol
Open and return a data input stream for a connection.
openDataInputStream() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
openDataInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openDataInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return a data input stream for a connection.
openDataOutputStream() - Method in class com.sun.squawk.io.ConnectionBase
Create and open a connection output stream.
openDataOutputStream() - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Open and return a data output stream for a connection.
openDataOutputStream() - Method in class com.sun.squawk.io.j2me.socket.Protocol
Open and return a data output stream for a connection.
openDataOutputStream() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
openDataOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openDataOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return a data output stream for a connection.
opened - Variable in class com.sun.squawk.io.j2me.debug.Protocol
 
opened - Variable in class com.sun.squawk.io.j2me.dserror.Protocol
 
openForRead() - Method in interface com.sun.squawk.platform.GCFFile
Open the file for reading, on the underlying file system.
openForRead() - Method in class com.sun.squawk.platform.posix.GCFFileImpl
Opens the file for reading.
openForRead() - Method in class com.sun.squawk.platform.windows.GCFFileImpl
Opens the file for reading.
openForWrite() - Method in interface com.sun.squawk.platform.GCFFile
Open the file for writing, on the underlying file system.
openForWrite() - Method in class com.sun.squawk.platform.posix.GCFFileImpl
Opens the file for writing.
openForWrite() - Method in class com.sun.squawk.platform.windows.GCFFileImpl
Opens the file for writing.
OPENINPUT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
openInputStream() - Method in class com.sun.squawk.io.ConnectionBase
Open and return a data input stream for a connection.
openInputStream() - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Returns an input stream.
openInputStream(String) - Method in interface com.sun.squawk.io.connections.ClasspathConnection
 
openInputStream() - Method in class com.sun.squawk.io.j2me.channel.Protocol
openInputStream
openInputStream() - Method in class com.sun.squawk.io.j2me.file.Protocol
Open and return an input stream for a connection.
openInputStream() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
openInputStream() - Method in class com.sun.squawk.io.j2me.socket.Protocol
Returns an input stream for this socket.
openInputStream() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
openInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return an input stream for a connection.
OPENOUTPUT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
openOutputStream() - Method in class com.sun.squawk.io.ConnectionBase
Open and return a data output stream for a connection.
openOutputStream() - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Returns an output stream.
openOutputStream() - Method in class com.sun.squawk.io.j2me.channel.Protocol
openOutputStream
openOutputStream() - Method in class com.sun.squawk.io.j2me.debug.Protocol
Returns an output stream for this socket.
openOutputStream() - Method in class com.sun.squawk.io.j2me.dserror.Protocol
Returns an output stream for this socket.
openOutputStream() - Method in class com.sun.squawk.io.j2me.file.Protocol
Open and return an output stream for a connection.
openOutputStream(long) - Method in class com.sun.squawk.io.j2me.file.Protocol
 
openOutputStream() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
openOutputStream() - Method in class com.sun.squawk.io.j2me.multicastoutput.Protocol
Opens and returns an output stream for this connection.
openOutputStream() - Method in class com.sun.squawk.io.j2me.socket.Protocol
Returns an output stream for this socket.
openOutputStream() - Method in interface com.sun.squawk.microedition.io.FileConnection
 
openOutputStream(long) - Method in interface com.sun.squawk.microedition.io.FileConnection
 
openOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return an output stream for a connection.
openPrim(String, int, boolean) - Method in interface com.sun.cldc.io.ConnectionBaseInterface
 
openPrim(String, int, boolean) - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Initialize the StreamConnection and return it.
openPrim(String, int, boolean) - Method in class com.sun.squawk.io.j2me.file.Protocol
Opens the file connection.
openPtr - Variable in class com.sun.squawk.platform.posix.natives.LibCImpl
 
openRecordStore(String, boolean) - Static method in class javax.microedition.rms.RecordStore
Open (and possibly create) a record store associated with the given MIDlet suite.
openServer(int, int) - Method in interface com.sun.squawk.platform.GCFSockets
Opens a server TCP connection to clients.
openServer(int, int) - Method in class com.sun.squawk.platform.posix.GCFSocketsImpl
Opens a server TCP connection to clients.
openServer(int, int) - Method in class com.sun.squawk.platform.windows.GCFSocketsImpl
Opens a server TCP connection to clients.
operatorControl() - Method in class edu.wpi.first.wpilibj.SimpleRobot
Operator control (tele-operated) code should go here.
or(UWord) - Method in class com.sun.squawk.Address
Logically OR a word with this address.
or() - Method in interface com.sun.squawk.compiler.BaseCompiler
Or the top two elements on the stack.
or(BitSet) - Method in class com.sun.squawk.util.BitSet
Performs a logical OR of this bit set with the bit set argument.
or(BitSet, int) - Method in class com.sun.squawk.util.BitSet
Performs a logical OR of this bit set with a given bit set.
or(UWord) - Method in class com.sun.squawk.UWord
Logically OR a word with this word.
OR_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
OR_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
order - Variable in class com.sun.squawk.security.ecc.ECCurveFp
 
osopen - Variable in class com.sun.squawk.io.j2me.socket.Protocol
Output stream open flag
oStreams - Variable in class com.sun.squawk.io.ConnectionBaseAdapter
Number of output streams were opened.
otherHost - Variable in class com.sun.squawk.debugger.JDWPListener
The connection to the other host participating in a network connection that is being proxied.
out - Variable in class com.sun.cldc.i18n.StreamWriter
Output stream to write to
out - Variable in class com.sun.squawk.debugger.JDWPListener.CommandSet
Stream to which data in reply is written.
out - Static variable in class com.sun.squawk.debugger.Log
Where messages are logged.
out - Variable in class java.io.DataOutputStream
The output stream.
out - Static variable in class java.lang.System
The "standard" output stream.
OutOfMemoryError - Error in java.lang
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
OutOfMemoryError() - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String) - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
outPrint(PrintStream, String) - Static method in class com.sun.squawk.VM
Print str safely to Stream, or to VM.print if that fails.
outPrint(PrintStream, long) - Static method in class com.sun.squawk.VM
Print val safely to Stream, or to VM.print if that fails.
outPrint(String) - Static method in class com.sun.squawk.VM
Print str safely to System.err, or to VM.print if that fails.
outPrint(long) - Static method in class com.sun.squawk.VM
Print val safely to System.err, or to VM.print if that fails.
outPrintBC() - Static method in class com.sun.squawk.VM
Print branch count as safely as possible.
outPrintln(PrintStream, String) - Static method in class com.sun.squawk.VM
Print str safely to Stream, or to VM.print if that fails.
outPrintln(PrintStream) - Static method in class com.sun.squawk.VM
Print new line safely to Stream, or to VM.print if that fails.
outPrintln(String) - Static method in class com.sun.squawk.VM
Print str safely to System.err, or to VM.print if that fails.
outPrintln() - Static method in class com.sun.squawk.VM
Print new line safely to System.err, or to VM.print if that fails.
outPrintThread(VMThread) - Static method in class com.sun.squawk.VM
Print thread name as safely as possible, to System.err, or VM.print if that fails.
OutputConnection - Interface in javax.microedition.io
This interface defines the capabilities that an output stream connection must have.
OutputStream - Class in java.io
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - Class in java.io
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are translated into bytes.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding.
overrideIOConfig(FRCControl.DynamicControlData, int) - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
Right new io config data.
owner - Static variable in interface com.sun.squawk.vm.SC
The index of the pointer to the VMThread instance that owns this chunk.
owningList - Variable in class com.sun.squawk.flash.NorFlashSectorState
 

P

p - Variable in class com.sun.squawk.security.ecc.PrimeField
 
P_HIGH - Static variable in interface com.sun.squawk.compiler.BaseCompiler
Local and parm register allocation hints.
P_LOW - Static variable in interface com.sun.squawk.compiler.BaseCompiler
Local and parm register allocation hints.
P_MEDIUM - Static variable in interface com.sun.squawk.compiler.BaseCompiler
Local and parm register allocation hints.
Packet - Class in com.sun.squawk.debugger
A Packet encapsulates a JDWP command or reply packet.
Packet(int) - Constructor for class com.sun.squawk.debugger.Packet
Creates a Packet for a new JDWP request.
Packet(int, int, DataInputStream) - Constructor for class com.sun.squawk.debugger.Packet
Creates a Packet to encapsulate a received JDWP packet.
packetIndex - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
The index of the packet
PacketInputStream - Class in com.sun.squawk.debugger
A PacketInputStream is used to read data from the data part of a Packet.
PacketInputStream(DataInputStream) - Constructor for class com.sun.squawk.debugger.PacketInputStream
 
PacketInputStream(PacketInputStream) - Constructor for class com.sun.squawk.debugger.PacketInputStream
 
PacketOutputStream - Class in com.sun.squawk.debugger
A PacketOutputStream is used to write data to the data part of a Packet.
PacketOutputStream(DataOutputStream) - Constructor for class com.sun.squawk.debugger.PacketOutputStream
 
parameter(String, String) - Method in class com.sun.squawk.io.j2me.ParameterParser
Notifies a subclass of a = pair that has been parsed.
ParameterParser - Class in com.sun.squawk.io.j2me
Helper class for parsing extra parameters from a connection URL.
ParameterParser() - Constructor for class com.sun.squawk.io.j2me.ParameterParser
 
parentHash - Variable in class com.sun.squawk.ObjectMemoryFile
 
parentURI - Variable in class com.sun.squawk.ObjectMemoryFile
 
parm(Type, int) - Method in interface com.sun.squawk.compiler.BaseCompiler
Define a parameter variable.
parm(Type) - Method in interface com.sun.squawk.compiler.BaseCompiler
Define a parameter variable.
parm(Type, int) - Method in interface com.sun.squawk.compiler.InterpCompiler
Define a parameter variable.
parm(Type) - Method in interface com.sun.squawk.compiler.InterpCompiler
Define a parameter variable.
Parm - Class in com.sun.squawk.os
Root parameter class.
Parm(int) - Constructor for class com.sun.squawk.os.Parm
Constructor.
parm(int) - Method in class com.sun.squawk.os.Parm
Add an int parameter.
parm(long) - Method in class com.sun.squawk.os.Parm
Add a long parameter.
parm(float) - Method in class com.sun.squawk.os.Parm
Add a float parameter.
parm(double) - Method in class com.sun.squawk.os.Parm
Add a double parameter.
parm(Object) - Method in class com.sun.squawk.os.Parm
Add an Object parameter.
parm0 - Static variable in interface com.sun.squawk.vm.FP
The offset of the slot containing the first parameter.
parse(String) - Static method in class com.sun.midp.util.DateParser
Attempts to interpret the string s as a representation of a date and time.
parse(String) - Method in class com.sun.squawk.io.j2me.ParameterParser
Parses the = pairs separated by ';' in a URL name.
parseByte(String) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseByte(String, int) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseDouble(String) - Static method in class java.lang.Double
Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
parseFloat(String) - Static method in class java.lang.Float
Returns a new float initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
parseInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseISO(String) - Static method in class com.sun.midp.util.DateParser
Parses a date string according to the ISO 8601 standard.
parseLong(String, int) - Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseShort(String) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseShort(String, int) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value in the radix specified by the second argument.
parseURL() - Method in class com.sun.squawk.io.j2me.http.Protocol
 
ParticleAnalysisReport - Class in edu.wpi.first.wpilibj.image
Class to store commonly used information about a particle.
particleArea - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Area of the particle
particleFilter(CriteriaCollection) - Method in class edu.wpi.first.wpilibj.image.BinaryImage
 
particleFilter(Pointer, Pointer, CriteriaCollection) - Static method in class edu.wpi.first.wpilibj.image.NIVision
 
particleQuality - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Percentage of the particle Area in relation to its Particle and Holes Area
particleToImagePercent - Variable in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Percentage of the particle Area covering the Image Area.
pattern - Variable in class com.sun.squawk.debugger.EventRequestModifier.ClassMatch
The string derived from the regular expression to do the matching.
PAUSE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
pauseApp() - Method in class edu.wpi.first.wpilibj.RobotBase
Pauses the application
pauseApp() - Method in class javax.microedition.midlet.MIDlet
Signals the MIDlet to stop and enter the Paused state.
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peekReceiver() - Method in interface com.sun.squawk.compiler.InterpCompiler
Peek the receiver in the runtime stack.
peripheralArraysByType - Variable in class com.sun.squawk.peripheral.PeripheralRegistry
 
PeripheralRegistry - Class in com.sun.squawk.peripheral
Place holder for all peripheral types known by Squawk.
PeripheralRegistry() - Constructor for class com.sun.squawk.peripheral.PeripheralRegistry
 
PI - Static variable in class java.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PIDCommand - Class in edu.wpi.first.wpilibj.command
This class defines a Command which interacts heavily with a PID loop.
PIDCommand(String, double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDCommand
Instantiates a PIDCommand that will use the given p, i and d values.
PIDCommand(String, double, double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDCommand
Instantiates a PIDCommand that will use the given p, i and d values.
PIDCommand(double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDCommand
Instantiates a PIDCommand that will use the given p, i and d values.
PIDCommand(double, double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDCommand
Instantiates a PIDCommand that will use the given p, i and d values.
PIDController - Class in edu.wpi.first.wpilibj
Class implements a PID Control Loop.
PIDController(double, double, double, double, PIDSource, PIDOutput, double) - Constructor for class edu.wpi.first.wpilibj.PIDController
Allocate a PID object with the given constants for P, I, D, and F
PIDController(double, double, double, PIDSource, PIDOutput, double) - Constructor for class edu.wpi.first.wpilibj.PIDController
Allocate a PID object with the given constants for P, I, D and period
PIDController(double, double, double, PIDSource, PIDOutput) - Constructor for class edu.wpi.first.wpilibj.PIDController
Allocate a PID object with the given constants for P, I, D, using a 50ms period.
PIDController(double, double, double, double, PIDSource, PIDOutput) - Constructor for class edu.wpi.first.wpilibj.PIDController
Allocate a PID object with the given constants for P, I, D, using a 50ms period.
PIDController.AbsoluteTolerance - Class in edu.wpi.first.wpilibj
 
PIDController.NullTolerance - Class in edu.wpi.first.wpilibj
 
PIDController.NullTolerance() - Constructor for class edu.wpi.first.wpilibj.PIDController.NullTolerance
 
PIDController.PercentageTolerance - Class in edu.wpi.first.wpilibj
 
PIDController.Tolerance - Interface in edu.wpi.first.wpilibj
Tolerance is the type of tolerance used to specify if the PID controller is on target.
pidGet() - Method in class edu.wpi.first.wpilibj.Accelerometer
Get the Acceleration for the PID Source parent.
pidGet() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Get the average value for use with PIDController.
pidGet() - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
Implement the PIDSource interface.
pidGet() - Method in class edu.wpi.first.wpilibj.Counter
 
pidGet() - Method in class edu.wpi.first.wpilibj.Encoder
Implement the PIDSource interface.
pidGet() - Method in class edu.wpi.first.wpilibj.Gyro
Get the angle of the gyro for use with PIDControllers
pidGet() - Method in class edu.wpi.first.wpilibj.HiTechnicCompass
 
pidGet() - Method in interface edu.wpi.first.wpilibj.PIDSource
Get the result to use in PIDController
pidGet() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Get the range in the current DistanceUnit for the PIDSource base object.
PIDOutput - Interface in edu.wpi.first.wpilibj
This interface allows PIDController to write it's results to its output.
PIDSource - Interface in edu.wpi.first.wpilibj
This interface allows for PIDController to automatically read from this object
PIDSource.PIDSourceParameter - Class in edu.wpi.first.wpilibj
A description for the type of output value to provide to a PIDController
PIDSubsystem - Class in edu.wpi.first.wpilibj.command
This class is designed to handle the case where there is a Subsystem which uses a single PIDController almost constantly (for instance, an elevator which attempts to stay at a constant height).
PIDSubsystem(String, double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDSubsystem
Instantiates a PIDSubsystem that will use the given p, i and d values.
PIDSubsystem(String, double, double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDSubsystem
Instantiates a PIDSubsystem that will use the given p, i and d values.
PIDSubsystem(String, double, double, double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDSubsystem
Instantiates a PIDSubsystem that will use the given p, i and d values.
PIDSubsystem(double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDSubsystem
Instantiates a PIDSubsystem that will use the given p, i and d values.
PIDSubsystem(double, double, double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDSubsystem
Instantiates a PIDSubsystem that will use the given p, i and d values.
PIDSubsystem(double, double, double, double) - Constructor for class edu.wpi.first.wpilibj.command.PIDSubsystem
Instantiates a PIDSubsystem that will use the given p, i and d values.
pidWrite(double) - Method in class edu.wpi.first.wpilibj.CANJaguar
Deprecated. Use setX instead.
pidWrite(double) - Method in class edu.wpi.first.wpilibj.Jaguar
Write out the PID value as seen in the PIDOutput base object.
pidWrite(double) - Method in interface edu.wpi.first.wpilibj.PIDOutput
Set the output to the value calculated by PIDController
pidWrite(double) - Method in class edu.wpi.first.wpilibj.Talon
Write out the PID value as seen in the PIDOutput base object.
pidWrite(double) - Method in class edu.wpi.first.wpilibj.Victor
Write out the PID value as seen in the PIDOutput base object.
ping() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Single ping to ultrasonic sensor.
Platform - Class in com.sun.cldc.jna
Provide simplified platform information
Platform() - Constructor for class com.sun.cldc.jna.Platform
 
Platform - Class in com.sun.squawk.platform
This class provides access to the platform-specific implementations of various features.
PLATFORM_PACKAGE - Static variable in class com.sun.cldc.jna.Platform
 
platformName() - Method in class com.sun.cldc.jna.Platform
Get the name of the package that contains the native implementation for this platform.
PM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
Pointer - Class in com.sun.cldc.jna
A pointer to native memory, based on RTSJ-like RawMemoryAccesss semantics.
Pointer(int) - Constructor for class com.sun.cldc.jna.Pointer
Create a pointer and allocate backing native memory of the requestsed size.
Pointer(long, int) - Constructor for class com.sun.cldc.jna.Pointer
Create a pointer that refers to a memory range from [base..base+size).
Pointer(Address, UWord) - Constructor for class com.sun.cldc.jna.Pointer
Create a pointer that refers to a memory range from [base..base+size).
Pointer(Address, int) - Constructor for class com.sun.cldc.jna.Pointer
Create a pointer that refers to a memory range from [base..base+size).
Pointer - Interface in com.sun.squawk.io.j2me.spotsuite
 
POINTER_SIZE - Static variable in class com.sun.cldc.jna.Native
 
PointerType - Class in com.sun.cldc.jna
Superclass of types representing native pointers
PointerType() - Constructor for class com.sun.cldc.jna.PointerType
 
PointerType(Pointer) - Constructor for class com.sun.cldc.jna.PointerType
 
pop(Type) - Method in interface com.sun.squawk.compiler.BaseCompiler
Pop the top element of the runtime stack.
pop() - Method in class java.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
POP_1 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
POP_2 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
popAll() - Method in interface com.sun.squawk.compiler.BaseCompiler
Pop all the elements of the runtime stack.
pos - Variable in class com.sun.squawk.ByteBufferDecoder
The current decoding position.
pos - Static variable in interface com.sun.squawk.vm.MessageBuffer
The read position in in bytes in the buffer.
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
positionForWrite(long) - Method in interface com.sun.squawk.platform.GCFFile
Sets the location for the next write operation.
positionForWrite(long) - Method in class com.sun.squawk.platform.posix.GCFFileImpl
Sets the next write location.
positionForWrite(long) - Method in class com.sun.squawk.platform.windows.GCFFileImpl
Sets the next write location.
POSITIVE_INFINITY - Static variable in class java.lang.Double
The positive infinity of type double.
POSITIVE_INFINITY - Static variable in class java.lang.Float
Positive infinity.
Posix - Class in com.sun.cldc.jna
 
Posix() - Constructor for class com.sun.cldc.jna.Posix
 
POST - Static variable in interface javax.microedition.io.HttpConnection
HTTP Post method.
postDispatch() - Method in class com.sun.squawk.debugger.JDWPListener.CommandSet
A hook for the handler to do any post-processing after it has handled a command and the reply was sent (if applicable).
postInspection() - Method in class com.sun.squawk.DebuggerSupport.StackInspector
Hooks for any inspector specific behaviour that must run after the frame inspection is completed.
postscript(int) - Method in class com.sun.cldc.jna.BlockingFunction
 
postscript(int) - Method in class com.sun.cldc.jna.Function
 
Potentiometer - Interface in edu.wpi.first.wpilibj.interfaces
 
pow(double, double) - Static method in class com.sun.squawk.util.MathUtils
Returns the value of the first argument raised to the power of the second argument.
POW - Static variable in interface com.sun.squawk.vm.MathOpcodes
 
PragmaException - Exception in com.sun.squawk.pragma
The root of the pragma exception hierarchy.
PragmaException() - Constructor for exception com.sun.squawk.pragma.PragmaException
 
preamble() - Method in class com.sun.cldc.jna.BlockingFunction
 
preamble() - Method in class com.sun.cldc.jna.Function
 
PRECEDES - Static variable in interface javax.microedition.rms.RecordComparator
PRECEDES means that the left (first parameter) record precedes the right (second parameter) record in terms of search or sort order.
Preferences - Class in edu.wpi.first.wpilibj
The preferences class provides a relatively simple way to save important values to the cRIO to access the next time the cRIO is booted.
Preferences.ImproperPreferenceKeyException - Exception in edu.wpi.first.wpilibj
Should be thrown if a string can not be used as a key in the preferences file.
Preferences.ImproperPreferenceKeyException(String, char) - Constructor for exception edu.wpi.first.wpilibj.Preferences.ImproperPreferenceKeyException
Instantiates an exception with a descriptive message based on the input.
Preferences.IncompatibleTypeException - Exception in edu.wpi.first.wpilibj
This exception is thrown if the a value requested cannot be converted to the requested type.
Preferences.IncompatibleTypeException(String, String) - Constructor for exception edu.wpi.first.wpilibj.Preferences.IncompatibleTypeException
Creates an exception with a description based on the input
previousRecord() - Method in interface javax.microedition.rms.RecordEnumeration
Returns a copy of the previous record in this enumeration, where previous is defined by the comparator and/or filter supplied in the constructor of this enumerator.
previousRecordId() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the recordId of the previous record in this enumeration, where previous is defined by the comparator and/or filter supplied in the constructor of this enumerator.
PrimeField - Class in com.sun.squawk.security.ecc
 
PrimeField(FFA, int[]) - Constructor for class com.sun.squawk.security.ecc.PrimeField
 
PRIMITIVE - Static variable in class com.sun.squawk.Modifier
The int value denoting that a class represents a primitive type.
print() - Method in interface com.sun.squawk.compiler.Linker
 
print() - Method in class com.sun.squawk.compiler.SymbolicFixupTable
 
print() - Method in class com.sun.squawk.compiler.Type
Prints to stderr information about this type.
print(PrintStream) - Method in class com.sun.squawk.ExecutionPoint
Print a one-line description of this execution point to stream.
print(char) - Static method in class com.sun.squawk.VM
Prints a character to the VM output stream.
print(String) - Static method in class com.sun.squawk.VM
Prints a string to the VM output stream.
print(int) - Static method in class com.sun.squawk.VM
Prints an integer to the VM output stream.
print(long) - Static method in class com.sun.squawk.VM
Prints a long to the VM output stream.
print(float) - Static method in class com.sun.squawk.VM
Prints a float to the VM output stream.
print(double) - Static method in class com.sun.squawk.VM
Prints a double to the VM output stream.
print(boolean) - Static method in class com.sun.squawk.VM
Prints a boolean to the VM output stream.
print(String) - Method in class edu.wpi.first.wpilibj.SerialPort
Deprecated. use write(string.getBytes()) instead
print(boolean) - Method in class java.io.PrintStream
Print a boolean value.
print(char) - Method in class java.io.PrintStream
Print a character.
print(int) - Method in class java.io.PrintStream
Print an integer.
print(long) - Method in class java.io.PrintStream
Print a long integer.
print(float) - Method in class java.io.PrintStream
Print a floating point number.
print(double) - Method in class java.io.PrintStream
Print a double-precision floating point number.
print(char[]) - Method in class java.io.PrintStream
Print an array of characters.
print(String) - Method in class java.io.PrintStream
Print a string.
print(Object) - Method in class java.io.PrintStream
Print an object.
printAddress(Object) - Static method in class com.sun.squawk.VM
Prints an address to the VM stream.
printAddress(Address) - Static method in class com.sun.squawk.VM
Prints an address to the VM stream.
printAllIsolateStates(PrintStream) - Static method in class com.sun.squawk.Isolate
Print out the thread state and stack trace for each thread of each isolate in the system.
printAllThreadStates(PrintStream) - Method in class com.sun.squawk.Isolate
Print out the thread state and stack trace for each thread belonging this isolate.
printBytes(byte[], int, int) - Static method in class com.sun.squawk.VM
Prints bytes (as C chars) to the VM stream.
PrintCommand - Class in edu.wpi.first.wpilibj.command
A PrintCommand is a command which prints out a string when it is initialized, and then immediately finishes.
PrintCommand(String) - Constructor for class edu.wpi.first.wpilibj.command.PrintCommand
Instantiates a PrintCommand which will print the given message when it is run.
printExceptionAndTrace(Throwable, String) - Static method in class com.sun.squawk.VM
Safely print exception and stack trace to System.err.
printExceptionAndTrace(Throwable, String, boolean) - Static method in class com.sun.squawk.VM
Safely print exception and stack trace to System.err.
printHeapStats(Object, boolean) - Static method in class com.sun.squawk.GC
Do actual heap walk, from start object, or whole heap is startObj is null.
printHeapStats(Object, boolean) - Static method in class com.sun.squawk.VM.Stats
Do heap walk from start object (or whole heap is startObj is null).
println(char) - Static method in class com.sun.squawk.VM
Prints a character followed by a new line to the VM output stream.
println(String) - Static method in class com.sun.squawk.VM
Prints a string followed by a new line to the VM output stream.
println(int) - Static method in class com.sun.squawk.VM
Prints an integer followed by a new line to the VM output stream.
println(boolean) - Static method in class com.sun.squawk.VM
Prints a boolean followed by a new line to the VM output stream.
println(long) - Static method in class com.sun.squawk.VM
Prints a long followed by a new line to the VM output stream.
println(float) - Static method in class com.sun.squawk.VM
Prints a float followed by a new line to the VM output stream.
println(double) - Static method in class com.sun.squawk.VM
Prints a double followed by a new line to the VM output stream.
println() - Static method in class com.sun.squawk.VM
Prints a new line to the VM output stream.
println(DriverStationLCD.Line, int, String) - Method in class edu.wpi.first.wpilibj.DriverStationLCD
Print formatted text to the Driver Station LCD text buffer.
println(DriverStationLCD.Line, int, StringBuffer) - Method in class edu.wpi.first.wpilibj.DriverStationLCD
Print formatted text to the Driver Station LCD text buffer.
println() - Method in class java.io.PrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Print a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Print a character and then terminate the line.
println(int) - Method in class java.io.PrintStream
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Print a long and then terminate the line.
println(float) - Method in class java.io.PrintStream
Print a float and then terminate the line.
println(double) - Method in class java.io.PrintStream
Print a double and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Print an array of characters and then terminate the line.
println(String) - Method in class java.io.PrintStream
Print a String and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Print an Object and then terminate the line.
printObject(Object) - Static method in class com.sun.squawk.VM
Prints the string representation of an object to the VM stream.
printOffset(Offset) - Static method in class com.sun.squawk.VM
Prints an offset to the VM stream.
printOptionProperties(PrintStream, boolean) - Method in interface com.sun.squawk.TranslatorInterface
Print the usage information for the translator'soption properties to the outputstream.
printStackTrace() - Method in exception com.sun.squawk.util.UnexpectedException
 
printStackTrace(PrintStream) - Method in class com.sun.squawk.VMThread
Print a stack trace for this thread.
printStackTrace() - Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the standard error stream.
printState(PrintStream) - Method in class com.sun.squawk.VMThread
Print thread state one one line.
PrintStream - Class in java.io
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Create a new print stream.
printThread(VMThread) - Static method in class com.sun.squawk.VM
Print thread name as safely as possible.
printTraceFlags(PrintStream) - Method in interface com.sun.squawk.TranslatorInterface
Print the usage information for the translator's trace flags to the outputstream.
printUWord(UWord) - Static method in class com.sun.squawk.VM
Prints an unsigned word to the VM stream.
PRIVATE - Static variable in class com.sun.squawk.Modifier
The int value representing the private modifier.
PrivatePointer - Class in com.sun.cldc.jna
Utilities used by JNA generated Java code.
processClassArg(String, Vector, Vector) - Static method in class com.sun.squawk.util.ArgsUtilities
Processes a single command line argument that specifies one or more class names or resource names.
processClassJarOrZipArg(String, Vector, Vector) - Static method in class com.sun.squawk.util.ArgsUtilities
Processes a single command line argument that specifies a jar or zip file of class files.
processClassListArg(String, Vector) - Static method in class com.sun.squawk.util.ArgsUtilities
Processes a single command line argument that specifies a file containing a set of class names, one per line.
processClasspathConnection(ClasspathConnection, Vector, Vector) - Static method in class com.sun.squawk.util.ArgsUtilities
Processes a single command line argument that specifies a jar or zip file of class files.
processCommand(CommandPacket) - Method in class com.sun.squawk.debugger.JDWPListener
Processes a single command received over this listeners connection.
processCommand(CommandPacket) - Method in class com.sun.squawk.debugger.sda.SDPListener
Processes a single command received over this listeners connection.
processOption(String) - Method in interface com.sun.squawk.TranslatorInterface
If arg represents a valid translator argument, then process it by parsing into property name and value, and set the property value.
produceEvent(Debugger.Event) - Method in class com.sun.squawk.debugger.EventManager
 
produceEvent(Debugger.Event, EventNotifier.Consumer) - Method in class com.sun.squawk.debugger.EventNotifier
Called by an event producer to notify a waiting consumer of an event.
PROPERTIES_MANIFEST_RESOURCE_NAME - Static variable in class com.sun.squawk.Suite
Denotes the name of the resource that represents the resource name from which I extract properties from when an Suite.installResource(ResourceFile) is done.
PROPERTY_MIDLET_NAME - Static variable in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
PROPERTY_MIDLET_VENDOR - Static variable in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
PROPERTY_MIDLET_VERSION - Static variable in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
PROTECTED - Static variable in class com.sun.squawk.Modifier
The int value representing the protected modifier.
Protocol - Class in com.sun.squawk.io.j2me.channel
This connection is used to 'channel' other connections through to an embedded J2SE VM (if any) that may support additional connection types not supported by the Squawk core code.
Protocol() - Constructor for class com.sun.squawk.io.j2me.channel.Protocol
Public constructor
Protocol - Class in com.sun.squawk.io.j2me.debug
Connection to the J2ME debug stream The two valid urls are: "debug:" or "debug:err", which send output to the VM-level standard out or standard error streams.
Protocol() - Constructor for class com.sun.squawk.io.j2me.debug.Protocol
 
Protocol - Class in com.sun.squawk.io.j2me.dserror
This Generic Connection Framework Protocol class writes to the FRC Driver Station error pane.
Protocol() - Constructor for class com.sun.squawk.io.j2me.dserror.Protocol
 
Protocol - Class in com.sun.squawk.io.j2me.file
This class implements the necessary functionality for a File connection.
Protocol() - Constructor for class com.sun.squawk.io.j2me.file.Protocol
Constructor for file connection implementation.
Protocol - Class in com.sun.squawk.io.j2me.http
This class implements the necessary functionality for an HTTP connection.
Protocol() - Constructor for class com.sun.squawk.io.j2me.http.Protocol
Create a new instance of this class.
Protocol - Class in com.sun.squawk.io.j2me.multicastoutput
GCF connection that multicasts to a number of configured output streams.
Protocol() - Constructor for class com.sun.squawk.io.j2me.multicastoutput.Protocol
 
Protocol - Class in com.sun.squawk.io.j2me.serversocket
StreamConnectionNotifier for Server Socket API.
Protocol() - Constructor for class com.sun.squawk.io.j2me.serversocket.Protocol
 
Protocol - Class in com.sun.squawk.io.j2me.socket
Connection to the J2ME socket API.
Protocol() - Constructor for class com.sun.squawk.io.j2me.socket.Protocol
default constructor used by GCF
Protocol(int) - Constructor for class com.sun.squawk.io.j2me.socket.Protocol
Open the connection
PUBLIC - Static variable in class com.sun.squawk.Modifier
The int value representing the public modifier.
pulse(int, int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Generate a single pulse.
pulse(double) - Method in class edu.wpi.first.wpilibj.DigitalOutput
Output a single pulse on the digital output line.
purpose - Variable in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
push() - Method in interface com.sun.squawk.compiler.BaseCompiler
Push the data onto the runtime stack.
push(Object) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
put(int, Object) - Method in class com.sun.squawk.debugger.sda.WeakIntHashtable
Maps the specified key to the specified value in this hashtable.
put(Object, Object) - Method in class com.sun.squawk.util.ArrayHashtable
Maps the specified key to the specified value in this hashtable.
put(int, Object) - Method in class com.sun.squawk.util.IntHashtable
Maps the specified key to the specified value in this hashtable.
put(Object, Object) - Method in class com.sun.squawk.util.SquawkHashtable
Maps the specified key to the specified value in this hashtable.
put(Object, Object) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
putBoolean(String, boolean) - Method in class edu.wpi.first.wpilibj.Preferences
Puts the given boolean into the preferences table.
putBoolean(String, boolean) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Maps the specified key to the specified value in this table.
putData(String, Sendable) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Maps the specified key to the specified value in this table.
putData(NamedSendable) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Maps the specified key (where the key is the name of the SmartDashboardNamedData to the specified value in this table.
putDouble(String, double) - Method in class edu.wpi.first.wpilibj.Preferences
Puts the given double into the preferences table.
putDouble(String, double) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Deprecated. UseputNumber instead
PUTFIELD0_B - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD0_B_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD0_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
PUTFIELD0_D_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
PUTFIELD0_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
PUTFIELD0_F_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
PUTFIELD0_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD0_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD0_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD0_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD0_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD0_O_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD0_S - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD0_S_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD_B - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD_B_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
PUTFIELD_D_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
PUTFIELD_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
PUTFIELD_F_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
PUTFIELD_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD_O_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD_S - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTFIELD_S_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
putFloat(String, float) - Method in class edu.wpi.first.wpilibj.Preferences
Puts the given float into the preferences table.
putInt(String, int) - Method in class edu.wpi.first.wpilibj.Preferences
Puts the given int into the preferences table.
putInt(String, int) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Deprecated. Use putNumber method instead
putKeyedGlobal(int, Object) - Static method in class com.sun.squawk.VM
Set the global registered for key.
putLong(String, long) - Method in class edu.wpi.first.wpilibj.Preferences
Puts the given long into the preferences table.
putNumber(String, double) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Maps the specified key to the specified value in this table.
PUTSTATIC_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
PUTSTATIC_D_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
PUTSTATIC_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
PUTSTATIC_F_WIDE - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
PUTSTATIC_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTSTATIC_I_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTSTATIC_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTSTATIC_L_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTSTATIC_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
PUTSTATIC_O_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
putString(String, String) - Method in class edu.wpi.first.wpilibj.Preferences
Puts the given string into the preferences table.
putString(String, String) - Static method in class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
Maps the specified key to the specified value in this table.
PWM - Class in edu.wpi.first.wpilibj
Class implements the PWM generation in the FPGA.
PWM(int, int) - Constructor for class edu.wpi.first.wpilibj.PWM
Allocate a PWM given a module and channel.
PWM(int) - Constructor for class edu.wpi.first.wpilibj.PWM
Allocate a PWM in the default module given a channel.
PWM.PeriodMultiplier - Class in edu.wpi.first.wpilibj
Represents the amount to multiply the minimum servo-pulse pwm period by.

Q

quit() - Method in class com.sun.squawk.debugger.EventManager
 
quit() - Method in class com.sun.squawk.debugger.JDWPListener
Stops this listener's run loop

R

Random - Class in java.util
An instance of this class is used to generate a stream of pseudorandom numbers.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed:
RawMemoryAccess - Class in com.sun.squawk.realtime
An instance of RawMemoryAccess models a range of physical memory as a fixed sequence of bytes.
RawMemoryAccess(Object, long) - Constructor for class com.sun.squawk.realtime.RawMemoryAccess
Construct an instance of RawMemoryAccess with the given parameters, and set the object to the mapped state.
RawMemoryAccess(Object, long, long) - Constructor for class com.sun.squawk.realtime.RawMemoryAccess
Construct an instance of RawMemoryAccess with the given parameters, and set the object to the mapped state.
RawMemoryFloatAccess - Class in com.sun.squawk.realtime
This class holds the accessor methods for accessing a raw memory area by float and double types.
RawMemoryFloatAccess(Object, long) - Constructor for class com.sun.squawk.realtime.RawMemoryFloatAccess
Construct an instance of RawMemoryFloatAccess with the given parameters, and set the object to the mapped state.
RawMemoryFloatAccess(Object, long, long) - Constructor for class com.sun.squawk.realtime.RawMemoryFloatAccess
Construct an instance of RawMemoryFloatAccess with the given parameters, and set the object to the mapped state.
RCVBUF - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the size of the receiving buffer (3).
read() - Method in class com.sun.cldc.i18n.j2me.ISO8859_1_Reader
Read a single character.
read(char[], int, int) - Method in class com.sun.cldc.i18n.j2me.ISO8859_1_Reader
Read characters into a portion of an array.
read() - Method in class com.sun.cldc.jna.OpaqueStructure
 
read() - Method in class com.sun.cldc.jna.Structure
Copy the fields of the struct from native memory to the Java fields
read(Type) - Method in interface com.sun.squawk.compiler.BaseCompiler
Load a value from a reference.
read() - Method in class com.sun.squawk.io.BufferedReader
Read a single character.
read(char[], int, int) - Method in class com.sun.squawk.io.BufferedReader
Read characters into a portion of an array.
read() - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
 
read(byte[], int, int) - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
 
read(byte[], int, int) - Method in interface com.sun.squawk.platform.GCFFile
Reads up to len bytes of data from the input stream into an array of bytes, blocks until at least one byte is available.
read(byte[], int, int) - Method in class com.sun.squawk.platform.posix.GCFFileImpl
Reads data from the file to an array.
read(int, byte[], int) - Method in interface com.sun.squawk.platform.posix.natives.LibC
read input
read(int, byte[], int) - Method in class com.sun.squawk.platform.posix.natives.LibCImpl
 
read() - Method in class com.sun.squawk.platform.posix.natives.LibCImpl.statImpl
 
read() - Method in class com.sun.squawk.platform.posix.natives.NetDB.hostent
 
read() - Method in class com.sun.squawk.platform.posix.natives.SocketImpl.sockaddr_inImpl
 
read() - Method in class com.sun.squawk.platform.posix.natives.TimeImpl.timevalImpl
 
read(byte[], int, int) - Method in class com.sun.squawk.platform.windows.GCFFileImpl
Reads data from the file to an array.
read(int, byte[], int) - Method in interface com.sun.squawk.platform.windows.natives.LibC
read input
read(int, byte[], int) - Method in class com.sun.squawk.platform.windows.natives.LibCImpl
 
read() - Method in class com.sun.squawk.platform.windows.natives.LibCImpl.statImpl
 
read() - Method in class com.sun.squawk.platform.windows.natives.NetDB.hostent
 
read() - Method in class com.sun.squawk.platform.windows.natives.SocketImpl.sockaddr_inImpl
 
read() - Method in class com.sun.squawk.platform.windows.natives.TimeImpl.timevalImpl
 
read() - Method in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Read new data in the structure
read(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tDMAManager
 
read(int, int, byte[]) - Method in class edu.wpi.first.wpilibj.I2C
Execute a read transaction with the device.
read() - Method in class edu.wpi.first.wpilibj.image.CurveOptions
 
read() - Method in class edu.wpi.first.wpilibj.image.EllipseDescriptor
 
read() - Method in class edu.wpi.first.wpilibj.image.NIVision.Range
 
read() - Method in class edu.wpi.first.wpilibj.image.NIVision.Rect
 
read() - Method in class edu.wpi.first.wpilibj.image.RegionOfInterest
 
read() - Method in class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
read(int) - Method in class edu.wpi.first.wpilibj.SerialPort
Read raw bytes out of the buffer.
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read() - Method in class java.io.DataInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java.io.DataInputStream
See the general contract of the read method of DataInput.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class java.io.InputStreamReader
Read a single character.
read(char[], int, int) - Method in class java.io.InputStreamReader
Read characters into a portion of an array.
read() - Method in class java.io.Reader
Read a single character.
read(char[]) - Method in class java.io.Reader
Read characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Read characters into a portion of an array.
READ - Static variable in class javax.microedition.io.Connector
Access mode READ.
READ_SECURED_SILICON_AREA - Static variable in class com.sun.squawk.vm.ChannelConstants
 
READ_WRITE - Static variable in class javax.microedition.io.Connector
Access mode READ_WRITE.
readAllValues(long[]) - Static method in class com.sun.squawk.VM.Stats
Take a sample of all data and store into values.
readArgFile(String, Vector) - Static method in class com.sun.squawk.util.ArgsUtilities
Processes a file containing command line arguments.
readAvailableToLoad() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readAverageBits(int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
readBFL() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readBoolean(String) - Method in class com.sun.squawk.debugger.PacketInputStream
Reads a boolean value from this stream.
readBoolean() - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readBuf(int, byte[], int, int) - Method in interface com.sun.squawk.platform.GCFSockets
Reads from the open socket connection.
readBuf(int, byte[], int, int) - Method in class com.sun.squawk.platform.posix.GCFSocketsImpl
 
readBuf(int, byte[], int, int) - Method in class com.sun.squawk.platform.windows.GCFSocketsImpl
 
READBUF - Static variable in class com.sun.squawk.vm.ChannelConstants
 
readByte(String) - Method in class com.sun.squawk.debugger.PacketInputStream
Reads one byte from this stream.
readByte() - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
Reads and returns one input byte.
readByte(int) - Method in interface com.sun.squawk.platform.GCFSockets
Read a byte from the open socket connection.
readByte(int, byte[]) - Method in interface com.sun.squawk.platform.GCFSockets
Read a byte from the open socket connection.
readByte(int, byte[]) - Method in class com.sun.squawk.platform.posix.GCFSocketsImpl
 
readByte(int) - Method in class com.sun.squawk.platform.posix.GCFSocketsImpl
 
readByte(int, byte[]) - Method in class com.sun.squawk.platform.windows.GCFSocketsImpl
 
readByte(int) - Method in class com.sun.squawk.platform.windows.GCFSocketsImpl
 
readByte(String) - Method in class com.sun.squawk.util.StructuredFileInputStream
Reads a signed byte from the file.
READBYTE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readBytes(int, byte[], int, int) - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
readBytes(int, byte[], int, int) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
readBytes(byte[], int, int) - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Reads up to len bytes of data from the input stream into an array of bytes, blocks until at least one byte is available.
readBytes(byte[], int, int) - Method in class com.sun.squawk.io.j2me.file.Protocol
Reads up to len bytes of data from the input stream into an array of bytes, blocks until at least one byte is available.
readCenter() - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
readChannels() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChannels_MISO_Channel() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChannels_MISO_Module() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChannels_MOSI_Channel() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChannels_MOSI_Module() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChannels_SCLK_Channel() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChannels_SCLK_Module() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChannels_SS_Channel() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChannels_SS_Module() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readChar(String) - Method in class com.sun.squawk.debugger.PacketInputStream
Reads a char value from this stream.
readChar() - Method in class com.sun.squawk.GeneralDecoder
Decodes a UTF8 encoded character from the current position.
readChar() - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
See the general contract of the readChar method of DataInput.
readChar() - Method in interface java.io.DataInput
Reads an input char and returns the char value.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readConfig() - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
readConfig() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
readConfig() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_ASource_AnalogTrigger() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_ASource_Channel() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_ASource_Module() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_BSource_AnalogTrigger() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_BSource_Channel() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_BSource_Module() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_BusBitWidth() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_ClockHalfPeriodDelay() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_ClockPolarity() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_ConvertRate() - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
readConfig_DataOnFalling() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_DownFallingEdge() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_DownRisingEdge() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_DownSource_AnalogTrigger() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_DownSource_Channel() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_DownSource_Module() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_Enable() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_Enable() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_Enable_Accumulator0() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_Accumulator1() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AI0_High() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AI0_Low() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AI1_High() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AI1_Low() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AIAveraged0_High() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AIAveraged0_Low() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AIAveraged1_High() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AIAveraged1_Low() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_AnalogTriggers() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_Counters_High() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_Counters_Low() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_CounterTimers_High() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_CounterTimers_Low() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_DI() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_Encoders() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_Enable_EncoderTimers() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_ExternalClock() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_FallingEdge() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
readConfig_FramePolarity() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_IndexActiveHigh() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_IndexActiveHigh() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_IndexSource_AnalogTrigger() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_IndexSource_AnalogTrigger() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_IndexSource_Channel() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_IndexSource_Channel() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_IndexSource_Module() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_IndexSource_Module() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_LatchFirst() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_LatchLast() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_Mode() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_MSBfirst() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readConfig_Pause() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readConfig_PulseLengthThreshold() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_Reverse() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readConfig_RisingEdge() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
readConfig_ScanSize() - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
readConfig_Source_AnalogTrigger() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
readConfig_Source_Channel() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
readConfig_Source_Module() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
readConfig_UpFallingEdge() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_UpRisingEdge() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_UpSource_AnalogTrigger() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_UpSource_Channel() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_UpSource_Module() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readConfig_WaitForAck() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
readConfig_WriteOnly() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readDataToLoad() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readDeadband() - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
readDI() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readDO() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readDO7_0(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSolenoid
 
readDO_PWMConfig() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readDO_PWMConfig_OutputSelect_0() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readDO_PWMConfig_OutputSelect_1() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readDO_PWMConfig_OutputSelect_2() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readDO_PWMConfig_OutputSelect_3() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readDO_PWMConfig_PeriodPower() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readDO_PWMDutyCycle(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readDouble(String) - Method in class com.sun.squawk.debugger.PacketInputStream
Reads a double value from this stream.
readDouble() - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
Reads a 64 bit double.
readDouble(String) - Method in class com.sun.squawk.util.StructuredFileInputStream
Reads a double value from the file.
readDouble() - Method in interface java.io.DataInput
Reads eight input bytes and returns a double value.
readDouble() - Method in class java.io.DataInputStream
Reads a 64 bit double.
readEnable() - Static method in class edu.wpi.first.wpilibj.fpga.tAlarm
 
readEOF() - Method in class com.sun.squawk.util.StructuredFileInputStream
Ensures that the input stream is at the end of the file.
Reader - Class in java.io
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
readExpiration() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
readExternalTriggers(int) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readExternalTriggers_ExternalClockSource_AnalogTrigger(int) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readExternalTriggers_ExternalClockSource_Channel(int) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readExternalTriggers_ExternalClockSource_Module(int) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readExternalTriggers_FallingEdge(int) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readExternalTriggers_RisingEdge(int) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readFieldID(String) - Method in class com.sun.squawk.debugger.PacketInputStream
 
readFifoU32(int, int, Pointer, int, int, IntByReference, NiRioStatus) - Static method in class com.ni.rio.NiFpga
Reads from a target-to-host FIFO of unsigned 32-bit integers.
readFile(Pointer, String) - Static method in class edu.wpi.first.wpilibj.image.NIVision
Read an image from to the given image from the given filename
readFilterPeriod(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readFilterSelect(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readFloat(String) - Method in class com.sun.squawk.debugger.PacketInputStream
Reads a float value from this stream.
readFloat() - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
Reads a 32 bit float.
readFloat(String) - Method in class com.sun.squawk.util.StructuredFileInputStream
Reads a float value from the file.
readFloat() - Method in interface java.io.DataInput
Reads four input bytes and returns a float value.
readFloat() - Method in class java.io.DataInputStream
Reads a 32 bit float.
readFPGA_LED() - Static method in class edu.wpi.first.wpilibj.fpga.tGlobal
 
readFrameID(String) - Method in class com.sun.squawk.debugger.PacketInputStream
 
readFrom(IMemoryHeapBlock) - Method in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
readFrom(IMemoryHeapBlock) - Method in interface com.sun.squawk.rms.IRmsEntry
 
readFrom(IMemoryHeapBlock) - Method in class com.sun.squawk.rms.RecordEntry
 
readFrom(IMemoryHeapBlock) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
readFrom(IMemoryHeapBlock) - Method in class com.sun.squawk.rms.RecordStoreSequenceEntry
 
readFrom(IMemoryHeapBlock) - Method in class com.sun.squawk.rms.RmsEntry
 
readFully(byte[]) - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
 
readFully(byte[], int, int) - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], String) - Method in class com.sun.squawk.util.StructuredFileInputStream
Reads some bytes from the class file and stores them into the buffer array b.
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readHandle - Variable in class com.sun.squawk.platform.BaseGCFFile
Read handle.
readI2CConfig() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CConfig_Address() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CConfig_BitwiseHandshake() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CConfig_BytesToRead() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CConfig_BytesToWrite() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CConfig_DataToSendHigh() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CDataReceived() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CDataToSend() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CStatus() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CStatus_Aborted() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CStatus_DataReceivedHigh() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CStatus_Done() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readI2CStatus_Transaction() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readImmortal() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
readInt(String) - Method in class com.sun.squawk.debugger.PacketInputStream
Reads an int value from this stream.
readInt() - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
 
readInt(String) - Method in class com.sun.squawk.util.StructuredFileInputStream
Reads an integer from the class file.
READINT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readInterruptTimestamp() - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
Return the timestamp for the interrupt that occurred most recently.
readJpegString(Pointer, Pointer) - Static method in class edu.wpi.first.wpilibj.image.NIVision
Read a pointer to a byte array into the given image
readLine() - Method in class com.sun.squawk.io.BufferedReader
Read a line of text.
readLine() - Method in class com.sun.squawk.util.LineReader
Read a line of text.
readLines(String, Vector) - Static method in class com.sun.squawk.util.ArgsUtilities
Reads all the lines of a file into a given vector.
readLines(Vector) - Method in class com.sun.squawk.util.LineReader
Read all the lines from the input stream and add them to a given Vector.
readLocalTime() - Static method in class edu.wpi.first.wpilibj.fpga.tGlobal
 
readLocation(String) - Method in class com.sun.squawk.debugger.PacketInputStream
 
readLong(String) - Method in class com.sun.squawk.debugger.PacketInputStream
Reads a long value from this stream.
readLong() - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
 
readLong(String) - Method in class com.sun.squawk.util.StructuredFileInputStream
Reads a long value from the file.
READLONG - Static variable in class com.sun.squawk.vm.ChannelConstants
 
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readLoopTiming() - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
readLoopTiming() - Static method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readLowerLimit() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readMethodID(String) - Method in class com.sun.squawk.debugger.PacketInputStream
 
readModifier(PacketInputStream, int) - Method in class com.sun.squawk.debugger.EventRequest
Creates a EventRequestModifier from a given PacketInputStream.
readObjectID(String) - Method in class com.sun.squawk.debugger.PacketInputStream
 
readOutput() - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
readOutput() - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
readOutput(int) - Static method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readOutput() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readOutput() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readOutput_Count() - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
readOutput_Direction() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readOutput_Direction() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readOutput_Falling(int) - Static method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readOutput_InHysteresis(int) - Static method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readOutput_OverLimit(int) - Static method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readOutput_Rising(int) - Static method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readOutput_Value() - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
readOutput_Value() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readOutput_Value() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readOutputEnable() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readOversampleBits(int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
readPtr - Variable in class com.sun.squawk.platform.posix.natives.LibCImpl
 
readPulse() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readPulseLength() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readPWMConfig() - Static method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readPWMConfig_MinHigh() - Static method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readPWMConfig_Period() - Static method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readPWMPeriodScale(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readPWMValue(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readRate() - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
readReadSelect() - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
readReadSelect_Averaged() - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
readReadSelect_Channel() - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
readReadSelect_Module() - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
readReceivedData() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readReceivedElements() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readReferenceTypeID(String) - Method in class com.sun.squawk.debugger.PacketInputStream
 
readRevision() - Static method in class edu.wpi.first.wpilibj.fpga.tGlobal
 
readScanList(int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
readShort(String) - Method in class com.sun.squawk.debugger.PacketInputStream
Reads a short value from this stream.
readShort() - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
Reads two input bytes and returns a short value.
readShort(String) - Method in class com.sun.squawk.util.StructuredFileInputStream
Reads a signed short from the file.
READSHORT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readSlowValue() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readSlowValue_I2CHeader() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readSlowValue_RelayFwd() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readSlowValue_RelayRev() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
readSourceSelect() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readSourceSelect_Averaged() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readSourceSelect_Channel() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readSourceSelect_Filter() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readSourceSelect_FloatingRollover() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readSourceSelect_Module() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readSourceSelect_RolloverLimit() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readStatus() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readStatus() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
readStatus_Alive() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
readStatus_DisableCount() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
readStatus_Idle() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readStatus_ReceivedDataOverflow() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
readStatus_SysDisableCount() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
readStatus_SystemActive() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
readString(String) - Method in class com.sun.squawk.debugger.PacketInputStream
Reads from the stream a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
readString() - Method in class edu.wpi.first.wpilibj.SerialPort
Read a string out of the buffer.
readString(int) - Method in class edu.wpi.first.wpilibj.SerialPort
Read a string out of the buffer.
readTaggedObjectID(String) - Method in class com.sun.squawk.debugger.PacketInputStream
 
readTimer() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
readTimerConfig() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readTimerConfig() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readTimerConfig_AverageSize() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readTimerConfig_AverageSize() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readTimerConfig_StallPeriod() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readTimerConfig_StallPeriod() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readTimerConfig_UpdateWhenEmpty() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readTimerConfig_UpdateWhenEmpty() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readTimerOutput() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readTimerOutput() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readTimerOutput_Count() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readTimerOutput_Count() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readTimerOutput_Period() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readTimerOutput_Period() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readTimerOutput_Stalled() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
readTimerOutput_Stalled() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
readTimeStamp() - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
readTriggerTime() - Static method in class edu.wpi.first.wpilibj.fpga.tAlarm
 
readU32(int, int, NiRioStatus) - Static method in class com.ni.rio.NiFpga
Reads an unsigned 32-bit integer value from a given offset
readUnsignedByte() - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedByte(String) - Method in class com.sun.squawk.util.StructuredFileInputStream
Reads an unsigned byte from the file.
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedInt() - Method in class com.sun.squawk.GeneralDecoder
Decodes an unsigned integer from the current decoding position.
readUnsignedShort() - Method in class com.sun.squawk.GeneralDecoder
Decodes an encoded short from the current position.
readUnsignedShort() - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
 
readUnsignedShort(String) - Method in class com.sun.squawk.util.StructuredFileInputStream
Reads an unsigned short from the class file.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes, zero-extends it to type int, and returns an int value in the range 0 through 65535.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUpperLimit() - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
readUTF() - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF(DataInput, boolean, boolean) - Static method in class com.sun.squawk.util.DataInputUTF8Decoder
Reads a UTF-8 encoded String from in.
readUTF(DataInput, boolean, int) - Static method in class com.sun.squawk.util.DataInputUTF8Decoder
Reads a UTF-8 encoded String from in.
readUTF(String) - Method in class com.sun.squawk.util.StructuredFileInputStream
Reads a UTF-8 encoded string from the file.
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
readVersion() - Static method in class edu.wpi.first.wpilibj.fpga.tGlobal
 
ready() - Method in class com.sun.cldc.i18n.StreamReader
Tell whether the underlying byte stream is ready to be read.
ready() - Method in class com.sun.squawk.io.BufferedReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tell whether this stream is ready to be read.
realName(String) - Method in class com.sun.squawk.platform.posix.linux.natives.LibCImpl
 
realName(String) - Method in class com.sun.squawk.platform.posix.natives.LibCImpl
Allow platforms to substitute different names.
rebuild() - Method in interface javax.microedition.rms.RecordEnumeration
Request that the enumeration be updated to reflect the current record set.
receive() - Method in class com.sun.squawk.io.mailboxes.Channel
Wait for an envelope sent to this channel.
receive() - Method in class com.sun.squawk.io.mailboxes.Mailbox
Blocks waiting for messages.
receive(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Receive a datagram.
receivedMessageId - Variable in class edu.wpi.first.wpilibj.can.JaguarCANDriver
 
receiveMessage(int, byte[], double) - Method in class edu.wpi.first.wpilibj.can.JaguarCANDriver
Wait for a message to be received from the CAN bus.
receiveMessage(int, byte[]) - Method in class edu.wpi.first.wpilibj.can.JaguarCANDriver
Call receiveMessage with a default timeout parameter of 100ms
receiveMessage(int, byte[], double) - Static method in class edu.wpi.first.wpilibj.CANJaguar
Receive a message from the CAN bus through the CAN driver in FRC_NetworkCommunication
receiveMessage(int, byte[]) - Static method in class edu.wpi.first.wpilibj.CANJaguar
 
receiveMessageComplete(int, byte[]) - Method in class edu.wpi.first.wpilibj.can.JaguarCANDriver
Get the result of waiting for a message to be received from the CAN bus.
receiveMessageStart(int, Semaphore, double) - Method in class edu.wpi.first.wpilibj.can.JaguarCANDriver
Start waiting for a message to be received from the CAN bus.
recordAdded(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called when a record has been added to a record store.
recordAddresses - Variable in class com.sun.squawk.rms.RecordStoreEntry
 
recordChanged(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called after a record in a record store has been changed.
RecordComparator - Interface in javax.microedition.rms
An interface defining a comparator which compares two records (in an implementation-defined manner) to see if they match or what their relative sort order is.
recordDeleted(RecordStore, int) - Method in interface javax.microedition.rms.RecordListener
Called after a record has been deleted from a record store.
RecordEntry - Class in com.sun.squawk.rms
 
RecordEntry() - Constructor for class com.sun.squawk.rms.RecordEntry
 
RecordEnumeration - Interface in javax.microedition.rms
An interface representing a bidirectional record store Record enumerator.
RecordFilter - Interface in javax.microedition.rms
An interface defining a filter which examines a record to see if it matches (based on an application-defined criteria).
recordIds - Variable in class com.sun.squawk.rms.RecordStoreEntry
 
RecordListener - Interface in javax.microedition.rms
A listener interface for receiving Record Changed/Added/Deleted events from a record store.
recordMailbox(Mailbox) - Method in class com.sun.squawk.Isolate
Record this mailbox with the system.
recordMailboxAddress(MailboxAddress) - Method in class com.sun.squawk.Isolate
Record all MailboxAddress objects that this Isolate uses to send messages to.
RecordStore - Class in javax.microedition.rms
A class representing a record store.
recordStoreDbCache - Static variable in class com.sun.squawk.imp.ImpGlobal
 
RecordStoreEntry - Class in com.sun.squawk.rms
 
RecordStoreEntry(IRecordStoreManager) - Constructor for class com.sun.squawk.rms.RecordStoreEntry
 
RecordStoreException - Exception in javax.microedition.rms
Thrown to indicate a general exception occurred in a record store operation.
RecordStoreException(String) - Constructor for exception javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with the specified detail message.
RecordStoreException() - Constructor for exception javax.microedition.rms.RecordStoreException
Constructs a new RecordStoreException with no detail message.
RecordStoreFullException - Exception in javax.microedition.rms
Thrown to indicate an operation could not be completed because the record store system storage is full.
RecordStoreFullException(String) - Constructor for exception javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with the specified detail message.
RecordStoreFullException() - Constructor for exception javax.microedition.rms.RecordStoreFullException
Constructs a new RecordStoreFullException with no detail message.
recordStoreManager - Static variable in class com.sun.squawk.imp.ImpGlobal
 
RecordStoreManager - Class in com.sun.squawk.rms
 
RecordStoreManager() - Constructor for class com.sun.squawk.rms.RecordStoreManager
 
RecordStoreManager(INorFlashMemoryHeap) - Constructor for class com.sun.squawk.rms.RecordStoreManager
 
RecordStoreManager(INorFlashMemoryHeap, INorFlashMemoryHeapScanner, IRmsEntryVisitor, IRmsEntryVisitor) - Constructor for class com.sun.squawk.rms.RecordStoreManager
 
RecordStoreNotFoundException - Exception in javax.microedition.rms
Thrown to indicate an operation could not be completed because the record store could not be found.
RecordStoreNotFoundException(String) - Constructor for exception javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with the specified detail message.
RecordStoreNotFoundException() - Constructor for exception javax.microedition.rms.RecordStoreNotFoundException
Constructs a new RecordStoreNotFoundException with no detail message.
RecordStoreNotOpenException - Exception in javax.microedition.rms
Thrown to indicate that an operation was attempted on a closed record store.
RecordStoreNotOpenException(String) - Constructor for exception javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with the specified detail message.
RecordStoreNotOpenException() - Constructor for exception javax.microedition.rms.RecordStoreNotOpenException
Constructs a new RecordStoreNotOpenException with no detail message.
RecordStoreSequenceEntry - Class in com.sun.squawk.rms
I exist in order to allow the delete record, set record, and any other record store operation that essentially does not need to have a new log entry posted.
RecordStoreSequenceEntry() - Constructor for class com.sun.squawk.rms.RecordStoreSequenceEntry
 
red - Variable in class edu.wpi.first.wpilibj.HiTechnicColorSensor.RGB
 
reduce(int[], int[]) - Method in class com.sun.squawk.security.ecc.NIST160PrimeField
Note that this function is FFA implementation specific and expects that only the 28 LS-bits of each integer are used.
reduce(int[], int[]) - Method in class com.sun.squawk.security.ecc.PrimeField
 
REF - Static variable in class com.sun.squawk.compiler.Type
Define primary types.
REF - Static variable in interface com.sun.squawk.compiler.Types
Define primary types.
Ref - Class in com.sun.squawk
Abstract base class for reference objects.
Ref(Object) - Constructor for class com.sun.squawk.Ref
 
REF - Static variable in class com.sun.squawk.vm.AddressType
Denotes that an address contains a reference value.
REFERENCE - Static variable in class com.sun.squawk.Klass
The root type for all reference types.
Reference - Class in java.lang.ref
Abstract base class for reference objects.
references - Variable in class com.sun.squawk.GarbageCollector
List of weak references.
ReferenceType_ClassLoader_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the instance of java.lang.ClassLoader which loaded a given reference type.
ReferenceType_ClassObject_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the class object corresponding to this type.
ReferenceType_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
ReferenceType_Fields_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns information for each field in a reference type.
ReferenceType_FieldsWithGeneric_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns information, including the generic signature if any, for each field in a reference type.
ReferenceType_GetValues_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the value of one or more static fields of the reference type.
ReferenceType_Interfaces_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the interfaces declared as implemented by this class.
ReferenceType_Methods_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns information for each method in a reference type.
ReferenceType_MethodsWithGeneric_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns information, including the generic signature if any, for each method in a reference type.
ReferenceType_Modifiers_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the modifiers (also known as access flags) for a reference type.
ReferenceType_NestedTypes_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the classes and interfaces directly nested within this type.
ReferenceType_Signature_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the JNI signature of a reference type.
ReferenceType_SignatureWithGeneric_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the JNI signature of a reference type along with the generic signature if there is one.
ReferenceType_SourceDebugExtension_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the value of the SourceDebugExtension attribute.
ReferenceType_SourceFile_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the name of source file in which a reference type was declared.
ReferenceType_Status_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the current status of the reference type.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
RegionOfInterest - Class in edu.wpi.first.wpilibj.image
This is a dummy class which needs to be filled in.
RegionOfInterest() - Constructor for class edu.wpi.first.wpilibj.image.RegionOfInterest
 
register(EventRequest) - Method in class com.sun.squawk.debugger.EventManager
Registers an event request with this manager.
registered() - Method in class com.sun.squawk.debugger.EventRequest
Does any event specific setup after it has been registered with an event manager.
registeredPeripherals - Variable in class com.sun.squawk.peripheral.PeripheralRegistry
 
registerMailbox(String, Mailbox) - Static method in class com.sun.squawk.VM
Register named mailbox with the system.
rehash() - Method in class com.sun.squawk.util.ArrayHashtable
Rehashes the contents of the hashtable into a hashtable with a larger capacity.
rehash() - Method in class com.sun.squawk.util.IntHashtable
Rehashes the contents of the hashtable into a hashtable with a larger capacity.
rehash() - Method in class com.sun.squawk.util.SquawkHashtable
Rehashes the contents of the hashtable into a hashtable with a larger capacity.
rehash() - Method in interface com.sun.squawk.util.SquawkHashtable.Rehasher
 
rehash() - Method in class java.util.Hashtable
Rehashes the contents of the hashtable into a hashtable with a larger capacity.
reifyCurrentStack(int) - Static method in class com.sun.squawk.VM
Returns an array of stack trace elements, each representing one stack frame in the current call stack.
REL_24 - Static variable in class com.sun.squawk.compiler.SymbolicFixupTable
 
REL_32 - Static variable in class com.sun.squawk.compiler.SymbolicFixupTable
 
Relay - Class in edu.wpi.first.wpilibj
Class for VEX Robotics Spike style relay outputs.
Relay(int, int, Relay.Direction) - Constructor for class edu.wpi.first.wpilibj.Relay
Relay constructor given the module and the channel.
Relay(int, Relay.Direction) - Constructor for class edu.wpi.first.wpilibj.Relay
Relay constructor given a channel only where the default digital module is used.
Relay(int, int) - Constructor for class edu.wpi.first.wpilibj.Relay
Relay constructor given the module and the channel, allowing both directions.
Relay(int) - Constructor for class edu.wpi.first.wpilibj.Relay
Relay constructor given a channel only where the default digital module is used, allowing both directions.
Relay.Direction - Class in edu.wpi.first.wpilibj
The Direction(s) that a relay is configured to operate in.
Relay.InvalidValueException - Exception in edu.wpi.first.wpilibj
This class represents errors in trying to set relay values contradictory to the direction to which the relay is set.
Relay.InvalidValueException(String) - Constructor for exception edu.wpi.first.wpilibj.Relay.InvalidValueException
Create a new exception with the given message
Relay.Value - Class in edu.wpi.first.wpilibj
The state to drive a Relay to.
release() - Method in class com.sun.cldc.jna.Pointer
Free the backing native memory for this pointer if this pointer was created by allocating memory.
release() - Method in class com.sun.cldc.jna.Structure
Release the backing memory for the structure, if it was malloced
release() - Method in class com.sun.squawk.security.ecc.ECPoint
 
release() - Method in class edu.wpi.first.wpilibj.DriverStation
Kill the thread
Release() - Method in class edu.wpi.first.wpilibj.fpga.tSystem
Releases the native C++ resources held by the tSystem instance.
releaseSector(INorFlashSector, int) - Method in interface com.sun.squawk.peripheral.INorFlashSectorAllocator
Notify the allocator that a previously allocated sector is no longer required
releaseSector(INorFlashSector, int) - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
 
releaseVar(int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
RELOC_ABSOLUTE_INT - Static variable in class com.sun.squawk.compiler.Type
Relocation type for absolute int addresses.
RELOC_ABSOLUTE_INT - Static variable in interface com.sun.squawk.compiler.Types
Relocation type for absolute integer addresses.
RELOC_RELATIVE_INT - Static variable in class com.sun.squawk.compiler.Type
Relocation type for relative int addresses.
RELOC_RELATIVE_INT - Static variable in interface com.sun.squawk.compiler.Types
Relocation type for relative integer addresses.
relocate(int) - Method in interface com.sun.squawk.compiler.Linker
 
relocate(String, int) - Method in interface com.sun.squawk.compiler.Linker
 
relocate(String, Object, Address, BitSet, Address, Address, int, boolean, boolean, boolean, boolean) - Static method in class com.sun.squawk.ObjectMemory
Relocates the pointers in a range of memory that point to some target range of memory.
relocateMemory(ObjectMemory, byte[], BitSet) - Method in class com.sun.squawk.ObjectMemoryLoader
Relocates the memory.
relocateParents(String, Object, Address, BitSet, ObjectMemory, boolean, boolean, boolean) - Static method in class com.sun.squawk.ObjectMemory
Relocate all the pointers in a range of memory that point to one or more parent object memories.
rem() - Method in interface com.sun.squawk.compiler.BaseCompiler
Remainder the top two elements on the stack.
REM_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
REM_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
REM_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
REM_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
remapDigitalChannel(int) - Static method in class edu.wpi.first.wpilibj.DigitalModule
Convert a channel to its fpga reference
remove(Isolate, Runnable) - Method in class com.sun.squawk.CallbackManager
Remove a hook previously-registered for the isolate iso.
remove(Runnable) - Method in class com.sun.squawk.CallbackManager
Remove a hook previously-registered for the current isolate.
remove(Isolate) - Method in class com.sun.squawk.CallbackManager
Remove all hooks previously-registered for the given isolate.
remove(INorFlashSectorState) - Method in interface com.sun.squawk.flash.INorFlashSectorStateList
 
remove(INorFlashSectorState) - Method in class com.sun.squawk.flash.NorFlashSectorStateList
 
remove(String) - Method in class com.sun.squawk.io.MulticastOutputStream
Removes a given output stream from those contained by this multicaster.
remove(Object) - Method in class com.sun.squawk.util.ArrayHashtable
Removes the key (and its corresponding value) from this hashtable.
remove(int) - Method in class com.sun.squawk.util.IntHashtable
Removes the key (and its corresponding value) from this hashtable.
remove(int) - Method in class com.sun.squawk.util.IntSet
Removes the first occurrence of the argument from this set.
remove(Object) - Method in class com.sun.squawk.util.SimpleLinkedList
Removes the first occurrence of the specified element in this list.
remove(Object) - Method in class com.sun.squawk.util.SquawkHashtable
Removes the key (and its corresponding value) from this hashtable.
remove(String) - Method in class edu.wpi.first.wpilibj.Preferences
Remove a preference
remove(Object) - Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
removeAll() - Method in class com.sun.squawk.CallbackManager
Remove all hooks.
removeAll() - Method in class com.sun.squawk.io.MulticastOutputStream
Removes all the output streams to which this multicaster is redirecting output.
removeAll(Class) - Method in class com.sun.squawk.peripheral.PeripheralRegistry
 
removeAll() - Method in class com.sun.squawk.util.IntSet
Removes all components from this vector and sets its size to zero.
removeAll() - Method in class edu.wpi.first.wpilibj.command.Scheduler
Removes all commands
removeAllElements() - Method in class com.sun.squawk.util.SquawkVector
Removes all components from this vector and sets its size to zero.
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeElement(Object) - Method in class com.sun.squawk.util.SquawkVector
Removes the first occurrence of the argument from this vector.
removeElement(Object) - Method in class java.util.Vector
Removes the first occurrence of the argument from this vector.
removeElementAt(int) - Method in class com.sun.squawk.util.SquawkVector
Deletes the component at the specified index.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
removeErasedHeader() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
removeErasedHeader() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
removeErr(String) - Method in class com.sun.squawk.Isolate
Removes the connection identified by url (if any) to which System.err is currently sending its output.
removeFirst() - Method in class com.sun.squawk.util.SimpleLinkedList
Removes and returns the first element from this list.
removeLargeObjects(boolean, int) - Method in class edu.wpi.first.wpilibj.image.BinaryImage
removeLargeObjects filters particles based on their size.
removeLast() - Method in class com.sun.squawk.util.SimpleLinkedList
Removes and returns the last element from this list.
removeLifecycleListener(Isolate.LifecycleListener, int) - Method in class com.sun.squawk.Isolate
Remove an Isolate.LifecycleListener from this isolate.
removeOut(String) - Method in class com.sun.squawk.Isolate
Removes the connection identified by url (if any) to which System.out is currently sending its output.
removeRecordListener(RecordListener) - Method in class javax.microedition.rms.RecordStore
Removes the specified RecordListener.
removeShutdownHook(Isolate, Runnable) - Static method in class com.sun.squawk.VM
De-registers a previously-registered virtual-machine shutdown hook.
removeShutdownHook(Thread) - Static method in class com.sun.squawk.VM
De-registers a previously-registered virtual-machine shutdown hook.
removeSmallObjects(boolean, int) - Method in class edu.wpi.first.wpilibj.image.BinaryImage
removeSmallObjects filters particles based on their size.
reOpen() - Method in class com.sun.squawk.io.mailboxes.ServerChannel
Re-opens a closed ServerChannel.
REPAINT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
replace(char, char) - Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replaceBluePlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the blue color plane from the image when represented in RGB color space.
replaceColorPlanes(Pointer, Pointer, NIVision.ColorMode, Pointer, Pointer, Pointer) - Static method in class edu.wpi.first.wpilibj.image.NIVision
Replaces one or more of the color planes of a color image.
replaceGreenPlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the green color plane from the image when represented in RGB color space.
replaceHSIHuePlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the hue color plane from the image when represented in HSI color space.
replaceHSISaturationPlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the saturation color plane from the image when represented in HSI color space.
replaceHSLHuePlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the hue color plane from the image when represented in HSL color space.
replaceHSLSaturationPlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the saturation color plane from the image when represented in HSL color space.
replaceHSVHuePlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the hue color plane from the image when represented in HSV color space.
replaceHSVSaturationPlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the saturation color plane from the image when represented in HSV color space.
replaceIntensityPlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the intensity color plane from the image when represented in HSI color space.
replaceLuminancePlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the luminance color plane from the image when represented in HSL color space.
REPLACEMENT_CONSTRUCTOR - Static variable in exception com.sun.squawk.pragma.PragmaException
Bit flag for replacement constructors.
ReplacementConstructorPragma - Exception in com.sun.squawk.pragma
Denotes a method (that must be static) whose code replaces the body of the constructor with the same declared parameter types.
ReplacementConstructorPragma() - Constructor for exception com.sun.squawk.pragma.ReplacementConstructorPragma
 
replaceRedPlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the red color plane from the image when represented in RGB color space.
replaceValuePlane(MonoImage) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Set the value color plane from the image when represented in HSV color space.
reply - Variable in class com.sun.squawk.debugger.JDWPListener.CommandSet
The reply to the current command.
ReplyPacket - Class in com.sun.squawk.debugger
A ReplyPacket encapsulates a JDWP reply packet.
ReplyPacket(CommandPacket, int) - Constructor for class com.sun.squawk.debugger.ReplyPacket
Creates a packet to send a reply to a command packet.
ReplyPacket(int, int, DataInputStream, int) - Constructor for class com.sun.squawk.debugger.ReplyPacket
Creates a packet to encapsulate a received JDWP reply packet.
report(int, int) - Static method in class edu.wpi.first.wpilibj.communication.UsageReporting
Report the usage of a resource of interest.
report(int, int, int) - Static method in class edu.wpi.first.wpilibj.communication.UsageReporting
Report the usage of a resource of interest.
report(int, int, int, String) - Static method in class edu.wpi.first.wpilibj.communication.UsageReporting
Report the usage of a resource of interest.
REPROGRAM_MMU - Static variable in class com.sun.squawk.vm.ChannelConstants
 
REQUESTED - Static variable in class com.sun.squawk.Debugger.SingleStep
The thread has been put into single stepping mode and has yet to complete a step.
requestInterrupts(Object, Object) - Method in class edu.wpi.first.wpilibj.DigitalInput
Request interrupts asynchronously on this digital input.
requestInterrupts() - Method in class edu.wpi.first.wpilibj.DigitalInput
Request interrupts synchronously on this digital input.
requests - Variable in class com.sun.squawk.debugger.EventManager.MatchedRequests
 
requests - Variable in class com.sun.squawk.debugger.EventManager
The set of registered event requests.
requires(Subsystem) - Method in class edu.wpi.first.wpilibj.command.Command
This method specifies that the given Subsystem is used by this command.
requiresClassClinit() - Method in class com.sun.squawk.Method
Tests to see if this method requires a CLASS_CLINIT instruction to be emitted before the body of the method's bytecodes.
reScanBlock(Address, Address, IMemoryHeapBlock) - Method in interface com.sun.squawk.flash.INorFlashMemoryHeapScanner
 
reScanBlock(Address, Address, IMemoryHeapBlock) - Method in class com.sun.squawk.rms.RecordStoreManager
 
reScanVisitor - Variable in class com.sun.squawk.rms.RecordStoreManager
 
reserve() - Method in class edu.wpi.first.wpilibj.fpga.tInterruptManager
 
reserveIrqContext(int, IntByReference, NiRioStatus) - Static method in class com.ni.rio.NiFpga
IRQ contexts are single-threaded; only one thread can wait with a particular context at any given time.
reset() - Method in class com.sun.cldc.i18n.StreamReader
Reset the stream.
reset() - Method in class com.sun.squawk.ByteBufferEncoder
Clears the buffer.
reset() - Method in class com.sun.squawk.io.BufferedReader
Reset the stream to the most recent mark.
reset() - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Repositions input stream for a connection to the position at the time the mark method was last called on this input stream.
reset() - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
 
reset() - Static method in class com.sun.squawk.util.ComputationTimer
Resets all the data gathered by the timer.
reset() - Static method in class com.sun.squawk.util.Tracer
Disable all the enabled features and clears the filter (if any).
RESET - Static variable in class com.sun.squawk.vm.ChannelConstants
 
reset() - Method in class edu.wpi.first.wpilibj.Counter
Reset the Counter to zero.
reset() - Method in interface edu.wpi.first.wpilibj.CounterBase
Reset the count to zero
reset() - Method in class edu.wpi.first.wpilibj.Encoder
Reset the Encoder distance to zero.
reset() - Method in class edu.wpi.first.wpilibj.Gyro
Reset the gyro.
reset() - Method in class edu.wpi.first.wpilibj.PIDController
Reset the previous error,, the integral term, and disable the controller.
reset() - Method in class edu.wpi.first.wpilibj.SerialPort
Reset the serial port driver to a known state.
reset() - Method in class edu.wpi.first.wpilibj.Timer
Reset the timer by setting the time to 0.
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class java.io.DataInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.InputStreamReader
Reset the stream.
reset() - Method in class java.io.Reader
Reset the stream.
reset() - Method in interface javax.microedition.io.Datagram
Zero the read/write pointer as well as the offset and length state variables.
reset() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the enumeration index to the same state as right after the enumeration was created.
RESET_BIT - Static variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
 
resetAccumulator() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Resets the accumulator to the initial value.
resetBytes() - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
resetBytes() - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
resetEncoder(int) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Reset the position of an encoder to 0.
resetHead() - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
resetHead() - Method in class com.sun.squawk.flash.NorFlashSectorState
 
resetRecordStoreManager() - Static method in class com.sun.squawk.imp.ImpGlobal
 
resetSingleton() - Static method in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
 
Resource - Class in edu.wpi.first.wpilibj
Track resources in the program.
Resource(int) - Constructor for class edu.wpi.first.wpilibj.Resource
Allocate storage for a new instance of Resource.
ResourceFile - Class in com.sun.squawk
Stores a resource file (name and contents) in the suite file.
ResourceFile(String, boolean) - Constructor for class com.sun.squawk.ResourceFile
 
ResourceFile(String, byte[]) - Constructor for class com.sun.squawk.ResourceFile
Creates a resource file object.
restartProgram() - Static method in class edu.wpi.first.wpilibj.Resource
Clears all allocated resources
result(Type) - Method in interface com.sun.squawk.compiler.BaseCompiler
Define the function result.
RESULT_BADCONTEXT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
RESULT_BADPARAMETER - Static variable in class com.sun.squawk.vm.ChannelConstants
 
RESULT_EXCEPTION - Static variable in class com.sun.squawk.vm.ChannelConstants
 
RESULT_MALLOCFAILURE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
RESULT_OK - Static variable in class com.sun.squawk.vm.ChannelConstants
 
resumeForDebugger(boolean) - Method in class com.sun.squawk.VMThread
Decreases the suspension count of this thread.
resumeRequest() - Method in class javax.microedition.midlet.MIDlet
Provides a MIDlet with a mechanism to indicate that it is interested in entering the Active state.
RESYNCH - Static variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
 
ret(Type) - Method in interface com.sun.squawk.compiler.BaseCompiler
Return from a method.
ret() - Method in interface com.sun.squawk.compiler.BaseCompiler
Return from a method.
RETURN_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
RETURN_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
RETURN_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
RETURN_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
RETURN_O - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
RETURN_V - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
returnFP - Static variable in interface com.sun.squawk.vm.FP
The offset of the slot containing the FP of the caller of the current method.
returnIP - Static variable in interface com.sun.squawk.vm.FP
The offset of the slot containing the IP of the caller of the current method.
returnPIDInput() - Method in class edu.wpi.first.wpilibj.command.PIDCommand
Returns the input for the pid loop.
returnPIDInput() - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
Returns the input for the pid loop.
returnString(int) - Static method in class com.sun.cldc.jna.Function
Standard conversion function that creates java string from a C char* ptr.
returnStruct(Class, int) - Static method in class com.sun.cldc.jna.Function
Standard conversion function that creates an structure instance of type klass from a C address ptr.
reverse() - Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
reVisitRecordEntry(IRecordEntry) - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
reVisitRecordEntry(IRecordEntry) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
rgbGetA(int) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
rgbGetB(int) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
rgbGetG(int) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
rgbGetR(int) - Method in class edu.wpi.first.wpilibj.image.NIVision
 
RGBImage - Class in edu.wpi.first.wpilibj.image
A color image represented in RGB color space at 3 bytes per pixel.
RGBImage() - Constructor for class edu.wpi.first.wpilibj.image.RGBImage
Create a new 0x0 image.
RGBImage(String) - Constructor for class edu.wpi.first.wpilibj.image.RGBImage
Create a new image by loading a file.
rint(double) - Static method in class com.sun.squawk.util.MathUtils
Returns the double value that is closest in value to the argument and is equal to a mathematical integer.
RMS_PURPOSED - Static variable in interface com.sun.squawk.peripheral.INorFlashSector
 
RmsEntry - Class in com.sun.squawk.rms
 
RmsEntry() - Constructor for class com.sun.squawk.rms.RmsEntry
 
ROBOT_TASK_PRIORITY - Static variable in class edu.wpi.first.wpilibj.RobotBase
The VxWorks priority that robot code should work at (so Java code should run at)
RobotBase - Class in edu.wpi.first.wpilibj
Implement a Robot Program framework.
RobotBase() - Constructor for class edu.wpi.first.wpilibj.RobotBase
Constructor for a generic robot program.
RobotDrive - Class in edu.wpi.first.wpilibj
Utility class for handling Robot drive based on a definition of the motor configuration.
RobotDrive(int, int) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
Constructor for RobotDrive with 2 motors specified with channel numbers.
RobotDrive(int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
Constructor for RobotDrive with 4 motors specified with channel numbers.
RobotDrive(SpeedController, SpeedController) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
Constructor for RobotDrive with 2 motors specified as SpeedController objects.
RobotDrive(SpeedController, SpeedController, SpeedController, SpeedController) - Constructor for class edu.wpi.first.wpilibj.RobotDrive
Constructor for RobotDrive with 4 motors specified as SpeedController objects.
RobotDrive.MotorType - Class in edu.wpi.first.wpilibj
The location of a motor on the robot for the purpose of driving
robotInit() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Robot-wide initialization code should go here.
robotInit() - Method in class edu.wpi.first.wpilibj.SimpleRobot
Robot-wide initialization code should go here.
robotMain() - Method in class edu.wpi.first.wpilibj.SimpleRobot
Robot main program for free-form programs.
root - Variable in class com.sun.squawk.ObjectMemorySerializer.ControlBlock
The offset in the serialized graph to the root of the graph.
rotateVector(double, double, double) - Static method in class edu.wpi.first.wpilibj.RobotDrive
Rotate a vector in Cartesian space.
round(float) - Static method in class com.sun.squawk.util.MathUtils
Returns the closest int to the argument.
round(double) - Static method in class com.sun.squawk.util.MathUtils
Returns the closest long to the argument.
roundDown(int) - Method in class com.sun.squawk.Address
Rounds this address down based on a given alignment.
roundDownToWord() - Method in class com.sun.squawk.Address
Rounds this address down to a machine word boundary.
roundUp(int) - Method in class com.sun.squawk.Address
Rounds this address up based on a given alignment.
roundUpToWord() - Method in class com.sun.squawk.Address
Rounds this address up to a machine word boundary.
roundUpToWord(int) - Static method in class com.sun.squawk.GC
Rounds up a 32 bit value to the next word boundry.
run() - Method in class com.sun.squawk.debugger.EventManager
Main event handling loop of the event manager.
run() - Method in class com.sun.squawk.debugger.JDWPListener
 
run() - Method in class com.sun.squawk.Isolate
Deprecated. This is called by the system (in Isolate.start()}, and shouldn't be called directly
run() - Method in class com.sun.squawk.platform.SystemEvents
IOHandler run loop.
run() - Method in interface com.sun.squawk.util.ComputationTimer.Computation
Performs the computation that will be timed.
run() - Method in interface com.sun.squawk.util.ComputationTimer.ComputationException
Performs the computation that will be timed.
run() - Method in class edu.wpi.first.wpilibj.command.Scheduler
Runs a single iteration of the loop.
run() - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
The run method is called repeatedly to keep the values refreshed on the screen in test mode.
run() - Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run() - Method in class java.util.TimerTask
The action to be performed by this timer task.
run() - Method in class tests.TestApp2
 
runBlockingFunctionOn(Address, Address, int, int, int, int, int, int, int, int, int, int) - Static method in class com.sun.squawk.NativeUnsafe
 
runHooks() - Method in class com.sun.squawk.CallbackManager
 
Runnable - Interface in java.lang
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
runningOnServiceThread - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
Runtime - Class in java.lang
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
RuntimeException - Exception in java.lang
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for exception java.lang.RuntimeException
Constructs a RuntimeException with no detail message.
RuntimeException(String) - Constructor for exception java.lang.RuntimeException
Constructs a RuntimeException with the specified detail message.
runXTests() - Static method in class com.sun.squawk.Test
 

S

S_IFBLK - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IFBLK - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IFBLK - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IFCHR - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IFCHR - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IFCHR - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IFDIR - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IFDIR - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IFDIR - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IFIFO - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IFIFO - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IFIFO - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IFLNK - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IFLNK - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IFLNK - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IFMT - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IFMT - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IFMT - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IFREG - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IFREG - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IFREG - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IFSOCK - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IFSOCK - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IFSOCK - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IRGRP - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IRGRP - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IRGRP - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IROTH - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IROTH - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IROTH - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IRUSR - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IRUSR - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IRUSR - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IRWXG - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IRWXG - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IRWXG - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IRWXO - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IRWXO - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IRWXO - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IRWXU - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IRWXU - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IRWXU - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_ISGID - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_ISGID - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_ISGID - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_ISUID - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_ISUID - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_ISUID - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_ISVTX - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_ISVTX - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_ISVTX - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IWGRP - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IWGRP - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IWGRP - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IWOTH - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IWOTH - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IWOTH - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IWUSR - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IWUSR - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IWUSR - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IXGRP - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IXGRP - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IXGRP - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IXOTH - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IXOTH - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IXOTH - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_IXUSR - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
S_IXUSR - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
S_IXUSR - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
S_objLib_OBJ_DELETED - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_objLib_OBJ_ID_ERROR - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_objLib_OBJ_TIMEOUT - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_objLib_OBJ_UNAVAILABLE - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_semLib_COUNT_OVERFLOW - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_semLib_INVALID_INITIAL_COUNT - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_semLib_INVALID_OPERATION - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_semLib_INVALID_OPTION - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_semLib_INVALID_QUEUE_TYPE - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
S_semLib_INVALID_STATE - Static variable in exception edu.wpi.first.wpilibj.communication.SemaphoreException
 
SafePWM - Class in edu.wpi.first.wpilibj
 
SafePWM(int) - Constructor for class edu.wpi.first.wpilibj.SafePWM
Constructor for a SafePWM object taking a channel number
SafePWM(int, int) - Constructor for class edu.wpi.first.wpilibj.SafePWM
Constructor for a SafePWM object taking channel and slot numbers.
SATURDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
save(DataOutputStream, String) - Method in class com.sun.squawk.Isolate
Serializes the object graph rooted by this hibernated isolate and writes it to a given stream.
save(DataOutputStream, String, boolean) - Method in class com.sun.squawk.Isolate
Serializes the object graph rooted by this hibernated isolate and writes it to a given stream.
save(DataOutputStream, String, ObjectMemorySerializer.ControlBlock, ObjectMemory, boolean) - Static method in class com.sun.squawk.ObjectMemorySerializer
Writes a serialized object memory to a given output stream.
save(DataOutputStream, String) - Method in class com.sun.squawk.Suite
Serializes the object graph rooted by this suite and writes it to a given stream.
save(DataOutputStream, String, boolean) - Method in class com.sun.squawk.Suite
Serializes the object graph rooted by this suite and writes it to a given stream.
save() - Method in class edu.wpi.first.wpilibj.Preferences
Saves the preferences to a file on the cRIO.
saveKlassMetadatas(DataOutputStream, String) - Method in class com.sun.squawk.Suite
Serializes the object graph rooted by this suite and writes it to a given stream.
saveKlassMetadatas(DataOutputStream, String, boolean) - Method in class com.sun.squawk.Suite
Serializes the object graph rooted by this suite and writes it to a given stream.
SC - Interface in com.sun.squawk.vm
This class contains the offsets that define that define the layout of the array (of type "[-local-") that implements a stack for a thread.
scalbn(double, int) - Static method in class com.sun.squawk.util.MathUtils
Return d × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
scanBlock(IMemoryHeapBlock) - Method in interface com.sun.squawk.flash.INorFlashMemoryHeapScanner
 
scanBlock(IMemoryHeapBlock) - Method in class com.sun.squawk.rms.RecordStoreManager
 
scanBlocks(INorFlashMemoryHeapScanner) - Method in interface com.sun.squawk.flash.INorFlashMemoryHeap
 
scanBlocks(INorFlashMemoryHeapScanner) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
It is guaranteed that the order that blocks were allocated in, is the order in which they will be iterated.
scanVisitor - Variable in class com.sun.squawk.rms.RecordStoreManager
 
schedule(TimerTask, long) - Method in class java.util.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, Date) - Method in class java.util.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
schedule(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduledExecutionTime() - Method in class java.util.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
Scheduler - Class in edu.wpi.first.wpilibj.command
The Scheduler is a singleton which holds the top-level running commands.
ScopedLocalVariable - Class in com.sun.squawk
An instance of ScopedLocalVariable encapsulates the symbolic information for a local variable that has a limited scope in a Squawk bytecode method.
ScopedLocalVariable(String, Klass, int, int, int) - Constructor for class com.sun.squawk.ScopedLocalVariable
Creates a ScopedLocalVariable instance representing the symbolic information for a local variable in a Squawk bytecode method.
SCREENHEIGHT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SCREENWIDTH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SDA - Class in com.sun.squawk.debugger.sda
A SDA (Squawk Debugger Agent) instance handles the Squawk VM side of a JDWP connection to a Squawk Debugger Proxy for a particular isolate.
SDPListener - Class in com.sun.squawk.debugger.sda
A SDPListener implements the Squawk VM side of the JDWP protocol and communicates with a Squawk Debugger Proxy.
SDPListener(SDA) - Constructor for class com.sun.squawk.debugger.sda.SDPListener
 
SDWP - Interface in com.sun.squawk.debugger
Squawk VM extensions to the Java Debug Wire Protocol.
SDWPException - Exception in com.sun.squawk.debugger
A SDWPException is thrown when there is an error parsing or handling a JDWP/SDWP request.
SDWPException() - Constructor for exception com.sun.squawk.debugger.SDWPException
 
SDWPException(String) - Constructor for exception com.sun.squawk.debugger.SDWPException
 
SDWPException(int, String) - Constructor for exception com.sun.squawk.debugger.SDWPException
 
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
second - Variable in class com.sun.midp.util.DateParser
The second represented by this date
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
sectors - Variable in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
 
SECTORS_FILE_EXTENSION - Static variable in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
sectorStates - Variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
SecurityException - Exception in java.lang
Thrown by the system to indicate a security violation.
SecurityException() - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SEEK_CUR - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
SEEK_CUR - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
SEEK_CUR - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
SEEK_END - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
SEEK_END - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
SEEK_END - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
SEEK_SET - Static variable in interface com.sun.squawk.platform.posix.natives.LibC
 
SEEK_SET - Static variable in interface com.sun.squawk.platform.windows.natives.LibC
 
SEEK_SET - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl
 
Select - Interface in com.sun.squawk.platform.posix.natives
java wrapper around #include
select - Variable in class com.sun.squawk.platform.posix.SystemEventsImpl
 
Select - Interface in com.sun.squawk.platform.windows.natives
java wrapper around #include
select - Variable in class com.sun.squawk.platform.windows.SystemEventsImpl
 
SelectImpl - Class in com.sun.squawk.platform.posix.linux.natives
 
SelectImpl() - Constructor for class com.sun.squawk.platform.posix.linux.natives.SelectImpl
 
SelectImpl - Class in com.sun.squawk.platform.posix.macosx.natives
 
SelectImpl() - Constructor for class com.sun.squawk.platform.posix.macosx.natives.SelectImpl
 
SelectImpl - Class in com.sun.squawk.platform.posix.natives
 
SelectImpl() - Constructor for class com.sun.squawk.platform.posix.natives.SelectImpl
 
SelectImpl - Class in com.sun.squawk.platform.posix.solaris.natives
 
SelectImpl() - Constructor for class com.sun.squawk.platform.posix.solaris.natives.SelectImpl
 
SelectImpl - Class in com.sun.squawk.platform.posix.vxworks.natives
 
SelectImpl() - Constructor for class com.sun.squawk.platform.posix.vxworks.natives.SelectImpl
 
SelectImpl - Class in com.sun.squawk.platform.windows.natives
 
SelectImpl() - Constructor for class com.sun.squawk.platform.windows.natives.SelectImpl
 
selectRunner - Variable in class com.sun.squawk.platform.SystemEvents
 
Semaphore - Class in edu.wpi.first.wpilibj.communication
Class exposing VxWorks semaphores.
Semaphore(Semaphore.Options) - Constructor for class edu.wpi.first.wpilibj.communication.Semaphore
Create a new semaphore.
Semaphore(Semaphore.Options, boolean) - Constructor for class edu.wpi.first.wpilibj.communication.Semaphore
Create a semaphore with the given initial state.
Semaphore(Semaphore.Options, int) - Constructor for class edu.wpi.first.wpilibj.communication.Semaphore
Create a counting semaphore with the given value.
Semaphore.Options - Class in edu.wpi.first.wpilibj.communication
Options to create a semaphore with.
Semaphore.Options() - Constructor for class edu.wpi.first.wpilibj.communication.Semaphore.Options
 
SemaphoreException - Exception in edu.wpi.first.wpilibj.communication
 
SemaphoreException(int) - Constructor for exception edu.wpi.first.wpilibj.communication.SemaphoreException
Generate a new SemaphoreException from the given status code.
send(Debugger.Event, EventManager.MatchedRequests) - Method in class com.sun.squawk.debugger.EventManager
 
send(Envelope) - Method in class com.sun.squawk.io.mailboxes.Channel
Sends a message to the remote channel.
send(Envelope) - Method in class com.sun.squawk.io.mailboxes.MailboxAddress
Sends a message to the Mailbox.
send(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Send a datagram.
Sendable - Interface in edu.wpi.first.wpilibj
The base interface for objects that can be sent over the network through network tables.
SendableChooser - Class in edu.wpi.first.wpilibj.smartdashboard
The SendableChooser class is a useful tool for presenting a selection of options to the SmartDashboard.
SendableChooser() - Constructor for class edu.wpi.first.wpilibj.smartdashboard.SendableChooser
Instantiates a SendableChooser.
sendCommand(CommandPacket) - Method in class com.sun.squawk.debugger.JDWPListener
Sends a command packet over this connection.
sendErrorStreamToDriverStation(boolean) - Static method in class edu.wpi.first.wpilibj.Utility
Control whether to send System.err output to the driver station's error pane.
sendMessage(int, byte[], int) - Static method in class edu.wpi.first.wpilibj.can.JaguarCANDriver
Send a message on the CAN bus
sendMessage(int, byte[], int) - Static method in class edu.wpi.first.wpilibj.CANJaguar
Send a message on the CAN bus through the CAN driver in FRC_NetworkCommunication Trusted messages require a 2-byte token at the beginning of the data payload.
sendReply(ReplyPacket) - Method in class com.sun.squawk.debugger.JDWPListener
 
sendStatData(DataOutputStream) - Method in class com.sun.squawk.VM.Stats
Take a sample of all statics and send to output stream dos.
SensorBase - Class in edu.wpi.first.wpilibj
Base class for all sensors.
SensorBase() - Constructor for class edu.wpi.first.wpilibj.SensorBase
Creates an instance of the sensor base and gets an FPGA handle
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
sequence - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
SerialPort - Class in edu.wpi.first.wpilibj
Driver for the RS-232 serial port on the cRIO.
SerialPort(int, int, SerialPort.Parity, SerialPort.StopBits) - Constructor for class edu.wpi.first.wpilibj.SerialPort
Create an instance of a Serial Port class.
SerialPort(int, int, SerialPort.Parity) - Constructor for class edu.wpi.first.wpilibj.SerialPort
Create an instance of a Serial Port class.
SerialPort(int, int) - Constructor for class edu.wpi.first.wpilibj.SerialPort
Create an instance of a Serial Port class.
SerialPort(int) - Constructor for class edu.wpi.first.wpilibj.SerialPort
Create an instance of a Serial Port class.
SerialPort.FlowControl - Class in edu.wpi.first.wpilibj
Represents what type of flow control to use for serial communication
SerialPort.Parity - Class in edu.wpi.first.wpilibj
Represents the parity to use for serial communications
SerialPort.StopBits - Class in edu.wpi.first.wpilibj
Represents the number of stop bits to use for Serial Communication
SerialPort.WriteBufferMode - Class in edu.wpi.first.wpilibj
Represents which type of buffer mode to use when writing to a serial port
ServerChannel - Class in com.sun.squawk.io.mailboxes
Given that a Channel is a one-to-one connection between two isolates, a ServerChannel provides a factory to create new Channels by name.
ServerSocketConnection - Interface in javax.microedition.io
This interface defines the server socket stream connection.
ServiceOperation - Class in com.sun.squawk
This class defines the global Squawk variables that are used to communicate between a normal Java thread and the Squawk system service thread.
Servo - Class in edu.wpi.first.wpilibj
Standard hobby style servo.
Servo(int) - Constructor for class edu.wpi.first.wpilibj.Servo
Constructor that assumes the default digital module.
Servo(int, int) - Constructor for class edu.wpi.first.wpilibj.Servo
Constructor that specifies the digital module.
set() - Method in class com.sun.squawk.debugger.CommandPacket
 
set(int[], int) - Method in class com.sun.squawk.security.ecc.FFA
 
set(int) - Method in class com.sun.squawk.util.BitSet
Sets the bit at a given index.
set(double) - Method in class edu.wpi.first.wpilibj.CANJaguar
Deprecated. Use setX instead.
set(double, byte) - Method in class edu.wpi.first.wpilibj.CANJaguar
Deprecated. Use setX instead.
set(boolean) - Method in class edu.wpi.first.wpilibj.DigitalOutput
Set the value of a digital output.
set(DoubleSolenoid.Value) - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
Set the value of a solenoid.
set(int, int) - Method in class edu.wpi.first.wpilibj.image.NIVision.Range
Set the upper and lower boundaries
set(int, int, int, int) - Method in class edu.wpi.first.wpilibj.image.NIVision.Rect
Set the Rect dimensions
set(double, byte) - Method in class edu.wpi.first.wpilibj.Jaguar
Deprecated. For compatibility with CANJaguar The PWM value is set using a range of -1.0 to 1.0, appropriately scaling the value for the FPGA.
set(double) - Method in class edu.wpi.first.wpilibj.Jaguar
Set the PWM value.
set(Relay.Value) - Method in class edu.wpi.first.wpilibj.Relay
Set the relay state.
set(double) - Method in class edu.wpi.first.wpilibj.Servo
Set the servo position.
set(boolean) - Method in class edu.wpi.first.wpilibj.Solenoid
Set the value of a solenoid.
set(int, int) - Method in class edu.wpi.first.wpilibj.SolenoidBase
Set the value of a solenoid.
set(double, byte) - Method in interface edu.wpi.first.wpilibj.SpeedController
Common interface for setting the speed of a speed controller.
set(double) - Method in interface edu.wpi.first.wpilibj.SpeedController
Common interface for setting the speed of a speed controller.
set(double, byte) - Method in class edu.wpi.first.wpilibj.Talon
Deprecated. For compatibility with CANJaguar The PWM value is set using a range of -1.0 to 1.0, appropriately scaling the value for the FPGA.
set(double) - Method in class edu.wpi.first.wpilibj.Talon
Set the PWM value.
set(double, byte) - Method in class edu.wpi.first.wpilibj.Victor
Deprecated. For compatibility with CANJaguar The PWM value is set using a range of -1.0 to 1.0, appropriately scaling the value for the FPGA.
set(double) - Method in class edu.wpi.first.wpilibj.Victor
Set the PWM value.
set(int, int) - Method in class java.util.Calendar
Sets the time field with the given value.
SET_DEEP_SLEEP_ENABLED - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SET_MINIMUM_DEEP_SLEEP_TIME - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SET_SHALLOW_SLEEP_CLOCK_MODE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SET_SYSTEM_TIME - Static variable in class com.sun.squawk.vm.ChannelConstants
 
setAbsoluteTolerance(double) - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
Set the absolute error which is considered tolerable for use with OnTarget.
setAbsoluteTolerance(double) - Method in class edu.wpi.first.wpilibj.PIDController
Set the absolute error which is considered tolerable for use with OnTarget.
setAccumulatorCenter(int) - Method in class edu.wpi.first.wpilibj.AnalogChannel
Set the center value of the accumulator.
setAccumulatorDeadband(int) - Method in class edu.wpi.first.wpilibj.AnalogChannel
Set the accumulator's deadband.
setAccumulatorInitialValue(long) - Method in class edu.wpi.first.wpilibj.AnalogChannel
Set an inital value for the accumulator.
setAddress(Address) - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
setAddress(Address) - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
setAddress(Object, int, Object) - Static method in class com.sun.squawk.NativeUnsafe
 
setAddress(Address) - Method in interface com.sun.squawk.rms.IRmsEntry
 
setAddress(Address) - Method in class com.sun.squawk.rms.RmsEntry
 
setAddress(Address, int, Address) - Static method in class com.sun.squawk.Unsafe
Sets a pointer value in memory without updating the write barrier.
setAddress(String) - Method in interface javax.microedition.io.Datagram
Set datagram address.
setAddress(Datagram) - Method in interface javax.microedition.io.Datagram
Set datagram address, copying the address from another datagram.
setAnalogOut(int, double) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Set the analog output voltage.
setAngle(double) - Method in class edu.wpi.first.wpilibj.Servo
Set the servo angle.
setArrayTypes(Address, byte, int, int) - Static method in class com.sun.squawk.NativeUnsafe
Sets the type of each value in an array.
setAsDaemonThread(Thread) - Static method in class com.sun.squawk.VM
Mark the specified thread to be a daemon thread (won't prevent VM from exiting).
setAutomaticMode(boolean) - Method in class edu.wpi.first.wpilibj.Ultrasonic
Turn Automatic mode on/off.
setAverageBits(int) - Method in class edu.wpi.first.wpilibj.AnalogChannel
Set the number of averaging bits.
setAverageBits(int, int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Set the number of averaging bits.
setAveraged(boolean) - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Configure the analog trigger to use the averaged vs.
setAxisChannel(Joystick.AxisType, int) - Method in class edu.wpi.first.wpilibj.Joystick
Set the channel associated with a specified axis.
setBitOrder(boolean) - Method in class edu.wpi.first.wpilibj.SPIDevice
Sets the bit order of the transfer sent and received values.
setBounds(int, int, int, int, int) - Method in class edu.wpi.first.wpilibj.PWM
Deprecated. Recommended to set bounds in ms using PWM.setBounds(double, double, double, double, double)
setByte(Object, int, int) - Static method in class com.sun.squawk.NativeUnsafe
 
setByte(int, int) - Static method in class com.sun.squawk.os.CSystem
Set a byte in memory.
setByte(long, byte) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Sets the byte at the given offset in the memory area associated with this object.
setByte(Address, int, int) - Static method in class com.sun.squawk.Unsafe
Sets an 8 bit value in memory.
setByte(int, byte) - Method in class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
setBytes(byte[], int, int) - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
setBytes(byte[], int, int) - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
setBytes(int, byte[], int, int) - Method in interface com.sun.squawk.peripheral.INorFlashSector
 
setBytes(int, byte[], int, int) - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
setBytes(long, byte[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Sets number bytes starting at the given offset in the memory area associated with this object from the byte array passed starting at position low.
setBytes(byte[], int, int) - Method in interface com.sun.squawk.rms.IRecordEntry
 
setBytes(byte[], int, int) - Method in class com.sun.squawk.rms.RecordEntry
 
setBytes(Address, int, byte[], int, int) - Static method in class com.sun.squawk.Unsafe
Copy from byte array to memory.
setBytes(byte[], int, int) - Method in class com.sun.squawk.util.ByteArrayInputStreamWithSetBytes
 
setBytes(Address, byte, int) - Static method in class com.sun.squawk.VM
Set memory region to value.
setBytes(int, byte[], int, int) - Method in class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
setChar(Object, int, int) - Static method in class com.sun.squawk.NativeUnsafe
 
setChar(Address, int, int) - Static method in class com.sun.squawk.Unsafe
Sets an unsigned 16 bit value in memory.
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setClassFileDefinition(Klass, Klass[], ClassFileMethod[], ClassFileMethod[], ClassFileField[], ClassFileField[], String) - Method in class com.sun.squawk.Klass
Completes the definition of this class (apart from its bytecodes) based on the information parsed from a class file.
SETCLIP - Static variable in class com.sun.squawk.vm.ChannelConstants
 
setClockPolarity(boolean) - Method in class edu.wpi.first.wpilibj.SPIDevice
Sets the polarity of the clock when transferring data to the device
setClockRate(double) - Method in class edu.wpi.first.wpilibj.SPIDevice
Set the frequence of the clock when sending data
setCode(byte[]) - Method in class com.sun.squawk.ClassFileMethod
Sets the byte array corresponding to the "Code" attribute in the class file.
SETCOLOR - Static variable in class com.sun.squawk.vm.ChannelConstants
 
setCompatabilityMode(boolean) - Method in class edu.wpi.first.wpilibj.I2C
SetCompatabilityMode Enables bitwise clock skewing detection.
setContinuous(boolean) - Method in class edu.wpi.first.wpilibj.PIDController
Set the PID controller to consider the input to be continuous, Rather then using the max and min in as constraints, it considers them to be the same point and automatically calculates the shortest route to the setpoint.
setContinuous() - Method in class edu.wpi.first.wpilibj.PIDController
Set the PID controller to consider the input to be continuous, Rather then using the max and min in as constraints, it considers them to be the same point and automatically calculates the shortest route to the setpoint.
setDaemon(boolean) - Method in class com.sun.squawk.VMThread
Sets the daemon state of the thread.
setDashboardPackerToUseHigh(IDashboard) - Method in class edu.wpi.first.wpilibj.DriverStation
Sets the dashboard packer to use for sending high priority user data to a dashboard receiver.
setDashboardPackerToUseLow(IDashboard) - Method in class edu.wpi.first.wpilibj.DriverStation
Sets the dashboard packer to use for sending low priority user data to a dashboard receiver.
setData(Address, int, Object, int, int, int) - Static method in class com.sun.squawk.VM
Do actual copy from array to memory at address + boffset Copy number bytes from byte array bytes starting at position low.to the memory location specified by the address dst and byte offset boffset.
setData() - Method in class edu.wpi.first.wpilibj.DriverStation
Copy status data from the DS task for the user.
setData(byte[], int, int) - Method in interface javax.microedition.io.Datagram
Set the buffer, offset and length state variables.
setDataOnTrailing(boolean) - Method in class edu.wpi.first.wpilibj.SPIDevice
If Data is valid at the beginning of the clock pulse or the end of the clock pulse
setDebugger(Isolate, Debugger, boolean) - Static method in class com.sun.squawk.DebuggerSupport
Attaches or detaches a debugger to an isolate.
setDefaultAnalogModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Sets the default Analog module.
setDefaultCommand(Command) - Method in class edu.wpi.first.wpilibj.command.Subsystem
Sets the default command.
setDefaultDigitalModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Sets the default Digital Module.
setDefaultSolenoidModule(int) - Static method in class edu.wpi.first.wpilibj.SensorBase
Set the default location for the Solenoid (9472) module.
setDefaultTaskExecutor() - Method in class com.sun.cldc.jna.BlockingFunction
Set this blocking function to run using a default TaskExecutor.
setDeleteSafe(boolean) - Method in class edu.wpi.first.wpilibj.communication.Semaphore.Options
Set whether or not the semaphore is delete safe.
setDigitalConfig(int, DriverStationEnhancedIO.tDigitalConfig) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Override the DS's configuration of a DIO line.
setDigitalOut(int, boolean) - Method in class edu.wpi.first.wpilibj.DriverStation
Set a value for the digital outputs on the Driver Station.
setDigitalOutput(int, boolean) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Set the state of a DIO line that is configured for digital output.
setDIO(int, boolean) - Method in class edu.wpi.first.wpilibj.DigitalModule
Write a digital I/O bit to the FPGA.
setDirection(Relay.Direction) - Method in class edu.wpi.first.wpilibj.Relay
Set the Relay Direction Changes which values the relay can be set to depending on which direction is used Valid inputs are kBothDirections, kForwardOnly, and kReverseOnly
setDistancePerPulse(double) - Method in class edu.wpi.first.wpilibj.Counter
Set the distance per pulse for this counter.
setDistancePerPulse(double) - Method in class edu.wpi.first.wpilibj.Encoder
Set the distance per pulse for this encoder.
setDistanceUnits(Ultrasonic.Unit) - Method in class edu.wpi.first.wpilibj.Ultrasonic
Set the current DistanceUnit that should be used for the PIDSource base object.
setDO_PWMDutyCycle(int, double) - Method in class edu.wpi.first.wpilibj.DigitalModule
Configure the duty-cycle of the PWM generator
setDO_PWMOutputChannel(int, int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Configure which DO channel the PWM siganl is output on
setDO_PWMRate(double) - Method in class edu.wpi.first.wpilibj.DigitalModule
Change the frequency of the DO PWM generator.
setDouble(long, double) - Method in class com.sun.squawk.realtime.RawMemoryFloatAccess
Sets the double at the given offset in the memory area associated with this object.
setDouble(int, double) - Method in class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
setDoubles(long, double[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryFloatAccess
Sets number doubles starting at the given offset in the memory area associated with this object from the double array passed starting at position low.
setDownSource(int) - Method in class edu.wpi.first.wpilibj.Counter
Set the down counting source to be a digital input channel.
setDownSource(int, int) - Method in class edu.wpi.first.wpilibj.Counter
Set the down counting source to be a digital input slot and channel.
setDownSource(DigitalSource) - Method in class edu.wpi.first.wpilibj.Counter
Set the source object that causes the counter to count down.
setDownSource(AnalogTrigger, AnalogTriggerOutput.Type) - Method in class edu.wpi.first.wpilibj.Counter
Set the down counting source to be an analog trigger.
setDownSourceEdge(boolean, boolean) - Method in class edu.wpi.first.wpilibj.Counter
Set the edge sensitivity on a down counting source.
setElementAt(Object, int) - Method in class com.sun.squawk.util.SquawkVector
Sets the component at the specified index of this vector to be the specified object.
setElementAt(Object, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setEnabled(boolean) - Static method in class edu.wpi.first.wpilibj.livewindow.LiveWindow
Set the enabled state of LiveWindow.
setEnabled(boolean) - Method in class edu.wpi.first.wpilibj.Ultrasonic
Set if the ultrasonic is enabled
setEnabled(boolean) - Method in class edu.wpi.first.wpilibj.Watchdog
Enable or disable the watchdog timer.
setEncoderIndexEnable(int, boolean) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Enable or disable the index channel of a quadrature encoder.
setError() - Method in class java.io.PrintStream
Set the error state of the stream to true.
setErrorData(byte[], int, int) - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
Send data to the driver station's error panel
setErrorData(Pointer, int, int) - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
Send data to the driver station's error panel
setErrorNotify(boolean) - Method in class edu.wpi.first.wpilibj.communication.Semaphore.Options
Set whether the semaphore should notify on an error.
setExpiration(double) - Method in class edu.wpi.first.wpilibj.CANJaguar
 
setExpiration(double) - Method in interface edu.wpi.first.wpilibj.MotorSafety
 
setExpiration(double) - Method in class edu.wpi.first.wpilibj.MotorSafetyHelper
Set the expiration time for the corresponding motor safety object.
setExpiration(double) - Method in class edu.wpi.first.wpilibj.RobotDrive
 
setExpiration(double) - Method in class edu.wpi.first.wpilibj.SafePWM
 
setExpiration(double) - Method in class edu.wpi.first.wpilibj.Watchdog
Configure how many seconds your watchdog can be neglected before it starves to death.
setExternalDirectionMode() - Method in class edu.wpi.first.wpilibj.Counter
Set external direction mode on this counter.
setFilePath(String) - Static method in class com.sun.squawk.ObjectMemoryLoader
Expecting a string that looks something like "c:\dev\1${File.separatorChar}c:\windows".
setFilter(String) - Static method in class com.sun.squawk.util.Tracer
Sets the string used to enable/disable the tracer.
setFiltered(boolean) - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Configure the analog trigger to use a filtered value.
setFixedDigitalOutput(int, boolean) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Set the state to output on a Fixed High Current Digital Output line.
setFloat(long, float) - Method in class com.sun.squawk.realtime.RawMemoryFloatAccess
Sets the float at the given offset in the memory area associated with this object.
setFloat(int, float) - Method in class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
setFloats(long, float[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryFloatAccess
Sets number floats starting at the given offset in the memory area associated with this object from the float array passed starting at position low.
setFlowControl(SerialPort.FlowControl) - Method in class edu.wpi.first.wpilibj.SerialPort
Set the type of flow control to enable on this port.
SETFONT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
setFrameMode(char) - Method in class edu.wpi.first.wpilibj.SPIDevice
Sets the Frame Mode which specifies the behavior of the chip select line in relation to the duration of the frame.
setGCEnabled(boolean) - Static method in class com.sun.squawk.GC
Enable or disable the garbage collector.
setId(int) - Method in interface com.sun.squawk.rms.IRecordEntry
 
setId(int) - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
setId(int) - Method in class com.sun.squawk.rms.RecordEntry
 
setId(int) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
setIdealYoungGenerationSizePercent(int) - Method in class com.sun.squawk.Lisp2GenerationalCollector
Sets the size for the young generation based on its ideal ratio to the heap size.
setInputRange(double, double) - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
Sets the maximum and minimum values expected from the input.
setInputRange(double, double) - Method in class edu.wpi.first.wpilibj.PIDController
Sets the maximum and minimum values expected from the input.
setInt(Object, int, int) - Static method in class com.sun.squawk.NativeUnsafe
 
setInt(int, int) - Static method in class com.sun.squawk.os.CSystem
Set a word in memory.
setInt(long, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Sets the int at the given offset in the memory area associated with this object.
setInt(Address, int, int) - Static method in class com.sun.squawk.Unsafe
Sets a 32 bit value in memory.
setInt(int, int) - Method in class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
setInterruptable(boolean) - Method in class edu.wpi.first.wpilibj.communication.Semaphore.Options
Set whether the semaphore is interruptable.
setInterruptible(boolean) - Method in class edu.wpi.first.wpilibj.command.Command
Sets whether or not this command can be interrupted.
setInts(long, int[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Sets number ints starting at the given offset in the memory area associated with this object from the int array passed starting at position low.
setInts(Address, int, int[], int, int) - Static method in class com.sun.squawk.Unsafe
Copy from int array to memory.
setInversionSafe(boolean) - Method in class edu.wpi.first.wpilibj.communication.Semaphore.Options
Set whether the semaphore is inversion safe.
setInverted(boolean) - Method in class edu.wpi.first.wpilibj.buttons.InternalButton
 
setInvertedMotor(RobotDrive.MotorType, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
Invert a motor direction.
setIsAllocated(boolean) - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
setIsAllocated(boolean) - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
setLED(int, boolean) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Set the state of an LED on the IO board.
setLEDs(byte) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Set the state of all 8 LEDs on the IO board.
setLeftRightMotorOutputs(double, double) - Method in class edu.wpi.first.wpilibj.RobotDrive
Set the speed of the right and left motors.
setLength(int) - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
setLength(int) - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of this String buffer.
setLength(int) - Method in interface javax.microedition.io.Datagram
Set the length state variable.
setLimitsRaw(int, int) - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Set the upper and lower limits of the analog trigger.
setLimitsVoltage(double, double) - Method in class edu.wpi.first.wpilibj.AnalogTrigger
Set the upper and lower limits of the analog trigger.
setLong(Object, int, long) - Static method in class com.sun.squawk.NativeUnsafe
 
setLong(long, long) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Sets the long at the given offset in the memory area associated with this object.
setLong(Address, int, long) - Static method in class com.sun.squawk.Unsafe
Sets a 64 bit value in memory.
setLongAtWord(Object, int, long) - Static method in class com.sun.squawk.NativeUnsafe
 
setLongAtWord(Address, int, long) - Static method in class com.sun.squawk.Unsafe
Sets a 64 bit value in memory at a 32 bit word offset.
setLongs(long, long[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Sets number longs starting at the given offset in the memory area associated with this object from the long array passed starting at position low.
setLongs(Address, int, long[], int, int) - Static method in class com.sun.squawk.Unsafe
Copy from long array to memory.
setMaxOutput(double) - Method in class edu.wpi.first.wpilibj.RobotDrive
Configure the scaling factor for using RobotDrive with motor controllers in a mode other than PercentVbus.
setMaxPeriod(double) - Method in class edu.wpi.first.wpilibj.Counter
Set the maximum period where the device is still considered "moving".
setMaxPeriod(double) - Method in interface edu.wpi.first.wpilibj.CounterBase
Set the maximum time between edges to be considered stalled
setMaxPeriod(double) - Method in class edu.wpi.first.wpilibj.Encoder
Sets the maximum period for stopped detection.
setMaxSelectWait(long) - Static method in class com.sun.squawk.VM
Set the maximum time that the system will wait in select.
setMaxSystemWait(long) - Static method in class com.sun.squawk.VM
Set the maximum time that system will wait for IO, interrupts, etc.
setMaxWait(long) - Method in class com.sun.squawk.platform.SystemEvents
Set the maximum time that the system will wait in select
setMemorySize(int) - Static method in class com.sun.squawk.NativeUnsafe
Sets the size of used/initialized memory.
setMidletName(String) - Method in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
setMidletName(String) - Method in interface com.sun.squawk.rms.IApplicationDescriptorEntry
 
setMidletVendor(String) - Method in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
setMidletVendor(String) - Method in interface com.sun.squawk.rms.IApplicationDescriptorEntry
 
setMidletVersion(String) - Method in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
setMidletVersion(String) - Method in interface com.sun.squawk.rms.IApplicationDescriptorEntry
 
setMinRate(double) - Method in class edu.wpi.first.wpilibj.Encoder
Set the minimum rate of the device before the hardware reports it stopped.
setMode(HiTechnicColorSensor.tColorSensorMode) - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
Set the Mode of the color sensor This method is used to set the color sensor to one of the three modes, active, passive or raw.
setName(String) - Method in class com.sun.squawk.Isolate
Sets name of the isolate.
setName(String) - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
setName(String) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
setName(String) - Method in class com.sun.squawk.VMThread
Sets the name of this thread.
setNewDataSem(Semaphore) - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
Set the semaphore for the communications task to use
setNextOffset(int) - Method in interface com.sun.squawk.flash.IMemoryHeapBlock
 
setNextOffset(int) - Method in class com.sun.squawk.flash.MemoryHeapBlock
 
setNextSector(INorFlashSectorState) - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
setNextSector(INorFlashSectorState) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
setObject(Object, int, Object) - Static method in class com.sun.squawk.NativeUnsafe
 
setObjectTable(Object[]) - Method in class com.sun.squawk.Klass
Set the object table.
SETOFFSCREENMODE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
setOutputRange(double, double) - Method in class edu.wpi.first.wpilibj.PIDController
Sets the minimum and maximum values to write.
setOversampleBits(int) - Method in class edu.wpi.first.wpilibj.AnalogChannel
Set the number of oversample bits.
setOversampleBits(int, int) - Method in class edu.wpi.first.wpilibj.AnalogModule
Set the number of oversample bits.
setOwningList(INorFlashSectorStateList) - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
setOwningList(INorFlashSectorStateList) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
setPercentTolerance(double) - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
Set the percentage error which is considered tolerable for use with OnTarget.
setPercentTolerance(double) - Method in class edu.wpi.first.wpilibj.PIDController
Set the percentage error which is considered tolerable for use with OnTarget.
setPeriodMultiplier(PWM.PeriodMultiplier) - Method in class edu.wpi.first.wpilibj.PWM
Slow down the PWM signal for old devices.
setPID(double, double, double) - Method in class edu.wpi.first.wpilibj.CANJaguar
Set the P, I, and D constants for the closed loop modes.
setPID(double, double, double) - Method in class edu.wpi.first.wpilibj.PIDController
Set the PID Controller gain parameters.
setPID(double, double, double, double) - Method in class edu.wpi.first.wpilibj.PIDController
Set the PID Controller gain parameters.
setPIDSourceParameter(PIDSource.PIDSourceParameter) - Method in class edu.wpi.first.wpilibj.Counter
Set which parameter of the encoder you are using as a process control variable.
setPIDSourceParameter(PIDSource.PIDSourceParameter) - Method in class edu.wpi.first.wpilibj.Encoder
Set which parameter of the encoder you are using as a process control variable.
setPIDSourceParameter(PIDSource.PIDSourceParameter) - Method in class edu.wpi.first.wpilibj.Gyro
Set which parameter of the encoder you are using as a process control variable.
setPointer(int, Pointer) - Method in class com.sun.cldc.jna.Pointer
Set the word at offset from this pointer to the the address contained in ptr.
setPointer(Pointer) - Method in class com.sun.cldc.jna.PointerType
Set the underlying untyped pointer
setPosition(double) - Method in class edu.wpi.first.wpilibj.PWM
Set the PWM value based on a position.
setPositionReference(CANJaguar.PositionReference) - Method in class edu.wpi.first.wpilibj.CANJaguar
Set the reference source device for position controller mode.
setPressed(boolean) - Method in class edu.wpi.first.wpilibj.buttons.InternalButton
 
setPrintStream(PrintStream) - Static method in class com.sun.squawk.util.Tracer
Sets the print stream to which traces will be written.
setPriority(int) - Method in class com.sun.squawk.VMThread
Changes the priority of this thread.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setPrioritySorted(boolean) - Method in class edu.wpi.first.wpilibj.communication.Semaphore.Options
Set true to use a priority sorted queue, false to use first-in first-out
setProperty(String, String) - Method in class com.sun.squawk.Isolate
Adds a named property to this isolate.
setProperty(String, String) - Method in class com.sun.squawk.Suite
 
setProperty(String, String) - Static method in class com.sun.squawk.VM
On a hosted system , this calls System.setProperty(), otherwise calls Isolate.currentIsolate().setProperty()
setPulseLengthMode(double) - Method in class edu.wpi.first.wpilibj.Counter
Configure the counter to count in up or down based on the length of the input pulse.
setPWM(int, int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Set a PWM channel to the desired value.
setPWMOutput(int, double) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Set the percent duty-cycle to output on a PWM enabled DIO line.
setPWMPeriod(DriverStationEnhancedIO.tPWMPeriodChannels, double) - Method in class edu.wpi.first.wpilibj.DriverStationEnhancedIO
Set the period of a PWM generator.
setPWMPeriodScale(int, int) - Method in class edu.wpi.first.wpilibj.DigitalModule
Set how how often the PWM signal is squelched, thus scaling the period.
setPWMRate(double) - Method in class edu.wpi.first.wpilibj.DigitalOutput
Change the PWM frequency of the PWM output on a Digital Output line.
setRaw(int) - Method in class edu.wpi.first.wpilibj.PWM
Set the PWM value directly to the hardware.
setReason(int) - Method in exception com.sun.squawk.security.CryptoException
Sets the reason code
setRecord(int, byte[], int, int) - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
setRecord(int, byte[], int, int) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
setRecord(int, byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Sets the data in the given record to that passed in.
setRehasher(SquawkHashtable.Rehasher) - Method in class com.sun.squawk.util.SquawkHashtable
 
setRelayForward(int, boolean) - Method in class edu.wpi.first.wpilibj.DigitalModule
Set the state of a relay.
setRelayReverse(int, boolean) - Method in class edu.wpi.first.wpilibj.DigitalModule
Set the state of a relay.
setRelayValue(Relay.Value) - Method in class edu.wpi.first.wpilibj.Compressor
Operate the relay for the compressor.
setRequestMethod(String) - Method in class com.sun.squawk.io.j2me.http.Protocol
 
setRequestMethod(String) - Method in interface javax.microedition.io.HttpConnection
Set the method for the URL request, one of: GET POST HEAD are legal, subject to protocol restrictions.
setRequestProperty(String, String) - Method in class com.sun.squawk.io.j2me.http.Protocol
 
setRequestProperty(String, String) - Method in interface javax.microedition.io.HttpConnection
Sets the general request property.
setReverseDirection(boolean) - Method in class edu.wpi.first.wpilibj.Counter
Set the Counter to return reversed sensing on the direction.
setReverseDirection(boolean) - Method in class edu.wpi.first.wpilibj.Encoder
Set the direction sensing for this encoder.
setRunWhenDisabled(boolean) - Method in class edu.wpi.first.wpilibj.command.Command
Sets whether or not this Command should run when the robot is disabled.
setSafetyEnabled(boolean) - Method in class edu.wpi.first.wpilibj.CANJaguar
 
setSafetyEnabled(boolean) - Method in interface edu.wpi.first.wpilibj.MotorSafety
 
setSafetyEnabled(boolean) - Method in class edu.wpi.first.wpilibj.MotorSafetyHelper
Enable/disable motor safety for this device Turn on and off the motor safety option for this PWM object.
setSafetyEnabled(boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
 
setSafetyEnabled(boolean) - Method in class edu.wpi.first.wpilibj.SafePWM
 
setSampleRate(double) - Method in class edu.wpi.first.wpilibj.AnalogModule
Set the sample rate on the module.
setSamplesToAverage(int) - Method in class edu.wpi.first.wpilibj.Counter
Set the Samples to Average which specifies the number of samples of the timer to average when calculating the period.
setSamplesToAverage(int) - Method in class edu.wpi.first.wpilibj.Encoder
Set the Samples to Average which specifies the number of samples of the timer to average when calculating the period.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSemiPeriodMode(boolean) - Method in class edu.wpi.first.wpilibj.Counter
Set Semi-period mode on this counter.
setSensitivity(double) - Method in class edu.wpi.first.wpilibj.Accelerometer
Set the accelerometer sensitivity.
setSensitivity(double) - Method in class edu.wpi.first.wpilibj.Gyro
Set the gyro type based on the sensitivity.
setSensitivity(double) - Method in class edu.wpi.first.wpilibj.RobotDrive
Set the turning sensitivity.
setSetpoint(double) - Method in class edu.wpi.first.wpilibj.command.PIDCommand
Sets the setpoint to the given value.
setSetpoint(double) - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
Sets the setpoint to the given value.
setSetpoint(double) - Method in class edu.wpi.first.wpilibj.PIDController
Set the setpoint for the PIDController
setSetpointRelative(double) - Method in class edu.wpi.first.wpilibj.command.PIDCommand
Adds the given value to the setpoint.
setSetpointRelative(double) - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
Adds the given value to the setpoint.
setShort(Object, int, int) - Static method in class com.sun.squawk.NativeUnsafe
 
setShort(long, short) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Sets the short at the given offset in the memory area associated with this object.
setShort(Address, int, int) - Static method in class com.sun.squawk.Unsafe
Sets a signed 16 bit value in memory.
setShort(int, short) - Method in class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
setShorts(long, short[], int, int) - Method in class com.sun.squawk.realtime.RawMemoryAccess
Sets number shorts starting at the given offset in the memory area associated with this object from the short array passed starting at position low.
setShorts(Address, int, short[], int, int) - Static method in class com.sun.squawk.Unsafe
Copy from short array to memory.
setSize(int) - Method in class com.sun.squawk.util.SquawkVector
Sets the size of this vector.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setSocketOption(byte, int) - Method in class com.sun.squawk.io.j2me.socket.Protocol
 
setSocketOption(byte, int) - Method in interface javax.microedition.io.SocketConnection
Set a socket option for the connection.
setSockOpt(int, int, int) - Method in interface com.sun.squawk.platform.GCFSockets
set a socket option
setSockOpt(int, int, int, int) - Method in class com.sun.squawk.platform.posix.GCFSocketsImpl
set a socket option
setSockOpt(int, int, int) - Method in class com.sun.squawk.platform.posix.GCFSocketsImpl
set a socket option
setsockopt(int, int, int, ByReference, int) - Method in interface com.sun.squawk.platform.posix.natives.Socket
set a socket option
setsockopt(int, int, int, ByReference, int) - Method in class com.sun.squawk.platform.posix.natives.SocketImpl
 
setSockOpt(int, int, int) - Method in class com.sun.squawk.platform.windows.GCFSocketsImpl
set a socket option
setsockopt(int, int, int, ByReference, int) - Method in interface com.sun.squawk.platform.windows.natives.Socket
set a socket option
setsockopt(int, int, int, ByReference, int) - Method in class com.sun.squawk.platform.windows.natives.SocketImpl
 
setSpeedReference(CANJaguar.SpeedReference) - Method in class edu.wpi.first.wpilibj.CANJaguar
Set the reference source device for speed controller mode.
setStaticInt(Isolate, Klass, int, int) - Static method in class com.sun.squawk.DebuggerSupport
Writes a static int variable.
setStaticLong(Isolate, Klass, int, long) - Static method in class com.sun.squawk.DebuggerSupport
Writes a static long variable.
setStaticOop(Isolate, Klass, int, Object) - Static method in class com.sun.squawk.DebuggerSupport
Writes a static reference variable.
setStatus(int) - Method in class com.ni.rio.NiRioStatus
Update the status code to the most serious of the existing status code or the new status code.
setStatus(NiRioStatus) - Method in class com.ni.rio.NiRioStatus
 
setStatusData(double, int, int, byte[], int, byte[], int, int) - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
Set the status data to send to the ds
setStep(Debugger.SingleStep) - Method in class com.sun.squawk.VMThread
Sets the object that will put this thread into single stepping mode the next time it is scheduled to run.
setStoreId(int) - Method in interface com.sun.squawk.rms.IRecordEntry
 
setStoreId(int) - Method in class com.sun.squawk.rms.RecordEntry
 
setStream(int) - Static method in class com.sun.squawk.VM
Sets the stream for the VM.print...
setString(int, String) - Method in class com.sun.cldc.jna.Pointer
Copy string value to the location at offset.
setString(int, String) - Method in class edu.wpi.first.wpilibj.Dashboard.MemAccess
 
setSuperType(Klass) - Method in class com.sun.squawk.Klass
Sets the verification hierarchy super type of this class.
setSystemPriority(int) - Method in class com.sun.squawk.VMThread
Changes the priority of this thread.
setSystemThreadPriority(Thread, int) - Static method in class com.sun.squawk.VM
Sets the given thread to the given priority, bounded by MAX_SYS_PRIORITY (eg.
setTaskExecutor(TaskExecutor) - Method in class com.sun.cldc.jna.BlockingFunction
Set this blocking function to run using a specific TaskExecutor.
setThread(Thread, Object) - Method in class com.sun.squawk.Debugger.Event
 
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeout(double) - Method in class edu.wpi.first.wpilibj.command.Command
Sets the timeout of this command.
setTimeout(double) - Method in class edu.wpi.first.wpilibj.SerialPort
Configure the timeout of the serial port.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTolerance(double) - Method in class edu.wpi.first.wpilibj.PIDController
Deprecated. Use setTolerance(Tolerance), i.e. setTolerance(new PIDController.PercentageTolerance(15))
setTransaction(int, byte[], byte) - Method in class edu.wpi.first.wpilibj.CANJaguar
Execute a transaction with a Jaguar that sets some property.
setType(Address, byte, int) - Static method in class com.sun.squawk.NativeUnsafe
Sets the type of a value at a given address.
setUnalignedInt(Address, int, int) - Static method in class com.sun.squawk.NativeUnsafe
Gets the int at the given byte offset in the memory, starting from base.
setUnalignedInt(Address, int, int) - Static method in class com.sun.squawk.Unsafe
Gets the int at the given byte offset in the memory, starting from base.
setUnalignedLong(Address, int, long) - Static method in class com.sun.squawk.NativeUnsafe
Gets the long at the given byte offset in the memory, starting from base.
setUnalignedLong(Address, int, long) - Static method in class com.sun.squawk.Unsafe
Gets the long at the given byte offset in the memory, starting from base.
setUnalignedShort(Address, int, int) - Static method in class com.sun.squawk.NativeUnsafe
Sets the short at the given byte offset in the memory, starting from base.
setUnalignedShort(Address, int, int) - Static method in class com.sun.squawk.Unsafe
Sets the short at the given byte offset in the memory, starting from base.
setUnusedClasses(Klass[]) - Method in class com.sun.squawk.Suite
 
setup(int, byte[], int, byte[]) - Method in class com.sun.squawk.compiler.MethodMap
Set the contants of the method map from the code generator.
setUpArrayBufferState() - Static method in class com.sun.cldc.jna.PrivatePointer
Get ready to allow creating array buffers.
setUpdateWhenEmpty(boolean) - Method in class edu.wpi.first.wpilibj.Counter
Select whether you want to continue updating the event timer output when there are no samples captured.
setUpDownCounterMode() - Method in class edu.wpi.first.wpilibj.Counter
Set standard up / down counting mode on this counter.
setupSectors(int, int, int, boolean) - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
 
setUpSource(int, int) - Method in class edu.wpi.first.wpilibj.Counter
Set the up source for the counter as digital input channel and slot.
setUpSource(int) - Method in class edu.wpi.first.wpilibj.Counter
Set the upsource for the counter as a digital input channel.
setUpSource(DigitalSource) - Method in class edu.wpi.first.wpilibj.Counter
Set the source object that causes the counter to count up.
setUpSource(AnalogTrigger, AnalogTriggerOutput.Type) - Method in class edu.wpi.first.wpilibj.Counter
Set the up counting source to be an analog trigger.
setUpSourceEdge(boolean, boolean) - Method in class edu.wpi.first.wpilibj.Counter
Set the edge sensitivity on an up counting source.
setUpSourceEdge(boolean, boolean) - Method in class edu.wpi.first.wpilibj.DigitalInput
Set which edge to trigger interrupts on
setUserDsLcdData(byte[], int, int) - Static method in class edu.wpi.first.wpilibj.communication.FRCControl
Send data to the driver station's user panel
setUWord(Object, int, UWord) - Static method in class com.sun.squawk.NativeUnsafe
 
setUWord(Address, int, UWord) - Static method in class com.sun.squawk.Unsafe
Sets a UWord value in memory.
setV(double) - Method in class tests.TestApp.Ball
Set the ball velocity.
setValue(int) - Method in class com.sun.cldc.jna.ptr.IntByReference
 
setVoltageForPID(boolean) - Method in class edu.wpi.first.wpilibj.AnalogChannel
Set whether to use voltage of value for PIDGet This method determines whether PIDGet uses average voltage or value for PID controllers for a particular channel.
setVoltageRampRate(double) - Method in class edu.wpi.first.wpilibj.CANJaguar
Set the maximum voltage change rate.
setW(byte[], int, int) - Method in class com.sun.squawk.security.ECPublicKey
Sets the point of the curve comprising the public key.
SETWINDOWNAME - Static variable in class com.sun.squawk.vm.ChannelConstants
 
setWriteBufferMode(SerialPort.WriteBufferMode) - Method in class edu.wpi.first.wpilibj.SerialPort
Specify the flushing behavior of the output buffer.
setWriteFileAllowed(boolean) - Static method in class edu.wpi.first.wpilibj.image.NIVision
Set true to be able to create files on cRio
setWriteHeadPosition(int) - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
setWriteHeadPosition(int) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
setX(double) - Method in class edu.wpi.first.wpilibj.CANJaguar
Set the output set-point value.
setX(double, byte) - Method in class edu.wpi.first.wpilibj.CANJaguar
Set the output set-point value.
setX(double) - Method in class tests.TestApp.Ball
Sets the current position
setZero(double) - Method in class edu.wpi.first.wpilibj.Accelerometer
Set the voltage that corresponds to 0 G.
SHALLOW_SLEEP - Static variable in class com.sun.squawk.vm.ChannelConstants
 
shallowCopy(Object) - Static method in class com.sun.squawk.VM
Perform a shallow copy of the original object, without calling a constructor WARNING: This is bypassing the write barrier, which is (sort of) OK because we are writing to a new object.
ShapeDetectionOptions - Class in edu.wpi.first.wpilibj.image
 
ShapeDetectionOptions(int, int, int, float, float, double) - Constructor for class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
share(long) - Method in class com.sun.cldc.jna.Pointer
Create a new pointer that is a subset of this pointer, starting from offset
share(long, long) - Method in class com.sun.cldc.jna.Pointer
Create a new pointer that is a subset of this pointer, starting from offset
SharedMailboxHandler - Class in com.sun.squawk.io.mailboxes
 
SharedMailboxHandler() - Constructor for class com.sun.squawk.io.mailboxes.SharedMailboxHandler
Creates a new instance of SharedMailboxHandler
shl() - Method in interface com.sun.squawk.compiler.BaseCompiler
Shift the second element on the stack left by the number of bits specified by the top element.
shl(int[], int[], int) - Method in class com.sun.squawk.security.ecc.FFA
 
SHL_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
SHL_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
SHORT - Static variable in class com.sun.squawk.compiler.Type
Define secondary types.
SHORT - Static variable in interface com.sun.squawk.compiler.Types
Define secondary types.
SHORT - Static variable in class com.sun.squawk.Klass
The type for short.
SHORT - Static variable in class com.sun.squawk.vm.AddressType
Denotes that an address contains a short value.
SHORT - Static variable in interface com.sun.squawk.vm.CID
 
Short - Class in java.lang
The Short class is the standard wrapper for short values.
Short(short) - Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
SHORT_ARRAY - Static variable in class com.sun.squawk.Klass
The type for short[].
SHORT_ARRAY - Static variable in interface com.sun.squawk.vm.CID
 
shortValue() - Method in class java.lang.Double
Returns the value of this Double as a short (by casting to a short).
shortValue() - Method in class java.lang.Float
Returns the value of this Float as a short (by casting to a short).
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
SHOULD_NOT_REACH_HERE_ALWAYS_ENABLED - Static variable in class com.sun.squawk.util.Assert
Flag to always enable shouldNotReachHere().
shouldNotReachHere(String) - Static method in class com.sun.squawk.util.Assert
Asserts that the compiler should never reach this point.
shouldNotReachHere(String, String, int) - Static method in class com.sun.squawk.util.Assert
 
shouldNotReachHere() - Static method in class com.sun.squawk.util.Assert
Asserts that the compiler should never reach this point.
shouldNotReachHere(String, int) - Static method in class com.sun.squawk.util.Assert
 
shouldNotReachHereFatal(String) - Static method in class com.sun.squawk.util.Assert
Asserts that the compiler should never reach this point.
shouldNotReachHereFatal(String, String, int) - Static method in class com.sun.squawk.util.Assert
 
shouldNotReachHereFatal() - Static method in class com.sun.squawk.util.Assert
Asserts that the compiler should never reach this point.
shouldNotReachHereFatal(String, int) - Static method in class com.sun.squawk.util.Assert
 
shouldSetSlot(int, Klass) - Method in class com.sun.squawk.DebuggerSupport.SlotSetter
Should this slot be set?
shr() - Method in interface com.sun.squawk.compiler.BaseCompiler
Shift the second element on the stack right by the number of bits specified by the top element.
shr(int[], int[], int) - Method in class com.sun.squawk.security.ecc.FFA
 
SHR_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
SHR_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
shutdown(int, int) - Method in interface com.sun.squawk.platform.posix.natives.Socket
initiate a connection on a socket.
shutdown(int, int) - Method in class com.sun.squawk.platform.posix.natives.SocketImpl
 
shutdown(int, int) - Method in interface com.sun.squawk.platform.windows.natives.Socket
initiate a connection on a socket.
shutdown(int, int) - Method in class com.sun.squawk.platform.windows.natives.SocketImpl
 
SHUTDOWN_EVENT_MASK - Static variable in class com.sun.squawk.Isolate
Event kind indicating that an isolate is exiting.
signalOSEvent(int) - Static method in class com.sun.squawk.VMThread
Restart a thread blocked on an event.
SignatureVerifierException - Exception in com.sun.squawk.security.verifier
 
SignatureVerifierException(String) - Constructor for exception com.sun.squawk.security.verifier.SignatureVerifierException
Creates a new instance of SignatureVerifierException
SimpleLinkedList - Class in com.sun.squawk.util
A Stripped down version of the standard J2SE java.util.LinkedList class.
SimpleLinkedList() - Constructor for class com.sun.squawk.util.SimpleLinkedList
Constructs an empty list.
SimpleRobot - Class in edu.wpi.first.wpilibj
A simple robot base class that knows the standard FRC competition states (disabled, autonomous, or operator controlled).
SimpleRobot() - Constructor for class edu.wpi.first.wpilibj.SimpleRobot
Create a new SimpleRobot
SimulatedNorFlashSector - Class in com.sun.squawk.peripheral
I am a class that allows the RMS store to be used in Java heap as a byte array.
SimulatedNorFlashSector(Address, byte[], int) - Constructor for class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
SimulatedNorFlashSector(Address, int, int, boolean) - Constructor for class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
SimulatedNorFlashSector(String) - Constructor for class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
SimulatedNorFlashSectorAllocator - Class in com.sun.squawk.peripheral
 
SimulatedNorFlashSectorAllocator() - Constructor for class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
 
SIN - Static variable in interface com.sun.squawk.vm.MathOpcodes
 
sin(double) - Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
sin_addr - Variable in class com.sun.squawk.platform.posix.natives.Socket.sockaddr_in
in_addr is an opaque type that is typically a 4-byte int for IPv4.
sin_addr - Variable in class com.sun.squawk.platform.windows.natives.Socket.sockaddr_in
in_addr is an opaque type that is typically a 4-byte int for IPv4.
sin_family - Variable in class com.sun.squawk.platform.posix.natives.Socket.sockaddr_in
u_char
sin_family - Variable in class com.sun.squawk.platform.windows.natives.Socket.sockaddr_in
u_char
sin_len - Variable in class com.sun.squawk.platform.posix.natives.Socket.sockaddr_in
u_char DOES NOT EXIST ON SOLARIS!
sin_len - Variable in class com.sun.squawk.platform.windows.natives.Socket.sockaddr_in
u_char DOES NOT EXIST ON SOLARIS!
sin_port - Variable in class com.sun.squawk.platform.posix.natives.Socket.sockaddr_in
u_short
sin_port - Variable in class com.sun.squawk.platform.windows.natives.Socket.sockaddr_in
u_short
SINGLE_STEP - Static variable in class com.sun.squawk.Debugger.Event
 
size() - Method in class com.sun.cldc.jna.DynamicStructure
Return the size of this structure.
size() - Method in class com.sun.cldc.jna.OpaqueStructure
 
size() - Method in class com.sun.cldc.jna.Structure
 
SIZE - Static variable in class com.sun.squawk.debugger.DataType.FieldID
The size (in bytes) of this identifier as sent over a JDWP connection.
SIZE - Static variable in class com.sun.squawk.debugger.DataType.FrameID
The size (in bytes) of this identifier as sent over a JDWP connection.
SIZE - Static variable in class com.sun.squawk.debugger.DataType.Location
The size (in bytes) of this identifier as sent over a JDWP connection.
size - Variable in class com.sun.squawk.debugger.EventRequestModifier.Step
 
size() - Method in interface com.sun.squawk.flash.INorFlashSectorStateList
 
size - Variable in class com.sun.squawk.flash.NorFlashSectorStateList
 
size() - Method in class com.sun.squawk.flash.NorFlashSectorStateList
 
size - Variable in class com.sun.squawk.GC.ClassStat
 
size - Variable in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
size() - Method in class com.sun.squawk.platform.posix.natives.LibCImpl.statImpl
 
size() - Method in class com.sun.squawk.platform.posix.natives.NetDBImpl.hostentImpl
 
size() - Method in class com.sun.squawk.platform.posix.natives.TimeImpl.timevalImpl
 
size() - Method in class com.sun.squawk.platform.windows.natives.LibCImpl.statImpl
 
size() - Method in class com.sun.squawk.platform.windows.natives.NetDBImpl.hostentImpl
 
size() - Method in class com.sun.squawk.platform.windows.natives.TimeImpl.timevalImpl
 
size() - Method in class com.sun.squawk.realtime.RawMemoryAccess
Gets the virtual memory location at which the memory region is mapped.
size() - Method in interface com.sun.squawk.rms.IRmsEntry
 
size - Variable in class com.sun.squawk.rms.RmsEntry
 
size() - Method in class com.sun.squawk.rms.RmsEntry
 
size() - Method in class com.sun.squawk.util.ArrayHashtable
Returns the number of keys in this hashtable.
size() - Method in class com.sun.squawk.util.BitSet
Returns the number of bits of space actually in use by this BitSet to represent bit values.
size() - Method in class com.sun.squawk.util.IntHashtable
Returns the number of keys in this hashtable.
size() - Method in class com.sun.squawk.util.IntSet
Returns the number of components in this set.
size() - Method in class com.sun.squawk.util.SimpleLinkedList
Returns the number of elements in this list.
size() - Method in class com.sun.squawk.util.SquawkHashtable
Returns the number of keys in this hashtable.
size() - Method in class com.sun.squawk.util.SquawkVector
Returns the number of components in this vector.
size() - Method in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Get the size of the structure
size() - Method in class edu.wpi.first.wpilibj.image.CurveOptions
 
size() - Method in class edu.wpi.first.wpilibj.image.EllipseDescriptor
 
size() - Method in class edu.wpi.first.wpilibj.image.NIVision.Range
 
size() - Method in class edu.wpi.first.wpilibj.image.NIVision.Rect
 
size() - Method in class edu.wpi.first.wpilibj.image.RegionOfInterest
 
size() - Method in class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
size() - Method in class edu.wpi.first.wpilibj.Kinect.Point4
 
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class java.util.Vector
Returns the number of components in this vector.
sizeFilter(Pointer, Pointer, boolean, int, boolean) - Static method in class edu.wpi.first.wpilibj.image.NIVision
 
sizeOf(byte[], int, int) - Method in class com.sun.cldc.i18n.j2me.ISO8859_1_Reader
Get the size in chars of an array of bytes
sizeOf(char[], int, int) - Method in class com.sun.cldc.i18n.j2me.ISO8859_1_Writer
Get the size in bytes of an array of chars
sizeOf(byte[], int, int) - Method in class com.sun.cldc.i18n.StreamReader
Get the size in chars of an array of bytes
sizeOf(char[], int, int) - Method in class com.sun.cldc.i18n.StreamWriter
Get the size in bytes of an array of chars
SizeOutOfBoundsException - Exception in com.sun.squawk.realtime
Thrown if the constructor of a RawMemoryAccess, or RawMemoryFloatAccess is given an invalid size or if an accessor method on one of the above classes would cause access to an invalid address.
SizeOutOfBoundsException() - Constructor for exception com.sun.squawk.realtime.SizeOutOfBoundsException
A constructor for SizeOutOfBoundsException.
SizeOutOfBoundsException(String) - Constructor for exception com.sun.squawk.realtime.SizeOutOfBoundsException
A descriptive constructor for SizeOutOfBoundsException.
Skeleton - Class in edu.wpi.first.wpilibj
A Skeleton object to be used with Kinect data from the FRC Kinect server on the DriverStation
skeleton - Variable in class edu.wpi.first.wpilibj.Skeleton
 
Skeleton.Joint - Class in edu.wpi.first.wpilibj
An individual Joint from Kinect data
Skeleton.tJointTrackingState - Class in edu.wpi.first.wpilibj
The Joint TrackingState
Skeleton.tJointTypes - Class in edu.wpi.first.wpilibj
Helper class used to index the joints in a (@link Skeleton)
Skeleton.tTrackState - Class in edu.wpi.first.wpilibj
The TrackState of the skeleton
skip(long) - Method in class com.sun.squawk.io.BufferedReader
Skip characters.
skip(long) - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
 
skip(int) - Method in class com.sun.squawk.util.ByteArrayOutputStreamWithGetBytes
 
skip(int, String) - Method in class com.sun.squawk.util.StructuredFileInputStream
Skips over and discards n bytes of data from the file.
SKIP - Static variable in class com.sun.squawk.vm.ChannelConstants
 
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.DataInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.InputStreamReader
Skip characters.
skip(long) - Method in class java.io.Reader
Skip characters.
skipBytes(int) - Method in class com.sun.squawk.debugger.PacketInputStream
Attempts to skip over n bytes in the stream.
skipBytes(int) - Method in class com.sun.squawk.io.j2me.channel.ChannelInputStream
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
skipList - Static variable in class com.sun.squawk.util.ArgsUtilities
Skip svn entries, etc...
skipMemoryPadding(String, int) - Method in class com.sun.squawk.ObjectMemoryLoader
Skips the padding that precedes the 'memory' item to ensure that it is word aligned with respect to the start of the object memory file.
sleep(long) - Static method in class com.sun.squawk.VMThread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
sleep(long) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
slot - Variable in class com.sun.squawk.ScopedLocalVariable
The logical slot index of the local variable.
SmartDashboard - Class in edu.wpi.first.wpilibj.smartdashboard
The SmartDashboard class is the bridge between robot programs and the SmartDashboard on the laptop.
SmartDashboard() - Constructor for class edu.wpi.first.wpilibj.smartdashboard.SmartDashboard
 
SNDBUF - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the size of the sending buffer (4).
SO_ACCEPTCONN - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SO_ACCEPTCONN - Static variable in interface com.sun.squawk.platform.windows.natives.Socket
 
SO_ACCEPTCONN - Static variable in class com.sun.squawk.platform.windows.natives.SocketImpl
 
SO_BROADCAST - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SO_BROADCAST - Static variable in interface com.sun.squawk.platform.windows.natives.Socket
 
SO_BROADCAST - Static variable in class com.sun.squawk.platform.windows.natives.SocketImpl
 
SO_DEBUG - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SO_DEBUG - Static variable in interface com.sun.squawk.platform.windows.natives.Socket
 
SO_DEBUG - Static variable in class com.sun.squawk.platform.windows.natives.SocketImpl
 
SO_DONTROUTE - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SO_DONTROUTE - Static variable in interface com.sun.squawk.platform.windows.natives.Socket
 
SO_DONTROUTE - Static variable in class com.sun.squawk.platform.windows.natives.SocketImpl
 
SO_ERROR - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SO_KEEPALIVE - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SO_KEEPALIVE - Static variable in interface com.sun.squawk.platform.windows.natives.Socket
 
SO_KEEPALIVE - Static variable in class com.sun.squawk.platform.windows.natives.SocketImpl
 
SO_OOBINLINE - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SO_OOBINLINE - Static variable in interface com.sun.squawk.platform.windows.natives.Socket
 
SO_OOBINLINE - Static variable in class com.sun.squawk.platform.windows.natives.SocketImpl
 
SO_RCVBUF - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SO_RCVLOWAT - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SO_RCVTIMEO - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SO_REUSEADDR - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SO_REUSEADDR - Static variable in interface com.sun.squawk.platform.windows.natives.Socket
 
SO_REUSEADDR - Static variable in class com.sun.squawk.platform.windows.natives.SocketImpl
 
SO_SNDBUF - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SO_SNDLOWAT - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SO_SNDTIMEO - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SO_TYPE - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SOCK_DGRAM - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SOCK_DGRAM - Static variable in interface com.sun.squawk.platform.windows.natives.Socket
 
SOCK_DGRAM - Static variable in class com.sun.squawk.platform.windows.natives.SocketImpl
 
SOCK_RAW - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SOCK_RAW - Static variable in interface com.sun.squawk.platform.windows.natives.Socket
 
SOCK_RAW - Static variable in class com.sun.squawk.platform.windows.natives.SocketImpl
 
SOCK_STREAM - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SOCK_STREAM - Static variable in interface com.sun.squawk.platform.windows.natives.Socket
 
SOCK_STREAM - Static variable in class com.sun.squawk.platform.windows.natives.SocketImpl
 
SOCKET - Static variable in class com.sun.squawk.platform.Platform
 
Socket - Interface in com.sun.squawk.platform.posix.natives
java wrapper around BSD sockets
socket(int, int, int) - Method in interface com.sun.squawk.platform.posix.natives.Socket
socket() creates an endpoint for communication and returns a descriptor.
socket(int, int, int) - Method in class com.sun.squawk.platform.posix.natives.SocketImpl
 
Socket - Interface in com.sun.squawk.platform.windows.natives
java wrapper around BSD sockets
socket(int, int, int) - Method in interface com.sun.squawk.platform.windows.natives.Socket
socket() creates an endpoint for communication and returns a descriptor.
socket(int, int, int) - Method in class com.sun.squawk.platform.windows.natives.SocketImpl
 
Socket.sockaddr_in - Class in com.sun.squawk.platform.posix.natives
C STRUCTURE sockaddr_in / struct sockaddr_in { u_char sin_len; 1 u_char sin_family; 1 u_short sin_port; 2 struct in_addr sin_addr; 4 char sin_zero[8]; 8 }; struct sockaddr { __uint8_t sa_len; /* total length sa_family_t sa_family; /* [XSI] address family char sa_data[14]; /* [XSI] addr value (actually larger) };
Socket.sockaddr_in() - Constructor for class com.sun.squawk.platform.posix.natives.Socket.sockaddr_in
 
Socket.sockaddr_in - Class in com.sun.squawk.platform.windows.natives
C STRUCTURE sockaddr_in / struct sockaddr_in { u_char sin_len; 1 u_char sin_family; 1 u_short sin_port; 2 struct in_addr sin_addr; 4 char sin_zero[8]; 8 }; struct sockaddr { __uint8_t sa_len; /* total length sa_family_t sa_family; /* [XSI] address family char sa_data[14]; /* [XSI] addr value (actually larger) };
Socket.sockaddr_in() - Constructor for class com.sun.squawk.platform.windows.natives.Socket.sockaddr_in
 
SocketConnection - Interface in javax.microedition.io
This interface defines the socket stream connection.
SocketImpl - Class in com.sun.squawk.platform.posix.linux.natives
 
SocketImpl() - Constructor for class com.sun.squawk.platform.posix.linux.natives.SocketImpl
 
SocketImpl - Class in com.sun.squawk.platform.posix.macosx.natives
 
SocketImpl() - Constructor for class com.sun.squawk.platform.posix.macosx.natives.SocketImpl
 
SocketImpl - Class in com.sun.squawk.platform.posix.natives
 
SocketImpl() - Constructor for class com.sun.squawk.platform.posix.natives.SocketImpl
 
SocketImpl - Class in com.sun.squawk.platform.posix.solaris.natives
 
SocketImpl() - Constructor for class com.sun.squawk.platform.posix.solaris.natives.SocketImpl
 
SocketImpl - Class in com.sun.squawk.platform.posix.vxworks.natives
 
SocketImpl() - Constructor for class com.sun.squawk.platform.posix.vxworks.natives.SocketImpl
 
SocketImpl - Class in com.sun.squawk.platform.windows.natives
 
SocketImpl() - Constructor for class com.sun.squawk.platform.windows.natives.SocketImpl
 
SocketImpl.sockaddr_inImpl - Class in com.sun.squawk.platform.posix.natives
 
SocketImpl.sockaddr_inImpl() - Constructor for class com.sun.squawk.platform.posix.natives.SocketImpl.sockaddr_inImpl
 
SocketImpl.sockaddr_inImpl - Class in com.sun.squawk.platform.windows.natives
 
SocketImpl.sockaddr_inImpl() - Constructor for class com.sun.squawk.platform.windows.natives.SocketImpl.sockaddr_inImpl
 
SOL_SOCKET - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
SOL_SOCKET - Static variable in interface com.sun.squawk.platform.windows.natives.Socket
 
SOL_SOCKET - Static variable in class com.sun.squawk.platform.windows.natives.SocketImpl
 
Solenoid - Class in edu.wpi.first.wpilibj
Solenoid class for running high voltage Digital Output (9472 module).
Solenoid(int) - Constructor for class edu.wpi.first.wpilibj.Solenoid
Constructor.
Solenoid(int, int) - Constructor for class edu.wpi.first.wpilibj.Solenoid
Constructor.
SolenoidBase - Class in edu.wpi.first.wpilibj
SolenoidBase class is the common base class for the Solenoid and DoubleSolenoid classes.
SolenoidBase(int) - Constructor for class edu.wpi.first.wpilibj.SolenoidBase
Constructor.
sort(long[]) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified array of longs into ascending numerical order.
sort(long[], int, int) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified range of the specified array of longs into ascending numerical order.
sort(int[]) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified array of ints into ascending numerical order.
sort(int[], int, int) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified range of the specified array of ints into ascending numerical order.
sort(short[]) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified array of shorts into ascending numerical order.
sort(short[], int, int) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified range of the specified array of shorts into ascending numerical order.
sort(char[]) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified array of chars into ascending numerical order.
sort(char[], int, int) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified range of the specified array of chars into ascending numerical order.
sort(byte[]) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified array of bytes into ascending numerical order.
sort(byte[], int, int) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified range of the specified array of bytes into ascending numerical order.
sort(double[]) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified array of doubles into ascending numerical order.
sort(double[], int, int) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified range of the specified array of doubles into ascending numerical order.
sort(float[]) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified array of floats into ascending numerical order.
sort(float[], int, int) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified range of the specified array of floats into ascending numerical order.
sort(Object[], Comparer) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified array of objects according to the order induced by the specified Comparer.
sort(Object[], int, int, Comparer) - Static method in class com.sun.squawk.util.Arrays
Sorts the specified range of the specified array of objects according to the order induced by the specified Comparer.
sort() - Method in class edu.wpi.first.wpilibj.util.SortedVector
Sort the vector.
SortedVector - Class in edu.wpi.first.wpilibj.util
 
SortedVector(SortedVector.Comparator) - Constructor for class edu.wpi.first.wpilibj.util.SortedVector
Create a new sorted vector and use the given comparator to determine order.
SortedVector.Comparator - Interface in edu.wpi.first.wpilibj.util
Interface used to determine the order to place sorted objects.
SOURCE_SYNTHETIC - Static variable in class com.sun.squawk.Modifier
The int value denoting that a class, method or field does not appear in the source code.
sourceName() - Method in class com.sun.squawk.debugger.JDWPListener
Subclasses must return a meaning name for this listener that will be useful as a suffix for log messages on this thread.
sourceName() - Method in class com.sun.squawk.debugger.sda.SDPListener
Subclasses must return a meaning name for this listener that will be useful as a suffix for log messages on this thread.
SpeedController - Interface in edu.wpi.first.wpilibj
Interface for speed controlling devices.
SPI_GET_MAX_TRANSFER_SIZE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SPI_PULSE_WITH_DEVICE_SELECT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SPI_SEND_AND_RECEIVE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SPI_SEND_AND_RECEIVE_WITH_DEVICE_SELECT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SPI_SEND_RECEIVE_8 - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SPI_SEND_RECEIVE_8_PLUS_RECEIVE_16 - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SPI_SEND_RECEIVE_8_PLUS_SEND_16 - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SPI_SEND_RECEIVE_8_PLUS_SEND_N - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SPI_SEND_RECEIVE_8_PLUS_VARIABLE_RECEIVE_N - Static variable in class com.sun.squawk.vm.ChannelConstants
 
SPIDevice - Class in edu.wpi.first.wpilibj
Represents a device on an SPI bus Note that the cRIO only supports one SPI bus Attempting to open a second SPI device with a different shared pin (clk, mosi, miso) will result in an exception
SPIDevice(int, int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.SPIDevice
Create a new device on the SPI bus.
SPIDevice(int, int, int, int, int, boolean) - Constructor for class edu.wpi.first.wpilibj.SPIDevice
Create a new device on the SPI bus.
SPIDevice(DigitalOutput, DigitalOutput, DigitalInput, DigitalOutput) - Constructor for class edu.wpi.first.wpilibj.SPIDevice
Create a new device on the SPI bus.
SPIDevice(DigitalOutput, DigitalOutput, DigitalInput, DigitalOutput, boolean) - Constructor for class edu.wpi.first.wpilibj.SPIDevice
Create a new device on the SPI bus.
SPIDevice(int, int) - Constructor for class edu.wpi.first.wpilibj.SPIDevice
Create a new device on the SPI bus.
SPIDevice(int, int, boolean) - Constructor for class edu.wpi.first.wpilibj.SPIDevice
Create a new device on the SPI bus.
SPIDevice(DigitalOutput) - Constructor for class edu.wpi.first.wpilibj.SPIDevice
Create a new device on the SPI bus.
SPIDevice(DigitalOutput, boolean) - Constructor for class edu.wpi.first.wpilibj.SPIDevice
Create a new device on the SPI bus.
SPIDevice.BadSPIConfigException - Exception in edu.wpi.first.wpilibj
 
SPIDevice.BadSPIConfigException(String) - Constructor for exception edu.wpi.first.wpilibj.SPIDevice.BadSPIConfigException
 
Spot - Class in com.sun.cldc.jna
 
Spot() - Constructor for class com.sun.cldc.jna.Spot
 
sqr(int[], int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
SQRT - Static variable in interface com.sun.squawk.vm.MathOpcodes
 
sqrt(double) - Static method in class java.lang.Math
Returns the correctly rounded positive square root of a double value.
square(int[], int[]) - Method in class com.sun.squawk.security.ecc.PrimeField
 
SQUAWK_64 - Static variable in class com.sun.squawk.Klass
A flag that controls conditional 64-bitness.
SQUAWKARRAY - Static variable in class com.sun.squawk.Modifier
The int value denoting that a class whose instances are represented in the array object format.
SquawkHashtable - Class in com.sun.squawk.util
This class implements a variation of Hashtable that is unsynchronized.
SquawkHashtable(int) - Constructor for class com.sun.squawk.util.SquawkHashtable
Constructs a new, empty hashtable with the specified initial capacity.
SquawkHashtable() - Constructor for class com.sun.squawk.util.SquawkHashtable
Constructs a new, empty hashtable with a default capacity and load factor.
SquawkHashtable.Rehasher - Interface in com.sun.squawk.util
 
SQUAWKPRIMITIVE - Static variable in class com.sun.squawk.Modifier
The int value denoting that a class represents a special class that the Squawk translator and compiler convert into a primitive type.
SquawkVector - Class in com.sun.squawk.util
The SquawkVector class is an unsynchronized version of Vector.
SquawkVector(int, int) - Constructor for class com.sun.squawk.util.SquawkVector
Constructs an empty vector with the specified initial capacity and capacity increment.
SquawkVector(int) - Constructor for class com.sun.squawk.util.SquawkVector
Constructs an empty vector with the specified initial capacity.
SquawkVector() - Constructor for class com.sun.squawk.util.SquawkVector
Constructs an empty vector.
SquawkVM_AllThreads_COMMAND - Static variable in interface com.sun.squawk.debugger.SDWP
AllThreads Command (3)
SquawkVM_COMMAND_SET - Static variable in interface com.sun.squawk.debugger.SDWP
SquawkVM Command Set (128)
SquawkVM_SteppingInfo_COMMAND - Static variable in interface com.sun.squawk.debugger.SDWP
SteppingInfo Command (2)
SquawkVM_ThreadStateChanged_COMMAND - Static variable in interface com.sun.squawk.debugger.SDWP
ThreadStateChanged Command (4)
SS - Static variable in class com.sun.squawk.compiler.Type
Special dummy types for specifing the MP, IP and LP variables.
SS - Static variable in interface com.sun.squawk.compiler.Types
Special dummy types for supporting building of the Interpreter.
st_mode - Variable in class com.sun.squawk.platform.posix.natives.LibC.stat
mode_t
st_mode - Variable in class com.sun.squawk.platform.windows.natives.LibC.stat
mode_t
st_mtime - Variable in class com.sun.squawk.platform.posix.natives.LibC.stat
time_t Last data modification time
st_mtime - Variable in class com.sun.squawk.platform.windows.natives.LibC.stat
time_t Last data modification time
st_size - Variable in class com.sun.squawk.platform.posix.natives.LibC.stat
file size, in bytes
st_size - Variable in class com.sun.squawk.platform.windows.natives.LibC.stat
file size, in bytes
Stack - Class in java.util
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
stackCheck() - Method in interface com.sun.squawk.compiler.InterpCompiler
Ensure that there is enough stack (the values are in bytes).
StackFrame_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
StackFrame_GetValues_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the value of one or more local variables in a given frame.
StackFrame_PopFrames_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Pop stack frames, thru and including 'frame'.
StackFrame_SetValues_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Sets the value of one or more local variables.
StackFrame_ThisObject_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the value of the 'this' reference for this frame.
start() - Method in class com.sun.squawk.Isolate
Start the isolate running.
start - Variable in class com.sun.squawk.ObjectMemorySerializer.ControlBlock
The address to which the pointers in memory are relative before they are relocated to canonical addresses.
start - Variable in class com.sun.squawk.ScopedLocalVariable
The address at which the scope of the local variable starts.
start() - Method in class com.sun.squawk.VMThread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
start() - Method in class edu.wpi.first.wpilibj.buttons.Trigger.ButtonScheduler
 
start() - Method in class edu.wpi.first.wpilibj.command.Command
Starts up the command.
start() - Method in class edu.wpi.first.wpilibj.Compressor
Start the compressor.
start() - Method in class edu.wpi.first.wpilibj.Counter
Start the Counter counting.
start() - Method in interface edu.wpi.first.wpilibj.CounterBase
Start the counter
start() - Method in class edu.wpi.first.wpilibj.Encoder
Start the Encoder.
start() - Method in class edu.wpi.first.wpilibj.fpga.tDMAManager
 
start() - Method in class edu.wpi.first.wpilibj.Timer
Start the timer running.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
startAddress - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
startAddress - Variable in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 
startApp() - Method in class edu.wpi.first.wpilibj.RobotBase
Starting point for the applications.
startApp() - Method in class javax.microedition.midlet.MIDlet
Signals the MIDlet that it has entered the Active state.
StartCommand - Class in edu.wpi.first.wpilibj.command
A StartCommand will call the start() method of another command when it is initialized and will finish immediately.
StartCommand(Command) - Constructor for class edu.wpi.first.wpilibj.command.StartCommand
Instantiates a StartCommand which will start the given command whenever its initialize() is called.
startCompetition() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Provide an alternate "main loop" via startCompetition().
startCompetition() - Method in class edu.wpi.first.wpilibj.RobotBase
Provide an alternate "main loop" via startCompetition().
startCompetition() - Method in class edu.wpi.first.wpilibj.SimpleRobot
Start a competition.
startFifo(int, int, NiRioStatus) - Static method in class com.ni.rio.NiFpga
Starts a FIFO.
startIO() - Method in class com.sun.squawk.platform.SystemEvents
Start
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Accelerometer
Analog Channels don't have to do anything special when entering the LiveWindow.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Analog Channels don't have to do anything special when entering the LiveWindow.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
Analog Channels don't have to do anything special when entering the LiveWindow.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.CANJaguar
Start having this sendable object automatically respond to value changes reflect the value on the table.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Compressor
Start having this sendable object automatically respond to value changes reflect the value on the table.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Counter
Start having this sendable object automatically respond to value changes reflect the value on the table.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.DigitalInput
Start having this sendable object automatically respond to value changes reflect the value on the table.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.DigitalOutput
Start having this sendable object automatically respond to value changes reflect the value on the table.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
Start having this sendable object automatically respond to value changes reflect the value on the table.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Encoder
Start having this sendable object automatically respond to value changes reflect the value on the table.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Gyro
Start having this sendable object automatically respond to value changes reflect the value on the table.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
Start having this sendable object automatically respond to value changes reflect the value on the table.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.HiTechnicCompass
Start having this sendable object automatically respond to value changes reflect the value on the table.
startLiveWindowMode() - Method in interface edu.wpi.first.wpilibj.livewindow.LiveWindowSendable
Start having this sendable object automatically respond to value changes reflect the value on the table.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.PIDController
Start having this sendable object automatically respond to value changes reflect the value on the table.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.PWM
Start having this sendable object automatically respond to value changes reflect the value on the table.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Relay
Start having this sendable object automatically respond to value changes reflect the value on the table.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Servo
Start having this sendable object automatically respond to value changes reflect the value on the table.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Solenoid
Start having this sendable object automatically respond to value changes reflect the value on the table.
startLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Start having this sendable object automatically respond to value changes reflect the value on the table.
STARTS_WITH - Static variable in class com.sun.squawk.debugger.EventRequestModifier.ClassMatch
 
startsWith(String, int) - Method in class java.lang.String
Tests if this string starts with the specified prefix beginning at the specified index.
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
startTracing() - Static method in class com.sun.squawk.VM
Start the VM tracing if tracing support is enabled.
stat(String, LibC.stat) - Method in class com.sun.squawk.platform.posix.linux.natives.LibCImpl
Implements stat by calling __xstat function
stat(String, LibC.stat) - Method in interface com.sun.squawk.platform.posix.natives.LibC
Get information on the named "name".
stat(String, LibC.stat) - Method in class com.sun.squawk.platform.posix.natives.LibCImpl
 
stat(String, LibC.stat) - Method in interface com.sun.squawk.platform.windows.natives.LibC
Get information on the named "name".
stat(String, LibC.stat) - Method in class com.sun.squawk.platform.windows.natives.LibCImpl
 
STAT_BRANCH_COUNT - Static variable in class com.sun.squawk.VM.Stats
 
STAT_BYTES_LAST_FREED - Static variable in class com.sun.squawk.VM.Stats
 
STAT_BYTES_TOTAL_ALLOCATED - Static variable in class com.sun.squawk.VM.Stats
 
STAT_BYTES_TOTAL_FREED - Static variable in class com.sun.squawk.VM.Stats
 
STAT_CONTENDED_MONITOR_COUNT - Static variable in class com.sun.squawk.VM.Stats
 
STAT_FIRST_COUNT_STAT - Static variable in class com.sun.squawk.VM.Stats
 
STAT_FULL_GC_COUNT - Static variable in class com.sun.squawk.VM.Stats
 
STAT_FULL_GC_TIME - Static variable in class com.sun.squawk.VM.Stats
 
STAT_GC_TIME - Static variable in class com.sun.squawk.VM.Stats
 
STAT_HEAP_FREE - Static variable in class com.sun.squawk.VM.Stats
 
STAT_HEAP_TOTAL - Static variable in class com.sun.squawk.VM.Stats
 
STAT_LAST_GC_TIME - Static variable in class com.sun.squawk.VM.Stats
 
STAT_MAX_FULLGC_TIME - Static variable in class com.sun.squawk.VM.Stats
 
STAT_MAX_PARTGC_TIME - Static variable in class com.sun.squawk.VM.Stats
 
STAT_MAX_STACK_SIZE - Static variable in class com.sun.squawk.VM.Stats
 
STAT_MONITORS_ALLOCATED - Static variable in class com.sun.squawk.VM.Stats
 
STAT_OBJECTS_TOTAL_ALLOCATED - Static variable in class com.sun.squawk.VM.Stats
 
STAT_PARTIAL_GC_COUNT - Static variable in class com.sun.squawk.VM.Stats
 
STAT_PARTIAL_GC_TIME - Static variable in class com.sun.squawk.VM.Stats
 
STAT_SIZE - Static variable in class com.sun.squawk.platform.posix.natives.LibCImpl.statImpl
 
STAT_SIZE - Static variable in class com.sun.squawk.platform.windows.natives.LibCImpl.statImpl
 
STAT_STACKS_ALLOCATED - Static variable in class com.sun.squawk.VM.Stats
 
STAT_THREAD_SWITCH_COUNT - Static variable in class com.sun.squawk.VM.Stats
 
STAT_THREADS_ALLOCATED - Static variable in class com.sun.squawk.VM.Stats
 
STAT_THROW_COUNT - Static variable in class com.sun.squawk.VM.Stats
 
STAT_WAIT_TIME - Static variable in class com.sun.squawk.VM.Stats
 
STAT_WALL_TIME - Static variable in class com.sun.squawk.VM.Stats
tag for data sent by sendStatData()
STATE_CONVERTED - Static variable in class com.sun.squawk.Klass
Constant denoting that a Klass has had its methods translated.
STATE_CONVERTING - Static variable in class com.sun.squawk.Klass
Constant denoting that a Klass is currently having its methods translated.
STATE_DEFINED - Static variable in class com.sun.squawk.Klass
Constant denoting the initial state of a Klass.
STATE_ERROR - Static variable in class com.sun.squawk.Klass
Constant denoting that loading or converting a Klass cause a linkage error.
STATE_LOADED - Static variable in class com.sun.squawk.Klass
Constant denoting that a Klass is loaded.
STATE_LOADING - Static variable in class com.sun.squawk.Klass
Constant denoting that a Klass is currently loading.
STATIC - Static variable in class com.sun.squawk.Modifier
The int value representing the static modifier.
statPtr - Variable in class com.sun.squawk.platform.posix.natives.LibCImpl
 
status - Static variable in interface com.sun.squawk.vm.MessageStruct
The status of the connection and message.
status - Static variable in class edu.wpi.first.wpilibj.fpga.tSystem
 
stderr - Variable in class com.sun.squawk.Isolate
 
stdout - Variable in class com.sun.squawk.Isolate
 
StepDepth_INTO - Static variable in class com.sun.squawk.debugger.JDWP
 
StepDepth_OUT - Static variable in class com.sun.squawk.debugger.JDWP
 
StepDepth_OVER - Static variable in class com.sun.squawk.debugger.JDWP
 
StepSize_LINE - Static variable in class com.sun.squawk.debugger.JDWP
 
StepSize_MIN - Static variable in class com.sun.squawk.debugger.JDWP
 
stick0Axes - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Position of the axes of the first js
stick0Buttons - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Button state of the first js
stick1Axes - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Position of the axes of the second js
stick1Buttons - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Button state of the second js
stick2Axes - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Position of the axes of the third js
stick2Buttons - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Button state of the third js
stick3Axes - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Position of the axes of the fourth js
stick3Buttons - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Button state of the fourth js
stop() - Method in class edu.wpi.first.wpilibj.Compressor
Stop the compressor.
stop() - Method in class edu.wpi.first.wpilibj.Counter
Stop the Counter.
stop() - Method in interface edu.wpi.first.wpilibj.CounterBase
Stop counting
stop() - Method in class edu.wpi.first.wpilibj.Encoder
Stops counting pulses on the Encoder device.
stop() - Method in class edu.wpi.first.wpilibj.fpga.tDMAManager
 
stop() - Method in class edu.wpi.first.wpilibj.Timer
Stop the timer.
stopFifo(int, int, NiRioStatus) - Static method in class com.ni.rio.NiFpga
Stops a FIFO.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Accelerometer
Analog Channels don't have to do anything special when exiting the LiveWindow.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Analog Channels don't have to do anything special when exiting the LiveWindow.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
Analog Channels don't have to do anything special when exiting the LiveWindow.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.CANJaguar
Stop having this sendable object automatically respond to value changes.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Compressor
Stop having this sendable object automatically respond to value changes.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Counter
Stop having this sendable object automatically respond to value changes.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.DigitalInput
Stop having this sendable object automatically respond to value changes.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.DigitalOutput
Stop having this sendable object automatically respond to value changes.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
Stop having this sendable object automatically respond to value changes.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Encoder
Stop having this sendable object automatically respond to value changes.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Gyro
Stop having this sendable object automatically respond to value changes.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
Stop having this sendable object automatically respond to value changes.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.HiTechnicCompass
Stop having this sendable object automatically respond to value changes.
stopLiveWindowMode() - Method in interface edu.wpi.first.wpilibj.livewindow.LiveWindowSendable
Stop having this sendable object automatically respond to value changes.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.PIDController
Stop having this sendable object automatically respond to value changes.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.PWM
Stop having this sendable object automatically respond to value changes.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Relay
Stop having this sendable object automatically respond to value changes.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Servo
Stop having this sendable object automatically respond to value changes.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Solenoid
Stop having this sendable object automatically respond to value changes.
stopLiveWindowMode() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Stop having this sendable object automatically respond to value changes.
stopMotor() - Method in class edu.wpi.first.wpilibj.CANJaguar
Deprecated. Use disableControl instead.
stopMotor() - Method in interface edu.wpi.first.wpilibj.MotorSafety
 
stopMotor() - Method in class edu.wpi.first.wpilibj.RobotDrive
 
stopMotor() - Method in class edu.wpi.first.wpilibj.SafePWM
Stop the motor associated with this PWM object.
stopTaskExecutor() - Method in class com.sun.cldc.jna.TaskExecutor
Cancel the TaskExecutor and delete when TaskExecutor done.
stopVM(int) - Static method in class com.sun.squawk.VM
Halt the VM in the normal way.
store(Local) - Method in interface com.sun.squawk.compiler.BaseCompiler
Set a local variable or parameter to a value popped from the stack.
store(Local) - Method in interface com.sun.squawk.compiler.InterpCompiler
Set a local variable or parameter to a value popped from the stack.
STORE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_0 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_1 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_10 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_11 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_12 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_13 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_14 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_15 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_2 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_3 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_4 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_5 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_6 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_7 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_8 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_9 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_I2 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_I2_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STORE_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
storeId - Variable in class com.sun.squawk.rms.RecordEntry
 
storeId - Variable in class com.sun.squawk.rms.RecordStoreSequenceEntry
 
storeParm() - Method in interface com.sun.squawk.compiler.BaseCompiler
Set the value of a parameter word.
STOREPARM - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STOREPARM_I2 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STOREPARM_I2_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STOREPARM_WIDE - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
STREAM_STDERR - Static variable in class com.sun.squawk.VM
The identifier denoting the standard error output stream.
STREAM_STDOUT - Static variable in class com.sun.squawk.VM
The identifier denoting the standard output stream.
StreamConnection - Interface in javax.microedition.io
This interface defines the capabilities that a stream connection must have.
StreamConnectionNotifier - Interface in javax.microedition.io
This interface defines the capabilities that a connection notifier must have.
StreamReader - Class in com.sun.cldc.i18n
General prototype for character converting stream readers.
StreamReader() - Constructor for class com.sun.cldc.i18n.StreamReader
 
StreamWriter - Class in com.sun.cldc.i18n
General prototype for character converting stream writers.
StreamWriter() - Constructor for class com.sun.cldc.i18n.StreamWriter
 
STRICT - Static variable in class com.sun.squawk.Modifier
The int value representing the strictfp modifier.
STRING - Static variable in class com.sun.squawk.Klass
The type for java.lang.String.
STRING - Static variable in interface com.sun.squawk.vm.CID
 
String - Class in java.lang
The String class represents character strings.
String() - Constructor for class java.lang.String
Initializes a newly created String object so that it represents an empty character sequence.
String(String) - Constructor for class java.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
String(char[]) - Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(byte[], int, int, String) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[], String) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the specified character encoding.
String(byte[], int, int) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(byte[]) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
STRING_ARRAY - Static variable in class com.sun.squawk.Klass
The type for java.lang.String[].
STRING_ARRAY - Static variable in interface com.sun.squawk.vm.CID
 
STRING_OF_BYTES - Static variable in class com.sun.squawk.Klass
The type for com.sun.squawk.StringOfBytes.
STRING_OF_BYTES - Static variable in interface com.sun.squawk.vm.CID
 
StringBuffer - Class in java.lang
A string buffer implements a mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
stringcopy(Object, int, Object, int, int) - Static method in class com.sun.squawk.GC
Copy data from one string to another.
StringIndexOutOfBoundsException - Exception in java.lang
Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringOfBytes - Class in com.sun.squawk
 
StringReference_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
StringReference_Value_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the characters contained in the string.
StringTokenizer - Class in com.sun.squawk.util
StringTokenizer is a class that controls simple linear tokenization of a String.
StringTokenizer(String, String, boolean) - Constructor for class com.sun.squawk.util.StringTokenizer
Constructs a StringTokenizer on the specified String, using the specified delimiter set.
StringTokenizer(String, String) - Constructor for class com.sun.squawk.util.StringTokenizer
Constructs a StringTokenizer on the specified String, using the specified delimiter set.
StringTokenizer(String) - Constructor for class com.sun.squawk.util.StringTokenizer
Constructs a StringTokenizer on the specified String, using the default delimiter set (which is " \t\n\r").
strip(int, String, Suite) - Method in class com.sun.squawk.Suite
Creates a copy of this suite with its symbolic information stripped according to the given parameters.
stripSymbols(Klass) - Static method in class com.sun.squawk.VM
Determines if all the symbolic information for a class should be stripped.
stripSymbols(Member) - Static method in class com.sun.squawk.VM
Determines if all the symbolic information for a field or method should be stripped.
strobeClearReceivedData() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
strobeFeed() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
strobeI2CStart() - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
strobeKill() - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
strobeLatchOutput() - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
strobeLoad() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
strobeReadReceivedData() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
strobeReset() - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
strobeReset() - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
strobeReset() - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
strobeReset() - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
Structure - Class in com.sun.cldc.jna
Abstract class for proxies to native structure types.
Structure(Pointer) - Constructor for class com.sun.cldc.jna.Structure
 
Structure() - Constructor for class com.sun.cldc.jna.Structure
 
STRUCTURE_SIZE_INDEX - Static variable in class com.sun.cldc.jna.DynamicStructure
The first element of the layout structure in Java is the size of the C structure in bytes
StructuredFileInputStream - Class in com.sun.squawk.util
An instance of StructuredInputStream is used to read a file that must conform to some given format such as a class file or a suite file.
StructuredFileInputStream(InputStream, String, String) - Constructor for class com.sun.squawk.util.StructuredFileInputStream
Creates a StructuredFileInputStream that reads class components from a given input stream.
sub(int) - Method in class com.sun.squawk.Address
Subtracts a 32 bit offset to this address and return the resulting address.
sub() - Method in interface com.sun.squawk.compiler.BaseCompiler
Subtract the top two elements on the stack.
sub(int) - Method in class com.sun.squawk.Offset
Subtracts a value from this offset and return the resulting offset.
sub(int[], int[], int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
SUB_D - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
SUB_F - Static variable in class com.sun.squawk.vm.OPC
Floating point instructions.
SUB_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
SUB_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
subOffset(Offset) - Method in class com.sun.squawk.Address
Subtracts a 32 or 64 bit offset to this address and return the resulting address.
substring(int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
Subsystem - Class in edu.wpi.first.wpilibj.command
This class defines a major component of the robot.
Subsystem(String) - Constructor for class edu.wpi.first.wpilibj.command.Subsystem
Creates a subsystem with the given name
Subsystem() - Constructor for class edu.wpi.first.wpilibj.command.Subsystem
Creates a subsystem.
subtract(int[], int[], int[]) - Method in class com.sun.squawk.security.ecc.PrimeField
 
Suite - Class in com.sun.squawk
A suite is the unit of deployment/compilation in the Squawk system.
SUITE_PRIVATE - Static variable in class com.sun.squawk.Modifier
The int value denoting that a class is not exported outside of its suite.
SUNDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Sunday.
SUPER - Static variable in class com.sun.squawk.Modifier
The int value denoting that superclass methods should be treated specially when invoked by the invokespecial instruction.
suspendForDebugger() - Method in class com.sun.squawk.VMThread
Increases the suspension count of this thread.
suspendPolicy - Variable in class com.sun.squawk.debugger.EventManager.MatchedRequests
 
suspendPolicy - Variable in class com.sun.squawk.debugger.EventRequest
Should the current thread, all (isolate) threads, or no threads be suspended when the event occurs.
SuspendPolicy_ALL - Static variable in class com.sun.squawk.debugger.JDWP
 
SuspendPolicy_EVENT_THREAD - Static variable in class com.sun.squawk.debugger.JDWP
 
SuspendPolicy_NONE - Static variable in class com.sun.squawk.debugger.JDWP
 
SuspendStatus_SUSPEND_STATUS_SUSPENDED - Static variable in class com.sun.squawk.debugger.JDWP
 
swap() - Method in interface com.sun.squawk.compiler.BaseCompiler
Swap the top two elements of the stack.
swap(Address, int) - Static method in class com.sun.squawk.NativeUnsafe
Swaps the endianess of a value.
swap(ObjectMemory, boolean, boolean) - Static method in class com.sun.squawk.ObjectMemoryEndianessSwapper
Swaps the endianess of all the data values in om that are accessed via direct loads by the machine where such loads assume a fixed endianess of the data.
swap2(Address) - Static method in class com.sun.squawk.NativeUnsafe
Swaps the endianess of a 2 byte value.
swap2(int) - Static method in class com.sun.squawk.platform.posix.Inet
 
swap2(int) - Static method in class com.sun.squawk.platform.windows.Inet
 
swap4(Address) - Static method in class com.sun.squawk.NativeUnsafe
Swaps the endianess of a 4 byte value.
swap4(int) - Static method in class com.sun.squawk.platform.posix.Inet
 
swap4(int) - Static method in class com.sun.squawk.platform.windows.Inet
 
swap8(Address) - Static method in class com.sun.squawk.NativeUnsafe
Swaps the endianess of a 8 byte value.
swapAll() - Method in interface com.sun.squawk.compiler.BaseCompiler
Swap the contence of the stack.
swapForABI() - Method in interface com.sun.squawk.compiler.BaseCompiler
Swap the contence of the stack if the target ABI push parameters right-to-left.
symbol(String) - Method in interface com.sun.squawk.compiler.BaseCompiler
Push an address of an unresolved symbol onto the stack.
SymbolicFixupTable - Class in com.sun.squawk.compiler
 
SymbolicFixupTable() - Constructor for class com.sun.squawk.compiler.SymbolicFixupTable
 
symbols - Variable in class com.sun.squawk.KlassMetadata
The symbolic information for the class.
SYNCHRONIZED - Static variable in class com.sun.squawk.Modifier
The int value representing the synchronized modifier.
SYNTHETIC - Static variable in class com.sun.squawk.Modifier
The int value denoting that a class that does not have a class file representation.
System - Class in java.lang
The System class contains several useful class fields and methods.
SYSTEM_PURPOSED - Static variable in interface com.sun.squawk.peripheral.INorFlashSector
 
SystemEvents - Class in com.sun.squawk.platform
 
SystemEvents() - Constructor for class com.sun.squawk.platform.SystemEvents
 
SystemEventsImpl - Class in com.sun.squawk.platform.posix
 
SystemEventsImpl() - Constructor for class com.sun.squawk.platform.posix.SystemEventsImpl
 
SystemEventsImpl - Class in com.sun.squawk.platform.windows
 
SystemEventsImpl() - Constructor for class com.sun.squawk.platform.windows.SystemEventsImpl
 

T

t1 - Variable in class com.sun.squawk.security.ecc.ECCurveFp
 
t2 - Variable in class com.sun.squawk.security.ecc.ECCurveFp
 
t3 - Variable in class com.sun.squawk.security.ecc.ECCurveFp
 
t4 - Variable in class com.sun.squawk.security.ecc.ECCurveFp
 
table - Variable in class com.sun.squawk.util.IntHashtable
The hash table data.
TABLESWITCH_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
TABLESWITCH_S - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
tableSwitchEndPadding() - Method in interface com.sun.squawk.compiler.BaseCompiler
Boolean to say if the tableswitch and stableswitch are to be padded in such a way that the initial int (the low parameter) is placed on a 4 byte boundary and any padding at the start of the bytecode sequence is complemented at the end so that the size of the sequence is always a constant.
tableSwitchPadding() - Method in interface com.sun.squawk.compiler.BaseCompiler
Boolean to say if the tableswitch and stableswitch are to be padded in such a way that the initial int (the low parameter) is placed on a 4 byte boundary.
tAccumulator - Class in edu.wpi.first.wpilibj.fpga
 
tAccumulator(int) - Constructor for class edu.wpi.first.wpilibj.fpga.tAccumulator
 
tAccumulator.tOutput - Class in edu.wpi.first.wpilibj.fpga
 
tAccumulator.tOutput(int, int, int) - Constructor for class edu.wpi.first.wpilibj.fpga.tAccumulator.tOutput
 
tag - Variable in class com.sun.squawk.debugger.DataType.Location
 
tag - Variable in class com.sun.squawk.debugger.DataType.TaggedObjectID
The type tag.
Tag_ARRAY - Static variable in class com.sun.squawk.debugger.JDWP
 
Tag_BOOLEAN - Static variable in class com.sun.squawk.debugger.JDWP
 
Tag_BYTE - Static variable in class com.sun.squawk.debugger.JDWP
 
Tag_CHAR - Static variable in class com.sun.squawk.debugger.JDWP
 
Tag_CLASS_LOADER - Static variable in class com.sun.squawk.debugger.JDWP
 
Tag_CLASS_OBJECT - Static variable in class com.sun.squawk.debugger.JDWP
 
Tag_DOUBLE - Static variable in class com.sun.squawk.debugger.JDWP
 
Tag_FLOAT - Static variable in class com.sun.squawk.debugger.JDWP
 
Tag_INT - Static variable in class com.sun.squawk.debugger.JDWP
 
Tag_LONG - Static variable in class com.sun.squawk.debugger.JDWP
 
Tag_OBJECT - Static variable in class com.sun.squawk.debugger.JDWP
 
Tag_SHORT - Static variable in class com.sun.squawk.debugger.JDWP
 
Tag_STRING - Static variable in class com.sun.squawk.debugger.JDWP
 
Tag_THREAD - Static variable in class com.sun.squawk.debugger.JDWP
 
Tag_THREAD_GROUP - Static variable in class com.sun.squawk.debugger.JDWP
 
Tag_VOID - Static variable in class com.sun.squawk.debugger.JDWP
 
tAI - Class in edu.wpi.first.wpilibj.fpga
 
tAI(int) - Constructor for class edu.wpi.first.wpilibj.fpga.tAI
 
tail - Variable in class com.sun.squawk.flash.NorFlashSectorStateList
 
takeForever() - Method in class edu.wpi.first.wpilibj.communication.Semaphore
Take the semaphore.
takeMillis(int) - Method in class edu.wpi.first.wpilibj.communication.Semaphore
Take the semaphore.
tAlarm - Class in edu.wpi.first.wpilibj.fpga
 
tAlarm() - Constructor for class edu.wpi.first.wpilibj.fpga.tAlarm
 
Talon - Class in edu.wpi.first.wpilibj
CTRE Talon Speed Controller
Talon(int) - Constructor for class edu.wpi.first.wpilibj.Talon
Constructor that assumes the default digital module.
Talon(int, int) - Constructor for class edu.wpi.first.wpilibj.Talon
Constructor that specifies the digital module.
TAN - Static variable in interface com.sun.squawk.vm.MathOpcodes
 
tan(double) - Static method in class java.lang.Math
Returns the trigonometric tangent of an angle.
tAnalogTrigger - Class in edu.wpi.first.wpilibj.fpga
 
tAnalogTrigger(int) - Constructor for class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
tankDrive(GenericHID, GenericHID) - Method in class edu.wpi.first.wpilibj.RobotDrive
Provide tank steering using the stored robot configuration.
tankDrive(GenericHID, GenericHID, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
Provide tank steering using the stored robot configuration.
tankDrive(GenericHID, int, GenericHID, int) - Method in class edu.wpi.first.wpilibj.RobotDrive
Provide tank steering using the stored robot configuration.
tankDrive(GenericHID, int, GenericHID, int, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
Provide tank steering using the stored robot configuration.
tankDrive(double, double, boolean) - Method in class edu.wpi.first.wpilibj.RobotDrive
Provide tank steering using the stored robot configuration.
tankDrive(double, double) - Method in class edu.wpi.first.wpilibj.RobotDrive
Provide tank steering using the stored robot configuration.
TargetArchitecture - Interface in com.sun.squawk.compiler
 
TASK_PRIORITY_HI - Static variable in class com.sun.cldc.jna.TaskExecutor
 
TASK_PRIORITY_LOW - Static variable in class com.sun.cldc.jna.TaskExecutor
 
TASK_PRIORITY_MED - Static variable in class com.sun.cldc.jna.TaskExecutor
 
TaskExecutor - Class in com.sun.cldc.jna
A TaskExecutor is a native thread that can be used to run native functions.
TaskExecutor(String, int, int) - Constructor for class com.sun.cldc.jna.TaskExecutor
Create a natve thread with the given name, priority and stack size.
TaskExecutor(String) - Constructor for class com.sun.cldc.jna.TaskExecutor
Create a natve thread with the given name, default priority and default stack size.
tCounter - Class in edu.wpi.first.wpilibj.fpga
 
tCounter(int) - Constructor for class edu.wpi.first.wpilibj.fpga.tCounter
 
TCP_NODELAY - Static variable in interface com.sun.squawk.platform.posix.natives.Socket
 
tDIO - Class in edu.wpi.first.wpilibj.fpga
 
tDIO(int) - Constructor for class edu.wpi.first.wpilibj.fpga.tDIO
 
tDMA - Class in edu.wpi.first.wpilibj.fpga
 
tDMA() - Constructor for class edu.wpi.first.wpilibj.fpga.tDMA
 
tDMAManager - Class in edu.wpi.first.wpilibj.fpga
 
tDMAManager(int, int) - Constructor for class edu.wpi.first.wpilibj.fpga.tDMAManager
 
te - Variable in class com.sun.cldc.jna.TaskExecutor
 
teamID - Variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
The team number from the ds
tearDownArrayBufferState(boolean) - Static method in class com.sun.cldc.jna.PrivatePointer
Clean up after creating array buffers.
teleopInit() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Initialization code for teleop mode should go here.
teleopPeriodic() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Periodic code for teleop mode should go here.
tEncoder - Class in edu.wpi.first.wpilibj.fpga
 
tEncoder(int) - Constructor for class edu.wpi.first.wpilibj.fpga.tEncoder
 
Test - Class in com.sun.squawk.io.j2me.file
Simple test case
Test - Class in com.sun.squawk.io.j2me.socket
Simple test case
Test - Class in com.sun.squawk
 
Test() - Constructor for class com.sun.squawk.Test
 
test() - Method in class edu.wpi.first.wpilibj.SimpleRobot
Test code should go here.
Test.IDictionary - Interface in com.sun.squawk
 
TEST_MODE_BIT - Static variable in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
 
TestApp - Class in tests
 
TestApp() - Constructor for class tests.TestApp
 
TestApp.Ball - Class in tests
 
TestApp.Ball() - Constructor for class tests.TestApp.Ball
Creates a new instance of Ball
TestApp.LongBall - Class in tests
 
TestApp.LongBall() - Constructor for class tests.TestApp.LongBall
 
TestApp2 - Class in tests
 
TestApp2() - Constructor for class tests.TestApp2
 
testBit(int[], int) - Method in class com.sun.squawk.security.ecc.FFA
 
testInit() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Initialization code for test mode should go here.
testMode() - Method in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Determine if the robot is in test mode
testPeriodic() - Method in class edu.wpi.first.wpilibj.IterativeRobot
Periodic code for test mode should go here Users should override this method for code which will be called periodically at a regular rate while the robot is in test mode.
tests - package tests
 
tGlobal - Class in edu.wpi.first.wpilibj.fpga
 
tGlobal() - Constructor for class edu.wpi.first.wpilibj.fpga.tGlobal
 
that(boolean, String) - Static method in class com.sun.squawk.util.Assert
Asserts that the specified condition is true.
that(boolean, String, String, int) - Static method in class com.sun.squawk.util.Assert
 
that(boolean) - Static method in class com.sun.squawk.util.Assert
Asserts that the specified condition is true.
that(boolean, String, int) - Static method in class com.sun.squawk.util.Assert
 
thatFatal(boolean, String) - Static method in class com.sun.squawk.util.Assert
Asserts that the specified condition is true.
thatFatal(boolean, String, String, int) - Static method in class com.sun.squawk.util.Assert
 
thatFatal(boolean) - Static method in class com.sun.squawk.util.Assert
Asserts that the specified condition is true.
thatFatal(boolean, String, int) - Static method in class com.sun.squawk.util.Assert
 
Thread - Class in java.lang
A thread is a thread of execution in a program.
Thread() - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable) - Constructor for class java.lang.Thread
Allocates a new Thread object with a specific target object whose run method is called.
Thread(Runnable, String) - Constructor for class java.lang.Thread
Allocates a new Thread object with the given target and name.
Thread(String) - Constructor for class java.lang.Thread
Allocates a new Thread object with the given name.
THREAD_DEATH - Static variable in class com.sun.squawk.Debugger.Event
 
THREAD_END - Static variable in class com.sun.squawk.Debugger.Event
 
THREAD_GROUP - Static variable in class com.sun.squawk.debugger.DataType.ObjectID
Constant for the type representing the dummy thread group.
THREAD_START - Static variable in class com.sun.squawk.Debugger.Event
 
ThreadGroupReference_Children_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the threads and thread groups directly contained in this thread group.
ThreadGroupReference_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
ThreadGroupReference_Name_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the thread group name.
ThreadGroupReference_Parent_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the thread group, if any, which contains a given thread group.
threadID - Variable in class com.sun.squawk.debugger.DataType.FrameID
The JDWP of the thread owning this frame.
threadID - Variable in class com.sun.squawk.debugger.EventRequestModifier.Step
 
threadID - Variable in class com.sun.squawk.debugger.EventRequestModifier.ThreadOnly
 
ThreadReference_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
ThreadReference_CurrentContendedMonitor_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the object, if any, for which this thread is waiting for monitor entry or with java.lang.Object.wait.
ThreadReference_FrameCount_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the count of frames on this thread's stack.
ThreadReference_Frames_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the current call stack of a suspended thread.
ThreadReference_Interrupt_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Interrupt the thread, as if done by java.lang.Thread.interrupt
ThreadReference_Name_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the thread name.
ThreadReference_OwnedMonitors_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the objects whose monitors have been entered by this thread.
ThreadReference_Resume_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Resumes the execution of a given thread.
ThreadReference_Status_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the current status of a thread.
ThreadReference_Stop_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Stops the thread with an asynchronous exception, as if done by java.lang.Thread.stop
ThreadReference_Suspend_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Suspends the thread.
ThreadReference_SuspendCount_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Get the suspend count for this thread.
ThreadReference_ThreadGroup_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the thread group that contains a given thread.
ThreadStatus_MONITOR - Static variable in class com.sun.squawk.debugger.JDWP
 
ThreadStatus_RUNNING - Static variable in class com.sun.squawk.debugger.JDWP
 
ThreadStatus_SLEEPING - Static variable in class com.sun.squawk.debugger.JDWP
 
ThreadStatus_WAIT - Static variable in class com.sun.squawk.debugger.JDWP
 
ThreadStatus_ZOMBIE - Static variable in class com.sun.squawk.debugger.JDWP
 
threshold - Variable in class com.sun.squawk.util.IntHashtable
Rehashes the table when count exceeds this threshold.
THRESHOLD - Static variable in class edu.wpi.first.wpilibj.buttons.AnalogIOButton
 
thresholdHSI(int, int, int, int, int, int) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Return a mask of the areas of the image that fall within the given ranges for color values
thresholdHSL(int, int, int, int, int, int) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Return a mask of the areas of the image that fall within the given ranges for color values
thresholdHSV(int, int, int, int, int, int) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Return a mask of the areas of the image that fall within the given ranges for color values
thresholdRGB(int, int, int, int, int, int) - Method in class edu.wpi.first.wpilibj.image.ColorImage
Return a mask of the areas of the image that fall within the given ranges for color values
THROW - Static variable in class com.sun.squawk.ServiceOperation
Throw an exception.
THROW - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
THROWABLE - Static variable in class com.sun.squawk.Klass
The type for java.lang.Class.
THROWABLE - Static variable in interface com.sun.squawk.vm.CID
 
Throwable - Class in java.lang
The Throwable class is the superclass of all errors and exceptions in the Java language.
Throwable() - Constructor for class java.lang.Throwable
Constructs a new Throwable with null as its error message string.
Throwable(String) - Constructor for class java.lang.Throwable
Constructs a new Throwable with the specified error message.
throwAssertFailedException(String) - Static method in class com.sun.squawk.util.Assert
Create one centralized place where an exception is thrown in case of Assert failure.
throwIt(int) - Static method in exception com.sun.squawk.security.CryptoException
Throws a CryptoException with the specified reason.
throwNow() - Static method in exception com.sun.squawk.util.NotImplementedYetException
Throw a new instance of a NotImplementedYetException.
THURSDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Thursday.
Time - Interface in com.sun.squawk.platform.posix.natives
java wrapper around #include
Time - Interface in com.sun.squawk.platform.windows.natives
java wrapper around #include
time(String, ComputationTimer.Computation) - Static method in class com.sun.squawk.util.ComputationTimer
Time a specified computation denoted by a specified identifier.
time(String, ComputationTimer.ComputationException) - Static method in class com.sun.squawk.util.ComputationTimer
Time a specified computation denoted by a specified identifier.
time - Variable in class java.util.Calendar
The currently set time for this calendar, expressed in milliseconds after January 1, 1970, 0:00:00 GMT.
Time.timeval - Class in com.sun.squawk.platform.posix.natives
struct timeval { time_t tv_sec; // seconds since Jan.
Time.timeval() - Constructor for class com.sun.squawk.platform.posix.natives.Time.timeval
 
Time.timeval - Class in com.sun.squawk.platform.windows.natives
struct timeval { time_t tv_sec; // seconds since Jan.
Time.timeval() - Constructor for class com.sun.squawk.platform.windows.natives.Time.timeval
 
TimeImpl - Class in com.sun.squawk.platform.posix.linux.natives
 
TimeImpl() - Constructor for class com.sun.squawk.platform.posix.linux.natives.TimeImpl
 
TimeImpl - Class in com.sun.squawk.platform.posix.macosx.natives
 
TimeImpl() - Constructor for class com.sun.squawk.platform.posix.macosx.natives.TimeImpl
 
TimeImpl - Class in com.sun.squawk.platform.posix.natives
 
TimeImpl() - Constructor for class com.sun.squawk.platform.posix.natives.TimeImpl
 
TimeImpl - Class in com.sun.squawk.platform.posix.solaris.natives
 
TimeImpl() - Constructor for class com.sun.squawk.platform.posix.solaris.natives.TimeImpl
 
TimeImpl - Class in com.sun.squawk.platform.posix.vxworks.natives
 
TimeImpl() - Constructor for class com.sun.squawk.platform.posix.vxworks.natives.TimeImpl
 
TimeImpl - Class in com.sun.squawk.platform.windows.natives
 
TimeImpl() - Constructor for class com.sun.squawk.platform.windows.natives.TimeImpl
 
TimeImpl.timevalImpl - Class in com.sun.squawk.platform.posix.natives
 
TimeImpl.timevalImpl() - Constructor for class com.sun.squawk.platform.posix.natives.TimeImpl.timevalImpl
 
TimeImpl.timevalImpl - Class in com.sun.squawk.platform.windows.natives
 
TimeImpl.timevalImpl() - Constructor for class com.sun.squawk.platform.windows.natives.TimeImpl.timevalImpl
 
Timer - Class in edu.wpi.first.wpilibj
Timer objects measure accumulated time in milliseconds.
Timer() - Constructor for class edu.wpi.first.wpilibj.Timer
Create a new timer object.
Timer - Class in java.util
A facility for threads to schedule tasks for future execution in a background thread.
Timer() - Constructor for class java.util.Timer
Creates a new timer.
TimerTask - Class in java.util
A task that can be scheduled for one-time or repeated execution by a Timer.
TimerTask() - Constructor for class java.util.TimerTask
Creates a new timer task.
timesAsString() - Static method in class com.sun.squawk.util.ComputationTimer
Returns a string representation of the times accumulated by the timer in the form of a set of entries, enclosed in braces and separated by the ASCII characters ", " (comma and space).
timeSinceInitialized() - Method in class edu.wpi.first.wpilibj.command.Command
Returns the time since this command was initialized (in seconds).
TimeZone - Class in java.util
TimeZone represents a time zone offset, and also figures out daylight savings.
TimeZone() - Constructor for class java.util.TimeZone
 
TimeZoneImpl - Class in com.sun.cldc.util.j2me
This class provides the time zone implementations for J2ME CLDC/MIDP.
TimeZoneImpl() - Constructor for class com.sun.cldc.util.j2me.TimeZoneImpl
 
TimeZoneImplementation - Class in com.sun.cldc.util
 
TimeZoneImplementation() - Constructor for class com.sun.cldc.util.TimeZoneImplementation
 
tInterrupt - Class in edu.wpi.first.wpilibj.fpga
 
tInterrupt(int) - Constructor for class edu.wpi.first.wpilibj.fpga.tInterrupt
 
tInterruptManager - Class in edu.wpi.first.wpilibj.fpga
 
tInterruptManager(int, boolean) - Constructor for class edu.wpi.first.wpilibj.fpga.tInterruptManager
 
toBeErasedSectorStateList - Variable in class com.sun.squawk.flash.NorFlashMemoryHeap
 
toBinaryString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 2.
toByteArray() - Method in class com.sun.squawk.ByteBufferEncoder
Gets the contents of this buffer as a byte array.
toByteArray(byte[], int, int, int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
toByteArray() - Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toCanonical(Address) - Method in class com.sun.squawk.ObjectMemory
Converts a physical address that is within the range of this object memory into a canonical address.
toCharArray() - Method in class java.lang.String
Converts this string to a new character array.
toDegrees(double) - Static method in class java.lang.Math
Converts an angle measured in radians to the equivalent angle measured in degrees.
toggleWhenActive(Command) - Method in class edu.wpi.first.wpilibj.buttons.Trigger
Toggles a command when the trigger becomes active
toggleWhenPressed(Command) - Method in class edu.wpi.first.wpilibj.buttons.Button
Toggles the command whenever the button is pressed (on then off then on)
toHexString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 16.
toInt() - Method in class com.sun.squawk.Offset
Casts a value of type Offset into an int.
toInt() - Method in class com.sun.squawk.UWord
Casts a value of type UWord into an int.
toISO8601String(Calendar) - Static method in class com.sun.cldc.util.j2me.CalendarImpl
Converts this Date object to a String.
toLowerCase(char) - Static method in class com.sun.cldc.i18n.uclc.DefaultCaseConverter
The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned.
toLowerCase(char) - Static method in class java.lang.Character
The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned.
toLowerCase() - Method in class java.lang.String
Converts all of the characters in this String to lower case.
toModifier(String) - Static method in exception com.sun.squawk.pragma.PragmaException
Converts the name of a pragma class to a corresponding bit constant.
toObject() - Method in class com.sun.squawk.Address
Casts this address to an object reference.
toOctalString(int) - Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 8.
toOffset() - Method in class com.sun.squawk.UWord
Casts a value of type UWord into an Offset.
TOP - Static variable in class com.sun.squawk.Klass
The root of the verification type hierarchy.
toPlatformPath(String, boolean) - Static method in class com.sun.squawk.util.ArgsUtilities
Converts a given file or class path to the correct format for the underlying platform.
toPrimitive() - Method in class com.sun.squawk.Offset
Casts a value of type Offset into the appropriate Java primitive type for the platform (i.e.
toPrimitive() - Method in class com.sun.squawk.UWord
Casts a value of type UWord into the appropriate Java primitive type for the platform (i.e.
toRadians(double) - Static method in class java.lang.Math
Converts an angle measured in degrees to the equivalent angle measured in radians.
toString() - Method in class com.sun.cldc.jna.BlockingFunction
 
toString() - Method in class com.sun.cldc.jna.Function
 
toString() - Method in class com.sun.cldc.jna.NativeLibrary
 
toString() - Method in class com.sun.cldc.jna.Platform
 
toString() - Method in class com.sun.cldc.jna.Pointer
 
toString() - Method in class com.sun.cldc.jna.Structure
 
toString() - Method in class com.sun.cldc.jna.VarPointer
 
toString(Calendar) - Static method in class com.sun.cldc.util.j2me.CalendarImpl
Converts this Date object to a String of the form:
toString() - Method in class com.sun.squawk.Address
Gets a string representation of this address.
toString() - Method in class com.sun.squawk.compiler.Type
Gets the name of the type
toString(int, int) - Static method in class com.sun.squawk.debugger.CommandPacket
Gets the identifier for a given JDWP command.
toString() - Method in class com.sun.squawk.debugger.CommandPacket
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.debugger.DataType.FieldID
 
toString() - Method in class com.sun.squawk.debugger.DataType.FrameID
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.debugger.DataType.Location
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.debugger.DataType.MethodID
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.debugger.DataType.TaggedObjectID
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.debugger.DataType
 
toString() - Method in class com.sun.squawk.debugger.EventRequest
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.debugger.EventRequestModifier.ClassMatch
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.debugger.EventRequestModifier.ClassOnly
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.debugger.EventRequestModifier.Count
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.debugger.EventRequestModifier.ExceptionOnly
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.debugger.EventRequestModifier.LocationOnly
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.debugger.EventRequestModifier.Step
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.debugger.EventRequestModifier.ThreadOnly
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.debugger.Packet
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.debugger.ReplyPacket
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.io.mailboxes.Mailbox
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.io.mailboxes.MailboxAddress
Returns a string representation of the object.
toString() - Method in class com.sun.squawk.Isolate
Get the string representation of the isolate.
toString() - Method in class com.sun.squawk.Klass
Converts the object to a string.
toString(Member, boolean) - Static method in class com.sun.squawk.Klass
Gets a string representation of a given field or method.
toString() - Method in class com.sun.squawk.Member
Gets a String representation of this field or method.
toString() - Method in class com.sun.squawk.MethodBody
Produce String for debugging
toString() - Method in class com.sun.squawk.Offset
Gets a string representation of this offset.
toString() - Method in class com.sun.squawk.platform.posix.natives.Socket.sockaddr_in
 
toString() - Method in class com.sun.squawk.platform.windows.natives.Socket.sockaddr_in
 
toString() - Method in class com.sun.squawk.Ref
 
toString() - Method in exception com.sun.squawk.security.CryptoException
Returns a human readable string describing this exception.
toString(int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
toString() - Method in class com.sun.squawk.Suite
Gets a string representation of this suite.
toString() - Method in class com.sun.squawk.util.ArrayHashtable
Returns a rather long string representation of this hashtable.
toString() - Method in class com.sun.squawk.util.BitSet
Returns a string representation of this bit set.
toString() - Method in class com.sun.squawk.util.IntHashtable
Returns a rather long string representation of this hashtable.
toString() - Method in class com.sun.squawk.util.SquawkHashtable
Returns a rather long string representation of this hashtable.
toString() - Method in class com.sun.squawk.util.SquawkVector
Returns a string representation of this vector.
toString() - Method in class com.sun.squawk.UWord
Gets a string representation of this word.
toString() - Method in class com.sun.squawk.VMThread
Returns a string representation of this thread, including a unique number that identifies the thread and the thread's priority.
toString() - Method in class edu.wpi.first.wpilibj.command.Command
The string representation for a Command is by default its name.
toString() - Method in class edu.wpi.first.wpilibj.command.Subsystem
 
toString() - Method in class edu.wpi.first.wpilibj.image.EllipseMatch
 
toString() - Method in class edu.wpi.first.wpilibj.image.ParticleAnalysisReport
Get string representation of the particle analysis report.
toString() - Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string, translating bytes into characters according to the platform's default character encoding.
toString() - Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString() - Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString() - Method in class java.lang.Character
Returns a String object representing this character's value.
toString() - Method in class java.lang.Class
Converts the object to a string.
toString(double) - Static method in class java.lang.Double
Creates a string representation of the double argument.
toString() - Method in class java.lang.Double
Returns a String representation of this Double object.
toString(float) - Static method in class java.lang.Float
Returns a String representation for the specified float value.
toString() - Method in class java.lang.Float
Returns a String representation of this Float object.
toString(int, int) - Static method in class java.lang.Integer
Creates a string representation of the first argument in the radix specified by the second argument.
toString(int) - Static method in class java.lang.Integer
Returns a new String object representing the specified integer.
toString() - Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString(long, int) - Static method in class java.lang.Long
Creates a string representation of the first argument in the radix specified by the second argument.
toString(long) - Static method in class java.lang.Long
Returns a new String object representing the specified integer.
toString() - Method in class java.lang.Long
Returns a String object representing this Long's value.
toString() - Method in class java.lang.Object
Returns a string representation of the object.
toString() - Method in class java.lang.Short
Returns a String object representing this Short's value.
toString() - Method in class java.lang.String
This object (which is already a string!) is itself returned.
toString() - Method in class java.lang.StringBuffer
Converts to a string representing the data in this string buffer.
toString() - Method in class java.lang.Thread
Returns a string representation of this thread, including a unique number that identifies the thread and the thread's priority.
toString() - Method in class java.lang.Throwable
Returns a short description of this throwable object.
toString() - Method in class java.util.Date
Converts this Date object to a String of the form:
toString() - Method in class java.util.Hashtable
Returns a rather long string representation of this hashtable.
toString() - Method in class java.util.Vector
Returns a string representation of this vector.
tosType() - Method in interface com.sun.squawk.compiler.BaseCompiler
Return the type of the instruction on the top of the stack.
TOTAL_SHALLOW_SLEEP_TIME_MILLIS_HIGH - Static variable in class com.sun.squawk.vm.ChannelConstants
 
TOTAL_SHALLOW_SLEEP_TIME_MILLIS_LOW - Static variable in class com.sun.squawk.vm.ChannelConstants
 
totalMemory() - Static method in class com.sun.squawk.GC
Returns the total amount of RAM memory in the Squawk Virtual Machine.
totalMemory() - Method in class java.lang.Runtime
Returns the total amount of memory in the Java Virtual Machine.
toUpperCase(char) - Static method in class com.sun.cldc.i18n.uclc.DefaultCaseConverter
Converts the character argument to uppercase; if the character has no lowercase equivalent, the character itself is returned.
toUpperCase(char) - Static method in class java.lang.Character
Converts the character argument to uppercase; if the character has no uppercase equivalent, the character itself is returned.
toUpperCase() - Method in class java.lang.String
Converts all of the characters in this String to upper case.
toUWord() - Method in class com.sun.squawk.Address
Casts this address to a UWord.
toUWord() - Method in class com.sun.squawk.Offset
Casts a value of type Offset into a UWord.
trace(String) - Static method in class com.sun.squawk.util.Tracer
Output a string to the tracer's print stream.
traceEndHigh - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
traceEndLow - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
traceln(String) - Static method in class com.sun.squawk.util.Tracer
Output a string to the tracer's print stream followed by a newline.
Tracer - Class in com.sun.squawk.util
The Tracer class encapsulates a set of static methods that are used to emit execution traces to a print stream.
traceStartHigh - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
traceStartLow - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
tracing - Static variable in class com.sun.squawk.vm.Global
Fields specified here will be allocated constant offsets.
TRACING_ENABLED - Static variable in class com.sun.squawk.Klass
A flag specifying whether the Tracer class is available.
trackingState - Variable in class edu.wpi.first.wpilibj.Skeleton.Joint
 
trackState - Variable in class edu.wpi.first.wpilibj.Skeleton
 
transaction(byte[], int, byte[], int) - Method in class edu.wpi.first.wpilibj.I2C
Generic transaction.
transfer(long, int) - Method in class edu.wpi.first.wpilibj.SPIDevice
Perform a SPI transfer with the length of this device's current configuration.
transfer(long[], int[]) - Method in class edu.wpi.first.wpilibj.SPIDevice
Perform a SPI transfer where an array of bits are written and read.
TRANSIENT - Static variable in class com.sun.squawk.Modifier
The int value representing the transient modifier.
TranslatorInterface - Interface in com.sun.squawk
The TranslatorInterface is the interface by which new classes can be created and loaded into the runtime system.
Trigger - Class in edu.wpi.first.wpilibj.buttons
This class provides an easy way to link commands to inputs.
Trigger() - Constructor for class edu.wpi.first.wpilibj.buttons.Trigger
 
Trigger.ButtonScheduler - Class in edu.wpi.first.wpilibj.buttons
An internal class of Trigger.
Trigger.ButtonScheduler() - Constructor for class edu.wpi.first.wpilibj.buttons.Trigger.ButtonScheduler
 
trim(int[], int[]) - Method in class com.sun.squawk.security.ecc.PrimeField
 
trim() - Method in class java.lang.String
Removes white space from both ends of this string.
trimToSize() - Method in class com.sun.squawk.util.SquawkVector
Trims the capacity of this vector to be the vector's current size.
trimToSize() - Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
TRUE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value true.
TRY_AGAIN - Static variable in interface com.sun.squawk.platform.posix.natives.NetDB
Non-Authoritative Host not found, or SERVERFAIL.
TRY_AGAIN - Static variable in class com.sun.squawk.platform.posix.natives.NetDBImpl
 
TRY_AGAIN - Static variable in interface com.sun.squawk.platform.windows.natives.NetDB
Non-Authoritative Host not found, or SERVERFAIL.
TRY_AGAIN - Static variable in class com.sun.squawk.platform.windows.natives.NetDBImpl
 
tryTake() - Method in class edu.wpi.first.wpilibj.communication.Semaphore
 
tSolenoid - Class in edu.wpi.first.wpilibj.fpga
 
tSolenoid() - Constructor for class edu.wpi.first.wpilibj.fpga.tSolenoid
 
tSPI - Class in edu.wpi.first.wpilibj.fpga
 
tSPI() - Constructor for class edu.wpi.first.wpilibj.fpga.tSPI
 
tSystem - Class in edu.wpi.first.wpilibj.fpga
 
tSystem() - Constructor for class edu.wpi.first.wpilibj.fpga.tSystem
 
TUESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Tuesday.
tv_sec - Variable in class com.sun.squawk.platform.posix.natives.Time.timeval
 
tv_sec - Variable in class com.sun.squawk.platform.windows.natives.Time.timeval
 
tv_usec - Variable in class com.sun.squawk.platform.posix.natives.Time.timeval
 
tv_usec - Variable in class com.sun.squawk.platform.windows.natives.Time.timeval
 
tWatchdog - Class in edu.wpi.first.wpilibj.fpga
 
tWatchdog() - Constructor for class edu.wpi.first.wpilibj.fpga.tWatchdog
 
twice(ECPoint) - Method in class com.sun.squawk.security.ecc.ECCurveFp
 
TWO_WORD - Static variable in class com.sun.squawk.Klass
The root of all two word types.
Type - Class in com.sun.squawk.compiler
Type representation and types for the Compiler.
Type(int, int, int, String) - Constructor for class com.sun.squawk.compiler.Type
Constructor.
Type(int, int, int, Type, String) - Constructor for class com.sun.squawk.compiler.Type
Constructor.
TYPE - Static variable in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
TYPE - Static variable in class com.sun.squawk.rms.RecordEntry
 
TYPE - Static variable in class com.sun.squawk.rms.RecordStoreEntry
 
TYPE - Static variable in class com.sun.squawk.rms.RecordStoreSequenceEntry
 
TYPE - Static variable in class com.sun.squawk.rms.UnknownEntry
 
type - Variable in class com.sun.squawk.ScopedLocalVariable
The type of the local variable.
TYPE_MASK - Static variable in class com.sun.squawk.vm.AddressType
The mask applied to an address type value to extract the type information without the mutation type information.
Types - Interface in com.sun.squawk.compiler
Data types supported by the Compiler interface.
TypeTag_ARRAY - Static variable in class com.sun.squawk.debugger.JDWP
 
TypeTag_CLASS - Static variable in class com.sun.squawk.debugger.JDWP
 
TypeTag_INTERFACE - Static variable in class com.sun.squawk.debugger.JDWP
 
typeToString(int) - Static method in class com.sun.squawk.Suite
Given one of the defined suite types, return an English string describing the suite type.
tzoffset - Variable in class com.sun.midp.util.DateParser
The offset, in milliseconds, from GMT represented by this date

U

UBYTE - Static variable in class com.sun.squawk.compiler.Type
Define secondary types.
UBYTE - Static variable in interface com.sun.squawk.compiler.Types
Define secondary types.
UDPDatagramConnection - Interface in javax.microedition.io
This interface defines a datagram connection which knows it's local end point address.
UINT - Static variable in class com.sun.squawk.compiler.Type
Define primary types.
UINT - Static variable in interface com.sun.squawk.compiler.Types
Define primary types.
ULONG - Static variable in class com.sun.squawk.compiler.Type
Define primary types.
ULONG - Static variable in interface com.sun.squawk.compiler.Types
Define primary types.
Ultrasonic - Class in edu.wpi.first.wpilibj
Ultrasonic rangefinder class.
Ultrasonic(int, int, Ultrasonic.Unit) - Constructor for class edu.wpi.first.wpilibj.Ultrasonic
Create an instance of the Ultrasonic Sensor using the default module.
Ultrasonic(int, int) - Constructor for class edu.wpi.first.wpilibj.Ultrasonic
Create an instance of the Ultrasonic Sensor using the default module.
Ultrasonic(DigitalOutput, DigitalInput, Ultrasonic.Unit) - Constructor for class edu.wpi.first.wpilibj.Ultrasonic
Create an instance of an Ultrasonic Sensor from a DigitalInput for the echo channel and a DigitalOutput for the ping channel.
Ultrasonic(DigitalOutput, DigitalInput) - Constructor for class edu.wpi.first.wpilibj.Ultrasonic
Create an instance of an Ultrasonic Sensor from a DigitalInput for the echo channel and a DigitalOutput for the ping channel.
Ultrasonic(int, int, int, int, Ultrasonic.Unit) - Constructor for class edu.wpi.first.wpilibj.Ultrasonic
Create an instance of the Ultrasonic sensor using specified modules.
Ultrasonic(int, int, int, int) - Constructor for class edu.wpi.first.wpilibj.Ultrasonic
Create an instance of the Ultrasonic sensor using specified modules.
Ultrasonic.Unit - Class in edu.wpi.first.wpilibj
The units to return when PIDGet is called
uncaught - Variable in class com.sun.squawk.debugger.EventRequestModifier.ExceptionOnly
 
unchecked_byte_arraycopy(byte[], int, byte[], int, int) - Static method in class com.sun.cldchi.jvm.JVM
Copy an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
unchecked_char_arraycopy(char[], int, char[], int, int) - Static method in class com.sun.cldchi.jvm.JVM
 
unchecked_int_arraycopy(int[], int, int[], int, int) - Static method in class com.sun.cldchi.jvm.JVM
 
unchecked_long_arraycopy(long[], int, long[], int, int) - Static method in class com.sun.cldchi.jvm.JVM
 
unchecked_obj_arraycopy(Object[], int, Object[], int, int) - Static method in class com.sun.cldchi.jvm.JVM
 
UncleanStatusException - Exception in edu.wpi.first.wpilibj.util
Exception for bad status codes from the chip object
UncleanStatusException(int, String) - Constructor for exception edu.wpi.first.wpilibj.util.UncleanStatusException
Create a new UncleanStatusException
UncleanStatusException(int) - Constructor for exception edu.wpi.first.wpilibj.util.UncleanStatusException
Create a new UncleanStatusException
UncleanStatusException(String) - Constructor for exception edu.wpi.first.wpilibj.util.UncleanStatusException
Create a new UncleanStatusException
UncleanStatusException() - Constructor for exception edu.wpi.first.wpilibj.util.UncleanStatusException
Create a new UncleanStatusException
UNDEFINED - Static variable in class com.sun.squawk.vm.AddressType
Denotes that an address that has never been written to or zeroed.
UNDEFINED_WORD - Static variable in class com.sun.squawk.vm.AddressType
A constant denoting a word full of AddressType.UNDEFINEDs.
unexpected - Variable in exception com.sun.squawk.util.UnexpectedException
 
UnexpectedException - Exception in com.sun.squawk.util
 
UnexpectedException(String, Throwable) - Constructor for exception com.sun.squawk.util.UnexpectedException
 
UnexpectedException(Throwable) - Constructor for exception com.sun.squawk.util.UnexpectedException
 
unhibernate() - Method in class com.sun.squawk.Isolate
Unhibernate the isolate.
UNHIBERNATE_EVENT_MASK - Static variable in class com.sun.squawk.Isolate
Event kind indicating that an isolate is unhibernating.
unimplemented() - Method in class com.sun.squawk.debugger.JDWPListener.CommandSet
Reports that the JDWP/SDWP command is not (currently) implemented.
UNINITIALIZED - Static variable in class com.sun.squawk.Klass
The root type for all uninitialized reference types.
UNINITIALIZED_KEY - Static variable in exception com.sun.squawk.security.CryptoException
This reason code is used to indicate that the key is uninitialized.
UNINITIALIZED_NEW - Static variable in class com.sun.squawk.Klass
The root of the types representing the result of the new bytecode before it has been passed to a constructor.
UNINITIALIZED_THIS - Static variable in class com.sun.squawk.Klass
The type for this in a constructor before the call to the super constructor.
uninstallSectors() - Method in class com.sun.squawk.peripheral.SimulatedNorFlashSectorAllocator
Make it such that I have no sectors allocated.
UNKNOWN - Static variable in class com.sun.squawk.debugger.DataType.MethodID
 
UnknownEntry - Class in com.sun.squawk.rms
 
UnknownEntry() - Constructor for class com.sun.squawk.rms.UnknownEntry
 
unlink(String) - Method in interface com.sun.squawk.platform.posix.natives.LibC
Remove the directory entry for name (may delete the file)
unlink(String) - Method in class com.sun.squawk.platform.posix.natives.LibCImpl
 
unlink(String) - Method in interface com.sun.squawk.platform.windows.natives.LibC
Remove the directory entry for name (may delete the file)
unlink(String) - Method in class com.sun.squawk.platform.windows.natives.LibCImpl
 
unlinkPtr - Variable in class com.sun.squawk.platform.posix.natives.LibCImpl
 
unmapDigitalChannel(int) - Static method in class edu.wpi.first.wpilibj.DigitalModule
Convert a channel from it's fpga reference
unregisterMailbox(String, Mailbox) - Static method in class com.sun.squawk.VM
Unregister named mailbox with the system.
unregisterSuite(String) - Static method in class com.sun.squawk.VM
If the suite is registered, unregister it with the garbage collector.
unreserve() - Method in class edu.wpi.first.wpilibj.fpga.tInterruptManager
 
unreserveIrqContext(int, IntByReference, NiRioStatus) - Static method in class com.ni.rio.NiFpga
Unreserves an IRQ context obtained from reserveIrqContext.
Unsafe - Class in com.sun.squawk
A collection of methods for performing peek and poke operations on memory addresses.
UnsupportedEncodingException - Exception in java.io
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
UnsupportedPhysicalMemoryException - Exception in com.sun.squawk.realtime
Thrown when the underlying hardware does not support the type of physical memory requested from an instance of one of the physical memory or raw memory access classes.
UnsupportedPhysicalMemoryException() - Constructor for exception com.sun.squawk.realtime.UnsupportedPhysicalMemoryException
A constructor for UnsupportedPhysicalMemoryException.
UnsupportedPhysicalMemoryException(String) - Constructor for exception com.sun.squawk.realtime.UnsupportedPhysicalMemoryException
A descriptive constructor for UnsupportedPhysicalMemoryException.
update(int) - Method in class com.sun.squawk.GC.ClassStat
 
updateBreakpoints() - Method in class com.sun.squawk.debugger.sda.SDA
Updates the list of set breakpoints in the debuggee isolate.
updateBreakpoints(Isolate.Breakpoint[]) - Method in class com.sun.squawk.Isolate
 
updateDutyCycle(double) - Method in class edu.wpi.first.wpilibj.DigitalOutput
Change the duty-cycle that is being generated on the line.
updateErrorCode(int) - Method in class com.sun.squawk.debugger.ReplyPacket
 
updateLCD() - Method in class edu.wpi.first.wpilibj.DriverStationLCD
Send the text data to the Driver Station.
updateModifiers(int) - Method in class com.sun.squawk.Klass
Updates the modifiers for this class by setting one or more modifier flags that are not currently set.
updateSyncGroup(byte) - Static method in class edu.wpi.first.wpilibj.CANJaguar
Update all the motors that have pending sets in the syncGroup.
updateTable() - Method in class edu.wpi.first.wpilibj.Accelerometer
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.AnalogChannel
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.AnalogPotentiometer
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.CANJaguar
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.Compressor
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.Counter
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.DigitalInput
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.DigitalOutput
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.DoubleSolenoid
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.Encoder
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.Gyro
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.HiTechnicColorSensor
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.HiTechnicCompass
Update the table for this sendable object with the latest values.
updateTable() - Method in interface edu.wpi.first.wpilibj.livewindow.LiveWindowSendable
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.PIDController
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.PWM
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.Relay
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.Servo
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.Solenoid
Update the table for this sendable object with the latest values.
updateTable() - Method in class edu.wpi.first.wpilibj.Ultrasonic
Update the table for this sendable object with the latest values.
updateWriteBarrierForPointerArraycopy(Object, int, int) - Static method in class com.sun.squawk.Lisp2Bitmap
 
UsageReporting - Class in edu.wpi.first.wpilibj.communication
 
USB_GET_STATE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
useDaylightTime() - Method in class com.sun.cldc.util.j2me.TimeZoneImpl
Queries if this time zone uses Daylight Savings Time.
useDaylightTime() - Method in class java.util.TimeZone
Queries if this time zone uses Daylight Savings Time.
useMemory(Pointer) - Method in class com.sun.cldc.jna.Structure
Set the backing native memory used by this structure.
usePIDOutput(double) - Method in class edu.wpi.first.wpilibj.command.PIDCommand
Uses the value that the pid loop calculated.
usePIDOutput(double) - Method in class edu.wpi.first.wpilibj.command.PIDSubsystem
Uses the value that the pid loop calculated.
USER_CONTROL_DATA_SIZE - Static variable in class edu.wpi.first.wpilibj.communication.FRCControl
The size of the user control data
USER_CONTROL_DATA_SIZE - Static variable in class edu.wpi.first.wpilibj.DriverStation
The size of the user control data
USER_DEFINED - Static variable in class com.sun.squawk.Debugger.Event
 
USER_DS_LCD_DATA_SIZE - Static variable in class edu.wpi.first.wpilibj.communication.FRCControl
The size of the user driver station display data
USER_PURPOSED - Static variable in interface com.sun.squawk.peripheral.INorFlashSector
 
USER_STATUS_DATA_SIZE - Static variable in class edu.wpi.first.wpilibj.communication.FRCControl
The size of the user status data
USER_STATUS_DATA_SIZE - Static variable in class edu.wpi.first.wpilibj.DriverStation
The size of the user status data
userGCAllowed() - Static method in class com.sun.squawk.VM
Tests if Runtime.gc() is allowed.
USHORT - Static variable in class com.sun.squawk.compiler.Type
Define secondary types.
USHORT - Static variable in interface com.sun.squawk.compiler.Types
Define secondary types.
ushr() - Method in interface com.sun.squawk.compiler.BaseCompiler
Shift the second element on the stack right by the number of bits specified by the top element.
USHR_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
USHR_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
usingTypeMap() - Static method in class com.sun.squawk.VM
Determines if the VM was built with memory access type checking enabled.
UTFDataFormatException - Exception in java.io
Signals that a malformed UTF-8 string has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.
Utility - Class in edu.wpi.first.wpilibj
Contains global utility functions
UWORD - Static variable in class com.sun.squawk.compiler.Type
Define the size of stack entries.
UWORD - Static variable in interface com.sun.squawk.compiler.Types
Define the size of stack entries.
UWORD - Static variable in class com.sun.squawk.Klass
The type for representing unsigned machine words.
UWord - Class in com.sun.squawk
The word type is used by the runtime system and collector to denote machine word-sized quantities.
UWORD - Static variable in class com.sun.squawk.vm.AddressType
Denotes that an address contains a word (or offset) value.
UWORD - Static variable in interface com.sun.squawk.vm.CID
 
UWORD_ARRAY - Static variable in class com.sun.squawk.Klass
The type for representing an array of unsigned word addresses.
UWORD_ARRAY - Static variable in interface com.sun.squawk.vm.CID
 

V

validateIndex(int) - Method in class com.sun.squawk.util.BitSet
Determines if a given bit index is valid.
value() - Method in interface com.sun.cldc.jna.Includes
 
value(Object) - Method in class com.sun.squawk.DoBlock
 
value - Variable in class com.sun.squawk.ManifestProperty
The value of the property, for example "Sun Microsystems, Inc.".
value - Variable in class edu.wpi.first.wpilibj.AccumulatorResult
The total value accumulated
value - Variable in class edu.wpi.first.wpilibj.ADXL345_I2C.Axes
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.ADXL345_I2C.DataFormat_Range
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.ADXL345_SPI.Axes
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.ADXL345_SPI.DataFormat_Range
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.AnalogTriggerOutput.Type
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposurePriorityT
The integer value of the enumeration.
value - Variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ExposureT
The integer value of the enumeration.
value - Variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ResolutionT
The integer value of the enumeration.
value - Variable in class edu.wpi.first.wpilibj.camera.AxisCamera.RotationT
The integer value of the enumeration.
value - Variable in class edu.wpi.first.wpilibj.camera.AxisCamera.WhiteBalanceT
The integer value of the enumeration.
value - Variable in class edu.wpi.first.wpilibj.CANJaguar.ControlMode
 
value - Variable in class edu.wpi.first.wpilibj.CANJaguar.Faults
 
value - Variable in class edu.wpi.first.wpilibj.CANJaguar.LimitMode
 
value - Variable in class edu.wpi.first.wpilibj.CANJaguar.Limits
 
value - Variable in class edu.wpi.first.wpilibj.CANJaguar.NeutralMode
 
value - Variable in class edu.wpi.first.wpilibj.CANJaguar.PositionReference
 
value - Variable in class edu.wpi.first.wpilibj.CANJaguar.SpeedReference
 
value - Variable in class edu.wpi.first.wpilibj.Counter.Mode
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.CounterBase.EncodingType
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.DoubleSolenoid.Value
 
value - Variable in class edu.wpi.first.wpilibj.DriverStation.Alliance
The integer value representing this enumeration.
value - Variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tAccelChannel
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tDigitalConfig
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.DriverStationEnhancedIO.tPWMPeriodChannels
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.DriverStationLCD.Line
The integer value representing this enumeration
Value - Variable in class edu.wpi.first.wpilibj.fpga.tAccumulator.tOutput
 
value - Variable in class edu.wpi.first.wpilibj.GenericHID.Hand
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.HiTechnicColorSensor.tColorSensorMode
 
value - Variable in class edu.wpi.first.wpilibj.image.LinearAverages.LinearAveragesMode
 
value - Variable in class edu.wpi.first.wpilibj.image.NIVision.ColorMode
 
value - Variable in class edu.wpi.first.wpilibj.image.NIVision.ImageType
 
value - Variable in class edu.wpi.first.wpilibj.image.NIVision.MeasurementType
 
value - Variable in class edu.wpi.first.wpilibj.Joystick.AxisType
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.Joystick.ButtonType
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.PIDSource.PIDSourceParameter
 
value - Variable in class edu.wpi.first.wpilibj.PWM.PeriodMultiplier
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.Relay.Direction
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.Relay.Value
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.RobotDrive.MotorType
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.SerialPort.FlowControl
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.SerialPort.Parity
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.SerialPort.StopBits
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.SerialPort.WriteBufferMode
The integer value representing this enumeration
value - Variable in class edu.wpi.first.wpilibj.Skeleton.tJointTrackingState
The integer value representing this enumeration.
value - Variable in class edu.wpi.first.wpilibj.Skeleton.tJointTypes
 
value - Variable in class edu.wpi.first.wpilibj.Skeleton.tTrackState
The integer value representing this enumeration.
value - Variable in class edu.wpi.first.wpilibj.Ultrasonic.Unit
The integer value representing this enumeration
valueOf(boolean) - Static method in class java.lang.Boolean
 
valueOf(byte) - Static method in class java.lang.Byte
 
valueOf(char) - Static method in class java.lang.Character
 
valueOf(String) - Static method in class java.lang.Double
Returns a new Double object initialized to the value represented by the specified string.
valueOf(double) - Static method in class java.lang.Double
 
valueOf(String) - Static method in class java.lang.Float
Returns the floating point value represented by the specified String.
valueOf(float) - Static method in class java.lang.Float
 
valueOf(String, int) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String) - Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(int) - Static method in class java.lang.Integer
 
valueOf(long) - Static method in class java.lang.Long
 
valueOf(short) - Static method in class java.lang.Short
 
valueOf(Object) - Static method in class java.lang.String
Returns the string representation of the Object argument.
valueOf(char[]) - Static method in class java.lang.String
Returns the string representation of the char array argument.
valueOf(char[], int, int) - Static method in class java.lang.String
Returns the string representation of a specific subarray of the char array argument.
valueOf(boolean) - Static method in class java.lang.String
Returns the string representation of the boolean argument.
valueOf(char) - Static method in class java.lang.String
Returns the string representation of the char argument.
valueOf(int) - Static method in class java.lang.String
Returns the string representation of the int argument.
valueOf(long) - Static method in class java.lang.String
Returns the string representation of the long argument.
valueOf(float) - Static method in class java.lang.String
Returns the string representation of the float argument.
valueOf(double) - Static method in class java.lang.String
Returns the string representation of the double argument.
VarPointer - Class in com.sun.cldc.jna
A pointer to a native variable that can be read/wrote from Java.
vbase - Variable in class com.sun.squawk.realtime.RawMemoryAccess
Virtual base address.
vcall(Parm) - Static method in class com.sun.squawk.os.CSystem
Call a 'C' function.
Vector - Class in java.util
The Vector class implements a growable array of objects.
Vector(int, int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
Vector(int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity.
Vector() - Constructor for class java.util.Vector
Constructs an empty vector.
VERBOSE - Static variable in class com.sun.squawk.debugger.Log
More verbose log level.
verbose() - Static method in class com.sun.squawk.debugger.Log
 
verifySensor(int, int, byte[]) - Method in class edu.wpi.first.wpilibj.I2C
Verify that a device's registers contain expected values.
version - Variable in class com.sun.squawk.rms.RecordStoreEntry
 
VERSION_CONTENTS - Static variable in class edu.wpi.first.wpilibj.RobotBase
 
VI_ASRL_END_NONE - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ASRL_END_TERMCHAR - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_ASRL_AVAIL_NUM - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_ASRL_BAUD - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_ASRL_DATA_BITS - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_ASRL_END_IN - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_ASRL_FLOW_CNTRL - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_ASRL_PARITY - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_ASRL_STOP_BITS - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_TERMCHAR - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_TERMCHAR_EN - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_TMO_VALUE - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_ATTR_WR_BUF_OPER_MODE - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_READ_BUF - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_SUCCESS_MAX_CNT - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_SUCCESS_TERM_CHAR - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
VI_WRITE_BUF - Static variable in class edu.wpi.first.wpilibj.visa.Visa
 
viBufRead(int, int) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
viBufWrite(int, byte[], int) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
viClear(int) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
viClose(int) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
Victor - Class in edu.wpi.first.wpilibj
VEX Robotics Victor Speed Controller
Victor(int) - Constructor for class edu.wpi.first.wpilibj.Victor
Constructor that assumes the default digital module.
Victor(int, int) - Constructor for class edu.wpi.first.wpilibj.Victor
Constructor that specifies the digital module.
viFlush(int, short) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
viGetAttribute(int, int) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
viOpen(int, String, int, int) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
viOpenDefaultRM() - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
virtual$java_lang_Object$abstractMethodError - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
virtual$java_lang_Object$toString - Static variable in interface com.sun.squawk.vm.MethodOffsets
 
VirtualMachine_AllClasses_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns reference types for all classes currently loaded by the target VM.
VirtualMachine_AllClassesWithGeneric_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns reference types for all classes currently loaded by the target VM.
VirtualMachine_AllThreads_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns all threads currently running in the target VM .
VirtualMachine_Capabilities_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Retrieve this VM's capabilities.
VirtualMachine_CapabilitiesNew_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Retrieve all of this VM's capabilities.
VirtualMachine_ClassesBySignature_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns reference types for all the classes loaded by the target VM which match the given signature.
VirtualMachine_ClassPaths_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Retrieve the classpath and bootclasspath of the target VM.
VirtualMachine_COMMAND_SET - Static variable in class com.sun.squawk.debugger.JDWP
 
VirtualMachine_CreateString_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Creates a new string object in the target VM and returns its id.
VirtualMachine_Dispose_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Invalidates this virtual machine mirror.
VirtualMachine_DisposeObjects_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Releases a list of object IDs.
VirtualMachine_Exit_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Terminates the target VM with the given exit code.
VirtualMachine_HoldEvents_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Tells the target VM to stop sending events.
VirtualMachine_IDSizes_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the sizes of variably-sized data types in the target VM.
VirtualMachine_RedefineClassesCOMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Installs new class definitions.
VirtualMachine_ReleaseEvents_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Tells the target VM to continue sending events.
VirtualMachine_Resume_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Resumes execution of the application after the suspend command or an event has stopped it.
VirtualMachine_SetDefaultStratum_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Set the default stratum.
VirtualMachine_Suspend_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Suspends the execution of the application running in the target VM.
VirtualMachine_TopLevelThreadGroups_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns all thread groups that do not have a parent.
VirtualMachine_Version_COMMAND - Static variable in class com.sun.squawk.debugger.JDWP
Returns the JDWP version implemented by the target VM.
VirtualMachineError - Error in java.lang
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
VirtualMachineError() - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String) - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.
Visa - Class in edu.wpi.first.wpilibj.visa
This port of visa.h includes only the functions and definitions used in SerialPort.java
VisaException - Exception in edu.wpi.first.wpilibj.visa
Exception class which looks up visa error codes
VisaException(String, int) - Constructor for exception edu.wpi.first.wpilibj.visa.VisaException
Create a new VisaException
viSetAttribute(int, int, int) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
viSetAttribute(int, int, boolean) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
viSetBuf(int, short, int) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
visit(IRmsEntryVisitor) - Method in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
visit(IRmsEntryVisitor) - Method in interface com.sun.squawk.rms.IRmsEntry
 
visit(IRmsEntryVisitor) - Method in class com.sun.squawk.rms.RecordEntry
 
visit(IRmsEntryVisitor) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
visit(IRmsEntryVisitor) - Method in class com.sun.squawk.rms.RecordStoreSequenceEntry
 
visit(IRmsEntryVisitor) - Method in class com.sun.squawk.rms.UnknownEntry
 
visit(IntHashtableVisitor) - Method in class com.sun.squawk.util.IntHashtable
Visitor
visitApplicationDescriptor(IApplicationDescriptorEntry) - Method in interface com.sun.squawk.rms.IRmsEntryVisitor
 
visitIntHashtable(int, Object) - Method in interface com.sun.squawk.util.IntHashtableVisitor
Visit method.
visitRecord(IRecordEntry) - Method in interface com.sun.squawk.rms.IRmsEntryVisitor
 
visitRecordEntry(IRecordEntry) - Method in interface com.sun.squawk.rms.IRecordStoreEntry
 
visitRecordEntry(IRecordEntry) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
visitRecordStore(IRecordStoreEntry) - Method in interface com.sun.squawk.rms.IRmsEntryVisitor
 
visitRecordStoreSequence(IRecordStoreSequenceEntry) - Method in interface com.sun.squawk.rms.IRmsEntryVisitor
 
visitUnknown(IUnknownEntry) - Method in interface com.sun.squawk.rms.IRmsEntryVisitor
 
viVPrintf(int, String) - Static method in class edu.wpi.first.wpilibj.visa.Visa
 
VM - Class in com.sun.squawk
This is a Squawk VM specific class that is used to communicate between executing Java software and the low level core VM that is expressed in machine code.
VM.Stats - Class in com.sun.squawk
Virtual machine statistics.
VM.Stats() - Constructor for class com.sun.squawk.VM.Stats
Create a new Stats object, This is primarily used when calling VM.Stats.sendStatData(java.io.DataOutputStream).
VM_DEATH - Static variable in class com.sun.squawk.Debugger.Event
 
VM_DISCONNECTED - Static variable in class com.sun.squawk.Debugger.Event
 
VM_INIT - Static variable in class com.sun.squawk.Debugger.Event
 
VM_START - Static variable in class com.sun.squawk.Debugger.Event
 
VMBufferDecoder - Class in com.sun.squawk
A byte buffer dencoder can be used to decode a byte array of values encoded with a byte buffer encoder.
vmDeath - Variable in class com.sun.squawk.debugger.EventManager.MatchedRequests
 
vmThread - Variable in class com.sun.squawk.DebuggerSupport.StackInspector
The thread whose call stack is being inspected.
VMThread - Class in com.sun.squawk
The Squawk implementation of threads.
VMThread(Thread, String) - Constructor for class com.sun.squawk.VMThread
Allocates a new VMThread object to support a given API Thread instance.
VOID - Static variable in class com.sun.squawk.compiler.Type
Special dummy type for call and return.
VOID - Static variable in interface com.sun.squawk.compiler.Types
Special dummy type for call and return.
VOID - Static variable in class com.sun.squawk.Klass
The type for void.
VOID - Static variable in interface com.sun.squawk.vm.CID
 
VOLATILE - Static variable in class com.sun.squawk.Modifier
The int value representing the volatile modifier.
voltsToValue(int, double) - Method in class edu.wpi.first.wpilibj.AnalogModule
Convert a voltage to a raw value for a specified channel.

W

w - Variable in class edu.wpi.first.wpilibj.Kinect.Point4
 
wait(long) - Method in class java.lang.Object
Causes current thread to wait until either another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or a specified amount of time has elapsed.
wait(long, int) - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.
wait() - Method in class java.lang.Object
Causes current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object.
WAIT_FOR_DEEP_SLEEP - Static variable in class com.sun.squawk.vm.ChannelConstants
 
WAIT_FOREVER - Static variable in class edu.wpi.first.wpilibj.communication.Semaphore
Integer ms value indicating wait forever.
WaitCommand - Class in edu.wpi.first.wpilibj.command
A WaitCommand will wait for a certain amount of time before finishing.
WaitCommand(double) - Constructor for class edu.wpi.first.wpilibj.command.WaitCommand
Instantiates a WaitCommand with the given timeout.
WaitCommand(String, double) - Constructor for class edu.wpi.first.wpilibj.command.WaitCommand
Instantiates a WaitCommand with the given timeout.
waitForBlockingFunction(Address) - Static method in class com.sun.squawk.NativeUnsafe
 
WaitForChildren - Class in edu.wpi.first.wpilibj.command
This command will only finish if whatever CommandGroup it is in has no active children.
WaitForChildren() - Constructor for class edu.wpi.first.wpilibj.command.WaitForChildren
 
waitForData() - Method in class edu.wpi.first.wpilibj.DriverStation
Wait for new data from the driver station.
waitForData(long) - Method in class edu.wpi.first.wpilibj.DriverStation
Wait for new data or for timeout, which ever comes first.
waitForEvents(long) - Method in class com.sun.squawk.platform.posix.SystemEventsImpl
Poll the OS to see if there have been any events on the requested fds.
waitForEvents(long) - Method in class com.sun.squawk.platform.SystemEvents
Wait for an OS event, with a timeout.
waitForEvents(long) - Method in class com.sun.squawk.platform.windows.SystemEventsImpl
Poll the OS to see if there have been any events on the requested fds.
waitForInterrupt(double) - Method in class edu.wpi.first.wpilibj.InterruptableSensorBase
In synchronous mode, wait for the defined interrupt to occur.
waitForOSEvent(int) - Static method in class com.sun.squawk.VMThread
Block a thread waiting for an event.
waitForReadEvent(int) - Method in class com.sun.squawk.platform.posix.SystemEventsImpl
 
waitForReadEvent(int) - Method in class com.sun.squawk.platform.SystemEvents
 
waitForReadEvent(int) - Method in class com.sun.squawk.platform.windows.SystemEventsImpl
 
waitForWriteEvent(int) - Method in class com.sun.squawk.platform.posix.SystemEventsImpl
 
waitForWriteEvent(int) - Method in class com.sun.squawk.platform.SystemEvents
 
waitForWriteEvent(int) - Method in class com.sun.squawk.platform.windows.SystemEventsImpl
 
waitOnIrqs(int, IntByReference, int, int, NiRioStatus) - Static method in class com.ni.rio.NiFpga
This is a blocking function that stops the calling thread until the FPGA asserts any IRQ in the irqs parameter, or until the function call times out.
WaitUntilCommand - Class in edu.wpi.first.wpilibj.command
WaitUntilCommand - waits until an absolute game time.
WaitUntilCommand(double) - Constructor for class edu.wpi.first.wpilibj.command.WaitUntilCommand
 
wasMalloced() - Method in class com.sun.squawk.realtime.RawMemoryAccess
Return true if this specific RawMemoryAccess allocated native memory.
watch(int) - Method in class edu.wpi.first.wpilibj.fpga.tInterruptManager
 
Watchdog - Class in edu.wpi.first.wpilibj
Watchdog timer class.
Watchdog() - Constructor for class edu.wpi.first.wpilibj.Watchdog
The Watchdog is born.
WCHAR_SIZE - Static variable in class com.sun.cldc.jna.Native
 
WeakIntHashtable - Class in com.sun.squawk.debugger.sda
This class extends an IntHashtable in two important ways: 1.
WeakIntHashtable() - Constructor for class com.sun.squawk.debugger.sda.WeakIntHashtable
Constructs a new, empty hashtable with a default capacity and load factor.
WeakReference - Class in java.lang.ref
This class provides support for weak references.
WeakReference(Object) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object.
WEDNESDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Wednesday.
whenActive(Command) - Method in class edu.wpi.first.wpilibj.buttons.Trigger
Starts the given command whenever the trigger just becomes active.
whenInactive(Command) - Method in class edu.wpi.first.wpilibj.buttons.Trigger
Starts the command when the trigger becomes inactive
whenPressed(Command) - Method in class edu.wpi.first.wpilibj.buttons.Button
Starts the given command whenever the button is newly pressed.
whenReleased(Command) - Method in class edu.wpi.first.wpilibj.buttons.Button
Starts the command when the button is released
whileActive(Command) - Method in class edu.wpi.first.wpilibj.buttons.Trigger
Constantly starts the given command while the button is held.
whileHeld(Command) - Method in class edu.wpi.first.wpilibj.buttons.Button
Constantly starts the given command while the button is held.
WIDE_0 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
WIDE_1 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
WIDE_DELTA - Static variable in class com.sun.squawk.vm.OPC.Properties
The delta that is applied to an opcode < 256 to get the widened version of the opcode.
WIDE_INT - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
WIDE_M1 - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
WIDE_SHORT - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
width - Variable in class edu.wpi.first.wpilibj.camera.AxisCamera.ResolutionT
Number of pixels wide.
willRunWhenDisabled() - Method in class edu.wpi.first.wpilibj.command.Command
Returns whether or not this Command will run when the robot is disabled, or if it will cancel itself.
Windows - Class in com.sun.cldc.jna
 
Windows() - Constructor for class com.sun.cldc.jna.Windows
 
Windows - Interface in com.sun.squawk.platform.windows.natives
Import common Windows-specific calls
WindowsImpl - Class in com.sun.squawk.platform.windows.natives
 
WindowsImpl() - Constructor for class com.sun.squawk.platform.windows.natives.WindowsImpl
 
WORD - Static variable in class com.sun.squawk.compiler.Type
Define the size of stack entries.
WORD - Static variable in interface com.sun.squawk.compiler.Types
Define the size of stack entries.
wordsToBytes() - Method in class com.sun.squawk.Offset
Scales this offset which currently expresses an offset in words to express the same offset in bytes.
write(int) - Method in class com.sun.cldc.i18n.j2me.ISO8859_1_Writer
Write a single character.
write(char[], int, int) - Method in class com.sun.cldc.i18n.j2me.ISO8859_1_Writer
Write a portion of an array of characters.
write(String, int, int) - Method in class com.sun.cldc.i18n.j2me.ISO8859_1_Writer
Write a portion of a string.
write() - Method in class com.sun.cldc.jna.OpaqueStructure
 
write() - Method in class com.sun.cldc.jna.Structure
Copy the java fields of the struct to native memory from the Java fields
write(Type) - Method in interface com.sun.squawk.compiler.BaseCompiler
Store a value at a reference.
write(Type) - Method in interface com.sun.squawk.compiler.InterpCompiler
Store a value at a reference.
write(DataOutputStream) - Method in class com.sun.squawk.debugger.Packet
Writes this packet to a given output stream.
write(int) - Method in class com.sun.squawk.io.BufferedWriter
Write a single character.
write(char[], int, int) - Method in class com.sun.squawk.io.BufferedWriter
Write a portion of an array of characters.
write(String, int, int) - Method in class com.sun.squawk.io.BufferedWriter
Write a portion of a String.
write(int) - Method in class com.sun.squawk.io.j2me.channel.ChannelOutputStream
 
write(byte[], int, int) - Method in class com.sun.squawk.io.j2me.channel.ChannelOutputStream
 
write(byte[]) - Method in class com.sun.squawk.io.j2me.channel.ChannelOutputStream
Writes to the output stream all the bytes in array b.
write(int) - Method in class com.sun.squawk.io.MulticastOutputStream
Writes the specified byte to this output stream.
write(byte[], int, int) - Method in class com.sun.squawk.io.MulticastOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - Method in interface com.sun.squawk.platform.GCFFile
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - Method in class com.sun.squawk.platform.posix.GCFFileImpl
Write data from an array to the file.
write(int, byte[], int) - Method in interface com.sun.squawk.platform.posix.natives.LibC
write output
write() - Method in class com.sun.squawk.platform.posix.natives.LibCImpl.statImpl
 
write(int, byte[], int) - Method in class com.sun.squawk.platform.posix.natives.LibCImpl
 
write() - Method in class com.sun.squawk.platform.posix.natives.NetDB.hostent
 
write() - Method in class com.sun.squawk.platform.posix.natives.SocketImpl.sockaddr_inImpl
 
write() - Method in class com.sun.squawk.platform.posix.natives.TimeImpl.timevalImpl
 
write(byte[], int, int) - Method in class com.sun.squawk.platform.windows.GCFFileImpl
Write data from an array to the file.
write(int, byte[], int) - Method in interface com.sun.squawk.platform.windows.natives.LibC
write output
write() - Method in class com.sun.squawk.platform.windows.natives.LibCImpl.statImpl
 
write(int, byte[], int) - Method in class com.sun.squawk.platform.windows.natives.LibCImpl
 
write() - Method in class com.sun.squawk.platform.windows.natives.NetDB.hostent
 
write() - Method in class com.sun.squawk.platform.windows.natives.SocketImpl.sockaddr_inImpl
 
write() - Method in class com.sun.squawk.platform.windows.natives.TimeImpl.timevalImpl
 
write(int, byte) - Method in class com.sun.squawk.ResourceFile
 
write() - Method in class edu.wpi.first.wpilibj.communication.FRCCommonControlData
Write new data in the structure
write(int, int) - Method in class edu.wpi.first.wpilibj.I2C
Execute a write transaction with the device.
write(String) - Method in class edu.wpi.first.wpilibj.image.BinaryImage
 
write() - Method in class edu.wpi.first.wpilibj.image.CurveOptions
 
write() - Method in class edu.wpi.first.wpilibj.image.EllipseDescriptor
 
write(String) - Method in class edu.wpi.first.wpilibj.image.Image
Write the image to a file.
write() - Method in class edu.wpi.first.wpilibj.image.NIVision.Range
 
write() - Method in class edu.wpi.first.wpilibj.image.NIVision.Rect
 
write() - Method in class edu.wpi.first.wpilibj.image.RegionOfInterest
 
write() - Method in class edu.wpi.first.wpilibj.image.ShapeDetectionOptions
 
write(byte[], int) - Method in class edu.wpi.first.wpilibj.SerialPort
Write raw bytes to the buffer.
write(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(int) - Method in class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(int) - Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.OutputStreamWriter
Write a single character.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Write a portion of an array of characters.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Write a portion of a string.
write(int) - Method in class java.io.PrintStream
Write the specified byte to this stream.
write(byte[], int, int) - Method in class java.io.PrintStream
Write len bytes from the specified byte array starting at offset off to this stream.
write(int) - Method in class java.io.Writer
Write a single character.
write(char[]) - Method in class java.io.Writer
Write an array of characters.
write(char[], int, int) - Method in class java.io.Writer
Write a portion of an array of characters.
write(String) - Method in class java.io.Writer
Write a string.
write(String, int, int) - Method in class java.io.Writer
Write a portion of a string.
WRITE - Static variable in class javax.microedition.io.Connector
Access mode WRITE.
WRITE_SECURED_SILICON_AREA - Static variable in class com.sun.squawk.vm.ChannelConstants
 
WRITE_SERIAL_CHARS - Static variable in class com.sun.squawk.vm.ChannelConstants
 
writeAverageBits(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeBFL(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeBlock(IMemoryHeapBlock, INorFlashMemoryHeapScanner, Address) - Method in class com.sun.squawk.flash.NorFlashMemoryHeap
 
writeBoolean(boolean, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
Writes a boolean value to this stream.
writeBoolean(boolean) - Method in class com.sun.squawk.io.j2me.channel.ChannelOutputStream
Writes a boolean value to this output stream.
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeBrightness(int) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Write the brightness for the camera to use.
writeBuf(int, byte[], int, int) - Method in interface com.sun.squawk.platform.GCFSockets
Writes to the open socket connection.
writeBuf(int, byte[], int, int) - Method in class com.sun.squawk.platform.posix.GCFSocketsImpl
 
writeBuf(int, byte[], int, int) - Method in class com.sun.squawk.platform.windows.GCFSocketsImpl
 
WRITEBUF - Static variable in class com.sun.squawk.vm.ChannelConstants
 
writeByte(int, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
Writes one byte to this stream.
writeByte(int) - Method in class com.sun.squawk.io.j2me.channel.ChannelOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeByte(int, int) - Method in interface com.sun.squawk.platform.GCFSockets
Writes to the open socket connection.
writeByte(int, int) - Method in class com.sun.squawk.platform.posix.GCFSocketsImpl
 
writeByte(int, int) - Method in class com.sun.squawk.platform.windows.GCFSocketsImpl
 
WRITEBYTE - Static variable in class com.sun.squawk.vm.ChannelConstants
 
writeByte(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeByte(int) - Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeBytes(byte[], int, int) - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
writeBytes(int, byte[], int, int) - Method in interface com.sun.squawk.flash.INorFlashSectorState
 
writeBytes(byte[], int, int) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
writeBytes(int, byte[], int, int) - Method in class com.sun.squawk.flash.NorFlashSectorState
 
writeBytes(byte[], int, int) - Method in class com.sun.squawk.io.ConnectionBaseAdapter
Writes len bytes from the specified byte array starting at offset off to this output stream.
writeBytes(byte[], int, int) - Method in class com.sun.squawk.io.j2me.file.Protocol
Writes len bytes from the specified byte array starting at offset off to this output stream.
writeCenter(int) - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
writeChannels(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChannels_MISO_Channel(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChannels_MISO_Module(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChannels_MOSI_Channel(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChannels_MOSI_Module(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChannels_SCLK_Channel(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChannels_SCLK_Module(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChannels_SS_Channel(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChannels_SS_Module(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeChar(char, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
Writes a char value to this stream.
writeChar(int) - Method in class com.sun.squawk.io.j2me.channel.ChannelOutputStream
 
writeChar(int) - Method in interface java.io.DataOutput
Writes a char value, which is comprised of two bytes, to the output stream.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChars(String) - Method in class com.sun.squawk.io.j2me.channel.ChannelOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeChars(String) - Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeColorLevel(int) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Set the color level of images returned from the camera.
writeCompression(int) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Write the level of JPEG compression to use on images returned from the camera.
writeConfig(int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeConfig(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig(int) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig(int) - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
writeConfig(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_ASource_AnalogTrigger(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_ASource_Channel(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_ASource_Module(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_BSource_AnalogTrigger(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_BSource_Channel(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_BSource_Module(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_BusBitWidth(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_ClockHalfPeriodDelay(int) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_ClockPolarity(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_ConvertRate(int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeConfig_DataOnFalling(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_DownFallingEdge(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_DownRisingEdge(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_DownSource_AnalogTrigger(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_DownSource_Channel(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_DownSource_Module(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_Enable(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_Enable(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_Enable_Accumulator0(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_Accumulator1(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AI0_High(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AI0_Low(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AI1_High(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AI1_Low(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AIAveraged0_High(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AIAveraged0_Low(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AIAveraged1_High(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AIAveraged1_Low(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_AnalogTriggers(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_Counters_High(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_Counters_Low(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_CounterTimers_High(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_CounterTimers_Low(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_DI(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_Encoders(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_Enable_EncoderTimers(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_ExternalClock(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_FallingEdge(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
writeConfig_FramePolarity(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_IndexActiveHigh(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_IndexActiveHigh(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_IndexSource_AnalogTrigger(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_IndexSource_AnalogTrigger(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_IndexSource_Channel(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_IndexSource_Channel(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_IndexSource_Module(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_IndexSource_Module(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_LatchFirst(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_LatchLast(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_Mode(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_MSBfirst(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeConfig_Pause(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeConfig_PulseLengthThreshold(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_Reverse(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeConfig_RisingEdge(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
writeConfig_ScanSize(int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeConfig_Source_AnalogTrigger(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
writeConfig_Source_Channel(int) - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
writeConfig_Source_Module(int) - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
writeConfig_UpFallingEdge(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_UpRisingEdge(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_UpSource_AnalogTrigger(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_UpSource_Channel(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_UpSource_Module(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeConfig_WaitForAck(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tInterrupt
 
writeConfig_WriteOnly(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeDataToLoad(long) - Static method in class edu.wpi.first.wpilibj.fpga.tSPI
 
writeDeadband(int) - Method in class edu.wpi.first.wpilibj.fpga.tAccumulator
 
writeDO(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeDO7_0(int, int) - Static method in class edu.wpi.first.wpilibj.fpga.tSolenoid
 
writeDO_PWMConfig(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeDO_PWMConfig_OutputSelect_0(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeDO_PWMConfig_OutputSelect_1(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeDO_PWMConfig_OutputSelect_2(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeDO_PWMConfig_OutputSelect_3(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeDO_PWMConfig_PeriodPower(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeDO_PWMDutyCycle(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeDouble(double, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
Writes a double value to this stream.
writeDouble(double) - Method in class com.sun.squawk.io.j2me.channel.ChannelOutputStream
Writes a 64 bit double.
writeDouble(double) - Method in interface java.io.DataOutput
Writes a double value, which is comprised of eight bytes, to the output stream.
writeDouble(double) - Method in class java.io.DataOutputStream
Writes a 64 bit double.
writeEnable(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tAlarm
 
writeExpiration(long) - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
writeExposureControl(AxisCamera.ExposureT) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Write the exposure mode for the camera to use.
writeExposurePriority(AxisCamera.ExposurePriorityT) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Write the exposure priority for the camera to use.
writeExternalTriggers(int, int) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeExternalTriggers_ExternalClockSource_AnalogTrigger(int, boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeExternalTriggers_ExternalClockSource_Channel(int, int) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeExternalTriggers_ExternalClockSource_Module(int, int) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeExternalTriggers_FallingEdge(int, boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeExternalTriggers_RisingEdge(int, boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
writeFieldID(DataType.FieldID, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
 
writeFields(DataOutputStream) - Method in class com.sun.squawk.debugger.CommandPacket
Write the set and command fields to dos
writeFields(DataOutputStream) - Method in class com.sun.squawk.debugger.Packet
Hook for sublasses to write their specific fields to a packet being sent.
writeFields(DataOutputStream) - Method in class com.sun.squawk.debugger.ReplyPacket
Hook for sublasses to write their specific fields to a packet being sent.
writeFile(Pointer, String) - Static method in class edu.wpi.first.wpilibj.image.NIVision
Write an image to the given file.
writeFile(Pointer, String, Pointer) - Static method in class edu.wpi.first.wpilibj.image.NIVision
Write an image to the given file.
writeFilterPeriod(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeFilterSelect(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeFloat(float, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
Writes a float value to this stream.
writeFloat(float) - Method in class com.sun.squawk.io.j2me.channel.ChannelOutputStream
Writes a 32 bit float.
writeFloat(float) - Method in interface java.io.DataOutput
Writes a float value, which is comprised of four bytes, to the output stream.
writeFloat(float) - Method in class java.io.DataOutputStream
Writes a 32 bit float.
writeFPGA_LED(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tGlobal
 
writeFrameID(DataType.FrameID, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
 
writeHandle - Variable in class com.sun.squawk.platform.BaseGCFFile
Write handle.
writeHead - Variable in class com.sun.squawk.flash.NorFlashSectorState
 
writeI2CConfig(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeI2CConfig_Address(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeI2CConfig_BitwiseHandshake(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeI2CConfig_BytesToRead(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeI2CConfig_BytesToWrite(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeI2CConfig_DataToSendHigh(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeI2CDataToSend(long) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeImmortal(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tWatchdog
 
writeInt(int, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
Writes an int value to this stream.
writeInt(int) - Method in class com.sun.squawk.io.j2me.channel.ChannelOutputStream
 
WRITEINT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
writeInt(int) - Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInt(int) - Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeLocation(DataType.Location, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
 
writeLong(long, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
Writes a long value to this stream.
writeLong(long) - Method in class com.sun.squawk.io.j2me.channel.ChannelOutputStream
 
WRITELONG - Static variable in class com.sun.squawk.vm.ChannelConstants
 
writeLong(long) - Method in interface java.io.DataOutput
Writes an long value, which is comprised of four bytes, to the output stream.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
writeLowerLimit(int) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeMaxFPS(int) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Set the maximum frames per second that the camera will generate.
writeMethodID(DataType.MethodID, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
 
writeNullLocation(String) - Method in class com.sun.squawk.debugger.PacketOutputStream
 
writeObjectID(DataType.ObjectID, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
 
writeOutputEnable(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeOversampleBits(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
writePrimitive(byte, long, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
Writes a primitive value to this stream preceeded by a tag describing the type and data size (in bytes) of the value.
writePtr - Variable in class com.sun.squawk.platform.posix.natives.LibCImpl
 
writePulse(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writePulseLength(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writePWMConfig(int) - Static method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writePWMConfig_MinHigh(int) - Static method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writePWMConfig_Period(int) - Static method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writePWMPeriodScale(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writePWMValue(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
Writer - Class in java.io
Abstract class for writing to character streams.
Writer() - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object) - Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the given object.
writeRate(long) - Static method in class edu.wpi.first.wpilibj.fpga.tDMA
 
WRITEREAD - Static variable in class com.sun.squawk.vm.ChannelConstants
 
writeReadSelect(int) - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeReadSelect_Averaged(boolean) - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeReadSelect_Channel(int) - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeReadSelect_Module(int) - Static method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeReferenceTypeID(DataType.ReferenceTypeID, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
 
writeResolution(AxisCamera.ResolutionT) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Set the resolution of the images to return.
writeRotation(AxisCamera.RotationT) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Write the rotation of images for the camera to return.
writeScanList(int, int) - Method in class edu.wpi.first.wpilibj.fpga.tAI
 
writeShort(short, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
Writes a short value to this stream.
writeShort(int) - Method in class com.sun.squawk.io.j2me.channel.ChannelOutputStream
 
WRITESHORT - Static variable in class com.sun.squawk.vm.ChannelConstants
 
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeSlowValue(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeSlowValue_I2CHeader(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeSlowValue_RelayFwd(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeSlowValue_RelayRev(int) - Method in class edu.wpi.first.wpilibj.fpga.tDIO
 
writeSourceSelect(int) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeSourceSelect_Averaged(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeSourceSelect_Channel(int) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeSourceSelect_Filter(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeSourceSelect_FloatingRollover(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeSourceSelect_Module(int) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeSourceSelect_RolloverLimit(int) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeString(String, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.
writeTaggedObject(PacketOutputStream, Object, String) - Method in class com.sun.squawk.debugger.sda.ObjectManager
Writes the JDWP tag and object ID of an object to a given packet stream.
writeTaggedObjectID(DataType.TaggedObjectID, String) - Method in class com.sun.squawk.debugger.PacketOutputStream
 
writeTimerConfig(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeTimerConfig(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeTimerConfig_AverageSize(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeTimerConfig_AverageSize(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeTimerConfig_StallPeriod(int) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeTimerConfig_StallPeriod(int) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeTimerConfig_UpdateWhenEmpty(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tCounter
 
writeTimerConfig_UpdateWhenEmpty(boolean) - Method in class edu.wpi.first.wpilibj.fpga.tEncoder
 
writeTo(DataOutputStream) - Method in class com.sun.squawk.rms.ApplicationDescriptorEntry
 
writeTo(DataOutputStream) - Method in interface com.sun.squawk.rms.IRmsEntry
 
writeTo(DataOutputStream) - Method in class com.sun.squawk.rms.RecordEntry
 
writeTo(DataOutputStream) - Method in class com.sun.squawk.rms.RecordStoreEntry
 
writeTo(DataOutputStream) - Method in class com.sun.squawk.rms.RecordStoreSequenceEntry
 
writeTo(DataOutputStream) - Method in class com.sun.squawk.rms.RmsEntry
 
writeTriggerTime(long) - Static method in class edu.wpi.first.wpilibj.fpga.tAlarm
 
writeU32(int, int, int, NiRioStatus) - Static method in class com.ni.rio.NiFpga
Writes an unsigned 32-bit integer value to a given control or indicator.
writeUpperLimit(int) - Method in class edu.wpi.first.wpilibj.fpga.tAnalogTrigger
 
writeUTF(String) - Method in class com.sun.squawk.io.j2me.channel.ChannelOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.
writeUTF(String, DataOutput, boolean) - Static method in class com.sun.squawk.util.DataOutputUTF8Encoder
Writes a string to out in UTF-8 encoded form.
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the Java modified UTF representation of every character in the string s.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.
writeVersionString() - Method in class edu.wpi.first.wpilibj.RobotBase
Write the version string to the root directory
writeWhiteBalance(AxisCamera.WhiteBalanceT) - Method in class edu.wpi.first.wpilibj.camera.AxisCamera
Write the WhiteBalance for the camera to use.
WSAGetLastError() - Method in interface com.sun.squawk.platform.windows.natives.Windows
Gets the value of the last windows socket error.
WSAGetLastError() - Method in class com.sun.squawk.platform.windows.natives.WindowsImpl
 

X

x - Variable in class com.sun.squawk.security.ecc.ECPoint
 
x - Variable in class edu.wpi.first.wpilibj.Kinect.Point4
 
x - Variable in class edu.wpi.first.wpilibj.Skeleton.Joint
 
XAxis - Variable in class edu.wpi.first.wpilibj.ADXL345_I2C.AllAxes
 
XAxis - Variable in class edu.wpi.first.wpilibj.ADXL345_SPI.AllAxes
 
xor() - Method in interface com.sun.squawk.compiler.BaseCompiler
Xor the top two elements on the stack.
xor(int[], int[], int[]) - Method in class com.sun.squawk.security.ecc.FFA
 
XOR_I - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.
XOR_L - Static variable in class com.sun.squawk.vm.OPC
Non-floating point instructions.

Y

y - Variable in class com.sun.squawk.security.ecc.ECPoint
 
y - Variable in class edu.wpi.first.wpilibj.Kinect.Point4
 
y - Variable in class edu.wpi.first.wpilibj.Skeleton.Joint
 
YAxis - Variable in class edu.wpi.first.wpilibj.ADXL345_I2C.AllAxes
 
YAxis - Variable in class edu.wpi.first.wpilibj.ADXL345_SPI.AllAxes
 
year - Variable in class com.sun.midp.util.DateParser
The year represented by this date
YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the year.
yield() - Static method in class com.sun.squawk.VMThread
Causes the currently executing thread object to temporarily pause and allow other threads to execute.
yield() - Static method in class java.lang.Thread
Causes the currently executing thread object to temporarily pause and allow other threads to execute.

Z

z - Variable in class com.sun.squawk.security.ecc.ECPoint
 
z - Variable in class edu.wpi.first.wpilibj.Kinect.Point4
 
z - Variable in class edu.wpi.first.wpilibj.Skeleton.Joint
 
ZAxis - Variable in class edu.wpi.first.wpilibj.ADXL345_I2C.AllAxes
 
ZAxis - Variable in class edu.wpi.first.wpilibj.ADXL345_SPI.AllAxes
 
zero() - Static method in class com.sun.squawk.Address
Gets the canonical Address representation of null.
zero() - Static method in class com.sun.squawk.Offset
Gets the canonical Offset representation of null.
zero() - Static method in class com.sun.squawk.UWord
Gets the canonical UWord representation of null.
ZERO_PADDING - Static variable in class com.sun.squawk.peripheral.SimulatedNorFlashSector
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"