Uses of Enum Class
org.eclipse.epsilon.egl.merge.output.RegionType
Packages that use RegionType
Package
Description
-
Uses of RegionType in org.eclipse.epsilon.egl.merge.output
Fields in org.eclipse.epsilon.egl.merge.output declared as RegionTypeMethods in org.eclipse.epsilon.egl.merge.output that return RegionTypeModifier and TypeMethodDescriptionLocatedRegion.getType()static RegionTypeReturns the enum constant of this class with the specified name.static RegionType[]RegionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.epsilon.egl.merge.output with parameters of type RegionType -
Uses of RegionType in org.eclipse.epsilon.egl.merge.partition
Methods in org.eclipse.epsilon.egl.merge.partition that return RegionTypeModifier and TypeMethodDescriptionprotected RegionTypeCommentBlockPartitioner.regionTypeFromString(String regionType) Methods in org.eclipse.epsilon.egl.merge.partition with parameters of type RegionTypeModifier and TypeMethodDescriptionCommentBlockPartitioner.getFirstLine(String id, boolean enabled, RegionType regionType) CommentBlockPartitioner.getLastLine(String id, RegionType regionType) protected StringCommentBlockPartitioner.regionTypeToString(RegionType regionType) -
Uses of RegionType in org.eclipse.epsilon.egl.output
Methods in org.eclipse.epsilon.egl.output with parameters of type RegionTypeModifier and TypeMethodDescriptionprotected voidOutputBuffer.assertNoMixedRegions(RegionType regionType) OutputBuffer.startLocate(String id, boolean enabled, RegionType regionType) OutputBuffer.startLocate(String startComment, String endComment, String id, boolean enabled, RegionType regionType)