Class: Pione::Lang::ActionRuleConditionContext
- Inherits:
-
RuleConditionContext
- Object
- StructX
- Context
- StructuralContext
- RuleConditionContext
- Pione::Lang::ActionRuleConditionContext
- Defined in:
- lib/pione/lang/context.rb
Instance Method Summary collapse
Methods inherited from RuleConditionContext
Methods inherited from StructuralContext
#+, accept, acceptances, #eval, inherited, #initialize, #pos, #try_to_eval, #validate
Methods inherited from Context
Constructor Details
This class inherits a constructor from Pione::Lang::StructuralContext
Instance Method Details
#create_condition ⇒ Object
185 186 187 |
# File 'lib/pione/lang/context.rb', line 185 def create_condition RuleCondition.new(type: :action) end |