Uses of Class
de.grogra.xl.compiler.xl16u.ranges.XL16URangedSymbol
Packages that use XL16URangedSymbol
-
Uses of XL16URangedSymbol in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16URangedSymbolModifier and TypeMethodDescriptionXL16UBackendMigrationHandoff.getRangedSymbol(String symbolName) XL16ULoweringPlan.Entry.getRangedSymbol()XL16ULoweringSegment.getRangedSymbol()Methods in de.grogra.xl.compiler.xl16u that return types with arguments of type XL16URangedSymbolModifier and TypeMethodDescriptionXL16UBackendMigrationHandoff.getRangedSymbols()XL16UProgram.getRangedSymbols()Constructors in de.grogra.xl.compiler.xl16u with parameters of type XL16URangedSymbolModifierConstructorDescriptionXL16ULoweringSegment(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) Constructor parameters in de.grogra.xl.compiler.xl16u with type arguments of type XL16URangedSymbolModifierConstructorDescriptionXL16UProgram(String source, String compatibilitySource, RecognitionExceptionList diagnostics, List<XL16URangedSymbol> rangedSymbols, List<XL16UWriteSite> writeSites, List<XL16UCallExpressionSite> callExpressions, List<XL16UCastExpressionSite> castExpressions, XL16USymbolMetadataRegistry symbolMetadata, XL16UAliasRegistry aliasDefinitions, XL16UCallableRegistry callables) XL16UProgram(String source, String compatibilitySource, RecognitionExceptionList diagnostics, List<XL16URangedSymbol> rangedSymbols, List<XL16UWriteSite> writeSites, List<XL16UCallExpressionSite> callExpressions, List<XL16UCastExpressionSite> castExpressions, List<XL16ULoweringSegment> loweringSegments, XL16USymbolMetadataRegistry symbolMetadata, XL16UAliasRegistry aliasDefinitions, XL16UCallableRegistry callables) XL16UProgram(String source, String compatibilitySource, RecognitionExceptionList diagnostics, List<XL16URangedSymbol> rangedSymbols, List<XL16UWriteSite> writeSites, List<XL16UCallExpressionSite> callExpressions, List<XL16UCastExpressionSite> castExpressions, List<XL16ULoweringSegment> loweringSegments, List<de.grogra.xl.compiler.xl16u.XL16UForeignBoundaryCallSite> foreignBoundaryCallSites, XL16USymbolMetadataRegistry symbolMetadata, XL16UAliasRegistry aliasDefinitions, XL16UCallableRegistry callables)