Method | Description | |
---|---|---|
CheckCondition ( Expression condition ) : void | ||
GatherVisitor ( |
||
RemoveText ( |
||
VisitConditionalExpression ( ConditionalExpression conditionalExpression ) : void | ||
VisitDoWhileStatement ( DoWhileStatement doWhileStatement ) : void | ||
VisitForStatement ( ForStatement forStatement ) : void | ||
VisitIfElseStatement ( IfElseStatement ifElseStatement ) : void | ||
VisitWhileStatement ( WhileStatement whileStatement ) : void |
public CheckCondition ( Expression condition ) : void | ||
condition | Expression | |
return | void |
public GatherVisitor ( |
||
ctx | ||
return | System.Collections.Generic |
public RemoveText ( |
||
script | ||
start | TextLocation | |
end | TextLocation | |
return | void |
public VisitConditionalExpression ( ConditionalExpression conditionalExpression ) : void | ||
conditionalExpression | ConditionalExpression | |
return | void |
public VisitDoWhileStatement ( DoWhileStatement doWhileStatement ) : void | ||
doWhileStatement | DoWhileStatement | |
return | void |
public VisitForStatement ( ForStatement forStatement ) : void | ||
forStatement | ForStatement | |
return | void |
public VisitIfElseStatement ( IfElseStatement ifElseStatement ) : void | ||
ifElseStatement | IfElseStatement | |
return | void |
public VisitWhileStatement ( WhileStatement whileStatement ) : void | ||
whileStatement | WhileStatement | |
return | void |