Uses of Package
SFE.Compiler

Packages that use SFE.Compiler
SFE.Compiler   
 

Classes in SFE.Compiler used by SFE.Compiler
AssignmentStatement
          A class for representing assignment statements that can be defined in the program.
BlockStatement
          A class for representing a block of statements that can be defined in the program.
ConstExpression
          The ConstExpression class represents consts expressions that can appear in the program.
Expression
          Abstract class for representing expressions that can be defined in the program.
Function
          A class for representing a function that can be defined in the program.
LvalExpression
          The LvalExpression class represents an Expression that can appear as LHS in the program.
Lvalue
          Abstract class that Defines an entity that can appear on the LHS of an assignment.
Multi2SingleBit
          The Multi2SingleBit interface is implemented by the objects in the program that has a role in the multibit to singlebit transformation.
OperationExpression
          class OperationExpression defines expressions containing operatioins, that can be defined in the program.
Operator
          Abstract class for representing an operator in the program.
ParentType
          this class represents types that contain other types such as structs and arrays
PrimitiveOperator
          The PrimitiveOperator class represents a primitive operator in the program.
Program
          A class that represents the program.
Statement
          Abstract class for representing statements that can be defined in the program.
Type
          Abstract class for representing types that can be defined in the program.
UnaryOpExpression
          A class for representing unary operator expressions that can be defined in the program.
UniqueVariables
          A class that handles the unique variables.
Variable
          A type representing a variable in the program.