Index

A B C D E F G I K L M N O P R S T V W Y 
All Classes and Interfaces|All Packages

A

accept(Path) - Method in class org.openrewrite.python.PythonParser
 
accept(TreeVisitor<R, P>, P) - Method in interface org.openrewrite.python.tree.Py
 
acceptPython(PythonVisitor<P>, P) - Method in interface org.openrewrite.python.tree.Py
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.Await
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.Binary
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.CollectionLiteral
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.CompilationUnit
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.ComprehensionExpression
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.ComprehensionExpression.Clause
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.ComprehensionExpression.Condition
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.Del
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.DictLiteral
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.ErrorFrom
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.ExceptionType
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.ExpressionStatement
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.FormattedString
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.FormattedString.Value
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.KeyValue
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.MatchCase
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.MatchCase.Pattern
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.MultiImport
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.NamedArgument
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.Pass
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.Slice
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.SpecialParameter
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.Star
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.StatementExpression
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.TrailingElseWrapper
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.TypeHint
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.TypeHintedExpression
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.VariableScope
 
acceptPython(PythonVisitor<P>, P) - Method in class org.openrewrite.python.tree.Py.YieldFrom
 
addComment(String) - Method in class org.openrewrite.python.tree.PySpace.SpaceBuilder
 
addWhitespace(String) - Method in class org.openrewrite.python.tree.PySpace.SpaceBuilder
 
AFTER_STATEMENT - Enum constant in enum class org.openrewrite.python.tree.PySpace.IndentStartMode
 
appendComment(Space, String) - Static method in class org.openrewrite.python.tree.PySpace
 
appendWhitespace(Space, String) - Static method in class org.openrewrite.python.tree.PySpace
 
ARGS - Enum constant in enum class org.openrewrite.python.tree.Py.SpecialParameter.Kind
 
AS - Enum constant in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
 
ASCII - Enum constant in enum class org.openrewrite.python.tree.Py.FormattedString.Value.Conversion
 
ASSERT_ELEMENT - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
 
ASSERT_ELEMENT_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
ASSERT_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
Assertions - Class in org.openrewrite.python
 
Await() - Constructor for class org.openrewrite.python.tree.Py.Await
 
AWAIT_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 

B

Binary() - Constructor for class org.openrewrite.python.tree.Py.Binary
 
BINARY_OPERATOR - Enum constant in enum class org.openrewrite.python.tree.PyLeftPadded.Location
 
BINARY_OPERATOR - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
BINARY_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
build() - Method in class org.openrewrite.python.PythonParser.Builder
 
build() - Method in class org.openrewrite.python.tree.PySpace.SpaceBuilder
 
builder() - Static method in class org.openrewrite.python.PythonParser
 
Builder() - Constructor for class org.openrewrite.python.PythonParser.Builder
 

C

CAPTURE - Enum constant in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
 
ChangeMethodName - Class in org.openrewrite.python
 
ChangeMethodName() - Constructor for class org.openrewrite.python.ChangeMethodName
 
CLASS - Enum constant in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
 
Clause() - Constructor for class org.openrewrite.python.tree.Py.ComprehensionExpression.Clause
 
COLLECTION_LITERAL_ELEMENT - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
 
COLLECTION_LITERAL_ELEMENT_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
COLLECTION_LITERAL_ELEMENTS - Enum constant in enum class org.openrewrite.python.tree.PyContainer.Location
 
COLLECTION_LITERAL_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
CollectionLiteral() - Constructor for class org.openrewrite.python.tree.Py.CollectionLiteral
 
CompilationUnit() - Constructor for class org.openrewrite.python.tree.Py.CompilationUnit
 
COMPREHENSION_CLAUSE_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
COMPREHENSION_CONDITION_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
COMPREHENSION_IN - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
COMPREHENSION_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
COMPREHENSION_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
ComprehensionExpression() - Constructor for class org.openrewrite.python.tree.Py.ComprehensionExpression
 
Condition() - Constructor for class org.openrewrite.python.tree.Py.ComprehensionExpression.Condition
 

D

deindent(Space, String, PySpace.IndentStartMode, PySpace.IndentEndMode) - Static method in class org.openrewrite.python.tree.PySpace
 
Del() - Constructor for class org.openrewrite.python.tree.Py.Del
 
DEL_ELEMENT - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
 
DEL_ELEMENT_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
DEL_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
DICT - Enum constant in enum class org.openrewrite.python.tree.Py.ComprehensionExpression.Kind
 
DICT - Enum constant in enum class org.openrewrite.python.tree.Py.Star.Kind
 
DICT_ENTRY - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
DICT_ENTRY_KEY - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
 
DICT_ENTRY_KEY_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
DICT_LITERAL_ELEMENT - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
 
DICT_LITERAL_ELEMENT_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
DICT_LITERAL_ELEMENTS - Enum constant in enum class org.openrewrite.python.tree.PyContainer.Location
 
DICT_LITERAL_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
DictLiteral() - Constructor for class org.openrewrite.python.tree.Py.DictLiteral
 
doesMagicMethodReverseOperands(String) - Static method in class org.openrewrite.python.internal.PythonOperatorLookup
 
DOUBLE_STAR - Enum constant in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
 

E

ELSE_WRAPPER_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
ERROR_FROM - Enum constant in enum class org.openrewrite.python.tree.PyLeftPadded.Location
 
ERROR_FROM_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
ERROR_FROM_SOURCE - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
ErrorFrom() - Constructor for class org.openrewrite.python.tree.Py.ErrorFrom
 
EXCEPTION_TYPE_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
ExceptionType() - Constructor for class org.openrewrite.python.tree.Py.ExceptionType
 
ExpressionStatement() - Constructor for class org.openrewrite.python.tree.Py.ExpressionStatement
 

F

FORMATTED_STRING_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
FORMATTED_STRING_VALUE_DEBUG - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
 
FORMATTED_STRING_VALUE_DEBUG_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
FORMATTED_STRING_VALUE_EXPRESSION - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
 
FORMATTED_STRING_VALUE_EXPRESSION_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
FORMATTED_STRING_VALUE_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
FormattedString() - Constructor for class org.openrewrite.python.tree.Py.FormattedString
 

G

GENERATOR - Enum constant in enum class org.openrewrite.python.tree.Py.ComprehensionExpression.Kind
 
getCharset() - Method in class org.openrewrite.python.tree.Py.CompilationUnit
 
getChildren() - Method in class org.openrewrite.python.tree.Py.MatchCase.Pattern
 
getChildren() - Method in class org.openrewrite.python.tree.Py.MatchCase.Pattern.Padding
 
getClasses() - Method in class org.openrewrite.python.tree.Py.CompilationUnit
 
getComments() - Method in interface org.openrewrite.python.tree.Py
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.Await
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.Binary
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.CollectionLiteral
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.ComprehensionExpression
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.Del
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.DictLiteral
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.ErrorFrom
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.ExpressionStatement
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.FormattedString
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.FormattedString.Value
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.KeyValue
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.MatchCase
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.MatchCase.Pattern
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.MultiImport
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.NamedArgument
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.Pass
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.Slice
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.Star
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.StatementExpression
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.TrailingElseWrapper
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.TypeHintedExpression
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.VariableScope
 
getCoordinates() - Method in class org.openrewrite.python.tree.Py.YieldFrom
 
getDebug() - Method in class org.openrewrite.python.tree.Py.FormattedString.Value.Padding
 
getDescription() - Method in class org.openrewrite.python.ChangeMethodName
 
getDescription() - Method in class org.openrewrite.python.format.PythonSpaces
 
getDisplayName() - Method in class org.openrewrite.python.ChangeMethodName
 
getDisplayName() - Method in class org.openrewrite.python.format.PythonSpaces
 
getDslName() - Method in class org.openrewrite.python.PythonParser.Builder
 
getElements() - Method in class org.openrewrite.python.tree.Py.CollectionLiteral
 
getElements() - Method in class org.openrewrite.python.tree.Py.CollectionLiteral.Padding
 
getElements() - Method in class org.openrewrite.python.tree.Py.DictLiteral
 
getElements() - Method in class org.openrewrite.python.tree.Py.DictLiteral.Padding
 
getElseBlock() - Method in class org.openrewrite.python.tree.Py.TrailingElseWrapper
 
getElseBlock() - Method in class org.openrewrite.python.tree.Py.TrailingElseWrapper.Padding
 
getExpression() - Method in class org.openrewrite.python.tree.Py.FormattedString.Value
 
getExpression() - Method in class org.openrewrite.python.tree.Py.FormattedString.Value.Padding
 
getFrom() - Method in class org.openrewrite.python.tree.Py.ErrorFrom
 
getFrom() - Method in class org.openrewrite.python.tree.Py.ErrorFrom.Padding
 
getFrom() - Method in class org.openrewrite.python.tree.Py.MultiImport
 
getFrom() - Method in class org.openrewrite.python.tree.Py.MultiImport.Padding
 
getGuard() - Method in class org.openrewrite.python.tree.Py.MatchCase
 
getGuard() - Method in class org.openrewrite.python.tree.Py.MatchCase.Padding
 
getImports() - Method in class org.openrewrite.python.tree.Py.CompilationUnit
 
getImports() - Method in class org.openrewrite.python.tree.Py.CompilationUnit.Padding
 
getIteratedList() - Method in class org.openrewrite.python.tree.Py.ComprehensionExpression.Clause
 
getIteratedList() - Method in class org.openrewrite.python.tree.Py.ComprehensionExpression.Clause.Padding
 
getKey() - Method in class org.openrewrite.python.tree.Py.KeyValue
 
getKey() - Method in class org.openrewrite.python.tree.Py.KeyValue.Padding
 
getLanguage() - Method in class org.openrewrite.python.PythonVisitor
 
getMarkers() - Method in class org.openrewrite.python.tree.Py.ExpressionStatement
 
getMarkers() - Method in class org.openrewrite.python.tree.Py.StatementExpression
 
getNames() - Method in class org.openrewrite.python.tree.Py.MultiImport
 
getNames() - Method in class org.openrewrite.python.tree.Py.MultiImport.Padding
 
getNames() - Method in class org.openrewrite.python.tree.Py.VariableScope
 
getNames() - Method in class org.openrewrite.python.tree.Py.VariableScope.Padding
 
getOperator() - Method in class org.openrewrite.python.tree.Py.Binary
 
getOperator() - Method in class org.openrewrite.python.tree.Py.Binary.Padding
 
getPackageDeclaration() - Method in class org.openrewrite.python.tree.Py.CompilationUnit
 
getPadding() - Method in class org.openrewrite.python.tree.Py.Binary
 
getPadding() - Method in class org.openrewrite.python.tree.Py.CollectionLiteral
 
getPadding() - Method in class org.openrewrite.python.tree.Py.CompilationUnit
 
getPadding() - Method in class org.openrewrite.python.tree.Py.ComprehensionExpression.Clause
 
getPadding() - Method in class org.openrewrite.python.tree.Py.Del
 
getPadding() - Method in class org.openrewrite.python.tree.Py.DictLiteral
 
getPadding() - Method in class org.openrewrite.python.tree.Py.ErrorFrom
 
getPadding() - Method in class org.openrewrite.python.tree.Py.FormattedString.Value
 
getPadding() - Method in class org.openrewrite.python.tree.Py.KeyValue
 
getPadding() - Method in class org.openrewrite.python.tree.Py.MatchCase
 
getPadding() - Method in class org.openrewrite.python.tree.Py.MatchCase.Pattern
 
getPadding() - Method in class org.openrewrite.python.tree.Py.MultiImport
 
getPadding() - Method in class org.openrewrite.python.tree.Py.NamedArgument
 
getPadding() - Method in class org.openrewrite.python.tree.Py.Slice
 
getPadding() - Method in class org.openrewrite.python.tree.Py.TrailingElseWrapper
 
getPadding() - Method in class org.openrewrite.python.tree.Py.VariableScope
 
getPrefix() - Method in class org.openrewrite.python.tree.Py.ExpressionStatement
 
getPrefix() - Method in interface org.openrewrite.python.tree.Py
 
getPrefix() - Method in class org.openrewrite.python.tree.Py.StatementExpression
 
getStart() - Method in class org.openrewrite.python.tree.Py.Slice
 
getStart() - Method in class org.openrewrite.python.tree.Py.Slice.Padding
 
getStatements() - Method in class org.openrewrite.python.tree.Py.CompilationUnit
 
getStatements() - Method in class org.openrewrite.python.tree.Py.CompilationUnit.Padding
 
getStep() - Method in class org.openrewrite.python.tree.Py.Slice
 
getStep() - Method in class org.openrewrite.python.tree.Py.Slice.Padding
 
getStop() - Method in class org.openrewrite.python.tree.Py.Slice
 
getStop() - Method in class org.openrewrite.python.tree.Py.Slice.Padding
 
getTargets() - Method in class org.openrewrite.python.tree.Py.Del
 
getTargets() - Method in class org.openrewrite.python.tree.Py.Del.Padding
 
getType() - Method in class org.openrewrite.python.tree.Py.ExpressionStatement
 
getType() - Method in class org.openrewrite.python.tree.Py.FormattedString
 
getType() - Method in class org.openrewrite.python.tree.Py.FormattedString.Value
 
getType() - Method in class org.openrewrite.python.tree.Py.Slice
 
getType() - Method in class org.openrewrite.python.tree.Py.StatementExpression
 
getTypesInUse() - Method in class org.openrewrite.python.tree.Py.CompilationUnit
 
getValue() - Method in class org.openrewrite.python.tree.Py.NamedArgument.Padding
 
getVisitor() - Method in class org.openrewrite.python.ChangeMethodName
 
getVisitor() - Method in class org.openrewrite.python.format.PythonSpaces
 
GLOBAL - Enum constant in enum class org.openrewrite.python.tree.Py.VariableScope.Kind
 
GROUP - Enum constant in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
 

I

In - Enum constant in enum class org.openrewrite.python.tree.Py.Binary.Type
 
Is - Enum constant in enum class org.openrewrite.python.tree.Py.Binary.Type
 
isAcceptable(SourceFile, P) - Method in class org.openrewrite.python.PythonVisitor
 
isAcceptable(TreeVisitor<?, P>, P) - Method in interface org.openrewrite.python.tree.Py
 
isDebug() - Method in class org.openrewrite.python.tree.Py.FormattedString.Value
 
isMultiline() - Method in class org.openrewrite.python.tree.PyComment
 
isServerRunning(int) - Static method in class org.openrewrite.python.PythonParser
 

K

KEY_VALUE - Enum constant in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
 
KEY_VALUE_KEY_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
 
KEY_VALUE_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
KEY_VALUE_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
KeyValue() - Constructor for class org.openrewrite.python.tree.Py.KeyValue
 
KEYWORD - Enum constant in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
 
KWARGS - Enum constant in enum class org.openrewrite.python.tree.Py.SpecialParameter.Kind
 

L

LINE_START - Enum constant in enum class org.openrewrite.python.tree.PySpace.IndentStartMode
 
LIST - Enum constant in enum class org.openrewrite.python.tree.Py.CollectionLiteral.Kind
 
LIST - Enum constant in enum class org.openrewrite.python.tree.Py.ComprehensionExpression.Kind
 
LIST - Enum constant in enum class org.openrewrite.python.tree.Py.Star.Kind
 
LITERAL - Enum constant in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
 
logCompilationWarningsAndErrors(boolean) - Method in class org.openrewrite.python.PythonParser.Builder
 

M

MAPPING - Enum constant in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
 
MATCH_CASE_GUARD - Enum constant in enum class org.openrewrite.python.tree.PyLeftPadded.Location
 
MATCH_CASE_GUARD - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
MATCH_CASE_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
MATCH_PATTERN_ELEMENT - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
 
MATCH_PATTERN_ELEMENT_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
MATCH_PATTERN_ELEMENT_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
MATCH_PATTERN_ELEMENTS - Enum constant in enum class org.openrewrite.python.tree.PyContainer.Location
 
MATCH_PATTERN_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
MatchCase() - Constructor for class org.openrewrite.python.tree.Py.MatchCase
 
MULTI_IMPORT_FROM - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
 
MULTI_IMPORT_FROM_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
MULTI_IMPORT_NAME - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
 
MULTI_IMPORT_NAME_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
MULTI_IMPORT_NAME_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
MULTI_IMPORT_NAMES - Enum constant in enum class org.openrewrite.python.tree.PyContainer.Location
 
MULTI_IMPORT_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
MultiImport() - Constructor for class org.openrewrite.python.tree.Py.MultiImport
 

N

NAMED_ARGUMENT - Enum constant in enum class org.openrewrite.python.tree.PyLeftPadded.Location
 
NAMED_ARGUMENT - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
NAMED_ARGUMENT_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
NamedArgument() - Constructor for class org.openrewrite.python.tree.Py.NamedArgument
 
NONLOCAL - Enum constant in enum class org.openrewrite.python.tree.Py.VariableScope.Kind
 

O

operatorForMagicMethod(String) - Static method in class org.openrewrite.python.internal.PythonOperatorLookup
 
OR - Enum constant in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
 
org.openrewrite.python - package org.openrewrite.python
 
org.openrewrite.python.format - package org.openrewrite.python.format
 
org.openrewrite.python.internal - package org.openrewrite.python.internal
 
org.openrewrite.python.marker - package org.openrewrite.python.marker
 
org.openrewrite.python.tree - package org.openrewrite.python.tree
 

P

Padding() - Constructor for class org.openrewrite.python.tree.Py.Binary.Padding
 
Padding() - Constructor for class org.openrewrite.python.tree.Py.CollectionLiteral.Padding
 
Padding() - Constructor for class org.openrewrite.python.tree.Py.CompilationUnit.Padding
 
Padding() - Constructor for class org.openrewrite.python.tree.Py.ComprehensionExpression.Clause.Padding
 
Padding() - Constructor for class org.openrewrite.python.tree.Py.Del.Padding
 
Padding() - Constructor for class org.openrewrite.python.tree.Py.DictLiteral.Padding
 
Padding() - Constructor for class org.openrewrite.python.tree.Py.ErrorFrom.Padding
 
Padding() - Constructor for class org.openrewrite.python.tree.Py.FormattedString.Value.Padding
 
Padding() - Constructor for class org.openrewrite.python.tree.Py.KeyValue.Padding
 
Padding() - Constructor for class org.openrewrite.python.tree.Py.MatchCase.Padding
 
Padding() - Constructor for class org.openrewrite.python.tree.Py.MatchCase.Pattern.Padding
 
Padding() - Constructor for class org.openrewrite.python.tree.Py.MultiImport.Padding
 
Padding() - Constructor for class org.openrewrite.python.tree.Py.NamedArgument.Padding
 
Padding() - Constructor for class org.openrewrite.python.tree.Py.Slice.Padding
 
Padding() - Constructor for class org.openrewrite.python.tree.Py.TrailingElseWrapper.Padding
 
Padding() - Constructor for class org.openrewrite.python.tree.Py.VariableScope.Padding
 
parse(String...) - Method in class org.openrewrite.python.PythonParser
 
parseInputs(Iterable<Parser.Input>, Path, ExecutionContext) - Method in class org.openrewrite.python.PythonParser
 
Pass() - Constructor for class org.openrewrite.python.tree.Py.Pass
 
PASS_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
Pattern() - Constructor for class org.openrewrite.python.tree.Py.MatchCase.Pattern
 
printComment(Cursor, PrintOutputCapture<P>) - Method in class org.openrewrite.python.tree.PyComment
 
printer(Cursor) - Method in class org.openrewrite.python.tree.Py.CompilationUnit
 
Py - Interface in org.openrewrite.python.tree
 
Py.Await - Class in org.openrewrite.python.tree
 
Py.Binary - Class in org.openrewrite.python.tree
 
Py.Binary.Padding - Class in org.openrewrite.python.tree
 
Py.Binary.Type - Enum Class in org.openrewrite.python.tree
 
Py.CollectionLiteral - Class in org.openrewrite.python.tree
 
Py.CollectionLiteral.Kind - Enum Class in org.openrewrite.python.tree
 
Py.CollectionLiteral.Padding - Class in org.openrewrite.python.tree
 
Py.CompilationUnit - Class in org.openrewrite.python.tree
 
Py.CompilationUnit.Padding - Class in org.openrewrite.python.tree
 
Py.ComprehensionExpression - Class in org.openrewrite.python.tree
 
Py.ComprehensionExpression.Clause - Class in org.openrewrite.python.tree
 
Py.ComprehensionExpression.Clause.Padding - Class in org.openrewrite.python.tree
 
Py.ComprehensionExpression.Condition - Class in org.openrewrite.python.tree
 
Py.ComprehensionExpression.Kind - Enum Class in org.openrewrite.python.tree
 
Py.Del - Class in org.openrewrite.python.tree
 
Py.Del.Padding - Class in org.openrewrite.python.tree
 
Py.DictLiteral - Class in org.openrewrite.python.tree
 
Py.DictLiteral.Padding - Class in org.openrewrite.python.tree
 
Py.ErrorFrom - Class in org.openrewrite.python.tree
 
Py.ErrorFrom.Padding - Class in org.openrewrite.python.tree
 
Py.ExceptionType - Class in org.openrewrite.python.tree
 
Py.ExpressionStatement - Class in org.openrewrite.python.tree
 
Py.FormattedString - Class in org.openrewrite.python.tree
 
Py.FormattedString.Value - Class in org.openrewrite.python.tree
 
Py.FormattedString.Value.Conversion - Enum Class in org.openrewrite.python.tree
 
Py.FormattedString.Value.Padding - Class in org.openrewrite.python.tree
 
Py.KeyValue - Class in org.openrewrite.python.tree
 
Py.KeyValue.Padding - Class in org.openrewrite.python.tree
 
Py.MatchCase - Class in org.openrewrite.python.tree
 
Py.MatchCase.Padding - Class in org.openrewrite.python.tree
 
Py.MatchCase.Pattern - Class in org.openrewrite.python.tree
 
Py.MatchCase.Pattern.Kind - Enum Class in org.openrewrite.python.tree
 
Py.MatchCase.Pattern.Padding - Class in org.openrewrite.python.tree
 
Py.MultiImport - Class in org.openrewrite.python.tree
 
Py.MultiImport.Padding - Class in org.openrewrite.python.tree
 
Py.NamedArgument - Class in org.openrewrite.python.tree
 
Py.NamedArgument.Padding - Class in org.openrewrite.python.tree
 
Py.Pass - Class in org.openrewrite.python.tree
 
Py.Slice - Class in org.openrewrite.python.tree
 
Py.Slice.Padding - Class in org.openrewrite.python.tree
 
Py.SpecialParameter - Class in org.openrewrite.python.tree
 
Py.SpecialParameter.Kind - Enum Class in org.openrewrite.python.tree
 
Py.Star - Class in org.openrewrite.python.tree
 
Py.Star.Kind - Enum Class in org.openrewrite.python.tree
 
Py.StatementExpression - Class in org.openrewrite.python.tree
 
Py.TrailingElseWrapper - Class in org.openrewrite.python.tree
 
Py.TrailingElseWrapper.Padding - Class in org.openrewrite.python.tree
 
Py.TypeHint - Class in org.openrewrite.python.tree
 
Py.TypeHintedExpression - Class in org.openrewrite.python.tree
 
Py.VariableScope - Class in org.openrewrite.python.tree
 
Py.VariableScope.Kind - Enum Class in org.openrewrite.python.tree
 
Py.VariableScope.Padding - Class in org.openrewrite.python.tree
 
Py.YieldFrom - Class in org.openrewrite.python.tree
 
PyComment - Class in org.openrewrite.python.tree
 
PyComment() - Constructor for class org.openrewrite.python.tree.PyComment
 
PyContainer - Class in org.openrewrite.python.tree
 
PyContainer() - Constructor for class org.openrewrite.python.tree.PyContainer
 
PyContainer.Location - Enum Class in org.openrewrite.python.tree
 
PyLeftPadded - Class in org.openrewrite.python.tree
 
PyLeftPadded() - Constructor for class org.openrewrite.python.tree.PyLeftPadded
 
PyLeftPadded.Location - Enum Class in org.openrewrite.python.tree
 
PyRightPadded - Class in org.openrewrite.python.tree
 
PyRightPadded() - Constructor for class org.openrewrite.python.tree.PyRightPadded
 
PyRightPadded.Location - Enum Class in org.openrewrite.python.tree
 
PySpace - Class in org.openrewrite.python.tree
 
PySpace.IndentEndMode - Enum Class in org.openrewrite.python.tree
 
PySpace.IndentStartMode - Enum Class in org.openrewrite.python.tree
 
PySpace.Location - Enum Class in org.openrewrite.python.tree
 
PySpace.SpaceBuilder - Class in org.openrewrite.python.tree
 
python(String) - Static method in class org.openrewrite.python.Assertions
 
python(String, String) - Static method in class org.openrewrite.python.Assertions
 
python(String, String, Consumer<SourceSpec<Py.CompilationUnit>>) - Static method in class org.openrewrite.python.Assertions
 
python(String, Consumer<SourceSpec<Py.CompilationUnit>>) - Static method in class org.openrewrite.python.Assertions
 
PythonIsoVisitor<P> - Class in org.openrewrite.python
 
PythonIsoVisitor() - Constructor for class org.openrewrite.python.PythonIsoVisitor
 
PythonOperatorLookup - Class in org.openrewrite.python.internal
 
PythonParser - Class in org.openrewrite.python
 
PythonParser() - Constructor for class org.openrewrite.python.PythonParser
 
PythonParser.Builder - Class in org.openrewrite.python
 
PythonPrinter<P> - Class in org.openrewrite.python.internal
 
PythonPrinter() - Constructor for class org.openrewrite.python.internal.PythonPrinter
 
PythonSpaces - Class in org.openrewrite.python.format
 
PythonSpaces() - Constructor for class org.openrewrite.python.format.PythonSpaces
 
PythonSpacesVisitor<P> - Class in org.openrewrite.python.format
Ideally, we'll reuse AutoFormatVisitor from Java, but Python requires specific handling of whitespace to maintain column alignment.
PythonSpacesVisitor() - Constructor for class org.openrewrite.python.format.PythonSpacesVisitor
 
PythonVisitor<P> - Class in org.openrewrite.python
 
PythonVisitor() - Constructor for class org.openrewrite.python.PythonVisitor
 

R

reindent(Space, String, PySpace.IndentStartMode, PySpace.IndentEndMode) - Static method in class org.openrewrite.python.tree.PySpace
 
REPR - Enum constant in enum class org.openrewrite.python.tree.Py.FormattedString.Value.Conversion
 
reset() - Method in class org.openrewrite.python.PythonParser
 
reset() - Method in class org.openrewrite.python.tree.PySpace.SpaceBuilder
 
REST_OF_LINE - Enum constant in enum class org.openrewrite.python.tree.PySpace.IndentEndMode
 

S

SEQUENCE - Enum constant in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
 
SEQUENCE_LIST - Enum constant in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
 
SEQUENCE_TUPLE - Enum constant in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
 
SET - Enum constant in enum class org.openrewrite.python.tree.Py.CollectionLiteral.Kind
 
SET - Enum constant in enum class org.openrewrite.python.tree.Py.ComprehensionExpression.Kind
 
setCursor(Cursor) - Method in class org.openrewrite.python.internal.PythonPrinter
 
Slice() - Constructor for class org.openrewrite.python.tree.Py.Slice
 
SLICE_EXPRESSION_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
SLICE_EXPRESSION_START - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
 
SLICE_EXPRESSION_STEP - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
 
SLICE_EXPRESSION_STOP - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
 
SLICE_START_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
SLICE_STEP_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
SLICE_STOP_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
sourcePathFromSourceText(Path, String) - Method in class org.openrewrite.python.PythonParser
 
SpaceBuilder() - Constructor for class org.openrewrite.python.tree.PySpace.SpaceBuilder
 
SPECIAL_PARAM_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
SpecialParameter() - Constructor for class org.openrewrite.python.tree.Py.SpecialParameter
 
Star() - Constructor for class org.openrewrite.python.tree.Py.Star
 
STAR - Enum constant in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
 
STAR_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
STATEMENT_START - Enum constant in enum class org.openrewrite.python.tree.PySpace.IndentEndMode
 
StatementExpression() - Constructor for class org.openrewrite.python.tree.Py.StatementExpression
 
STR - Enum constant in enum class org.openrewrite.python.tree.Py.FormattedString.Value.Conversion
 
stripIndent(Space, String) - Static method in class org.openrewrite.python.tree.PySpace
 
styles(Iterable<? extends NamedStyles>) - Method in class org.openrewrite.python.PythonParser.Builder
 
SuppressNewline - Class in org.openrewrite.python.marker
 
SuppressNewline() - Constructor for class org.openrewrite.python.marker.SuppressNewline
 

T

TOP_LEVEL_STATEMENT - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
TOP_LEVEL_STATEMENT_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
 
toString() - Method in class org.openrewrite.python.tree.Py.Binary
 
toString() - Method in class org.openrewrite.python.tree.Py.MultiImport
 
TRAILING_ELSE_WRAPPER_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
TrailingElseWrapper() - Constructor for class org.openrewrite.python.tree.Py.TrailingElseWrapper
 
TUPLE - Enum constant in enum class org.openrewrite.python.tree.Py.CollectionLiteral.Kind
 
TYPE_HINT_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
TYPE_HINTED_EXPRESSION_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
typeCache(JavaTypeCache) - Method in class org.openrewrite.python.PythonParser.Builder
 
TypeHint() - Constructor for class org.openrewrite.python.tree.Py.TypeHint
 
TypeHintedExpression() - Constructor for class org.openrewrite.python.tree.Py.TypeHintedExpression
 

V

Value() - Constructor for class org.openrewrite.python.tree.Py.FormattedString.Value
 
VALUE - Enum constant in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
 
valueOf(String) - Static method in enum class org.openrewrite.python.tree.Py.Binary.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.python.tree.Py.CollectionLiteral.Kind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.python.tree.Py.ComprehensionExpression.Kind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.python.tree.Py.FormattedString.Value.Conversion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.python.tree.Py.SpecialParameter.Kind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.python.tree.Py.Star.Kind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.python.tree.Py.VariableScope.Kind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.python.tree.PyContainer.Location
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.python.tree.PyLeftPadded.Location
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.python.tree.PyRightPadded.Location
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.python.tree.PySpace.IndentEndMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.python.tree.PySpace.IndentStartMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.python.tree.PySpace.Location
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.openrewrite.python.tree.Py.Binary.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.python.tree.Py.CollectionLiteral.Kind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.python.tree.Py.ComprehensionExpression.Kind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.python.tree.Py.FormattedString.Value.Conversion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.python.tree.Py.SpecialParameter.Kind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.python.tree.Py.Star.Kind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.python.tree.Py.VariableScope.Kind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.python.tree.PyContainer.Location
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.python.tree.PyLeftPadded.Location
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.python.tree.PyRightPadded.Location
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.python.tree.PySpace.IndentEndMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.python.tree.PySpace.IndentStartMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.python.tree.PySpace.Location
Returns an array containing the constants of this enum class, in the order they are declared.
VARIABLE_SCOPE_ELEMENT - Enum constant in enum class org.openrewrite.python.tree.PyRightPadded.Location
 
VARIABLE_SCOPE_NAME_SUFFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
VARIABLE_SCOPE_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
VariableScope() - Constructor for class org.openrewrite.python.tree.Py.VariableScope
 
visit(Tree, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitAnnotatedType(J.AnnotatedType, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitAnnotation(J.Annotation, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitArrayAccess(J.ArrayAccess, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitArrayDimension(J.ArrayDimension, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitArrayType(J.ArrayType, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitAssert(J.Assert, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitAssignment(J.Assignment, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitAssignmentOperation(J.AssignmentOperation, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitAwait(Py.Await, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitAwait(Py.Await, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitAwait(Py.Await, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitBinary(J.Binary, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitBinary(Py.Binary, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitBinary(Py.Binary, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitBinary(Py.Binary, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitBlock(J.Block, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitBreak(J.Break, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitCase(J.Case, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitCatch(J.Try.Catch, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitClassDeclaration(J.ClassDeclaration, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitCollectionLiteral(Py.CollectionLiteral, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitCollectionLiteral(Py.CollectionLiteral, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitCollectionLiteral(Py.CollectionLiteral, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitCompilationUnit(J.CompilationUnit, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitCompilationUnit(J.CompilationUnit, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitCompilationUnit(Py.CompilationUnit, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitCompilationUnit(Py.CompilationUnit, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitCompilationUnit(Py.CompilationUnit, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitComprehensionClause(Py.ComprehensionExpression.Clause, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitComprehensionClause(Py.ComprehensionExpression.Clause, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitComprehensionClause(Py.ComprehensionExpression.Clause, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitComprehensionCondition(Py.ComprehensionExpression.Condition, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitComprehensionCondition(Py.ComprehensionExpression.Condition, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitComprehensionCondition(Py.ComprehensionExpression.Condition, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitComprehensionExpression(Py.ComprehensionExpression, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitComprehensionExpression(Py.ComprehensionExpression, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitComprehensionExpression(Py.ComprehensionExpression, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitContainer(String, JContainer<? extends J>, PyContainer.Location, String, String, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitContainer(JContainer<J2>, PyContainer.Location, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitContinue(J.Continue, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitControlParentheses(J.ControlParentheses<T>, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitDel(Py.Del, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitDel(Py.Del, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitDel(Py.Del, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitDictLiteral(Py.DictLiteral, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitDictLiteral(Py.DictLiteral, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitDictLiteral(Py.DictLiteral, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitDoWhileLoop(J.DoWhileLoop, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitElse(J.If.Else, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitEmpty(J.Empty, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitEnumValue(J.EnumValue, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitEnumValueSet(J.EnumValueSet, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitErrorFrom(Py.ErrorFrom, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitErrorFrom(Py.ErrorFrom, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitErrorFrom(Py.ErrorFrom, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitExceptionType(Py.ExceptionType, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitExceptionType(Py.ExceptionType, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitExceptionType(Py.ExceptionType, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitExpression(Expression, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitExpressionStatement(Py.ExpressionStatement, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitExpressionStatement(Py.ExpressionStatement, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitFieldAccess(J.FieldAccess, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitForControl(J.ForLoop.Control, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitForEachControl(J.ForEachLoop.Control, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitForEachLoop(J.ForEachLoop, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitForLoop(J.ForLoop, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitFormattedString(Py.FormattedString, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitFormattedString(Py.FormattedString, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitFormattedString(Py.FormattedString, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitFormattedStringValue(Py.FormattedString.Value, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitFormattedStringValue(Py.FormattedString.Value, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitFormattedStringValue(Py.FormattedString.Value, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitIdentifier(J.Identifier, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitIf(J.If, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitImport(J.Import, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitInstanceOf(J.InstanceOf, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitKeyValue(Py.KeyValue, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitKeyValue(Py.KeyValue, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitKeyValue(Py.KeyValue, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitLabel(J.Label, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitLambda(J.Lambda, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitLeftPadded(JLeftPadded<T>, PyLeftPadded.Location, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitLiteral(J.Literal, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitMarker(Marker, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitMatchCase(Py.MatchCase, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitMatchCase(Py.MatchCase, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitMatchCase(Py.MatchCase, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitMatchCasePattern(Py.MatchCase.Pattern, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitMatchCasePattern(Py.MatchCase.Pattern, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitMatchCasePattern(Py.MatchCase.Pattern, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitMemberReference(J.MemberReference, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitMethodDeclaration(J.MethodDeclaration, P) - Method in class org.openrewrite.python.format.PythonSpacesVisitor
 
visitMethodDeclaration(J.MethodDeclaration, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitMethodInvocation(J.MethodInvocation, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitMultiCatch(J.MultiCatch, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitMultiImport(Py.MultiImport, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitMultiImport(Py.MultiImport, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitMultiImport(Py.MultiImport, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitNamedArgument(Py.NamedArgument, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitNamedArgument(Py.NamedArgument, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitNamedArgument(Py.NamedArgument, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitNewArray(J.NewArray, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitNewClass(J.NewClass, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitPackage(J.Package, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitParameterizedType(J.ParameterizedType, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitParentheses(J.Parentheses<T>, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitPass(Py.Pass, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitPass(Py.Pass, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitPass(Py.Pass, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitPrimitive(J.Primitive, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitReturn(J.Return, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitRightPadded(JRightPadded<T>, PyRightPadded.Location, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitRightPadded(List<? extends JRightPadded<? extends J>>, PyRightPadded.Location, String, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitSlice(Py.Slice, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitSlice(Py.Slice, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitSlice(Py.Slice, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitSpace(Space, Space.Location, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitSpace(Space, PySpace.Location, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitSpace(Space, PySpace.Location, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitSpecialParameter(Py.SpecialParameter, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitSpecialParameter(Py.SpecialParameter, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitSpecialParameter(Py.SpecialParameter, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitStar(Py.Star, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitStar(Py.Star, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitStar(Py.Star, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitStatement(Statement, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitStatementExpression(Py.StatementExpression, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitStatementExpression(Py.StatementExpression, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitSwitch(J.Switch, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitSwitchExpression(J.SwitchExpression, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitSynchronized(J.Synchronized, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitTernary(J.Ternary, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitThrow(J.Throw, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitTrailingElseWrapper(Py.TrailingElseWrapper, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitTrailingElseWrapper(Py.TrailingElseWrapper, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitTrailingElseWrapper(Py.TrailingElseWrapper, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitTry(J.Try, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitTryResource(J.Try.Resource, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitTypeCast(J.TypeCast, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitTypeHint(Py.TypeHint, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitTypeHint(Py.TypeHint, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitTypeHint(Py.TypeHint, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitTypeHintedExpression(Py.TypeHintedExpression, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitTypeHintedExpression(Py.TypeHintedExpression, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitTypeHintedExpression(Py.TypeHintedExpression, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitTypeParameter(J.TypeParameter, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitUnary(J.Unary, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitVariable(J.VariableDeclarations.NamedVariable, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitVariableDeclarations(J.VariableDeclarations, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitVariableScope(Py.VariableScope, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitVariableScope(Py.VariableScope, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitVariableScope(Py.VariableScope, P) - Method in class org.openrewrite.python.PythonVisitor
 
visitWhileLoop(J.WhileLoop, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitWildcard(J.Wildcard, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitYield(J.Yield, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitYieldFrom(Py.YieldFrom, PrintOutputCapture<P>) - Method in class org.openrewrite.python.internal.PythonPrinter
 
visitYieldFrom(Py.YieldFrom, P) - Method in class org.openrewrite.python.PythonIsoVisitor
 
visitYieldFrom(Py.YieldFrom, P) - Method in class org.openrewrite.python.PythonVisitor
 

W

WILDCARD - Enum constant in enum class org.openrewrite.python.tree.Py.MatchCase.Pattern.Kind
 
withCharset(Charset) - Method in class org.openrewrite.python.tree.Py.CompilationUnit
 
withChildren(List<Expression>) - Method in class org.openrewrite.python.tree.Py.MatchCase.Pattern
 
withChildren(JContainer<Expression>) - Method in class org.openrewrite.python.tree.Py.MatchCase.Pattern.Padding
 
withClasses(List<J.ClassDeclaration>) - Method in class org.openrewrite.python.tree.Py.CompilationUnit
 
withDebug(boolean) - Method in class org.openrewrite.python.tree.Py.FormattedString.Value
 
withDebug(JRightPadded<Boolean>) - Method in class org.openrewrite.python.tree.Py.FormattedString.Value.Padding
 
withElements(List<Expression>) - Method in class org.openrewrite.python.tree.Py.CollectionLiteral
 
withElements(List<Expression>) - Method in class org.openrewrite.python.tree.Py.DictLiteral
 
withElements(JContainer<Expression>) - Method in class org.openrewrite.python.tree.Py.CollectionLiteral.Padding
 
withElements(JContainer<Expression>) - Method in class org.openrewrite.python.tree.Py.DictLiteral.Padding
 
withElseBlock(J.Block) - Method in class org.openrewrite.python.tree.Py.TrailingElseWrapper
 
withElseBlock(JLeftPadded<J.Block>) - Method in class org.openrewrite.python.tree.Py.TrailingElseWrapper.Padding
 
withExpression(Expression) - Method in class org.openrewrite.python.tree.Py.FormattedString.Value
 
withExpression(JRightPadded<Expression>) - Method in class org.openrewrite.python.tree.Py.FormattedString.Value.Padding
 
withFrom(JRightPadded<NameTree>) - Method in class org.openrewrite.python.tree.Py.MultiImport.Padding
 
withFrom(Expression) - Method in class org.openrewrite.python.tree.Py.ErrorFrom
 
withFrom(JLeftPadded<Expression>) - Method in class org.openrewrite.python.tree.Py.ErrorFrom.Padding
 
withFrom(NameTree) - Method in class org.openrewrite.python.tree.Py.MultiImport
 
withGuard(Expression) - Method in class org.openrewrite.python.tree.Py.MatchCase
 
withGuard(JLeftPadded<Expression>) - Method in class org.openrewrite.python.tree.Py.MatchCase.Padding
 
withImports(List<J.Import>) - Method in class org.openrewrite.python.tree.Py.CompilationUnit
 
withImports(List<JRightPadded<J.Import>>) - Method in class org.openrewrite.python.tree.Py.CompilationUnit.Padding
 
withIteratedList(Expression) - Method in class org.openrewrite.python.tree.Py.ComprehensionExpression.Clause
 
withIteratedList(JLeftPadded<Expression>) - Method in class org.openrewrite.python.tree.Py.ComprehensionExpression.Clause.Padding
 
withKey(Expression) - Method in class org.openrewrite.python.tree.Py.KeyValue
 
withKey(JRightPadded<Expression>) - Method in class org.openrewrite.python.tree.Py.KeyValue.Padding
 
withMarkers(Markers) - Method in class org.openrewrite.python.tree.Py.ExpressionStatement
 
withMarkers(Markers) - Method in class org.openrewrite.python.tree.Py.StatementExpression
 
withNames(List<J.Identifier>) - Method in class org.openrewrite.python.tree.Py.VariableScope
 
withNames(List<J.Import>) - Method in class org.openrewrite.python.tree.Py.MultiImport
 
withNames(List<JRightPadded<J.Identifier>>) - Method in class org.openrewrite.python.tree.Py.VariableScope.Padding
 
withNames(JContainer<J.Import>) - Method in class org.openrewrite.python.tree.Py.MultiImport.Padding
 
withOperator(JLeftPadded<Py.Binary.Type>) - Method in class org.openrewrite.python.tree.Py.Binary.Padding
 
withOperator(Py.Binary.Type) - Method in class org.openrewrite.python.tree.Py.Binary
 
withPackageDeclaration(J.Package) - Method in class org.openrewrite.python.tree.Py.CompilationUnit
 
withPrefix(Space) - Method in class org.openrewrite.python.tree.Py.ExpressionStatement
 
withPrefix(Space) - Method in class org.openrewrite.python.tree.Py.StatementExpression
 
withStart(Expression) - Method in class org.openrewrite.python.tree.Py.Slice
 
withStart(JRightPadded<Expression>) - Method in class org.openrewrite.python.tree.Py.Slice.Padding
 
withStatements(List<JRightPadded<Statement>>) - Method in class org.openrewrite.python.tree.Py.CompilationUnit.Padding
 
withStatements(List<Statement>) - Method in class org.openrewrite.python.tree.Py.CompilationUnit
 
withStep(Expression) - Method in class org.openrewrite.python.tree.Py.Slice
 
withStep(JRightPadded<Expression>) - Method in class org.openrewrite.python.tree.Py.Slice.Padding
 
withStop(Expression) - Method in class org.openrewrite.python.tree.Py.Slice
 
withStop(JRightPadded<Expression>) - Method in class org.openrewrite.python.tree.Py.Slice.Padding
 
withTargets(List<Expression>) - Method in class org.openrewrite.python.tree.Py.Del
 
withTargets(List<JRightPadded<Expression>>) - Method in class org.openrewrite.python.tree.Py.Del.Padding
 
withType(JavaType) - Method in class org.openrewrite.python.tree.Py.ExpressionStatement
 
withType(JavaType) - Method in class org.openrewrite.python.tree.Py.FormattedString.Value
 
withType(JavaType) - Method in class org.openrewrite.python.tree.Py.FormattedString
 
withType(JavaType) - Method in class org.openrewrite.python.tree.Py.Slice
 
withType(JavaType) - Method in class org.openrewrite.python.tree.Py.StatementExpression
 
withValue(JLeftPadded<Expression>) - Method in class org.openrewrite.python.tree.Py.NamedArgument.Padding
 

Y

YIELD_FROM_PREFIX - Enum constant in enum class org.openrewrite.python.tree.PySpace.Location
 
YieldFrom() - Constructor for class org.openrewrite.python.tree.Py.YieldFrom
 
A B C D E F G I K L M N O P R S T V W Y 
All Classes and Interfaces|All Packages