Uses of Interface
io.github.mmm.code.api.statement.CodeLocalVariable
Packages that use CodeLocalVariable
Package
Description
-
Uses of CodeLocalVariable in io.github.mmm.code.api.expression
Methods in io.github.mmm.code.api.expression that return CodeLocalVariable -
Uses of CodeLocalVariable in io.github.mmm.code.api.language
Methods in io.github.mmm.code.api.language with parameters of type CodeLocalVariableModifier and TypeMethodDescriptionCodeLanguage.getKeywordForVariable(CodeLocalVariable variable) JavaLanguage.getKeywordForVariable(CodeLocalVariable variable) -
Uses of CodeLocalVariable in io.github.mmm.code.api.object
Methods in io.github.mmm.code.api.object with parameters of type CodeLocalVariableModifier and TypeMethodDescriptionprotected voidCodeVisitor.visitLocalVariable(CodeLocalVariable variable) -
Uses of CodeLocalVariable in io.github.mmm.code.api.statement
Methods in io.github.mmm.code.api.statement that return CodeLocalVariableMethods in io.github.mmm.code.api.statement that return types with arguments of type CodeLocalVariableModifier and TypeMethodDescriptionList<? extends CodeLocalVariable> CodeLocalVariables.getVariables()