Uses of Interface
io.github.mmm.code.api.statement.CodeStatement
Packages that use CodeStatement
Package
Description
-
Uses of CodeStatement in io.github.mmm.code.api.block
Subinterfaces of CodeStatement in io.github.mmm.code.api.blockModifier and TypeInterfaceDescriptioninterfaceinterfaceCodeBlockfor anforblock.interfaceCodeBlockfor anifblock.interfaceCodeBlockthat is a regularCodeStatement.interfaceinterfaceMethods in io.github.mmm.code.api.block that return types with arguments of type CodeStatementMethods in io.github.mmm.code.api.block with parameters of type CodeStatement -
Uses of CodeStatement in io.github.mmm.code.api.comment
Subinterfaces of CodeStatement 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 CodeStatement in io.github.mmm.code.api.object
Methods in io.github.mmm.code.api.object with parameters of type CodeStatementModifier and TypeMethodDescriptionprotected voidCodeVisitor.visitStatement(CodeStatement statement) -
Uses of CodeStatement in io.github.mmm.code.api.statement
Subinterfaces of CodeStatement in io.github.mmm.code.api.statementModifier and TypeInterfaceDescriptioninterfaceinterfaceAn atomicCodeStatement(unlike aCodeBlock).interfaceinterfaceCodeAtomicStatementto declare multipleCodeLocalVariables in a single statement.interfaceinterfaceCodeAtomicStatementreturning the result of anexpression.