Uses of Record Class
org.ek9lang.compiler.phase7.support.BasicDetails
Packages that use BasicDetails
-
Uses of BasicDetails in org.ek9lang.compiler.phase7.generator
Methods in org.ek9lang.compiler.phase7.generator with parameters of type BasicDetailsModifier and TypeMethodDescriptionControlFlowChainGenerator.generateGuardedAssignment
(ISymbol lhsSymbol, List<IRInstr> assignmentEvaluation, String assignmentResult, BasicDetails basicDetails) Generate SWITCH_CHAIN_BLOCK for guarded assignment (:=?).ControlFlowChainGenerator.generateQuestionOperatorForVariable
(ISymbol variableSymbol, String resultVariable, BasicDetails basicDetails) Generate SWITCH_CHAIN_BLOCK for Question operator applied to a variable. -
Uses of BasicDetails in org.ek9lang.compiler.phase7.support
Methods in org.ek9lang.compiler.phase7.support that return BasicDetailsModifier and TypeMethodDescriptionVariableDetails.basicDetails()
Returns the value of thebasicDetails
record component.Constructors in org.ek9lang.compiler.phase7.support with parameters of type BasicDetailsModifierConstructorDescriptionVariableDetails
(String resultVariable, BasicDetails basicDetails) Creates an instance of aVariableDetails
record class.