Uses of Enum Class
de.grogra.xl.compiler.xl16u.XL16ULoweringSegment.Kind
Packages that use XL16ULoweringSegment.Kind
-
Uses of XL16ULoweringSegment.Kind in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16ULoweringSegment.KindModifier and TypeMethodDescriptionXL16ULoweringPlan.Entry.getKind()XL16ULoweringSegment.getKind()static XL16ULoweringSegment.KindReturns the enum constant of this class with the specified name.static XL16ULoweringSegment.Kind[]XL16ULoweringSegment.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.grogra.xl.compiler.xl16u that return types with arguments of type XL16ULoweringSegment.KindModifier and TypeMethodDescriptionXL16ULoweringPlan.getKindCounts()XL16ULoweringPlan.Summary.getKindCounts()XL16UBackendMigrationHandoff.getLoweringKindCounts()XL16UProgram.getLoweringKindCounts()Methods in de.grogra.xl.compiler.xl16u with parameters of type XL16ULoweringSegment.KindModifier and TypeMethodDescriptionXL16ULoweringPlan.getCompatibilityRangesOfKind(XL16ULoweringSegment.Kind kind) intXL16ULoweringPlan.getCountOfKind(XL16ULoweringSegment.Kind kind) intXL16ULoweringPlan.Summary.getCountOfKind(XL16ULoweringSegment.Kind kind) XL16ULoweringPlan.getEntriesOfKind(XL16ULoweringSegment.Kind kind) XL16UBackendMigrationHandoff.getLoweringCompatibilityRangesOfKind(XL16ULoweringSegment.Kind kind) XL16UProgram.getLoweringCompatibilityRangesOfKind(XL16ULoweringSegment.Kind kind) intXL16UProgram.getLoweringCountOfKind(XL16ULoweringSegment.Kind kind) XL16UBackendMigrationHandoff.getLoweringEntriesOfKind(XL16ULoweringSegment.Kind kind) XL16UProgram.getLoweringEntriesOfKind(XL16ULoweringSegment.Kind kind) intXL16UBackendMigrationHandoff.getLoweringEntryCountOfKind(XL16ULoweringSegment.Kind kind) XL16UBackendMigrationHandoff.getLoweringSegmentsOfKind(XL16ULoweringSegment.Kind kind) XL16UProgram.getLoweringSegmentsOfKind(XL16ULoweringSegment.Kind kind) XL16UBackendMigrationHandoff.getLoweringSourceRangesOfKind(XL16ULoweringSegment.Kind kind) XL16UProgram.getLoweringSourceRangesOfKind(XL16ULoweringSegment.Kind kind) XL16ULoweringPlan.getSegmentsOfKind(XL16ULoweringSegment.Kind kind) XL16ULoweringPlan.getSourceRangesOfKind(XL16ULoweringSegment.Kind kind) booleanXL16ULoweringPlan.hasEntriesOfKind(XL16ULoweringSegment.Kind kind) booleanXL16ULoweringPlan.Summary.hasEntriesOfKind(XL16ULoweringSegment.Kind kind) booleanXL16UBackendMigrationHandoff.hasLoweringEntriesOfKind(XL16ULoweringSegment.Kind kind) static booleanXL16ULoweringSegment.isDeclarationKind(XL16ULoweringSegment.Kind kind) static booleanXL16ULoweringSegment.isStatementKind(XL16ULoweringSegment.Kind kind) booleanXL16UProgram.loweringHasEntriesOfKind(XL16ULoweringSegment.Kind kind) Constructors in de.grogra.xl.compiler.xl16u with parameters of type XL16ULoweringSegment.KindModifierConstructorDescriptionXL16ULoweringSegment(XL16ULoweringSegment.Kind kind, int sourceStart, int sourceEnd, String sourceText, String compatibilityText) XL16ULoweringSegment(XL16ULoweringSegment.Kind kind, int sourceStart, int sourceEnd, String sourceText, String compatibilityText, XL16USymbolMetadata symbolMetadata, XL16URangedSymbol rangedSymbol, XL16UWriteSite writeSite) XL16ULoweringSegment(XL16ULoweringSegment.Kind kind, XL16UOffsetRange sourceRange, String sourceText, String compatibilityText) XL16ULoweringSegment(XL16ULoweringSegment.Kind kind, XL16UOffsetRange sourceRange, String sourceText, String compatibilityText, XL16USymbolMetadata symbolMetadata, XL16URangedSymbol rangedSymbol, XL16UWriteSite writeSite)