Uses of Enum Class
org.aspectj.org.eclipse.jdt.internal.compiler.parser.Parser.SwitchRuleKind
Packages that use Parser.SwitchRuleKind
Package
Description
-
Uses of Parser.SwitchRuleKind in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type Parser.SwitchRuleKindModifier and TypeMethodDescriptionprotected voidCompletionParser.consumeSwitchRule(Parser.SwitchRuleKind kind) -
Uses of Parser.SwitchRuleKind in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.select with parameters of type Parser.SwitchRuleKindModifier and TypeMethodDescriptionprotected voidSelectionParser.consumeSwitchRule(Parser.SwitchRuleKind kind) -
Uses of Parser.SwitchRuleKind in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Subclasses with type arguments of type Parser.SwitchRuleKind in org.aspectj.org.eclipse.jdt.internal.compiler.parserMethods in org.aspectj.org.eclipse.jdt.internal.compiler.parser that return Parser.SwitchRuleKindModifier and TypeMethodDescriptionstatic Parser.SwitchRuleKindReturns the enum constant of this class with the specified name.static Parser.SwitchRuleKind[]Parser.SwitchRuleKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type Parser.SwitchRuleKindModifier and TypeMethodDescriptionprotected voidParser.consumeSwitchRule(Parser.SwitchRuleKind kind)