Uses of Interface
io.github.mmm.code.api.item.CodeItemWithVariables
Packages that use CodeItemWithVariables
Package
Description
-
Uses of CodeItemWithVariables in io.github.mmm.code.api.block
Subinterfaces of CodeItemWithVariables in io.github.mmm.code.api.blockModifier and TypeInterfaceDescriptioninterfaceCodeStatementfor a block that groups multiplestatements.interfaceinterfaceinterfaceCodeBlockfor anforblock.interfaceCodeBlockfor anifblock.interfaceinterfaceCodeBlockthat is a regularCodeStatement.interfaceinterface -
Uses of CodeItemWithVariables in io.github.mmm.code.api.comment
Subinterfaces of CodeItemWithVariables in io.github.mmm.code.api.commentModifier and TypeInterfaceDescriptioninterfaceCodeCommentrepresenting a multi-line comment.interfaceCodeStatementfor a comment.interfaceCodeCommentrepresenting a sequence ofCodeComments.interfaceCodeCommentrepresenting an inline comment.interfaceinterfaceCodeSingleCommentrepresenting a single-line comment. -
Uses of CodeItemWithVariables in io.github.mmm.code.api.expression
Subinterfaces of CodeItemWithVariables in io.github.mmm.code.api.expressionModifier and TypeInterfaceDescriptioninterfaceCodeExpressionrepresenting a lambda function.
Syntax: -
Uses of CodeItemWithVariables in io.github.mmm.code.api.member
Subinterfaces of CodeItemWithVariables in io.github.mmm.code.api.memberModifier and TypeInterfaceDescriptioninterfaceCodeOperationrepresenting a constructor of aCodeType.interfaceCodeOperationthat represents a method of aCodeType.interface -
Uses of CodeItemWithVariables in io.github.mmm.code.api.node
Subinterfaces of CodeItemWithVariables in io.github.mmm.code.api.nodeModifier and TypeInterfaceDescriptioninterface -
Uses of CodeItemWithVariables in io.github.mmm.code.api.statement
Subinterfaces of CodeItemWithVariables in io.github.mmm.code.api.statementModifier and TypeInterfaceDescriptioninterfaceinterfaceAn atomicCodeStatement(unlike aCodeBlock).interfaceinterfaceCodeAtomicStatementto declare multipleCodeLocalVariables in a single statement.interfaceinterfaceCodeAtomicStatementreturning the result of anexpression.interface