Uses of Enum Class
de.grogra.xl.compiler.xl16u.XL16UFrontendRouteGate.Route
Packages that use XL16UFrontendRouteGate.Route
-
Uses of XL16UFrontendRouteGate.Route in de.grogra.xl.compiler
Methods in de.grogra.xl.compiler that return XL16UFrontendRouteGate.RouteModifier and TypeMethodDescriptionCompilationUnit.getXL16UFrontendRoute()protected XL16UFrontendRouteGate.RouteCompilerBase.getXL16UFrontendRoute() -
Uses of XL16UFrontendRouteGate.Route in de.grogra.xl.compiler.scope
Methods in de.grogra.xl.compiler.scope that return XL16UFrontendRouteGate.RouteConstructors in de.grogra.xl.compiler.scope with parameters of type XL16UFrontendRouteGate.RouteModifierConstructorDescriptionCompilationUnitScope(Scope enclosing, String source, Annotation[] annotations, XL16UCompilerScopeHandoff xl16uHandoff, XL16UFrontendRouteGate.Route xl16uFrontendRoute, Compiler compiler) CompilationUnitScope(Scope enclosing, String source, Annotation[] annotations, XL16UCompilerScopeHandoff xl16uHandoff, XL16UFrontendRouteGate.Route xl16uFrontendRoute, XL16UFrontendParseSummary xl16uFrontendParseSummary, Compiler compiler) -
Uses of XL16UFrontendRouteGate.Route in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16UFrontendRouteGate.RouteModifier and TypeMethodDescriptionXL16UBackendMigrationHandoff.getFrontendRoute()XL16UCompilerScopeHandoff.getFrontendRoute()XL16UProcessedCompilationUnit.getFrontendRoute()XL16UProgram.getFrontendRoute()XL16UFrontendParseSummary.getRoute()XL16UFrontendRouteGate.getRoute()static XL16UFrontendRouteGate.RouteReturns the enum constant of this class with the specified name.static XL16UFrontendRouteGate.Route[]XL16UFrontendRouteGate.Route.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.grogra.xl.compiler.xl16u with parameters of type XL16UFrontendRouteGate.RouteModifier and TypeMethodDescriptionXL16UCompilerScopeHandoff.attachFrontendParseSummary(XL16UFrontendRouteGate.Route frontendRoute, XL16UFrontendParseSummary frontendParseSummary) 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)