io.sarl.lang.typesystem
Class FeatureCallAdapter
All Superinterfaces:
org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal
class FeatureCallAdapter
extends java.lang.Object
Adapter to memorize the type computing candidates for an abstract feature call.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.12
Property Summary
Modifier and type Property and description
java.util.List<E> callCandidates
Replies the call candidates.
Constructor Summary
Constructor and description
new
Action Summary
Modifier and type Action and description
java.util.List<E> getCallCandidates
Replies the call candidates.
boolean isAdapterForType(Object)
void setCallCandidates(List<E>)
Change the call candidates.
Property Details
callCandidates
var callCandidates : java.util.List<E>
Replies the call candidates.

This property is an alias for the action: getCallCandidates

Returns:
the candidates.
Constructor Details
new
new
Action Details
getCallCandidates
def getCallCandidates : java.util.List<E>
Replies the call candidates.
Returns:
the candidates.
isAdapterForType(Object)
def isAdapterForType(Object) : boolean
setCallCandidates(List<E>)
def setCallCandidates(List<E>)
Change the call candidates.
Parameters:
candidates - the candidates.