actorType method

ActorTypeContext actorType()

Implementation

ActorTypeContext actorType() {
  dynamic _localctx = ActorTypeContext(context, state);
  enterRule(_localctx, 48, RULE_actorType);
  int _la;
  try {
    enterOuterAlt(_localctx, 1);
    state = 201;
    match(TOKEN_T__28);
    state = 211;
    errorHandler.sync(this);
    _la = tokenStream.LA(1)!;
    while ((((_la) & ~0x3f) == 0 && ((1 << _la) & 2199158521854) != 0)) {
      state = 202;
      methType();
      state = 206;
      errorHandler.sync(this);
      _la = tokenStream.LA(1)!;
      while (_la == TOKEN_T__29) {
        state = 203;
        match(TOKEN_T__29);
        state = 208;
        errorHandler.sync(this);
        _la = tokenStream.LA(1)!;
      }
      state = 213;
      errorHandler.sync(this);
      _la = tokenStream.LA(1)!;
    }
    state = 214;
    match(TOKEN_T__30);
  } on RecognitionException catch (re) {
    _localctx.exception = re;
    errorHandler.reportError(this, re);
    errorHandler.recover(this, re);
  } finally {
    exitRule();
  }
  return _localctx;
}