TimeDefLexer.mT__20 C# (CSharp) Method

mT__20() public method

public mT__20 ( ) : void
return void
    public void mT__20() // throws RecognitionException [2]
    {
    		try
    		{
            int _type = T__20;
    	int _channel = DEFAULT_TOKEN_CHANNEL;
            // TimeDef.g:20:7: ( '!&&' )
            // TimeDef.g:20:9: '!&&'
            {
            	Match("!&&"); 


            }

            state.type = _type;
            state.channel = _channel;
        }
        finally 
    	{
        }
    }
    // $ANTLR end "T__20"