principalType method
Implementation
PrincipalTypeContext principalType() {
dynamic _localctx = PrincipalTypeContext(context, state);
enterRule(_localctx, 16, RULE_principalType);
try {
enterOuterAlt(_localctx, 1);
state = 83;
match(TOKEN_T__16);
} on RecognitionException catch (re) {
_localctx.exception = re;
errorHandler.reportError(this, re);
errorHandler.recover(this, re);
} finally {
exitRule();
}
return _localctx;
}