Uses of Interface
org.eclipse.epsilon.emc.muddle.BooleanType
-
Packages that use BooleanType Package Description org.eclipse.epsilon.emc.muddle org.eclipse.epsilon.emc.muddle.impl org.eclipse.epsilon.emc.muddle.util -
-
Uses of BooleanType in org.eclipse.epsilon.emc.muddle
Fields in org.eclipse.epsilon.emc.muddle declared as BooleanType Modifier and Type Field Description protected static BooleanType
PrimitiveTypes. booleanType
Methods in org.eclipse.epsilon.emc.muddle that return BooleanType Modifier and Type Method Description BooleanType
MuddleFactory. createBooleanType()
Returns a new object of class 'Boolean Type'.static BooleanType
PrimitiveTypes. getBooleanType()
-
Uses of BooleanType in org.eclipse.epsilon.emc.muddle.impl
Classes in org.eclipse.epsilon.emc.muddle.impl that implement BooleanType Modifier and Type Class Description class
BooleanTypeImpl
An implementation of the model object 'Boolean Type'.Methods in org.eclipse.epsilon.emc.muddle.impl that return BooleanType Modifier and Type Method Description BooleanType
MuddleFactoryImpl. createBooleanType()
-
Uses of BooleanType in org.eclipse.epsilon.emc.muddle.util
Methods in org.eclipse.epsilon.emc.muddle.util with parameters of type BooleanType Modifier and Type Method Description T
MuddleSwitch. caseBooleanType(BooleanType object)
Returns the result of interpreting the object as an instance of 'Boolean Type'.
-