Package org.eclipse.epsilon.eol.types
Class EolTupleType
- java.lang.Object
-
- org.eclipse.epsilon.eol.types.EolType
-
- org.eclipse.epsilon.eol.types.EolTupleType
-
public class EolTupleType extends EolType
- Since:
- 2.2
- Author:
- Sina Madani
-
-
Constructor Summary
Constructors Constructor Description EolTupleType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EolTuple
createInstance()
EolTuple
createInstance(List<Object> parameters)
String
getName()
boolean
isKind(Object o)
boolean
isType(Object o)
-
Methods inherited from class org.eclipse.epsilon.eol.types.EolType
equals, getParentType, getParentTypes, hashCode, isNot, toString
-
-
-
-
Method Detail
-
createInstance
public EolTuple createInstance() throws EolRuntimeException
- Specified by:
createInstance
in classEolType
- Throws:
EolRuntimeException
-
createInstance
public EolTuple createInstance(List<Object> parameters) throws EolRuntimeException
- Specified by:
createInstance
in classEolType
- Throws:
EolRuntimeException
-
-