Package org.eclipse.epsilon.eol.types
Class EolAnyType
- java.lang.Object
-
- org.eclipse.epsilon.eol.types.EolType
-
- org.eclipse.epsilon.eol.types.EolAnyType
-
- Direct Known Subclasses:
EolNativeType
public class EolAnyType extends EolType
-
-
Field Summary
Fields Modifier and Type Field Description static EolAnyType
Instance
-
Constructor Summary
Constructors Constructor Description EolAnyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
createInstance()
Object
createInstance(List<Object> parameters)
String
getName()
protected EolType
getParentType()
boolean
isKind(Object o)
boolean
isType(Object o)
String
toString()
-
Methods inherited from class org.eclipse.epsilon.eol.types.EolType
equals, getParentTypes, hashCode, isNot
-
-
-
-
Field Detail
-
Instance
public static final EolAnyType Instance
-
-
Method Detail
-
createInstance
public Object createInstance() throws EolRuntimeException
- Specified by:
createInstance
in classEolType
- Throws:
EolRuntimeException
-
createInstance
public Object createInstance(List<Object> parameters) throws EolRuntimeException
- Specified by:
createInstance
in classEolType
- Throws:
EolRuntimeException
-
getParentType
protected EolType getParentType()
- Overrides:
getParentType
in classEolType
-
-