default planbundle parser
More...
|
| final Class< PlanBundleLexer > | lexerclass () |
| |
| final Class< PlanBundleParser > | 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 CParserPlanBundle.java.
◆ CParserPlanBundle()
| org.lightjason.agentspeak.grammar.CParserPlanBundle.CParserPlanBundle |
( |
@Nonnull final Set< IAction > |
p_actions | ) |
throws NoSuchMethodException |
◆ lexerclass()
| final Class<PlanBundleLexer> org.lightjason.agentspeak.grammar.CParserPlanBundle.lexerclass |
( |
| ) |
|
|
protected |
◆ parse()
| final IASTVisitorPlanBundle org.lightjason.agentspeak.grammar.CParserPlanBundle.parse |
( |
final InputStream |
p_stream | ) |
throws Exception |
◆ parserclass()
| final Class<PlanBundleParser> org.lightjason.agentspeak.grammar.CParserPlanBundle.parserclass |
( |
| ) |
|
|
protected |
◆ m_actions
| final Set<IAction> org.lightjason.agentspeak.grammar.CParserPlanBundle.m_actions |
|
private |