Carbide.c++

Uses of Class
com.nokia.carbide.cpp.epoc.engine.model.mmp.EMMPStatement

Packages that use EMMPStatement
com.nokia.carbide.cdt.builder   
com.nokia.carbide.cpp.epoc.engine.model.mmp   
 

Uses of EMMPStatement in com.nokia.carbide.cdt.builder
 

Methods in com.nokia.carbide.cdt.builder with parameters of type EMMPStatement
 boolean DefaultMMPViewConfiguration.isStatementSupported(EMMPStatement statement)
           
 

Uses of EMMPStatement in com.nokia.carbide.cpp.epoc.engine.model.mmp
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.mmp that return EMMPStatement
static EMMPStatement EMMPStatement.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EMMPStatement[] EMMPStatement.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.mmp that return types with arguments of type EMMPStatement
 java.util.Set<EMMPStatement> IMMPView.getFlags()
          Access/modify flags set in MMP.
 java.util.Set<EMMPStatement> IMMPData.getFlags()
          Get flags set in MMP.
 java.util.Map<EMMPStatement,java.util.List<java.lang.String>> IMMPView.getListArgumentSettings()
          Access/modify list values for list argument statements in MMP; with case-insensitive membership tests.
 java.util.Map<EMMPStatement,java.util.List<java.lang.String>> IMMPData.getListArgumentSettings()
          Get list values for list argument statements in MMP; with case-insensitive membership tests.
 java.util.Map<EMMPStatement,java.lang.String> IMMPView.getSingleArgumentSettings()
          Access/modify values of single-argument statements in MMP.
 java.util.Map<EMMPStatement,java.lang.String> IMMPData.getSingleArgumentSettings()
          Access/modify values of single-argument statements in MMP.
 

Methods in com.nokia.carbide.cpp.epoc.engine.model.mmp with parameters of type EMMPStatement
 boolean IMMPViewConfiguration.isStatementSupported(EMMPStatement statement)
          Tell whether the given MMP keyword is supported.
 


Carbide.c++