LightJason - AgentSpeak(L++)
|
common parser components More...
Static Package Functions | |
static IExpression | createLogicalBinaryExpression ( @Nonnull final EOperator p_operator, @Nonnull final IExpression p_lefthandside, @Nonnull final Collection< IExpression > p_righthandside) |
creates a logical expression concationation with single operator More... | |
Static Package Attributes | |
static final Map< String, Double > | NUMERICCONSTANT |
numeric constant values - infinity is defined manually More... | |
Private Member Functions | |
CCommon () | |
ctor More... | |
Definition at line 45 of file grammar/CCommon.java.
|
private |
Definition at line 94 of file grammar/CCommon.java.
|
staticpackage |
p_operator | operator |
p_lefthandside | left-hand-side expression |
p_righthandside | right-hand-side expressions |
Definition at line 106 of file grammar/CCommon.java.
References org.lightjason.agentspeak.common.CCommon.languagestring().
Referenced by org.lightjason.agentspeak.grammar.CASTVisitorPlanBundle.visitExpression(), org.lightjason.agentspeak.grammar.CASTVisitorAgent.visitExpression(), org.lightjason.agentspeak.grammar.CASTVisitorPlanBundle.visitExpression_logical_and(), org.lightjason.agentspeak.grammar.CASTVisitorAgent.visitExpression_logical_and(), org.lightjason.agentspeak.grammar.CASTVisitorPlanBundle.visitExpression_logical_xor(), and org.lightjason.agentspeak.grammar.CASTVisitorAgent.visitExpression_logical_xor().
|
staticpackage |