| java.lang.Object oscript.syntaxtree.CollectionForLoopStatement
CollectionForLoopStatement | public class CollectionForLoopStatement implements Node(Code) | | Grammar production:
f0 -> "for"
f1 -> "("
f2 -> PreLoopStatement()
f3 -> ":"
f4 -> Expression()
f5 -> ")"
f6 -> EvaluationUnit()
|
Constructor Summary | |
public | CollectionForLoopStatement(NodeToken n0, NodeToken n1, PreLoopStatement n2, NodeToken n3, Expression n4, NodeToken n5, EvaluationUnit n6, boolean hasVarInScope, boolean hasFxnInScope) | public | CollectionForLoopStatement(PreLoopStatement n0, Expression n1, EvaluationUnit n2) |
hasFxnInScope | public boolean hasFxnInScope(Code) | | |
hasVarInScope | public boolean hasVarInScope(Code) | | |
|
|