INNER CODE UNIT · Java
enterRule
nivanov/cosplay · modules/cosplay/src/main/scala/org/cosplay/impl/layout/antlr4/CPLayoutParser.java:114
public void enterRule(ParseTreeListener listener) {
if ( listener instanceof CPLayoutListener ) ((CPLayoutListener)listener).enterLayout(this);
}
@Override
public void exitRule(ParseTreeListener listener) {
if ( listener instanceof CPLayoutListener ) ((CPLayoutListener)listener).exitLayout(this);
}
}
public final LayoutContext layout() throws RecognitionException {
LayoutContext _localctx = new LayoutContext(_ctx, getState());
enterRule(_localctx, 0, RULE_layout);
int _la;
try {
enterOuterAlt(_localctx, 1);
{
setState(19);
_errHandler.sync(this);