Class IfConditionalImpl
java.lang.Object
tripleo.elijah_durable_congenial.lang.impl.IfConditionalImpl
- All Implemented Interfaces:
- FunctionItem,- IfConditional,- OS_Element,- StatementItem
- 
Constructor SummaryConstructorsConstructorDescriptionIfConditionalImpl(@NotNull IfConditional ifExpression) IfConditionalImpl(OS_Element _parent) IfConditionalImpl(OS_Element aParent, Context aContext) 
- 
Method SummaryModifier and TypeMethodDescription@NotNull IfConditionalelse_()@NotNull IfConditionalelseif()voidexpr(IExpression expr) will not be null during if or elseifgetCtx()getExpr()getItems()@NotNull List<IfConditional>getParts()voidvoidvoidsetContext(IfConditionalContext ifConditionalContext) voidvisitGen(@NotNull ElElementVisitor visit) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tripleo.elijah_durable_congenial.lang.i.OS_ElementasString
- 
Constructor Details- 
IfConditionalImpl
- 
IfConditionalImpl
- 
IfConditionalImpl
 
- 
- 
Method Details- 
else_- Specified by:
- else_in interface- IfConditional
 
- 
elseif- Specified by:
- elseifin interface- IfConditional
 
- 
exprwill not be null during if or elseif- Specified by:
- exprin interface- IfConditional
- Parameters:
- expr-
 
- 
getContext- Specified by:
- getContextin interface- IfConditional
- Specified by:
- getContextin interface- OS_Element
 
- 
getCtx- Specified by:
- getCtxin interface- IfConditional
 
- 
getExpr- Specified by:
- getExprin interface- IfConditional
 
- 
getItems- Specified by:
- getItemsin interface- IfConditional
 
- 
getParent- Specified by:
- getParentin interface- IfConditional
- Specified by:
- getParentin interface- OS_Element
 
- 
getParts- Specified by:
- getPartsin interface- IfConditional
 
- 
scope- Specified by:
- scopein interface- IfConditional
 
- 
visitGen- Specified by:
- visitGenin interface- IfConditional
- Specified by:
- visitGenin interface- OS_Element
 
- 
setContext- Specified by:
- setContextin interface- IfConditional
 
- 
serializeTo- Specified by:
- serializeToin interface- FunctionItem
- Specified by:
- serializeToin interface- IfConditional
- Specified by:
- serializeToin interface- OS_Element
 
 
-