Uses of Enum Class
com.sap.cds.generator.util.ParserMode
Packages that use ParserMode
-
Uses of ParserMode in com.sap.cds.generator
Methods in com.sap.cds.generator that return ParserModeModifier and TypeMethodDescriptionConfiguration.getParserMode()ConfigurationImpl.getParserMode()Methods in com.sap.cds.generator with parameters of type ParserModeModifier and TypeMethodDescriptionprotected static booleanCds4jCodegen.noRelevantIssues(ParserMode parserMode, GeneratorMode generatorMode) voidConfigurationImpl.setParserMode(ParserMode parserMode) -
Uses of ParserMode in com.sap.cds.generator.util
Methods in com.sap.cds.generator.util that return ParserModeModifier and TypeMethodDescriptionstatic ParserModeReturns the enum constant of this class with the specified name.static ParserMode[]ParserMode.values()Returns an array containing the constants of this enum class, in the order they are declared.