Uses of Interface
io.github.mmm.code.api.item.CodeItemWithName
Packages that use CodeItemWithName
Package
Description
-
Uses of CodeItemWithName in io.github.mmm.code.api.arg
Subinterfaces of CodeItemWithName in io.github.mmm.code.api.argModifier and TypeInterfaceDescriptioninterfaceCodeOperationArgfor a parameter (argument) of aCodeOperation. -
Uses of CodeItemWithName in io.github.mmm.code.api.element
Subinterfaces of CodeItemWithName in io.github.mmm.code.api.element -
Uses of CodeItemWithName in io.github.mmm.code.api.expression
Subinterfaces of CodeItemWithName in io.github.mmm.code.api.expressionModifier and TypeInterfaceDescriptioninterfaceinterfaceCodeVariablefor the surrounding instance. -
Uses of CodeItemWithName in io.github.mmm.code.api.language
Methods in io.github.mmm.code.api.language with parameters of type CodeItemWithNameModifier and TypeMethodDescriptionprotected abstract PatternAbstractCodeLanguage.getNamePattern(CodeItemWithName item) protected PatternJavaLanguage.getNamePattern(CodeItemWithName item) AbstractCodeLanguage.verifyName(CodeItemWithName item, String name) CodeLanguage.verifyName(CodeItemWithName item, String name) -
Uses of CodeItemWithName in io.github.mmm.code.api.member
Subinterfaces of CodeItemWithName in io.github.mmm.code.api.memberModifier and TypeInterfaceDescriptioninterfaceCodeOperationrepresenting a constructor of aCodeType.interfaceCodeMemberfor a field of aCodeType.interfaceCodeElementWithModifiersrepresenting aMemberof aCodeTypethat is either aCodeOperationor aCodeField.interfaceCodeOperationthat represents a method of aCodeType.interfaceinterfaceAbstract interface for a field of aCodeType. -
Uses of CodeItemWithName in io.github.mmm.code.api.statement
Subinterfaces of CodeItemWithName in io.github.mmm.code.api.statementModifier and TypeInterfaceDescriptioninterface -
Uses of CodeItemWithName in io.github.mmm.code.api.type
Subinterfaces of CodeItemWithName in io.github.mmm.code.api.typeModifier and TypeInterfaceDescriptioninterfaceinterfaceCodeGenericTyperepresenting a type variable.interfaceCodeGenericTyperepresenting a type variable.