A B C D E F G H I J K L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
L
- L2U_GRA - Static variable in interface org.deepjava.runtime.mpc5200.Impc5200
- L2U_GRA - Static variable in interface org.deepjava.runtime.mpc555.Impc555
- L2U_MCR - Static variable in interface org.deepjava.runtime.mpc5200.Impc5200
- L2U_MCR - Static variable in interface org.deepjava.runtime.mpc555.Impc555
- L2U_RA0 - Static variable in interface org.deepjava.runtime.mpc555.Impc555
- L2U_RA1 - Static variable in interface org.deepjava.runtime.mpc555.Impc555
- L2U_RA2 - Static variable in interface org.deepjava.runtime.mpc555.Impc555
- L2U_RA3 - Static variable in interface org.deepjava.runtime.mpc555.Impc555
- L2U_RBA0 - Static variable in interface org.deepjava.runtime.mpc555.Impc555
- L2U_RBA1 - Static variable in interface org.deepjava.runtime.mpc555.Impc555
- L2U_RBA2 - Static variable in interface org.deepjava.runtime.mpc555.Impc555
- L2U_RBA3 - Static variable in interface org.deepjava.runtime.mpc555.Impc555
- lastIndexOf(Object) - Method in class java.util.ArrayList
-
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
- lastIndexOf(Object) - Method in interface java.util.List
-
Searches this
List
for the specified object and returns the index of the last occurrence. - lastIndexOfRange(Object, int, int) - Method in class java.util.ArrayList
- LCTRL1 - Static variable in interface org.deepjava.runtime.mpc555.Impc555
- LCTRL2 - Static variable in interface org.deepjava.runtime.mpc555.Impc555
- ledOut(int, boolean) - Static method in class org.deepjava.runtime.mpc555.driver.RTBoard
-
Write a digital output to a led.
- ledOut(int, boolean) - Static method in class org.deepjava.runtime.zynq7000.microzed.driver.RTBoard
-
Write a digital output to a led.
- left10pi() - Static method in class org.deepjava.runtime.zynq7000.demo.MotorDemo
-
Command: Rotate motor with 5 turns per second in anticlockwise direction.
- left2pi() - Static method in class org.deepjava.runtime.zynq7000.demo.MotorDemo
-
Command: Rotate motor with 1 turn per second in anticlockwise direction.
- len - Variable in class org.deepjava.runtime.mpc555.driver.ffs.File
- len - Variable in class org.deepjava.runtime.mpc555.driver.ffs.FileTransfer
- length() - Method in class java.lang.String
-
Returns the length of this string.
- length() - Method in class org.deepjava.runtime.mpc555.driver.ffs.File
-
Returns length of file in bytes.
- LENGTH_NEG_ERR - Static variable in class org.deepjava.runtime.mpc5200.driver.UART3
- LENGTH_NEG_ERR - Static variable in class org.deepjava.runtime.mpc5200.driver.UART6
- LENGTH_NEG_ERR - Static variable in class org.deepjava.runtime.mpc555.driver.SCI
- LENGTH_NEG_ERR - Static variable in class org.deepjava.runtime.zynq7000.driver.UART
- LETTER_NUMBER - Static variable in class java.lang.Character
-
Unicode category constant Nl.
- Limit - Static variable in class org.deepjava.runtime.mpc555.demo.Robi2SensorProximityDemo_Led
- LINE_SEPARATOR - Static variable in class java.lang.Character
-
Unicode category constant Zl.
- LinkageError - Error in java.lang
-
LinkageError
is the superclass of all error classes that occur when loading and linking class files. - LinkageError() - Constructor for error java.lang.LinkageError
-
Constructs a new
LinkageError
that includes the current stack trace. - LinkageError(String) - Constructor for error java.lang.LinkageError
-
Constructs a new
LinkageError
with the current stack trace and the specified detail message. - LinkageError(String, Throwable) - Constructor for error java.lang.LinkageError
-
Constructs a new
LinkageError
with the given detail message and cause. - List<E> - Interface in java.util
-
A
List
is a collection which maintains an ordering for its elements. - listIterator() - Method in class java.util.ArrayList
-
Returns a list iterator over the elements in this list (in proper sequence).
- listIterator() - Method in interface java.util.List
-
Returns a
List
iterator on the elements of thisList
. - listIterator(int) - Method in class java.util.ArrayList
-
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
- listIterator(int) - Method in interface java.util.List
-
Returns a list iterator on the elements of this
List
. - ListIterator<E> - Interface in java.util
-
An ListIterator is used to sequence over a List of objects.
- LJSRR_A - Static variable in interface org.deepjava.runtime.mpc555.Impc555
- LJSRR_B - Static variable in interface org.deepjava.runtime.mpc555.Impc555
- LJURR_A - Static variable in interface org.deepjava.runtime.mpc555.Impc555
- LJURR_B - Static variable in interface org.deepjava.runtime.mpc555.Impc555
- LL - Class in org.deepjava.lowLevel
-
The methods of this class will be translated by inserting machine code instructions directly in the code without a method call.
- LL() - Constructor for class org.deepjava.lowLevel.LL
- LOCAL_VARIABLE - java.lang.annotation.ElementType
-
Local variable declaration
- localPlusBusInterface - Class in org.deepjava.flink.interfaces.mpc5200
- localPlusBusInterface() - Constructor for class org.deepjava.flink.interfaces.mpc5200.localPlusBusInterface
- localPlusBusInterface(int) - Constructor for class org.deepjava.flink.interfaces.mpc5200.localPlusBusInterface
- log(double) - Static method in class java.lang.Math
-
Returns the closest double approximation of the natural logarithm of the argument.
- log(double, double) - Static method in class java.lang.Math
-
Returns the closest double approximation of the logarithm to a certain base.
- log(int, String) - Method in class org.deepjava.runtime.mpc555.Logger
-
Writes a log message to the
PrintStream
if the parameterlevel
is greater than the logger level.
With % it is possible to add some arguments to the message. - log(int, String, int) - Method in class org.deepjava.runtime.mpc555.Logger
-
Writes a log message to the
PrintStream
if the parameterlevel
is greater than the logger level.
With % it is possible to add some arguments to the message. - log(int, String, int...) - Method in class org.deepjava.runtime.mpc555.Logger
-
Writes a log message to the
PrintStream
if the parameterlevel
is greater than the logger level.
With % it is possible to add some arguments to the message. - log10(double) - Static method in class java.lang.Math
-
Returns the closest double approximation of the base 10 logarithm of the argument.
- Logger - Class in org.deepjava.runtime.mpc555
-
Logger utility to write log messages to a
PrintStream
. - Logger(PrintStream) - Constructor for class org.deepjava.runtime.mpc555.Logger
-
Creates a new Logger object which write log messages to the
PrintStream
stream
. - Long - Class in java.lang
-
The wrapper for the primitive type
long
. - Long(long) - Constructor for class java.lang.Long
-
Constructs a new
Long
with the specified primitive long value. - Long(String) - Constructor for class java.lang.Long
-
Constructs a new
Long
from the specified string. - longValue() - Method in class java.lang.Byte
- longValue() - Method in class java.lang.Double
- longValue() - Method in class java.lang.Float
- longValue() - Method in class java.lang.Integer
- longValue() - Method in class java.lang.Long
-
Gets the primitive value of this long.
- longValue() - Method in class java.lang.Number
-
Returns this object's value as a long.
- longValue() - Method in class java.lang.Short
- loop() - Static method in class org.deepjava.runtime.arm32.Task
- loop() - Static method in class org.deepjava.runtime.ppc32.Task
- loopAddr - Static variable in class org.deepjava.runtime.iMX6.Kernel
- loopAddr - Static variable in class org.deepjava.runtime.Kernel
-
Address of the main loop.
- loopAddr - Static variable in class org.deepjava.runtime.mpc5200.Kernel
- loopAddr - Static variable in class org.deepjava.runtime.mpc555.Kernel
- loopAddr - Static variable in class org.deepjava.runtime.zynq7000.microzed.Kernel
- loopAddr - Static variable in class org.deepjava.runtime.zynq7000.zybo.Kernel
- LOWERCASE_LETTER - Static variable in class java.lang.Character
-
Unicode category constant Ll.
- lowestOneBit(int) - Static method in class java.lang.Integer
-
Determines the lowest (rightmost) bit of the specified integer that is 1 and returns the bit mask value for that bit.
- lowestOneBit(long) - Static method in class java.lang.Long
-
Determines the lowest (rightmost) bit of the specified long value that is 1 and returns the bit mask value for that bit.
- lowPartToIntBits(double) - Static method in class java.lang.Double
-
Returns an integer corresponding to the lower 32 bits of the given IEEE 754 double precision
value
. - lowSurrogate(int) - Static method in class java.lang.Character
-
Returns the low surrogate for the given code point.
- LPDDR_CTRL0 - Static variable in interface org.deepjava.runtime.zynq7000.Izynq7000
- LPDDR_CTRL1 - Static variable in interface org.deepjava.runtime.zynq7000.Izynq7000
- LPDDR_CTRL2 - Static variable in interface org.deepjava.runtime.zynq7000.Izynq7000
- LPDDR_CTRL3 - Static variable in interface org.deepjava.runtime.zynq7000.Izynq7000
- LPR - Static variable in interface org.deepjava.runtime.zynq7000.Izynq7000
- LQSPI_CLK_CTRL - Static variable in interface org.deepjava.runtime.zynq7000.Izynq7000
- LQSPI_RST_CTRL - Static variable in interface org.deepjava.runtime.zynq7000.Izynq7000
- LR - Static variable in interface org.deepjava.runtime.arm32.Iarm32
- LR - Static variable in interface org.deepjava.runtime.ppc32.Ippc32
- LR_ABT - Static variable in interface org.deepjava.runtime.arm32.Iarm32
- LR_FIQ - Static variable in interface org.deepjava.runtime.arm32.Iarm32
- LR_IRQ - Static variable in interface org.deepjava.runtime.arm32.Iarm32
- LR_MON - Static variable in interface org.deepjava.runtime.arm32.Iarm32
- LR_SVC - Static variable in interface org.deepjava.runtime.arm32.Iarm32
- LR_UND - Static variable in interface org.deepjava.runtime.arm32.Iarm32
- LR_USR - Static variable in interface org.deepjava.runtime.arm32.Iarm32
- lsflink() - Method in class org.deepjava.flink.core.FlinkDevice
-
Prints the content of a flink device with all its subdevices on System.out.
- LVL_SHFTR_EN - Static variable in interface org.deepjava.runtime.zynq7000.Izynq7000
All Classes All Packages