Uses of Interface
net.ssehub.easy.instantiation.core.model.buildlangModel.execOperand.IExecutableOperandType
-
Packages that use IExecutableOperandType Package Description net.ssehub.easy.instantiation.core.model.buildlangModel.execOperand Executable operands for system execution operations. -
-
Uses of IExecutableOperandType in net.ssehub.easy.instantiation.core.model.buildlangModel.execOperand
Classes in net.ssehub.easy.instantiation.core.model.buildlangModel.execOperand that implement IExecutableOperandType Modifier and Type Class Description (package private) classFileArtifactExecutableOperandTypeAn executable operand type forFileArtifact.(package private) classFileSystemArtifactExecutableOperandTypeAn executable operand type forIFileSystemArtifact.(package private) classPathExecutableOperandTypeAn executable operand type forPath.(package private) classStringExecutableOperandTypeAn executable operand type for Strings.Fields in net.ssehub.easy.instantiation.core.model.buildlangModel.execOperand declared as IExecutableOperandType Modifier and Type Field Description private static IExecutableOperandType[]ExecutableOperand. EXEC_OPERAND_TYPESstatic IExecutableOperandTypeFileArtifactExecutableOperandType. INSTANCEstatic IExecutableOperandTypeFileSystemArtifactExecutableOperandType. INSTANCEstatic IExecutableOperandTypePathExecutableOperandType. INSTANCEstatic IExecutableOperandTypeStringExecutableOperandType. INSTANCEMethods in net.ssehub.easy.instantiation.core.model.buildlangModel.execOperand that return IExecutableOperandType Modifier and Type Method Description static IExecutableOperandTypeExecutableOperand. getExecutableType(java.lang.Object object)Returns the executable operand type for the givenobject.static IExecutableOperandTypeExecutableOperand. getExecutableType(TypeDescriptor<?> type)Returns the executable operand type for the giventype.
-