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

T

TimedCommitment - Class in SFE.TimedCommitments
 
TimedCommitment(BigInteger, BigInteger, int, int, Vector, BitSet) - Constructor for class SFE.TimedCommitments.TimedCommitment
package-visible constructor.
toByteArray(int) - Static method in class SFE.BOAL.MyUtil
Convert int to a byte array.
toCircuit(PrintWriter) - Method in class SFE.Compiler.AssignmentStatement
Prints this AssignmentStatement into the circuit.
toCircuit(PrintWriter) - Method in class SFE.Compiler.BinaryOpExpression
Writes this Expression to the output circuit.
toCircuit(PrintWriter) - Method in class SFE.Compiler.BlockStatement
Writes this BlockStatement to the output circuit.
toCircuit(PrintWriter) - Method in class SFE.Compiler.BooleanConstant
Writes this constant into the circuit file.
toCircuit(PrintWriter) - Method in class SFE.Compiler.Function
Prints this AssignmentStatement into the circuit.
toCircuit(PrintWriter) - Method in class SFE.Compiler.InputStatement
Prints this AssignmentStatement into the circuit.
toCircuit(PrintWriter) - Method in class SFE.Compiler.LvalExpression
Prints this AssignmentStatement into the circuit.
toCircuit(PrintWriter) - Method in class SFE.Compiler.PrimitiveOperator
Returns a string representing this object as it appear at the output circuit.
toCircuit(PrintWriter, boolean) - Method in class SFE.Compiler.Program
Returns a string representing this object as it appear at the output circuit.
toCircuit(PrintWriter) - Method in class SFE.Compiler.TrinaryOpExpression
Prints this AssignmentStatement into the circuit.
toCircuit(PrintWriter) - Method in class SFE.Compiler.UnaryOpExpression
Returns a string representing this object as it appear at the output circuit.
toFormat() - Method in class SFE.Compiler.ArrayType
Returns a String representing this object as it should appear in the format file.
toFormat(String, Function) - Method in class SFE.Compiler.ArrayType
Returns a String representing this object as it should appear in the format file.
toFormat() - Method in class SFE.Compiler.BooleanType
Returns a string representation of the object for the format file.
toFormat() - Method in class SFE.Compiler.BusType
Returns a string representation of the object for the format file.
toFormat() - Method in class SFE.Compiler.Function
Returns a String representing this object as it should appear in the format file.
toFormat() - Method in class SFE.Compiler.IntType
Returns a string representation of the object for the format file.
toFormat() - Method in class SFE.Compiler.Program
Returns a String representing this object as it should appear in the format file.
toFormat(String, Function) - Method in class SFE.Compiler.StructType
Returns a String representing this object as it should appear in the format file.
toFormat() - Method in class SFE.Compiler.StructType
DAMMY Returns a String representing this object as it should appear in the format file.
toFormat() - Method in class SFE.Compiler.Type
Returns a String representing this object as it should appear in the format file.
toHexStr(byte) - Static method in class SFE.BOAL.MyUtil
toHexStr - turn a byte to a hex String (for debugging)
toHexString(byte[]) - Static method in class SFE.BOAL.MyUtil
toHexString - turn byte array to a hex String (for debugging purposes)
Tokenizer - Class in SFE.Compiler
The Tokenizer class takes an input stream and parses it into "tokens", allowing the tokens to be read one at a time.
Tokenizer(Reader) - Constructor for class SFE.Compiler.Tokenizer
Create a tokenizer that parses the given stream.
tokenType() - Method in class SFE.Compiler.Tokenizer
Return the current token Type.
toString() - Method in class SFE.BOAL.Gate
 
toString() - Method in class SFE.Compiler.ArrayEntryLvalue
Returns a string representation of this ArrayEntryLvalue.
toString() - Method in class SFE.Compiler.ArrayType
Returns a string representation of the this ArrayType.
toString() - Method in class SFE.Compiler.AssignmentStatement
Returns a string representation of this AssignmentStatement.
toString() - Method in class SFE.Compiler.BinaryOpExpression
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.BitLvalue
Returns a string representation of this BitLvalue.
toString() - Method in class SFE.Compiler.BlockStatement
Returns a string representation of the BlockStatement.
toString() - Method in class SFE.Compiler.BooleanConstant
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.BooleanType
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.BusType
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.EqualOperator
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.Function
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.GreaterEqualOperator
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.GreaterOperator
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.IfStatement
Returns a string representation of this IfStatement.
toString() - Method in class SFE.Compiler.InputStatement
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.IntConstant
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.IntType
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.LessEqualOperator
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.LessOperator
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.LvalExpression
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.NotEqualOperator
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.PlusOperator
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.PrimitiveOperator
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.Program
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.StructFieldLvalue
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.StructType
Returns a string representation of the this struct type.
toString() - Method in class SFE.Compiler.TrinaryOpExpression
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.UnaryOpExpression
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.Variable
Returns a string representation of the object.
toString() - Method in class SFE.Compiler.VarLvalue
Returns a string representation of the object.
toString() - Method in class SFE.GUI.Constant
Get string representation of constant
toString() - Method in class SFE.GUI.Function
String representation of the function
toString() - Method in class SFE.GUI.Program
Get the string representation
toString() - Method in class SFE.GUI.ProgramDocument
String representation of document
toString() - Method in class SFE.GUI.Statement
Get the string representation of the statement
toString() - Method in class SFE.GUI.Type
Get string representation of type
toString() - Method in class SFE.GUI.Variable
Get the string representation of the variable
translateIO(int, boolean, boolean) - Method in class SFE.PF.UC
Translate inputs and outputs.
TrinaryOpExpression - Class in SFE.Compiler
A class for representing trinary operator expressions that can be defined in the program.
TrinaryOpExpression(Operator, Expression, Expression, Expression) - Constructor for class SFE.Compiler.TrinaryOpExpression
Constructs a new TrinaryOpExpression from a given oparator and inputs.
Type - Class in SFE.Compiler
Abstract class for representing types that can be defined in the program.
Type() - Constructor for class SFE.Compiler.Type
 
Type - Class in SFE.GUI
Type A Type is a new type definition.
Type(String) - Constructor for class SFE.GUI.Type
Build a primitive type.
Type(String, Type) - Constructor for class SFE.GUI.Type
Build a simple type (bool, int)
Type(String, Type, int, String) - Constructor for class SFE.GUI.Type
Build an array or an Int<>
Type(String, String) - Constructor for class SFE.GUI.Type
Build an Enumerated type
Type(String, DefaultListModel) - Constructor for class SFE.GUI.Type
Buile a struct type
type - Variable in class SFE.GUI.Type
 
type - Variable in class SFE.GUI.Variable
 
TYPE_BOOLEAN - Static variable in class SFE.GUI.Type
 
TYPE_INT - Static variable in class SFE.GUI.Type
 
types - Variable in class SFE.GUI.Program
 
TYPES_PANEL - Static variable in class SFE.GUI.EditWndPanel
 
typesPanel - Variable in class SFE.GUI.EditWndPanel
 
TypesPanel - Class in SFE.GUI
An Editor Panel.
TypesPanel(Program, JFrame) - Constructor for class SFE.GUI.TypesPanel
Construct the types panel
TypesPanel.Updater - Class in SFE.GUI
 
TypesPanel.Updater() - Constructor for class SFE.GUI.TypesPanel.Updater
 

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