Class AssignExpressionToSymbol
java.lang.Object
org.ek9lang.compiler.phase7.AbstractGenerator
org.ek9lang.compiler.phase7.AssignExpressionToSymbol
- All Implemented Interfaces:
BiFunction<ISymbol,
EK9Parser.AssignmentExpressionContext, List<IRInstr>>
final class AssignExpressionToSymbol
extends AbstractGenerator
implements BiFunction<ISymbol,EK9Parser.AssignmentExpressionContext,List<IRInstr>>
-
Field Summary
Fields inherited from class org.ek9lang.compiler.phase7.AbstractGenerator
context, debugInfoCreator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(ISymbol lhsSymbol, EK9Parser.AssignmentExpressionContext ctx) Methods inherited from class org.ek9lang.compiler.phase7.AbstractGenerator
getEk9AnyFullyQualifiedName, getEk9BooleanFullyQualifiedName, getEk9VoidFullyQualifiedName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
AssignExpressionToSymbol
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceBiFunction<ISymbol,
EK9Parser.AssignmentExpressionContext, List<IRInstr>>
-