LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.grammar.IParser< T extends IASTVisitor > Interface Template Reference

parser interface More...

+ Inheritance diagram for org.lightjason.agentspeak.grammar.IParser< T extends IASTVisitor >:
+ Collaboration diagram for org.lightjason.agentspeak.grammar.IParser< T extends IASTVisitor >:

Public Member Functions

parse (final InputStream p_stream) throws Exception
 parsing code More...
 

Detailed Description

Definition at line 33 of file IParser.java.

Member Function Documentation

◆ parse()

T org.lightjason.agentspeak.grammar.IParser< T extends IASTVisitor >.parse ( final InputStream  p_stream) throws Exception
Parameters
p_streaminput stream
Returns
visitor instance
Exceptions
Exceptionthrown on IO errors