Package org.ek9lang.compiler.phase3
Class MethodSymbolSearchForExpression
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.MethodSymbolSearchForExpression
- All Implemented Interfaces:
Function<EK9Parser.ExpressionContext,
MethodSymbolSearch>
final class MethodSymbolSearchForExpression
extends TypedSymbolAccess
implements Function<EK9Parser.ExpressionContext,MethodSymbolSearch>
Create a MethodSearch symbol for an operation that could have a single expression or two expressions.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionMethodSymbolSearchForExpression
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
MethodSymbolSearchForExpression
MethodSymbolSearchForExpression(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EK9Parser.ExpressionContext,
MethodSymbolSearch>
-