Uses of Class
de.grogra.xl.compiler.xl16u.XL16UFrontendParseSummary
Packages that use XL16UFrontendParseSummary
Package
Description
-
Uses of XL16UFrontendParseSummary in de.grogra.xl.compiler
Methods in de.grogra.xl.compiler that return XL16UFrontendParseSummaryModifier and TypeMethodDescriptionCompilationUnit.getXL16UFrontendParseSummary()protected XL16UFrontendParseSummaryCompilerBase.getXL16UFrontendParseSummary() -
Uses of XL16UFrontendParseSummary in de.grogra.xl.compiler.scope
Methods in de.grogra.xl.compiler.scope that return XL16UFrontendParseSummaryConstructors in de.grogra.xl.compiler.scope with parameters of type XL16UFrontendParseSummaryModifierConstructorDescriptionCompilationUnitScope(Scope enclosing, String source, Annotation[] annotations, XL16UCompilerScopeHandoff xl16uHandoff, XL16UFrontendRouteGate.Route xl16uFrontendRoute, XL16UFrontendParseSummary xl16uFrontendParseSummary, Compiler compiler) -
Uses of XL16UFrontendParseSummary in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16UFrontendParseSummaryModifier and TypeMethodDescriptionXL16UBackendMigrationHandoff.getFrontendParseSummary()XL16UCompilerScopeHandoff.getFrontendParseSummary()XL16UProcessedCompilationUnit.getFrontendParseSummary()XL16UProgram.getFrontendParseSummary()static XL16UFrontendParseSummaryXL16UFrontendParseSummary.none(XL16UFrontendRouteGate.Route route) static XL16UFrontendParseSummaryXL16UFrontendParseSummary.of(XL16UFrontendRouteGate.Route route, int tokenCount, int aliasCount, int declarationCount, int statementCount, int controlCount, int incrementCount, int callCount, int castCount, int rangeCount, int callableCount) static XL16UFrontendParseSummaryXL16UFrontendParseSummary.ofWithSourceStructureAndTypedAst(XL16UFrontendRouteGate.Route route, int tokenCount, int packageCount, int importCount, int annotationCount, int classCount, int interfaceCount, int enumCount, int constructorCount, int rewriteRuleCount, int aliasCount, int declarationCount, int statementCount, int controlCount, int incrementCount, int callCount, int castCount, int rangeCount, int callableCount, int typedAstNodeCount, int typedAstClassCount, int typedAstAliasCount, int typedAstDeclarationCount, int typedAstCallCount, int typedAstCastCount, int typedAstRangeCount, int typedAstCallableCount, int typedAstModuleCount, int typedAstInterfaceCount, int typedAstEnumCount, int typedAstConstructorCount, int typedAstRewriteRuleCount) static XL16UFrontendParseSummaryXL16UFrontendParseSummary.ofWithSourceStructureTypedAstAndOwners(XL16UFrontendRouteGate.Route route, int tokenCount, int packageCount, int importCount, int annotationCount, int classCount, int interfaceCount, int enumCount, int constructorCount, int rewriteRuleCount, int aliasCount, int declarationCount, int statementCount, int controlCount, int incrementCount, int callCount, int castCount, int rangeCount, int callableCount, int typedAstNodeCount, int typedAstClassCount, int typedAstAliasCount, int typedAstDeclarationCount, int typedAstCallCount, int typedAstCastCount, int typedAstRangeCount, int typedAstCallableCount, int typedAstModuleCount, int typedAstInterfaceCount, int typedAstEnumCount, int typedAstConstructorCount, int typedAstRewriteRuleCount, int typedAstSemanticOwnerCount, int typedAstLoweringOwnerCount, int typedAstExpressionOwnerCount, int typedAstGraphOwnerCount, int typedAstPhysicalValueOwnerCount) static XL16UFrontendParseSummaryXL16UFrontendParseSummary.ofWithSourceStructureTypedAstOwnersAndConstructFamilies(XL16UFrontendRouteGate.Route route, int tokenCount, int packageCount, int importCount, int annotationCount, int classCount, int interfaceCount, int enumCount, int constructorCount, int rewriteRuleCount, int aliasCount, int declarationCount, int statementCount, int controlCount, int incrementCount, int callCount, int castCount, int rangeCount, int callableCount, int typedAstNodeCount, int typedAstClassCount, int typedAstAliasCount, int typedAstDeclarationCount, int typedAstCallCount, int typedAstCastCount, int typedAstRangeCount, int typedAstCallableCount, int typedAstModuleCount, int typedAstInterfaceCount, int typedAstEnumCount, int typedAstConstructorCount, int typedAstRewriteRuleCount, int typedAstSemanticOwnerCount, int typedAstLoweringOwnerCount, int typedAstExpressionOwnerCount, int typedAstGraphOwnerCount, int typedAstPhysicalValueOwnerCount, de.grogra.xl.compiler.xl16u.XL16UFrontendTypedAstConstructFamilySummary typedAstConstructFamilySummary) static XL16UFrontendParseSummaryXL16UFrontendParseSummary.ofWithTypedAst(XL16UFrontendRouteGate.Route route, int tokenCount, int aliasCount, int declarationCount, int statementCount, int controlCount, int incrementCount, int callCount, int castCount, int rangeCount, int callableCount, int typedAstNodeCount, int typedAstAliasCount, int typedAstDeclarationCount, int typedAstCallCount, int typedAstCastCount, int typedAstRangeCount, int typedAstCallableCount, int typedAstModuleCount) Methods in de.grogra.xl.compiler.xl16u with parameters of type XL16UFrontendParseSummaryModifier and TypeMethodDescriptionXL16UCompilerScopeHandoff.attachFrontendParseSummary(XL16UFrontendRouteGate.Route frontendRoute, XL16UFrontendParseSummary frontendParseSummary) -
Uses of XL16UFrontendParseSummary in de.grogra.xl.compiler.xl16u.migration
Methods in de.grogra.xl.compiler.xl16u.migration that return XL16UFrontendParseSummary