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

B

backup(int) - Method in class com.jstatcom.parser.SimpleCharStream
 
base10(double) - Static method in class com.jstatcom.util.UMath
Transforms arbitrary double values to a double in the interval (-10,-1] or [1,10) and a power of 10.
Base64 - Class in com.jstatcom.util
 
Base64.InputStream - Class in com.jstatcom.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class com.jstatcom.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class com.jstatcom.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in com.jstatcom.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class com.jstatcom.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class com.jstatcom.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
beginColumn - Variable in class com.jstatcom.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class com.jstatcom.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class com.jstatcom.parser.SimpleCharStream
 
BorderTable - Class in com.jstatcom.table
A subclass of JTables that respects the border set.
BorderTable() - Constructor for class com.jstatcom.table.BorderTable
Constructs an empty BorderTable.
BorderTable(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class com.jstatcom.table.BorderTable
Constructs a BorderTable with some default settings and initializes the border.
BorderTableBorder - Class in com.jstatcom.table
Most inner border for BorderTables.
BorderTableBorder() - Constructor for class com.jstatcom.table.BorderTableBorder
Creates a new BorderTableBorder.
bufpos - Variable in class com.jstatcom.parser.SimpleCharStream
 
BYREF - Static variable in class com.jstatcom.engine.stub.CSignTypes
Can be used to set the "BYREF" property of value types.

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