Uses of Class
org.eclipse.jdt.core.dom.Pattern
Packages that use Pattern
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of Pattern in org.eclipse.jdt.core.dom
Subclasses of Pattern in org.eclipse.jdt.core.domModifier and TypeClassDescriptionclass
EitherOrMultiPattern AST node type.class
GuardedPattern pattern AST node type.class
Null Pattern node.class
TypePattern pattern AST node type.class
TypePattern pattern AST node type.Methods in org.eclipse.jdt.core.dom that return PatternModifier and TypeMethodDescriptionGuardedPattern.getPattern()
Returns the pattern of this Guarded Pattern, orempty
if there is none.PatternInstanceofExpression.getPattern()
Returns the pattern of this instanceof expression.Methods in org.eclipse.jdt.core.dom that return types with arguments of type PatternModifier and TypeMethodDescriptionEitherOrMultiPattern.patterns()
Returns the "alternatives" Pattern list.RecordPattern.patterns()
Returns the nested Pattern list.Methods in org.eclipse.jdt.core.dom with parameters of type PatternModifier and TypeMethodDescriptionvoid
GuardedPattern.setPattern
(Pattern pattern) Sets the pattern of this switch case.void
PatternInstanceofExpression.setPattern
(Pattern pattern) Sets the right operand of this instanceof expression.