Uses of Class
de.grogra.xl.compiler.xl16u.XL16UWriteSite
Packages that use XL16UWriteSite
-
Uses of XL16UWriteSite in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16UWriteSiteModifier and TypeMethodDescriptionXL16ULoweringPlan.Entry.getWriteSite()XL16ULoweringSegment.getWriteSite()Methods in de.grogra.xl.compiler.xl16u that return types with arguments of type XL16UWriteSiteModifier and TypeMethodDescriptionXL16UBackendMigrationHandoff.getWriteSites()XL16UBackendMigrationHandoff.getWriteSites(String symbolName) XL16UProgram.getWriteSites()Constructors in de.grogra.xl.compiler.xl16u with parameters of type XL16UWriteSiteModifierConstructorDescriptionXL16ULoweringSegment(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, XL16USymbolMetadata symbolMetadata, XL16URangedSymbol rangedSymbol, XL16UWriteSite writeSite)