Class: Pione::Lang::FlowRuleConditionContext

Inherits:
RuleConditionContext show all
Defined in:
lib/pione/lang/context.rb

Instance Method Summary collapse

Methods inherited from RuleConditionContext

#eval

Methods inherited from StructuralContext

#+, accept, acceptances, #eval, inherited, #initialize, #pos, #try_to_eval, #validate

Methods inherited from Context

#eval!

Constructor Details

This class inherits a constructor from Pione::Lang::StructuralContext

Instance Method Details

#create_conditionObject



179
180
181
# File 'lib/pione/lang/context.rb', line 179

def create_condition
  RuleCondition.new(type: :flow)
end