Uses of Class
de.grogra.xl.compiler.xl16u.XL16ULoweringSegment
Packages that use XL16ULoweringSegment
-
Uses of XL16ULoweringSegment in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16ULoweringSegmentMethods in de.grogra.xl.compiler.xl16u that return types with arguments of type XL16ULoweringSegmentModifier and TypeMethodDescriptionXL16ULoweringPlan.getAssignmentSegments()XL16ULoweringPlan.getBooleanInitializerSegments()XL16UProgram.getDeclarationLoweringSegments()XL16ULoweringPlan.getDeclarationSegments()XL16ULoweringPlan.getExpressionSegments()XL16ULoweringPlan.getIncrementSegments()XL16UProgram.getLoweringAssignmentSegments()XL16UProgram.getLoweringBooleanInitializerSegments()XL16UProgram.getLoweringDeclarationSegments()XL16UProgram.getLoweringExpressionSegments()XL16UProgram.getLoweringIncrementSegments()XL16UProgram.getLoweringPhysicalDeclarationSegments()XL16UProgram.getLoweringPlainInitializerSegments()XL16UProgram.getLoweringPlainRangeDeclarationSegments()XL16UProgram.getLoweringReturnSegments()XL16UBackendMigrationHandoff.getLoweringSegments()XL16UProgram.getLoweringSegments()XL16UProgram.getLoweringSegmentsForSymbol(String symbolName) XL16UBackendMigrationHandoff.getLoweringSegmentsOfKind(XL16ULoweringSegment.Kind kind) XL16UProgram.getLoweringSegmentsOfKind(XL16ULoweringSegment.Kind kind) XL16UProgram.getLoweringStatementSegments()XL16ULoweringPlan.getPhysicalDeclarationSegments()XL16ULoweringPlan.getPlainInitializerSegments()XL16ULoweringPlan.getPlainRangeDeclarationSegments()XL16ULoweringPlan.getReturnSegments()XL16ULoweringPlan.getSegments()XL16ULoweringPlan.getSegmentsForSymbol(String symbolName) XL16ULoweringPlan.getSegmentsOfKind(XL16ULoweringSegment.Kind kind) XL16UProgram.getStatementLoweringSegments()XL16ULoweringPlan.getStatementSegments()Method parameters in de.grogra.xl.compiler.xl16u with type arguments of type XL16ULoweringSegmentModifier and TypeMethodDescriptionstatic XL16ULoweringPlanXL16ULoweringPlan.fromSegments(List<XL16ULoweringSegment> loweringSegments) static StringXL16ULoweringSegment.rewriteSource(String source, List<XL16ULoweringSegment> segments)