Uses of Interface
spoon.reflect.code.CtCasePattern
Packages that use CtCasePattern
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
This package defines all the sub-factories for the Spoon meta-model.
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
This package contains some default implementations for commonly used processing tasks.
-
Uses of CtCasePattern in spoon.reflect.code
Methods in spoon.reflect.code that return CtCasePatternModifier and TypeMethodDescriptionCtCasePattern.clone()CtCasePattern.setPattern(CtPattern pattern) Sets the pattern for this case pattern. -
Uses of CtCasePattern in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtCasePattern -
Uses of CtCasePattern in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtCasePatternModifier and TypeMethodDescriptionvoidCtAbstractVisitor.visitCtCasePattern(CtCasePattern casePattern) voidCtBiScannerDefault.visitCtCasePattern(CtCasePattern casePattern) voidCtInheritanceScanner.visitCtCasePattern(CtCasePattern casePattern) voidCtScanner.visitCtCasePattern(CtCasePattern casePattern) voidCtVisitor.visitCtCasePattern(CtCasePattern casePattern) Visits a case patternvoidDefaultJavaPrettyPrinter.visitCtCasePattern(CtCasePattern casePattern) -
Uses of CtCasePattern in spoon.support
Methods in spoon.support that return CtCasePattern -
Uses of CtCasePattern in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtCasePatternModifier and TypeMethodDescriptionvoidParentExiter.visitCtCasePattern(CtCasePattern casePattern) -
Uses of CtCasePattern in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtCasePatternMethods in spoon.support.reflect.code that return CtCasePatternModifier and TypeMethodDescriptionCtCasePatternImpl.clone()CtCasePatternImpl.setPattern(CtPattern pattern) -
Uses of CtCasePattern in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtCasePatternModifier and TypeMethodDescriptionvoidCloneVisitor.visitCtCasePattern(CtCasePattern casePattern) -
Uses of CtCasePattern in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtCasePatternModifier and TypeMethodDescriptionvoidReplacementVisitor.visitCtCasePattern(CtCasePattern casePattern)