Uses of Interface
io.github.mmm.code.api.expression.CodeVariable
Packages that use CodeVariable
Package
Description
-
Uses of CodeVariable in io.github.mmm.code.api.arg
Subinterfaces of CodeVariable in io.github.mmm.code.api.argModifier and TypeInterfaceDescriptioninterfaceCodeOperationArgfor a parameter (argument) of aCodeOperation. -
Uses of CodeVariable in io.github.mmm.code.api.block
Methods in io.github.mmm.code.api.block that return CodeVariableModifier and TypeMethodDescriptiondefault CodeVariableCodeBlock.getVariable(String name) CodeBlock.getVariable(String name, int statementMaxIndex) -
Uses of CodeVariable in io.github.mmm.code.api.comment
Methods in io.github.mmm.code.api.comment that return CodeVariable -
Uses of CodeVariable in io.github.mmm.code.api.expression
Subinterfaces of CodeVariable in io.github.mmm.code.api.expressionMethods in io.github.mmm.code.api.expression that return types with arguments of type CodeVariableModifier and TypeMethodDescriptionList<? extends CodeVariable> CodeLambdaExpression.getVariables() -
Uses of CodeVariable in io.github.mmm.code.api.item
Methods in io.github.mmm.code.api.item that return CodeVariable -
Uses of CodeVariable in io.github.mmm.code.api.language
Methods in io.github.mmm.code.api.language with parameters of type CodeVariableModifier and TypeMethodDescriptionvoidAbstractCodeLanguage.writeDeclaration(CodeVariable variable, Appendable sink) voidCodeLanguage.writeDeclaration(CodeVariable variable, Appendable sink) Writes a variable declaration. -
Uses of CodeVariable in io.github.mmm.code.api.member
Subinterfaces of CodeVariable in io.github.mmm.code.api.member -
Uses of CodeVariable in io.github.mmm.code.api.statement
Subinterfaces of CodeVariable in io.github.mmm.code.api.statementModifier and TypeInterfaceDescriptioninterfaceMethods in io.github.mmm.code.api.statement that return CodeVariable