default agent parser
More...
|
final Class< AgentLexer > | lexerclass () |
|
final Class< AgentParser > | parserclass () |
|
| IBaseParser (@Nonnull final ANTLRErrorListener p_errorlistener) throws NoSuchMethodException |
| ctor More...
|
|
abstract Class< L > | lexerclass () |
| returns the lexer class reference More...
|
|
final P | parser (@Nonnull final InputStream p_stream) throws IOException, IllegalAccessException, InvocationTargetException, InstantiationException |
| returns a parser component More...
|
|
abstract Class< P > | parserclass () |
| returns the parser class reference More...
|
|
Definition at line 36 of file CParserAgent.java.
◆ CParserAgent()
org.lightjason.agentspeak.grammar.CParserAgent.CParserAgent |
( |
@Nonnull final Set< IAction > |
p_actions | ) |
throws NoSuchMethodException |
- Parameters
-
- Exceptions
-
NoSuchMethodException | on ctor-method call |
Definition at line 49 of file CParserAgent.java.
◆ lexerclass()
final Class<AgentLexer> org.lightjason.agentspeak.grammar.CParserAgent.lexerclass |
( |
| ) |
|
|
protected |
◆ parse()
final IASTVisitorAgent org.lightjason.agentspeak.grammar.CParserAgent.parse |
( |
final InputStream |
p_stream | ) |
throws Exception |
◆ parserclass()
final Class<AgentParser> org.lightjason.agentspeak.grammar.CParserAgent.parserclass |
( |
| ) |
|
|
protected |
◆ m_actions
final Set<IAction> org.lightjason.agentspeak.grammar.CParserAgent.m_actions |
|
private |