Class WhileSymbol

All Implemented Interfaces:
Serializable, IScope, IScopedSymbol, ISymbol, ITokenReference

public class WhileSymbol extends ScopedSymbol
EK9 'while' or 'do/while' type symbol - we need a scope because we can declare new variables as part of the pre-flow semantics. This can be used as a 'while' or a 'do/while'.
See Also:
  • Constructor Details

    • WhileSymbol

      public WhileSymbol(IScope enclosingScope, boolean doWhile)
  • Method Details