TimeDefLexer.mT__12 C# (CSharp) Method

mT__12() public method

public mT__12 ( ) : void
return void
    public void mT__12() // throws RecognitionException [2]
    {
    		try
    		{
            int _type = T__12;
    	int _channel = DEFAULT_TOKEN_CHANNEL;
            // TimeDef.g:12:7: ( 'void' )
            // TimeDef.g:12:9: 'void'
            {
            	Match("void"); 


            }

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