Package org.eclipse.epsilon.egl.types
Class EglComplexType
- java.lang.Object
-
- org.eclipse.epsilon.eol.types.EolType
-
- org.eclipse.epsilon.egl.types.EglComplexType
-
public class EglComplexType extends EolType
-
-
Field Summary
Fields Modifier and Type Field Description static EglComplexType
Template
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
createInstance()
Object
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
-
-
-
-
Field Detail
-
Template
public static EglComplexType Template
-
-
Method Detail
-
createInstance
public Object createInstance()
- Specified by:
createInstance
in classEolType
-
createInstance
public Object createInstance(List<Object> parameters) throws EolRuntimeException
- Specified by:
createInstance
in classEolType
- Throws:
EolRuntimeException
-
-