A B C D E F G I K L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
W
- willEmitComments() - Method in class com.blackrook.expression.struct.Lexer.Kernel
-
Checks if this lexer emits comment tokens.
- willEmitNewlines() - Method in class com.blackrook.expression.struct.Lexer.Kernel
-
Checks if this lexer emits newline tokens.
- willEmitSpaces() - Method in class com.blackrook.expression.struct.Lexer.Kernel
-
Checks if this lexer emits space tokens.
- willEmitStreamBreak() - Method in class com.blackrook.expression.struct.Lexer.Kernel
-
Checks if this lexer emits stream break tokens.
- willEmitTabs() - Method in class com.blackrook.expression.struct.Lexer.Kernel
-
Checks if this lexer emits tab tokens.
- WRAP - com.blackrook.expression.functions.CommonFunctions
-
Wrap.
- wrapValue(double, double, double) - Static method in class com.blackrook.expression.struct.Utils
-
Coerces a double to the range bounded by lo and hi, by "wrapping" the value.
- writeBoolean(OutputStream, boolean) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes a boolean as a byte.
- writeBooleanArray(OutputStream, boolean...) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes a boolean array, which is the length of the array as an integer plus each boolean grouped into integer bits.
- writeByte(OutputStream, byte) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes a byte.
- writeByteArray(OutputStream, byte[]) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes an array of bytes, which is the length of the array as an integer plus each byte.
- writeBytes(OutputStream) - Method in interface com.blackrook.expression.ExpressionNode
-
Write value as bytes (for digest later).
- writeBytes(OutputStream) - Method in class com.blackrook.expression.ExpressionValue
-
Write value as bytes (for digest later).
- writeBytes(OutputStream) - Method in class com.blackrook.expression.node.ExpressionBranch
- writeBytes(OutputStream) - Method in class com.blackrook.expression.node.ExpressionDirective
- writeBytes(OutputStream) - Method in class com.blackrook.expression.node.ExpressionFunction
- writeBytes(OutputStream, byte[]) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes a series of bytes.
- writeChar(OutputStream, char) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes a character.
- writeCharArray(OutputStream, char[]) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes a character array, which is the length of the array as an integer plus each character.
- writeDouble(OutputStream, double) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes a 64-bit float.
- writeDoubleArray(OutputStream, double[]) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes an array of 64-bit floats, which is the length of the array as an integer plus each double.
- writeFloat(OutputStream, float) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes a 32-bit float.
- writeFloatArray(OutputStream, float[]) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes an array of 32-bit floats, which is the length of the array as an integer plus each float.
- writeInt(OutputStream, int) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes an integer.
- writeIntArray(OutputStream, int[]) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes an integer array, which is the length of the array as an integer plus each integer.
- writeLong(OutputStream, long) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes a long.
- writeLongArray(OutputStream, long[]) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes an array of longs, which is the length of the array as an integer plus each long.
- writeShort(OutputStream, short) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes a short.
- writeShortArray(OutputStream, short[]) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes an array of shorts, which is the length of the array as an integer plus each short.
- writeString(OutputStream, String) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes a String.
- writeString(OutputStream, String, String) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes a String in a specific encoding.
- writeString(OutputStream, String, Charset) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes a String in a specific encoding.
- writeStringArray(OutputStream, String[]) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes an array of Strings, which is the length of the array as an integer plus each String.
- writeUnsignedByte(OutputStream, int) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes an int that is less than 256 to a byte.
- writeUnsignedByte(OutputStream, short) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes a short that is less than 256 to a byte.
- writeUnsignedInteger(OutputStream, long) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes a long that is less than 2^32 to an integer.
- writeUnsignedShort(OutputStream, int) - Method in class com.blackrook.expression.struct.SerialWriter
-
Writes an integer, less than 65536, as a short.
- writeVariableLengthInt(OutputStream, int) - Method in class com.blackrook.expression.struct.SerialWriter
-
Converts an integer from an int to a variable-length string of bytes.
- writeVariableLengthLong(OutputStream, long) - Method in class com.blackrook.expression.struct.SerialWriter
-
Converts a long from a long to a variable-length string of bytes.
All Classes All Packages