Uses of Interface
io.github.mmm.code.api.expression.CodeCondition
Packages that use CodeCondition
Package
Description
-
Uses of CodeCondition in io.github.mmm.code.api.block
Methods in io.github.mmm.code.api.block that return CodeCondition -
Uses of CodeCondition in io.github.mmm.code.api.expression
Subinterfaces of CodeCondition in io.github.mmm.code.api.expressionModifier and TypeInterfaceDescriptioninterfaceCodeOperatorExpressionfor aCodeComparisonOperatorexpression.interfaceMethods in io.github.mmm.code.api.expression that return CodeConditionModifier and TypeMethodDescriptionCodeForLoopExpression.getCondition()CodeTernaryExpression.getCondition() -
Uses of CodeCondition in io.github.mmm.code.api.object
Methods in io.github.mmm.code.api.object with parameters of type CodeConditionModifier and TypeMethodDescriptionprotected voidCodeVisitor.visitCondition(CodeCondition condition)