프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Checker | System.Collections | ||
HandleError | void | ||
PopSelectStatement | void | ||
PushSelectStatement | void | ||
SameVariable | bool | ||
VisitAccept | |||
VisitArray | |||
VisitAssert | |||
VisitAssume | |||
VisitAsync | |||
VisitAtomic | System.Compiler.Block | ||
VisitAttributedStatement | |||
VisitBinaryExpression | System.Compiler.Expression | ||
VisitChan | |||
VisitChoose | System.Compiler.UnaryExpression | ||
VisitEventPattern | |||
VisitEventStatement | |||
VisitInvokePlugin | |||
VisitInvokeSched | |||
VisitJoinStatement | |||
VisitRange | Range | ||
VisitReceivePattern | ReceivePattern | ||
VisitSelect | Select | ||
VisitSelf | SelfExpression | ||
VisitSend | SendStatement | ||
VisitSet | Set | ||
VisitTimeoutPattern | TimeoutPattern | ||
VisitTrace | TraceStatement | ||
VisitWaitPattern | WaitPattern | ||
VisitWith | With | ||
VisitYield | YieldStatement | ||
VisitZTry | ZTry |
메소드 | 설명 | |
---|---|---|
SerializeContracts ( System.Compiler.TypeNode type ) : void | ||
Visit ( System.Compiler.Node node ) : System.Compiler.Node | ||
VisitAttributeConstructor ( System.Compiler.AttributeNode attribute, System.Compiler.Node target ) : System.Compiler.Expression | ||
VisitAttributeList ( AttributeList attributes ) : AttributeList | ||
VisitAttributeNode ( System.Compiler.AttributeNode attribute ) : System.Compiler.AttributeNode | ||
VisitConstruct ( System.Compiler.Construct cons ) : System.Compiler.Expression | ||
VisitExpressionStatement ( System.Compiler.ExpressionStatement statement ) : System.Compiler.Statement | ||
VisitForEach ( System.Compiler.ForEach forEach ) : System.Compiler.Statement | ||
VisitMethod ( System.Compiler.Method method ) : System.Compiler.Method | ||
VisitMethodCall ( System.Compiler.MethodCall call ) : System.Compiler.Expression | ||
VisitThrow ( Throw Throw ) : Statement | ||
VisitTypeReference ( TypeNode type ) : TypeNode | ||
VisitUnaryExpression ( UnaryExpression unaryExpression ) : Expression |
메소드 | 설명 | |
---|---|---|
Checker ( ErrorHandler errorHandler, TypeSystem typeSystem, System.Compiler.TrivialHashtable scopeFor, System.Compiler.TrivialHashtable ambiguousTypes, System.Compiler.TrivialHashtable referencedLabels ) : System.Collections | ||
HandleError ( System.Compiler.Node errorNode, Error error ) : void | ||
PopSelectStatement ( ) : void | ||
PushSelectStatement ( |
||
SameVariable ( System.Compiler.Expression expr1, System.Compiler.Expression expr2 ) : bool | ||
VisitAccept ( |
||
VisitArray ( |
||
VisitAssert ( |
||
VisitAssume ( |
||
VisitAsync ( |
||
VisitAtomic ( |
||
VisitAttributedStatement ( |
||
VisitBinaryExpression ( System.Compiler.BinaryExpression binaryExpression ) : System.Compiler.Expression | ||
VisitChan ( |
||
VisitChoose ( System.Compiler.UnaryExpression expr ) : System.Compiler.UnaryExpression | ||
VisitEventPattern ( |
||
VisitEventStatement ( |
||
VisitInvokePlugin ( |
||
VisitInvokeSched ( |
||
VisitJoinStatement ( |
||
VisitRange ( Range range ) : Range | ||
VisitReceivePattern ( ReceivePattern rp ) : ReceivePattern | ||
VisitSelect ( Select select ) : Select | ||
VisitSelf ( SelfExpression self ) : SelfExpression | ||
VisitSend ( SendStatement send ) : SendStatement | ||
VisitSet ( Set @set ) : Set | ||
VisitTimeoutPattern ( TimeoutPattern tp ) : TimeoutPattern | ||
VisitTrace ( TraceStatement trace ) : TraceStatement | ||
VisitWaitPattern ( WaitPattern wp ) : WaitPattern | ||
VisitWith ( With with ) : With | ||
VisitYield ( YieldStatement yield ) : YieldStatement | ||
VisitZTry ( ZTry Try ) : ZTry |
public SerializeContracts ( System.Compiler.TypeNode type ) : void | ||
type | System.Compiler.TypeNode | |
리턴 | void |
public Visit ( System.Compiler.Node node ) : System.Compiler.Node | ||
node | System.Compiler.Node | |
리턴 | System.Compiler.Node |
public VisitAttributeConstructor ( System.Compiler.AttributeNode attribute, System.Compiler.Node target ) : System.Compiler.Expression | ||
attribute | System.Compiler.AttributeNode | |
target | System.Compiler.Node | |
리턴 | System.Compiler.Expression |
public VisitAttributeList ( AttributeList attributes ) : AttributeList | ||
attributes | AttributeList | |
리턴 | AttributeList |
public VisitAttributeNode ( System.Compiler.AttributeNode attribute ) : System.Compiler.AttributeNode | ||
attribute | System.Compiler.AttributeNode | |
리턴 | System.Compiler.AttributeNode |
public VisitConstruct ( System.Compiler.Construct cons ) : System.Compiler.Expression | ||
cons | System.Compiler.Construct | |
리턴 | System.Compiler.Expression |
public VisitExpressionStatement ( System.Compiler.ExpressionStatement statement ) : System.Compiler.Statement | ||
statement | System.Compiler.ExpressionStatement | |
리턴 | System.Compiler.Statement |
public VisitForEach ( System.Compiler.ForEach forEach ) : System.Compiler.Statement | ||
forEach | System.Compiler.ForEach | |
리턴 | System.Compiler.Statement |
public VisitMethod ( System.Compiler.Method method ) : System.Compiler.Method | ||
method | System.Compiler.Method | |
리턴 | System.Compiler.Method |
public VisitMethodCall ( System.Compiler.MethodCall call ) : System.Compiler.Expression | ||
call | System.Compiler.MethodCall | |
리턴 | System.Compiler.Expression |
public VisitTypeReference ( TypeNode type ) : TypeNode | ||
type | TypeNode | |
리턴 | TypeNode |
public VisitUnaryExpression ( UnaryExpression unaryExpression ) : Expression | ||
unaryExpression | UnaryExpression | |
리턴 | Expression |