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
Fields in org.codehaus.modello.model with type parameters of type CodeSegment Modifier and Type Field Description private java.util.Map<java.lang.String,CodeSegment>
ModelType. codeSegmentMap
private java.util.List<CodeSegment>
ModelType. codeSegments
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 void
ModelType. addCodeSegment(CodeSegment codeSegment)
-