Uses of Class
SFE.Compiler.BlockStatement

Packages that use BlockStatement
SFE.Compiler   
 

Uses of BlockStatement in SFE.Compiler
 

Methods in SFE.Compiler that return BlockStatement
 BlockStatement UnaryOpExpression.multi2SingleBit(java.lang.Object obj)
          Transforms this multibit expression into singlebit statements and adds them to the appropriate function.
 BlockStatement TrinaryOpExpression.multi2SingleBit(java.lang.Object obj)
          Transforms this multibit expression into singlebit statements and returns the result
 BlockStatement PlusOperator.multi2SingleBit(java.lang.Object obj)
          Transforms this multibit expression into singlebit statements and returns the result.
 BlockStatement NotEqualOperator.multi2SingleBit(java.lang.Object obj)
          Transforms this multibit expression into singlebit statements and returns the result.
 BlockStatement Multi2SingleBit.multi2SingleBit(java.lang.Object obj)
          This method performs the transformation itself and add the result statements to the appropriate function.
 BlockStatement LessOperator.multi2SingleBit(java.lang.Object obj)
          Transforms this multibit expression into singlebit statements and returns the result.
 BlockStatement LessEqualOperator.multi2SingleBit(java.lang.Object obj)
          Transforms this multibit expression into singlebit statements and returns the result.
 BlockStatement InputStatement.multi2SingleBit(java.lang.Object obj)
          Transforms this multibit InputStatement into singlebit statements and returns the result.
 BlockStatement IfStatement.multi2SingleBit(java.lang.Object obj)
          Transforms this multibit AssignmentStatement into singlebit statements and returns the result.
 BlockStatement GreaterOperator.multi2SingleBit(java.lang.Object obj)
          Transforms this multibit expression into singlebit statements and returns the result.
 BlockStatement GreaterEqualOperator.multi2SingleBit(java.lang.Object obj)
          Transforms this multibit expression into singlebit statements and returns the result.
 BlockStatement Function.multi2SingleBit(java.lang.Object obj)
          Transfroms multibit statements in the function into single bit statements.
 BlockStatement EqualOperator.multi2SingleBit(java.lang.Object obj)
          Transforms this multibit expression into singlebit statements and adds them to the appropriate function.
 BlockStatement BlockStatement.multi2SingleBit(java.lang.Object obj)
          Transforms this multibit statements in this BlockStatement into singlebit statements and returns the result.
 BlockStatement BinaryOpExpression.multi2SingleBit(java.lang.Object obj)
          Transforms this multibit BinaryOpExpression into singlebit Statements and returns a BlockStatement containing the result.
 BlockStatement AssignmentStatement.multi2SingleBit(java.lang.Object obj)
          Transforms this multibit AssignmentStatement into singlebit Statements and returns a BlockStatement containing the result.
 

Methods in SFE.Compiler with parameters of type BlockStatement
 Expression OperationExpression.evaluateExpression(AssignmentStatement as, BlockStatement result)
          recursivly calculates inner arithmetic expression and inserts them into the proper function.
 Expression Expression.evaluateExpression(AssignmentStatement as, BlockStatement result)
          Recursivly calculates inner arithmetic expression.