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 List<CodeSegment>ModelType. getAllCodeSegments()List<CodeSegment>ModelType. getCodeSegments(Version version)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)
-