C# (CSharp) CSE.Exps Namespace

Classes

Name Description
ArithExp Used to parse arithmetic expressions
ArrayExp Used to parse array index expressions
AssignExp Used to parse assignment expressions
BitwiseExp Used to parse bitwise expressions
CastExp Used to parse cast expressions
CondExp Used to parse conditional expressions
CseObject Wrapper for values passed around the cse expression Parse methods. This allows the values to have metadata attached to them for better decision making in some cases
IdentifierExp Used to parse identifier expressions
LiteralExp Used to parse literal expressions
LogicalExp Used to parse logical expressions
MethRes A set of static methods and members for use in method resolution.
MethResObject The internal representation of a method resolution object.
MethResSettings Used in overloaded and overwritten method resolution
MethodExp Used to parse method call expressions
ObjectConstructionExp Used to parse object construction expressions
OpOverloadNames Contains the names of the methods generated when operator overloading is used
TempIdentifierExp Used for storing temporary identifiers declared in the given expression
TypeExp Used to parse type expressions
XorExp Used to parse xor expressions