Uses of Record Class
org.ek9lang.compiler.ir.data.TryBlockDetails
Packages that use TryBlockDetails
-
Uses of TryBlockDetails in org.ek9lang.compiler.ir.data
Methods in org.ek9lang.compiler.ir.data that return TryBlockDetailsModifier and TypeMethodDescriptionControlFlowChainDetails.tryBlockDetails()Returns the value of thetryBlockDetailsrecord component.Methods in org.ek9lang.compiler.ir.data with parameters of type TryBlockDetailsModifier and TypeMethodDescriptionstatic ControlFlowChainDetailsControlFlowChainDetails.createTryCatchFinally(String result, GuardVariableDetails guardDetails, ReturnVariableDetails returnDetails, TryBlockDetails tryBlockDetails, List<ConditionCaseDetails> catchHandlers, List<IRInstr> finallyBlockEvaluation, DebugInfo debugInfo, String scopeId) Create details for a try/catch/finally construct.Constructors in org.ek9lang.compiler.ir.data with parameters of type TryBlockDetailsModifierConstructorDescriptionControlFlowChainDetails(String result, String chainType, GuardVariableDetails guardDetails, EvaluationVariableDetails evaluationDetails, ReturnVariableDetails returnDetails, List<ConditionCaseDetails> conditionChain, DefaultCaseDetails defaultDetails, EnumOptimizationDetails enumOptimizationInfo, TryBlockDetails tryBlockDetails, List<IRInstr> finallyBlockEvaluation, DebugInfo debugInfo, String scopeId) Creates an instance of aControlFlowChainDetailsrecord class. -
Uses of TryBlockDetails in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return TryBlockDetailsModifier and TypeMethodDescriptionControlFlowChainInstr.getTryBlockDetails()Get the try block details (for TRY_CATCH_FINALLY).