프로퍼티 | 타입 | 설명 | |
---|---|---|---|
visitingField | bool |
메소드 | 설명 | |
---|---|---|
GetRunnablePredicate ( |
||
Normalizer ( |
||
Normalizer ( bool secondOfTwo ) : System.Compiler | ||
Visit ( System.Compiler.Node node ) : System.Compiler.Node | ||
VisitAssignmentExpression ( System.Compiler.AssignmentExpression assignment ) : System.Compiler.Expression | ||
VisitAssignmentStatement ( System.Compiler.AssignmentStatement assignment ) : System.Compiler.Statement | ||
VisitBinaryExpression ( System.Compiler.BinaryExpression binaryExpression ) : System.Compiler.Expression | ||
VisitBranch ( System.Compiler.Branch branch ) : System.Compiler.Statement | ||
VisitConstruct ( System.Compiler.Construct cons ) : System.Compiler.Expression | ||
VisitExpression ( System.Compiler.Expression expression ) : System.Compiler.Expression | ||
VisitExpressionStatement ( System.Compiler.ExpressionStatement statement ) : System.Compiler.Statement | ||
VisitFieldInitializer ( System.Compiler.Expression expr ) : System.Compiler.Expression | ||
VisitImplicitThis ( System.Compiler.ImplicitThis implicitThis ) : System.Compiler.Expression | ||
VisitIndexer ( System.Compiler.Indexer indexer ) : System.Compiler.Expression | ||
VisitLiteral ( System.Compiler.Literal literal ) : System.Compiler.Expression | ||
VisitMemberBinding ( System.Compiler.MemberBinding binding ) : System.Compiler.Expression | ||
VisitMethodCall ( System.Compiler.MethodCall call ) : System.Compiler.Expression | ||
VisitReturn ( System.Compiler.Return Return ) : System.Compiler.Statement | ||
VisitThis ( System.Compiler.This This ) : System.Compiler.Expression | ||
VisitUnaryExpression ( System.Compiler.UnaryExpression unaryExpression ) : System.Compiler.Expression | ||
VisitYield ( |
메소드 | 설명 | |
---|---|---|
GenerateMethodCall ( System.Compiler.Block block, System.Compiler.MethodCall call, bool callIsAsync ) : void | ||
GenerateMethodReturn ( System.Compiler.Block block, System.Compiler.AssignmentStatement assignmentStatement, System.Compiler.MethodCall call ) : void | ||
GenerateNativeZOMCall ( System.Compiler.Block block, System.Compiler.MethodCall call, bool callIsAsync, System.Compiler.AssignmentStatement assignmentStatement ) : void | ||
VisitAccept ( |
||
VisitAssert ( |
||
VisitAssume ( |
||
VisitAsync ( |
||
VisitEventPattern ( |
||
VisitEventStatement ( |
||
VisitIn ( System.Compiler.BinaryExpression expr ) : System.Compiler.Expression | ||
VisitInvokePlugin ( |
||
VisitInvokeSched ( |
||
VisitJoinStatement ( |
||
VisitMemberBindingExpression ( System.Compiler.MemberBinding binding ) : System.Compiler.Expression | ||
VisitReceivePattern ( |
||
VisitSelf ( |
||
VisitSend ( |
||
VisitTimeoutPattern ( |
||
VisitTrace ( |
||
VisitWaitPattern ( |
public GetRunnablePredicate ( |
||
joinStatement | ||
리턴 | System.Compiler.Expression |
public Normalizer ( |
||
splicer | ||
attributes | AttributeList | |
secondOfTwo | bool | |
리턴 | System.Compiler |
public Normalizer ( bool secondOfTwo ) : System.Compiler | ||
secondOfTwo | bool | |
리턴 | System.Compiler |
public Visit ( System.Compiler.Node node ) : System.Compiler.Node | ||
node | System.Compiler.Node | |
리턴 | System.Compiler.Node |
public VisitAssignmentExpression ( System.Compiler.AssignmentExpression assignment ) : System.Compiler.Expression | ||
assignment | System.Compiler.AssignmentExpression | |
리턴 | System.Compiler.Expression |
public VisitAssignmentStatement ( System.Compiler.AssignmentStatement assignment ) : System.Compiler.Statement | ||
assignment | System.Compiler.AssignmentStatement | |
리턴 | System.Compiler.Statement |
public VisitBinaryExpression ( System.Compiler.BinaryExpression binaryExpression ) : System.Compiler.Expression | ||
binaryExpression | System.Compiler.BinaryExpression | |
리턴 | System.Compiler.Expression |
public VisitBranch ( System.Compiler.Branch branch ) : System.Compiler.Statement | ||
branch | System.Compiler.Branch | |
리턴 | System.Compiler.Statement |
public VisitConstruct ( System.Compiler.Construct cons ) : System.Compiler.Expression | ||
cons | System.Compiler.Construct | |
리턴 | System.Compiler.Expression |
public VisitExpression ( System.Compiler.Expression expression ) : System.Compiler.Expression | ||
expression | System.Compiler.Expression | |
리턴 | System.Compiler.Expression |
public VisitExpressionStatement ( System.Compiler.ExpressionStatement statement ) : System.Compiler.Statement | ||
statement | System.Compiler.ExpressionStatement | |
리턴 | System.Compiler.Statement |
public VisitFieldInitializer ( System.Compiler.Expression expr ) : System.Compiler.Expression | ||
expr | System.Compiler.Expression | |
리턴 | System.Compiler.Expression |
public VisitImplicitThis ( System.Compiler.ImplicitThis implicitThis ) : System.Compiler.Expression | ||
implicitThis | System.Compiler.ImplicitThis | |
리턴 | System.Compiler.Expression |
public VisitIndexer ( System.Compiler.Indexer indexer ) : System.Compiler.Expression | ||
indexer | System.Compiler.Indexer | |
리턴 | System.Compiler.Expression |
public VisitLiteral ( System.Compiler.Literal literal ) : System.Compiler.Expression | ||
literal | System.Compiler.Literal | |
리턴 | System.Compiler.Expression |
public VisitMemberBinding ( System.Compiler.MemberBinding binding ) : System.Compiler.Expression | ||
binding | System.Compiler.MemberBinding | |
리턴 | System.Compiler.Expression |
public VisitMethodCall ( System.Compiler.MethodCall call ) : System.Compiler.Expression | ||
call | System.Compiler.MethodCall | |
리턴 | System.Compiler.Expression |
public VisitReturn ( System.Compiler.Return Return ) : System.Compiler.Statement | ||
Return | System.Compiler.Return | |
리턴 | System.Compiler.Statement |
public VisitThis ( System.Compiler.This This ) : System.Compiler.Expression | ||
This | System.Compiler.This | |
리턴 | System.Compiler.Expression |
public VisitUnaryExpression ( System.Compiler.UnaryExpression unaryExpression ) : System.Compiler.Expression | ||
unaryExpression | System.Compiler.UnaryExpression | |
리턴 | System.Compiler.Expression |
public VisitYield ( |
||
Yield | ||
리턴 | System.Compiler.Statement |