Index

A B C E F G I N O P S T U V W 
All Classes and Interfaces|All Packages

A

accept(TreeVisitor<R, P>, P) - Method in interface org.openrewrite.csharp.tree.Cs
 
acceptCSharp(CSharpVisitor<P>, P) - Method in interface org.openrewrite.csharp.tree.Cs
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.AnnotatedStatement
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.ArrayRankSpecifier
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.AssignmentOperation
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.AttributeList
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.AwaitExpression
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.Binary
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.CollectionExpression
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.ExpressionStatement
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.ExternAlias
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.InterpolatedString
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.Interpolation
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.NamedArgument
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.NullSafeExpression
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.PropertyDeclaration
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.StatementExpression
 
acceptCSharp(CSharpVisitor<P>, P) - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective
 
ANNOTATED_STATEMENT_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
AnnotatedStatement() - Constructor for class org.openrewrite.csharp.tree.Cs.AnnotatedStatement
 
ARRAY_RANK_SPECIFIER_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
ARRAY_RANK_SPECIFIER_SIZE - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
ARRAY_RANK_SPECIFIER_SIZE_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
ARRAY_RANK_SPECIFIER_SIZES - Enum constant in enum class org.openrewrite.csharp.tree.CsContainer.Location
 
ARRAY_RANK_SPECIFIER_SIZES - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
ArrayRankSpecifier() - Constructor for class org.openrewrite.csharp.tree.Cs.ArrayRankSpecifier
 
As - Enum constant in enum class org.openrewrite.csharp.tree.Cs.Binary.OperatorType
 
ASSIGNMENT_OPERATION_OPERATOR - Enum constant in enum class org.openrewrite.csharp.tree.CsLeftPadded.Location
 
ASSIGNMENT_OPERATION_OPERATOR - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
ASSIGNMENT_OPERATION_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
AssignmentOperation() - Constructor for class org.openrewrite.csharp.tree.Cs.AssignmentOperation
 
ATTRIBUTE_LIST_ATTRIBUTES - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
ATTRIBUTE_LIST_ATTRIBUTES_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
ATTRIBUTE_LIST_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
ATTRIBUTE_LIST_TARGET - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
ATTRIBUTE_LIST_TARGET_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
AttributeList() - Constructor for class org.openrewrite.csharp.tree.Cs.AttributeList
 
AWAIT_EXPRESSION_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
AwaitExpression() - Constructor for class org.openrewrite.csharp.tree.Cs.AwaitExpression
 

B

Binary() - Constructor for class org.openrewrite.csharp.tree.Cs.Binary
 
BINARY_OPERATOR - Enum constant in enum class org.openrewrite.csharp.tree.CsLeftPadded.Location
 
BINARY_OPERATOR - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
BINARY_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
BLOCK_SCOPE_NAMESPACE_DECLARATION_END - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
BLOCK_SCOPE_NAMESPACE_DECLARATION_EXTERNS - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
BLOCK_SCOPE_NAMESPACE_DECLARATION_EXTERNS_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
BLOCK_SCOPE_NAMESPACE_DECLARATION_MEMBERS - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
BLOCK_SCOPE_NAMESPACE_DECLARATION_MEMBERS_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
BLOCK_SCOPE_NAMESPACE_DECLARATION_NAME - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
BLOCK_SCOPE_NAMESPACE_DECLARATION_NAME_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
BLOCK_SCOPE_NAMESPACE_DECLARATION_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
BLOCK_SCOPE_NAMESPACE_DECLARATION_USINGS - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
BLOCK_SCOPE_NAMESPACE_DECLARATION_USINGS_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
BlockScopeNamespaceDeclaration() - Constructor for class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration
 

C

COLLECTION_EXPRESSION_ELEMENTS - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
COLLECTION_EXPRESSION_ELEMENTS_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
COLLECTION_EXPRESSION_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
CollectionExpression() - Constructor for class org.openrewrite.csharp.tree.Cs.CollectionExpression
 
COMPILATION_UNIT_EXTERNS - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
COMPILATION_UNIT_EXTERNS_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
COMPILATION_UNIT_MEMBERS - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
COMPILATION_UNIT_MEMBERS_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
COMPILATION_UNIT_USINGS - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
COMPILATION_UNIT_USINGS_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
CompilationUnit() - Constructor for class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
Cs - Interface in org.openrewrite.csharp.tree
 
Cs.AnnotatedStatement - Class in org.openrewrite.csharp.tree
 
Cs.ArrayRankSpecifier - Class in org.openrewrite.csharp.tree
 
Cs.ArrayRankSpecifier.Padding - Class in org.openrewrite.csharp.tree
 
Cs.AssignmentOperation - Class in org.openrewrite.csharp.tree
 
Cs.AssignmentOperation.OperatorType - Enum Class in org.openrewrite.csharp.tree
 
Cs.AssignmentOperation.Padding - Class in org.openrewrite.csharp.tree
 
Cs.AttributeList - Class in org.openrewrite.csharp.tree
 
Cs.AttributeList.Padding - Class in org.openrewrite.csharp.tree
 
Cs.AwaitExpression - Class in org.openrewrite.csharp.tree
 
Cs.Binary - Class in org.openrewrite.csharp.tree
 
Cs.Binary.OperatorType - Enum Class in org.openrewrite.csharp.tree
 
Cs.Binary.Padding - Class in org.openrewrite.csharp.tree
 
Cs.BlockScopeNamespaceDeclaration - Class in org.openrewrite.csharp.tree
 
Cs.BlockScopeNamespaceDeclaration.Padding - Class in org.openrewrite.csharp.tree
 
Cs.CollectionExpression - Class in org.openrewrite.csharp.tree
 
Cs.CollectionExpression.Padding - Class in org.openrewrite.csharp.tree
 
Cs.CompilationUnit - Class in org.openrewrite.csharp.tree
 
Cs.CompilationUnit.Padding - Class in org.openrewrite.csharp.tree
 
Cs.ExpressionStatement - Class in org.openrewrite.csharp.tree
 
Cs.ExternAlias - Class in org.openrewrite.csharp.tree
 
Cs.ExternAlias.Padding - Class in org.openrewrite.csharp.tree
 
Cs.FileScopeNamespaceDeclaration - Class in org.openrewrite.csharp.tree
 
Cs.FileScopeNamespaceDeclaration.Padding - Class in org.openrewrite.csharp.tree
 
Cs.InterpolatedString - Class in org.openrewrite.csharp.tree
 
Cs.InterpolatedString.Padding - Class in org.openrewrite.csharp.tree
 
Cs.Interpolation - Class in org.openrewrite.csharp.tree
 
Cs.Interpolation.Padding - Class in org.openrewrite.csharp.tree
 
Cs.NamedArgument - Class in org.openrewrite.csharp.tree
 
Cs.NamedArgument.Padding - Class in org.openrewrite.csharp.tree
 
Cs.NullSafeExpression - Class in org.openrewrite.csharp.tree
 
Cs.NullSafeExpression.Padding - Class in org.openrewrite.csharp.tree
 
Cs.PropertyDeclaration - Class in org.openrewrite.csharp.tree
 
Cs.PropertyDeclaration.Padding - Class in org.openrewrite.csharp.tree
 
Cs.StatementExpression - Class in org.openrewrite.csharp.tree
 
Cs.UsingDirective - Class in org.openrewrite.csharp.tree
 
Cs.UsingDirective.Padding - Class in org.openrewrite.csharp.tree
 
CsContainer - Class in org.openrewrite.csharp.tree
 
CsContainer() - Constructor for class org.openrewrite.csharp.tree.CsContainer
 
CsContainer.Location - Enum Class in org.openrewrite.csharp.tree
 
CSharpIsoVisitor<P> - Class in org.openrewrite.csharp
 
CSharpIsoVisitor() - Constructor for class org.openrewrite.csharp.CSharpIsoVisitor
 
CSharpPrinter<P> - Class in org.openrewrite.csharp
 
CSharpPrinter() - Constructor for class org.openrewrite.csharp.CSharpPrinter
 
CSharpVisitor<P> - Class in org.openrewrite.csharp
 
CSharpVisitor() - Constructor for class org.openrewrite.csharp.CSharpVisitor
 
CsLeftPadded - Class in org.openrewrite.csharp.tree
 
CsLeftPadded() - Constructor for class org.openrewrite.csharp.tree.CsLeftPadded
 
CsLeftPadded.Location - Enum Class in org.openrewrite.csharp.tree
 
CsRightPadded - Interface in org.openrewrite.csharp.tree
 
CsRightPadded.Location - Enum Class in org.openrewrite.csharp.tree
 
CsSpace - Class in org.openrewrite.csharp.tree
 
CsSpace() - Constructor for class org.openrewrite.csharp.tree.CsSpace
 
CsSpace.Location - Enum Class in org.openrewrite.csharp.tree
 

E

EXPRESSION_STATEMENT_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
ExpressionStatement() - Constructor for class org.openrewrite.csharp.tree.Cs.ExpressionStatement
 
EXTERN_ALIAS - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
EXTERN_ALIAS_IDENTIFIER - Enum constant in enum class org.openrewrite.csharp.tree.CsLeftPadded.Location
 
EXTERN_ALIAS_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
ExternAlias() - Constructor for class org.openrewrite.csharp.tree.Cs.ExternAlias
 

F

FILE_SCOPE_NAMESPACE_DECLARATION_EXTERNS - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
FILE_SCOPE_NAMESPACE_DECLARATION_EXTERNS_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
FILE_SCOPE_NAMESPACE_DECLARATION_MEMBERS - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
FILE_SCOPE_NAMESPACE_DECLARATION_MEMBERS_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
FILE_SCOPE_NAMESPACE_DECLARATION_NAME - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
FILE_SCOPE_NAMESPACE_DECLARATION_NAME_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
FILE_SCOPE_NAMESPACE_DECLARATION_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
FILE_SCOPE_NAMESPACE_DECLARATION_USINGS - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
FILE_SCOPE_NAMESPACE_DECLARATION_USINGS_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
FileScopeNamespaceDeclaration() - Constructor for class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration
 

G

getAfterLocation() - Method in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
getAlias() - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective
 
getAlias() - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective.Padding
 
getAlignment() - Method in class org.openrewrite.csharp.tree.Cs.Interpolation
 
getAlignment() - Method in class org.openrewrite.csharp.tree.Cs.Interpolation.Padding
 
getAttributes() - Method in class org.openrewrite.csharp.tree.Cs.AttributeList
 
getAttributes() - Method in class org.openrewrite.csharp.tree.Cs.AttributeList.Padding
 
getBeforeLocation() - Method in enum class org.openrewrite.csharp.tree.CsContainer.Location
 
getBeforeLocation() - Method in enum class org.openrewrite.csharp.tree.CsLeftPadded.Location
 
getCharset() - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
getClasses() - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.AnnotatedStatement
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.ArrayRankSpecifier
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.AssignmentOperation
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.AwaitExpression
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.Binary
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.CollectionExpression
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.ExpressionStatement
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.ExternAlias
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.InterpolatedString
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.Interpolation
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.NamedArgument
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.NullSafeExpression
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.PropertyDeclaration
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.StatementExpression
 
getCoordinates() - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective
 
getElementLocation() - Method in enum class org.openrewrite.csharp.tree.CsContainer.Location
 
getElements() - Method in class org.openrewrite.csharp.tree.Cs.CollectionExpression
 
getElements() - Method in class org.openrewrite.csharp.tree.Cs.CollectionExpression.Padding
 
getExpression() - Method in class org.openrewrite.csharp.tree.Cs.Interpolation
 
getExpression() - Method in class org.openrewrite.csharp.tree.Cs.Interpolation.Padding
 
getExpression() - Method in class org.openrewrite.csharp.tree.Cs.NullSafeExpression
 
getExpression() - Method in class org.openrewrite.csharp.tree.Cs.NullSafeExpression.Padding
 
getExterns() - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration
 
getExterns() - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration.Padding
 
getExterns() - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
getExterns() - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit.Padding
 
getExterns() - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration
 
getExterns() - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration.Padding
 
getFormat() - Method in class org.openrewrite.csharp.tree.Cs.Interpolation
 
getFormat() - Method in class org.openrewrite.csharp.tree.Cs.Interpolation.Padding
 
getGlobal() - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective.Padding
 
getIdentifier() - Method in class org.openrewrite.csharp.tree.Cs.ExternAlias.Padding
 
getImports() - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
getImports() - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit.Padding
 
getInitializer() - Method in class org.openrewrite.csharp.tree.Cs.PropertyDeclaration
 
getInitializer() - Method in class org.openrewrite.csharp.tree.Cs.PropertyDeclaration.Padding
 
getInterfaceSpecifier() - Method in class org.openrewrite.csharp.tree.Cs.PropertyDeclaration
 
getInterfaceSpecifier() - Method in class org.openrewrite.csharp.tree.Cs.PropertyDeclaration.Padding
 
getMembers() - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration
 
getMembers() - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration.Padding
 
getMembers() - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
getMembers() - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit.Padding
 
getMembers() - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration
 
getMembers() - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration.Padding
 
getName() - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration
 
getName() - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration.Padding
 
getName() - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration
 
getName() - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration.Padding
 
getNameColumn() - Method in class org.openrewrite.csharp.tree.Cs.NamedArgument
 
getNameColumn() - Method in class org.openrewrite.csharp.tree.Cs.NamedArgument.Padding
 
getOperator() - Method in class org.openrewrite.csharp.tree.Cs.AssignmentOperation
 
getOperator() - Method in class org.openrewrite.csharp.tree.Cs.AssignmentOperation.Padding
 
getOperator() - Method in class org.openrewrite.csharp.tree.Cs.Binary
 
getOperator() - Method in class org.openrewrite.csharp.tree.Cs.Binary.Padding
 
getPackageDeclaration() - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
getPadding() - Method in class org.openrewrite.csharp.tree.Cs.ArrayRankSpecifier
 
getPadding() - Method in class org.openrewrite.csharp.tree.Cs.AssignmentOperation
 
getPadding() - Method in class org.openrewrite.csharp.tree.Cs.AttributeList
 
getPadding() - Method in class org.openrewrite.csharp.tree.Cs.Binary
 
getPadding() - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration
 
getPadding() - Method in class org.openrewrite.csharp.tree.Cs.CollectionExpression
 
getPadding() - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
getPadding() - Method in class org.openrewrite.csharp.tree.Cs.ExternAlias
 
getPadding() - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration
 
getPadding() - Method in class org.openrewrite.csharp.tree.Cs.InterpolatedString
 
getPadding() - Method in class org.openrewrite.csharp.tree.Cs.Interpolation
 
getPadding() - Method in class org.openrewrite.csharp.tree.Cs.NamedArgument
 
getPadding() - Method in class org.openrewrite.csharp.tree.Cs.NullSafeExpression
 
getPadding() - Method in class org.openrewrite.csharp.tree.Cs.PropertyDeclaration
 
getPadding() - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective
 
getParts() - Method in class org.openrewrite.csharp.tree.Cs.InterpolatedString
 
getParts() - Method in class org.openrewrite.csharp.tree.Cs.InterpolatedString.Padding
 
getSideEffects() - Method in class org.openrewrite.csharp.tree.Cs.AssignmentOperation
 
getSideEffects() - Method in class org.openrewrite.csharp.tree.Cs.Binary
 
getSizes() - Method in class org.openrewrite.csharp.tree.Cs.ArrayRankSpecifier
 
getSizes() - Method in class org.openrewrite.csharp.tree.Cs.ArrayRankSpecifier.Padding
 
getStatic() - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective.Padding
 
getTarget() - Method in class org.openrewrite.csharp.tree.Cs.AttributeList
 
getTarget() - Method in class org.openrewrite.csharp.tree.Cs.AttributeList.Padding
 
getType() - Method in class org.openrewrite.csharp.tree.Cs.ArrayRankSpecifier
 
getType() - Method in class org.openrewrite.csharp.tree.Cs.InterpolatedString
 
getType() - Method in class org.openrewrite.csharp.tree.Cs.Interpolation
 
getType() - Method in class org.openrewrite.csharp.tree.Cs.NamedArgument
 
getType() - Method in class org.openrewrite.csharp.tree.Cs.NullSafeExpression
 
getType() - Method in class org.openrewrite.csharp.tree.Cs.PropertyDeclaration
 
getType() - Method in class org.openrewrite.csharp.tree.Cs.PropertyDeclaration.Padding
 
getType() - Method in class org.openrewrite.csharp.tree.Cs.StatementExpression
 
getTypesInUse() - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
getUnsafe() - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective.Padding
 
getUsings() - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration
 
getUsings() - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration.Padding
 
getUsings() - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
getUsings() - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit.Padding
 
getUsings() - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration
 
getUsings() - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration.Padding
 
getWeight(Predicate<Object>) - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 

I

INTERPOLATED_STRING_PARTS - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
INTERPOLATED_STRING_PARTS_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
INTERPOLATED_STRING_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
InterpolatedString() - Constructor for class org.openrewrite.csharp.tree.Cs.InterpolatedString
 
Interpolation() - Constructor for class org.openrewrite.csharp.tree.Cs.Interpolation
 
INTERPOLATION_ALIGNMENT - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
INTERPOLATION_ALIGNMENT_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
INTERPOLATION_EXPRESSION - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
INTERPOLATION_EXPRESSION_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
INTERPOLATION_FORMAT - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
INTERPOLATION_FORMAT_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
INTERPOLATION_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
isAcceptable(SourceFile, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
isAcceptable(TreeVisitor<?, P>, P) - Method in interface org.openrewrite.csharp.tree.Cs
 
isGlobal() - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective
 
isStatic() - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective
 
isUnsafe() - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective
 

N

NAMED_ARGUMENT_NAME_COLUMN - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
NAMED_ARGUMENT_NAME_COLUMN_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
NAMED_ARGUMENT_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
NamedArgument() - Constructor for class org.openrewrite.csharp.tree.Cs.NamedArgument
 
NULL_SAFE_EXPRESSION_EXPRESSION - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
NULL_SAFE_EXPRESSION_EXPRESSION_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
NULL_SAFE_EXPRESSION_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
NullCoalescing - Enum constant in enum class org.openrewrite.csharp.tree.Cs.AssignmentOperation.OperatorType
 
NullCoalescing - Enum constant in enum class org.openrewrite.csharp.tree.Cs.Binary.OperatorType
 
NullSafeExpression() - Constructor for class org.openrewrite.csharp.tree.Cs.NullSafeExpression
 

O

OmitBraces - Class in org.openrewrite.csharp.marker
 
OmitBraces() - Constructor for class org.openrewrite.csharp.marker.OmitBraces
 
org.openrewrite.csharp - package org.openrewrite.csharp
 
org.openrewrite.csharp.marker - package org.openrewrite.csharp.marker
 
org.openrewrite.csharp.tree - package org.openrewrite.csharp.tree
 

P

Padding() - Constructor for class org.openrewrite.csharp.tree.Cs.ArrayRankSpecifier.Padding
 
Padding() - Constructor for class org.openrewrite.csharp.tree.Cs.AssignmentOperation.Padding
 
Padding() - Constructor for class org.openrewrite.csharp.tree.Cs.AttributeList.Padding
 
Padding() - Constructor for class org.openrewrite.csharp.tree.Cs.Binary.Padding
 
Padding() - Constructor for class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration.Padding
 
Padding() - Constructor for class org.openrewrite.csharp.tree.Cs.CollectionExpression.Padding
 
Padding() - Constructor for class org.openrewrite.csharp.tree.Cs.CompilationUnit.Padding
 
Padding() - Constructor for class org.openrewrite.csharp.tree.Cs.ExternAlias.Padding
 
Padding() - Constructor for class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration.Padding
 
Padding() - Constructor for class org.openrewrite.csharp.tree.Cs.InterpolatedString.Padding
 
Padding() - Constructor for class org.openrewrite.csharp.tree.Cs.Interpolation.Padding
 
Padding() - Constructor for class org.openrewrite.csharp.tree.Cs.NamedArgument.Padding
 
Padding() - Constructor for class org.openrewrite.csharp.tree.Cs.NullSafeExpression.Padding
 
Padding() - Constructor for class org.openrewrite.csharp.tree.Cs.PropertyDeclaration.Padding
 
Padding() - Constructor for class org.openrewrite.csharp.tree.Cs.UsingDirective.Padding
 
printer(Cursor) - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
PROPERTY_DECLARATION_EXPRESSION_BODY - Enum constant in enum class org.openrewrite.csharp.tree.CsLeftPadded.Location
 
PROPERTY_DECLARATION_EXPRESSION_BODY - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
PROPERTY_DECLARATION_INITIALIZER - Enum constant in enum class org.openrewrite.csharp.tree.CsLeftPadded.Location
 
PROPERTY_DECLARATION_INITIALIZER - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
PROPERTY_DECLARATION_INTERFACE_SPECIFIER - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
PROPERTY_DECLARATION_INTERFACE_SPECIFIER_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
PROPERTY_DECLARATION_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
PropertyDeclaration() - Constructor for class org.openrewrite.csharp.tree.Cs.PropertyDeclaration
 

S

SingleExpressionBlock - Class in org.openrewrite.csharp.marker
 
SingleExpressionBlock() - Constructor for class org.openrewrite.csharp.marker.SingleExpressionBlock
 
STATEMENT_EXPRESSION_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
StatementExpression() - Constructor for class org.openrewrite.csharp.tree.Cs.StatementExpression
 

T

toString() - Method in class org.openrewrite.csharp.tree.Cs.AnnotatedStatement
 
toString() - Method in class org.openrewrite.csharp.tree.Cs.AssignmentOperation
 
toString() - Method in class org.openrewrite.csharp.tree.Cs.AttributeList
 
toString() - Method in class org.openrewrite.csharp.tree.Cs.Binary
 
toString() - Method in class org.openrewrite.csharp.tree.Cs.NamedArgument
 

U

USING_DIRECTIVE_ALIAS - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
USING_DIRECTIVE_ALIAS_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
USING_DIRECTIVE_GLOBAL - Enum constant in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
 
USING_DIRECTIVE_GLOBAL_SUFFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
USING_DIRECTIVE_PREFIX - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
USING_DIRECTIVE_STATIC - Enum constant in enum class org.openrewrite.csharp.tree.CsLeftPadded.Location
 
USING_DIRECTIVE_STATIC - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
USING_DIRECTIVE_UNSAFE - Enum constant in enum class org.openrewrite.csharp.tree.CsLeftPadded.Location
 
USING_DIRECTIVE_UNSAFE - Enum constant in enum class org.openrewrite.csharp.tree.CsSpace.Location
 
UsingDirective() - Constructor for class org.openrewrite.csharp.tree.Cs.UsingDirective
 

V

valueOf(String) - Static method in enum class org.openrewrite.csharp.tree.Cs.AssignmentOperation.OperatorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.csharp.tree.Cs.Binary.OperatorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.csharp.tree.CsContainer.Location
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.csharp.tree.CsLeftPadded.Location
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.csharp.tree.CsRightPadded.Location
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.openrewrite.csharp.tree.CsSpace.Location
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.openrewrite.csharp.tree.Cs.AssignmentOperation.OperatorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.csharp.tree.Cs.Binary.OperatorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.openrewrite.csharp.tree.CsContainer.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.csharp.tree.CsLeftPadded.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.csharp.tree.CsRightPadded.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.csharp.tree.CsSpace.Location
Returns an array containing the constants of this enum class, in the order they are declared.
visit(Tree, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitAnnotatedStatement(Cs.AnnotatedStatement, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitAnnotatedStatement(Cs.AnnotatedStatement, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitAnnotatedStatement(Cs.AnnotatedStatement, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitAnnotatedType(J.AnnotatedType, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitAnnotation(J.Annotation, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitArrayAccess(J.ArrayAccess, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitArrayDimension(J.ArrayDimension, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitArrayRankSpecifier(Cs.ArrayRankSpecifier, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitArrayRankSpecifier(Cs.ArrayRankSpecifier, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitArrayRankSpecifier(Cs.ArrayRankSpecifier, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitArrayType(J.ArrayType, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitAssert(J.Assert, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitAssignment(J.Assignment, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitAssignmentOperation(Cs.AssignmentOperation, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitAssignmentOperation(Cs.AssignmentOperation, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitAssignmentOperation(Cs.AssignmentOperation, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitAssignmentOperation(J.AssignmentOperation, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitAttributeList(Cs.AttributeList, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitAttributeList(Cs.AttributeList, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitAttributeList(Cs.AttributeList, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitAwaitExpression(Cs.AwaitExpression, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitAwaitExpression(Cs.AwaitExpression, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitAwaitExpression(Cs.AwaitExpression, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitBinary(Cs.Binary, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitBinary(Cs.Binary, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitBinary(Cs.Binary, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitBinary(J.Binary, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitBlock(J.Block, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitBlockScopeNamespaceDeclaration(Cs.BlockScopeNamespaceDeclaration, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitBlockScopeNamespaceDeclaration(Cs.BlockScopeNamespaceDeclaration, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitBlockScopeNamespaceDeclaration(Cs.BlockScopeNamespaceDeclaration, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitBreak(J.Break, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitCase(J.Case, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitClassDeclaration(J.ClassDeclaration, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitCollectionExpression(Cs.CollectionExpression, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitCollectionExpression(Cs.CollectionExpression, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitCollectionExpression(Cs.CollectionExpression, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitCompilationUnit(Cs.CompilationUnit, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitCompilationUnit(Cs.CompilationUnit, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitCompilationUnit(Cs.CompilationUnit, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitContainer(String, JContainer<? extends J>, CsContainer.Location, String, String, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitContainer(JContainer<J2>, CsContainer.Location, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitContinue(J.Continue, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitControlParentheses(J.ControlParentheses<J2>, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitDoWhileLoop(J.DoWhileLoop, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitEmpty(J.Empty, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitEnumValue(J.EnumValue, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitEnumValueSet(J.EnumValueSet, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitExpressionStatement(Cs.ExpressionStatement, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitExpressionStatement(Cs.ExpressionStatement, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitExpressionStatement(Cs.ExpressionStatement, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitExternAlias(Cs.ExternAlias, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitExternAlias(Cs.ExternAlias, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitExternAlias(Cs.ExternAlias, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitFieldAccess(J.FieldAccess, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitFileScopeNamespaceDeclaration(Cs.FileScopeNamespaceDeclaration, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitFileScopeNamespaceDeclaration(Cs.FileScopeNamespaceDeclaration, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitFileScopeNamespaceDeclaration(Cs.FileScopeNamespaceDeclaration, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitForEachLoop(J.ForEachLoop, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitForLoop(J.ForLoop, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitIdentifier(J.Identifier, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitIf(J.If, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitImport(J.Import, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitInstanceOf(J.InstanceOf, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitInterpolatedString(Cs.InterpolatedString, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitInterpolatedString(Cs.InterpolatedString, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitInterpolatedString(Cs.InterpolatedString, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitInterpolation(Cs.Interpolation, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitInterpolation(Cs.Interpolation, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitInterpolation(Cs.Interpolation, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitIntersectionType(J.IntersectionType, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitLabel(J.Label, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitLambda(J.Lambda, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitLeftPadded(String, JLeftPadded<? extends J>, CsLeftPadded.Location, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitLeftPadded(JLeftPadded<T>, CsLeftPadded.Location, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitLiteral(J.Literal, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitMarker(Marker, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitMemberReference(J.MemberReference, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitMethodDeclaration(J.MethodDeclaration, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitMethodInvocation(J.MethodInvocation, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitMultiCatch(J.MultiCatch, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitNamedArgument(Cs.NamedArgument, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitNamedArgument(Cs.NamedArgument, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitNamedArgument(Cs.NamedArgument, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitNewArray(J.NewArray, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitNewClass(J.NewClass, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitNullableType(J.NullableType, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitNullSafeExpression(Cs.NullSafeExpression, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitNullSafeExpression(Cs.NullSafeExpression, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitNullSafeExpression(Cs.NullSafeExpression, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitPackage(J.Package, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitParameterizedType(J.ParameterizedType, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitParentheses(J.Parentheses<J2>, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitParenthesizedTypeTree(J.ParenthesizedTypeTree, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitPrimitive(J.Primitive, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitPropertyDeclaration(Cs.PropertyDeclaration, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitPropertyDeclaration(Cs.PropertyDeclaration, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitPropertyDeclaration(Cs.PropertyDeclaration, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitReturn(J.Return, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitRightPadded(JRightPadded<T>, CsRightPadded.Location, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitRightPadded(List<? extends JRightPadded<? extends J>>, CsRightPadded.Location, String, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitSpace(Space, CsSpace.Location, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitSpace(Space, CsSpace.Location, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitSpace(Space, Space.Location, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitStatement(JRightPadded<Statement>, CsRightPadded.Location, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitStatementExpression(Cs.StatementExpression, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitStatementExpression(Cs.StatementExpression, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitStatements(String, JContainer<Statement>, CsContainer.Location, String, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitStatements(List<JRightPadded<Statement>>, CsRightPadded.Location, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitSwitch(J.Switch, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitSwitchExpression(J.SwitchExpression, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitSynchronized(J.Synchronized, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitTernary(J.Ternary, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitThrow(J.Throw, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitTry(J.Try, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitTypeCast(J.TypeCast, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitTypeParameter(J.TypeParameter, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitUnary(J.Unary, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitUnknown(J.Unknown, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitUsingDirective(Cs.UsingDirective, PrintOutputCapture<P>) - Method in class org.openrewrite.csharp.CSharpPrinter
 
visitUsingDirective(Cs.UsingDirective, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitUsingDirective(Cs.UsingDirective, P) - Method in class org.openrewrite.csharp.CSharpVisitor
 
visitVariableDeclarations(J.VariableDeclarations, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitWhileLoop(J.WhileLoop, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitWildcard(J.Wildcard, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 
visitYield(J.Yield, P) - Method in class org.openrewrite.csharp.CSharpIsoVisitor
 

W

withAlias(J.Identifier) - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective
 
withAlias(JRightPadded<J.Identifier>) - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective.Padding
 
withAlignment(Expression) - Method in class org.openrewrite.csharp.tree.Cs.Interpolation
 
withAlignment(JRightPadded<Expression>) - Method in class org.openrewrite.csharp.tree.Cs.Interpolation.Padding
 
withAttributes(List<J.Annotation>) - Method in class org.openrewrite.csharp.tree.Cs.AttributeList
 
withAttributes(List<JRightPadded<J.Annotation>>) - Method in class org.openrewrite.csharp.tree.Cs.AttributeList.Padding
 
withCharset(Charset) - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
withClasses(List<J.ClassDeclaration>) - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
withElements(List<Expression>) - Method in class org.openrewrite.csharp.tree.Cs.CollectionExpression
 
withElements(List<JRightPadded<Expression>>) - Method in class org.openrewrite.csharp.tree.Cs.CollectionExpression.Padding
 
withExpression(Expression) - Method in class org.openrewrite.csharp.tree.Cs.Interpolation
 
withExpression(Expression) - Method in class org.openrewrite.csharp.tree.Cs.NullSafeExpression
 
withExpression(JRightPadded<Expression>) - Method in class org.openrewrite.csharp.tree.Cs.Interpolation.Padding
 
withExpression(JRightPadded<Expression>) - Method in class org.openrewrite.csharp.tree.Cs.NullSafeExpression.Padding
 
withExterns(List<Cs.ExternAlias>) - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration
 
withExterns(List<Cs.ExternAlias>) - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
withExterns(List<Cs.ExternAlias>) - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration
 
withExterns(List<JRightPadded<Cs.ExternAlias>>) - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration.Padding
 
withExterns(List<JRightPadded<Cs.ExternAlias>>) - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit.Padding
 
withExterns(List<JRightPadded<Cs.ExternAlias>>) - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration.Padding
 
withFormat(Expression) - Method in class org.openrewrite.csharp.tree.Cs.Interpolation
 
withFormat(JRightPadded<Expression>) - Method in class org.openrewrite.csharp.tree.Cs.Interpolation.Padding
 
withGlobal(boolean) - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective
 
withGlobal(JRightPadded<Boolean>) - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective.Padding
 
withIdentifier(JLeftPadded<J.Identifier>) - Method in class org.openrewrite.csharp.tree.Cs.ExternAlias.Padding
 
withImports(List<J.Import>) - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
withImports(List<JRightPadded<J.Import>>) - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit.Padding
 
withInitializer(Expression) - Method in class org.openrewrite.csharp.tree.Cs.PropertyDeclaration
 
withInitializer(JLeftPadded<Expression>) - Method in class org.openrewrite.csharp.tree.Cs.PropertyDeclaration.Padding
 
withInterfaceSpecifier(JRightPadded<NameTree>) - Method in class org.openrewrite.csharp.tree.Cs.PropertyDeclaration.Padding
 
withInterfaceSpecifier(NameTree) - Method in class org.openrewrite.csharp.tree.Cs.PropertyDeclaration
 
withMembers(List<JRightPadded<Statement>>) - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration.Padding
 
withMembers(List<JRightPadded<Statement>>) - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit.Padding
 
withMembers(List<JRightPadded<Statement>>) - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration.Padding
 
withMembers(List<Statement>) - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration
 
withMembers(List<Statement>) - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
withMembers(List<Statement>) - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration
 
withName(Expression) - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration
 
withName(Expression) - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration
 
withName(JRightPadded<Expression>) - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration.Padding
 
withName(JRightPadded<Expression>) - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration.Padding
 
withNameColumn(J.Identifier) - Method in class org.openrewrite.csharp.tree.Cs.NamedArgument
 
withNameColumn(JRightPadded<J.Identifier>) - Method in class org.openrewrite.csharp.tree.Cs.NamedArgument.Padding
 
withOperator(Cs.AssignmentOperation.OperatorType) - Method in class org.openrewrite.csharp.tree.Cs.AssignmentOperation
 
withOperator(Cs.Binary.OperatorType) - Method in class org.openrewrite.csharp.tree.Cs.Binary
 
withOperator(JLeftPadded<Cs.AssignmentOperation.OperatorType>) - Method in class org.openrewrite.csharp.tree.Cs.AssignmentOperation.Padding
 
withOperator(JLeftPadded<Cs.Binary.OperatorType>) - Method in class org.openrewrite.csharp.tree.Cs.Binary.Padding
 
withPackageDeclaration(J.Package) - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
withParts(List<Expression>) - Method in class org.openrewrite.csharp.tree.Cs.InterpolatedString
 
withParts(List<JRightPadded<Expression>>) - Method in class org.openrewrite.csharp.tree.Cs.InterpolatedString.Padding
 
withSizes(JContainer<Expression>) - Method in class org.openrewrite.csharp.tree.Cs.ArrayRankSpecifier.Padding
 
withSizes(List<Expression>) - Method in class org.openrewrite.csharp.tree.Cs.ArrayRankSpecifier
 
withStatic(boolean) - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective
 
withStatic(JLeftPadded<Boolean>) - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective.Padding
 
withTarget(J.Identifier) - Method in class org.openrewrite.csharp.tree.Cs.AttributeList
 
withTarget(JRightPadded<J.Identifier>) - Method in class org.openrewrite.csharp.tree.Cs.AttributeList.Padding
 
withType(JavaType) - Method in class org.openrewrite.csharp.tree.Cs.ArrayRankSpecifier
 
withType(JavaType) - Method in class org.openrewrite.csharp.tree.Cs.InterpolatedString
 
withType(JavaType) - Method in class org.openrewrite.csharp.tree.Cs.Interpolation
 
withType(JavaType) - Method in class org.openrewrite.csharp.tree.Cs.NamedArgument
 
withType(JavaType) - Method in class org.openrewrite.csharp.tree.Cs.NullSafeExpression
 
withType(JavaType) - Method in class org.openrewrite.csharp.tree.Cs.PropertyDeclaration
 
withType(JavaType) - Method in class org.openrewrite.csharp.tree.Cs.StatementExpression
 
withType(TypeTree) - Method in class org.openrewrite.csharp.tree.Cs.PropertyDeclaration.Padding
 
withUnsafe(boolean) - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective
 
withUnsafe(JLeftPadded<Boolean>) - Method in class org.openrewrite.csharp.tree.Cs.UsingDirective.Padding
 
withUsings(List<Cs.UsingDirective>) - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration
 
withUsings(List<Cs.UsingDirective>) - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit
 
withUsings(List<Cs.UsingDirective>) - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration
 
withUsings(List<JRightPadded<Cs.UsingDirective>>) - Method in class org.openrewrite.csharp.tree.Cs.BlockScopeNamespaceDeclaration.Padding
 
withUsings(List<JRightPadded<Cs.UsingDirective>>) - Method in class org.openrewrite.csharp.tree.Cs.CompilationUnit.Padding
 
withUsings(List<JRightPadded<Cs.UsingDirective>>) - Method in class org.openrewrite.csharp.tree.Cs.FileScopeNamespaceDeclaration.Padding
 
A B C E F G I N O P S T U V W 
All Classes and Interfaces|All Packages