CxExpression
Description
- Derived from
-
CxNode abstract
ICxUsageContainer<CxExpressionUsage> - Extended by
-
CxExpressionBinary sealed
CxExpressionCall sealed
CxExpressionCast sealed
CxExpressionDefault sealed
CxExpressionIf sealed
CxExpressionIndex sealed
CxExpressionLiteral sealed
CxExpressionMember sealed
CxExpressionName sealed
CxExpressionNew sealed
CxExpressionUnary sealed
Abstract base for classes that represent a Code-X expression.
Public / Constructors
FromSource
Parses the given expression.
- ValidatingException
-
If the syntax of source in is invalid.
- See also
Public / Methods
WriteSourceCodeWithBraces
Produces source code by feeding the given source code writer.
- IOException
-
If an I/O error occurs while emitting source code to writer in.
Protected / Methods
ComputeExpressionType
Computes the expression type.
This method is called from PsiNode.OnResolved.
- See also