Package org.eclipse.epsilon.eol.types
Class EolTuple
- java.lang.Object
-
- org.eclipse.epsilon.eol.types.EolMap<String,Object>
-
- org.eclipse.epsilon.eol.types.EolTuple
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Object
getOrThrow(String property, IEolContext context)
boolean
hasProperty(String property)
Object
put(Variable variable)
String
toString()
-
Methods inherited from class org.eclipse.epsilon.eol.types.EolMap
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Constructor Detail
-
EolTuple
public EolTuple()
-
EolTuple
public EolTuple(Collection<? extends Variable> variables)
-
-
Method Detail
-
hasProperty
public boolean hasProperty(String property)
-
getOrThrow
public Object getOrThrow(String property, IEolContext context) throws EolIllegalPropertyException
- Throws:
EolIllegalPropertyException
-
equals
public boolean equals(Object obj)
-
-