The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
AST.UnaryExpression Member List

This is the complete list of members for AST.UnaryExpression, including all inherited members.

Accept(Visitor v, Object o)AST.UnaryExpressionvirtual
AcceptOperation(AstOperation op, object arg)AST.Expressionvirtual
AstNode(Location location)AST.AstNodeprotected
CloneInit()AST.Expression
Equals(object obj)AST.AstNode
Expression(Location location)AST.Expressionprotected
ExpressionTypeAST.Expression
frozenTypeExpressionAST.Expressionprotected
GetHashCode()AST.AstNode
ILTypeExpressionAST.Expression
LeftExpressionAST.Expression
LocationAST.AstNode
locationAST.AstNodeprotected
LvalueAST.Expression
OperandAST.UnaryExpression
OperatorAST.UnaryExpression
Statement(Location location)AST.Statementprotected
ToString()AST.UnaryExpression
UnaryExpression(Expression operand, UnaryOperator op, Location location)AST.UnaryExpression