Uses of Class
org.ek9lang.compiler.ir.Argument
Packages that use Argument
Package
Description
Common parts of processing that can be reused across various phases.
K - Intermediate Representation Generation.
-
Uses of Argument in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common with parameters of type Argument -
Uses of Argument in org.ek9lang.compiler.ir
Methods in org.ek9lang.compiler.ir that return types with arguments of type ArgumentConstructor parameters in org.ek9lang.compiler.ir with type arguments of type ArgumentModifierConstructorDescriptionCall
(CallSymbol callSymbol, MethodSymbol methodSymbol, List<Argument> arguments) ConstructorCall
(CallSymbol callSymbol, MethodSymbol methodSymbol, List<Argument> arguments) -
Uses of Argument in org.ek9lang.compiler.phase7
Classes in org.ek9lang.compiler.phase7 that implement interfaces with type arguments of type ArgumentModifier and TypeClassDescriptionfinal class
Given a ParamExpressionContext gets all the symbols and creates the appropriate 'Argument' for each.Methods in org.ek9lang.compiler.phase7 that return types with arguments of type Argument