Uses of Class
org.codehaus.modello.model.CodeSegment
-
Packages that use CodeSegment Package Description org.codehaus.modello.model -
-
Uses of CodeSegment in org.codehaus.modello.model
Methods in org.codehaus.modello.model that return types with arguments of type CodeSegment Modifier and Type Method Description java.util.List<CodeSegment>ModelType. getAllCodeSegments()java.util.List<CodeSegment>ModelType. getCodeSegments(Version version)java.util.List<CodeSegment>ModelType. getCodeSegments(VersionRange versionRange)Methods in org.codehaus.modello.model with parameters of type CodeSegment Modifier and Type Method Description voidModelType. addCodeSegment(CodeSegment codeSegment)
-