LightJason - AgentSpeak(L++)
org.lightjason.agentspeak.grammar.IASTVisitorType Interface Reference

interface of a type parser More...

+ Inheritance diagram for org.lightjason.agentspeak.grammar.IASTVisitorType:
+ Collaboration diagram for org.lightjason.agentspeak.grammar.IASTVisitorType:

Public Member Functions

IExpression expression ()
 get the parsed expression More...
 
ILiteral literal ()
 get the parsed literal More...
 
ITerm term ()
 get the parsed term More...
 

Detailed Description

Definition at line 36 of file IASTVisitorType.java.

Member Function Documentation

◆ expression()

IExpression org.lightjason.agentspeak.grammar.IASTVisitorType.expression ( )
Returns
expression

Implemented in org.lightjason.agentspeak.grammar.CASTVisitorType.

◆ literal()

ILiteral org.lightjason.agentspeak.grammar.IASTVisitorType.literal ( )
Returns
literal

Implemented in org.lightjason.agentspeak.grammar.CASTVisitorType.

◆ term()

ITerm org.lightjason.agentspeak.grammar.IASTVisitorType.term ( )
Returns
any term

Implemented in org.lightjason.agentspeak.grammar.CASTVisitorType.