메소드 | 설명 | |
---|---|---|
BuildDOM ( ) : Parse.TypeDeclaration | ||
BuildDefault ( ) : Parse.Expression | ||
CompileBinaryExpression ( Compiler compiler, Frame frame, |
||
CompileExtractExpression ( Compiler compiler, Frame frame, |
||
CompileUnaryExpression ( Compiler compiler, Frame frame, |
||
Convert ( |
||
EmitLiteral ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetNative ( |
||
ToString ( ) : string | ||
operator ( ) : bool |
메소드 | 설명 | |
---|---|---|
CallClassOp ( |
Attempt to invoke an operator overload on the left-hand class if there is one.
|
|
EmitBinaryOperator ( |
Overridden to determine what operators a type supports and to change how they are implemented. Override this rather than CompileBinaryOperator when nothing special is necessary when compiling the right-hand expression. |
|
EmitShortCircuit ( |
Overridden to determine what operators a type supports and to change how they are implemented. Override this rather than CompileBinaryOperator when nothing special is necessary when compiling the right-hand expression. |
|
EmitUnaryOperator ( |
Overridden to determine what operators a type supports and to change how they are implemented.
|
|
NotSupported ( Parse expression ) : |
public abstract BuildDOM ( ) : Parse.TypeDeclaration | ||
리턴 | Parse.TypeDeclaration |
protected CallClassOp ( |
||
method | ||
opName | string | |
리턴 | bool |
public CompileBinaryExpression ( Compiler compiler, Frame frame, |
||
compiler | Compiler | |
frame | Frame | |
left | ||
expression | Parse | |
typeHint | ||
리턴 |
public CompileExtractExpression ( Compiler compiler, Frame frame, |
||
compiler | Compiler | |
frame | Frame | |
left | ||
expression | Parse | |
typeHint | ||
리턴 |
public CompileUnaryExpression ( Compiler compiler, Frame frame, |
||
compiler | Compiler | |
frame | Frame | |
inner | ||
expression | Parse | |
typeHint | ||
리턴 |
public Convert ( |
||
expression | ||
target | ||
리턴 |
protected EmitBinaryOperator ( |
||
method | ||
compiler | Compiler | |
left | ||
right | ||
expression | Parse | |
리턴 | void |
public EmitLiteral ( |
||
method | ||
value | object | |
리턴 | void |
protected EmitShortCircuit ( |
||
method | ||
compiler | Compiler | |
frame | Frame | |
left | ||
right | ||
expression | Parse | |
typeHint | ||
리턴 | void |
protected EmitUnaryOperator ( |
||
method | ||
compiler | Compiler | |
inner | ||
expression | Parse | |
리턴 | void |
public abstract GetNative ( |
||
emitter | ||
리턴 |
protected NotSupported ( Parse expression ) : |
||
expression | Parse | |
리턴 |