Index
All Classes and Interfaces|All Packages
A
- addBindings(JCTree.JCCase, JCTree.JCExpression, ListBuffer) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
-
Emits binding variable declarations at the top of a case body.
- addMainBridge(JCTree.JCClassDecl, boolean) - Method in class com.github.bsideup.jabel.FlexibleMainRetrofittingTaskListener
-
Creates a main bridge in the specified class.
- autoStart() - Method in class com.github.bsideup.jabel.JabelCompilerPlugin
-
Make it auto starts on Java 14+.
B
- buildArgCondition(JCTree.JCExpression, Object, Type) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2
- buildCaseBody(JCTree, JCTree.JCCase, JCTree.JCExpression, boolean) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
- buildEnumSwitchCondition(JCTree.JCExpression, boolean, JCTree.JCExpression) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
-
Builds a simple
sel == null ? -1 : sel.ordinal()condition. - buildGuard(JCTree, JCTree.JCExpression, JCTree.JCCase) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
-
Returns the guard expression for a pattern slot (with binding substitution), or null if none.
- buildGuardPreDecls(List, ListBuffer) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
-
Pre-declares variables for record components referenced in a guard.
- buildLabelCondition(JCTree, JCTree.JCExpression) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
- buildTypeSwitchCondition(JCTree.JCExpression, boolean, List, List, JCTree.JCExpression) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
-
Builds a ternary chain and groups the same type-pattern.
C
- captureSelector(JCTree.JCExpression, ListBuffer, boolean) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
- collectBindings(JCTree, JCTree.JCExpression, JCTree.JCCase) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
- com.github.bsideup.jabel - package com.github.bsideup.jabel
- containsMethod(JCTree.JCClassDecl, Name) - Method in class com.github.bsideup.jabel.RecordsRetrofittingTaskListener
- copy(List) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- copy(List, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- copy(T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- copy(Z, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
E
- extractRecordBindings(List, JCTree.JCExpression, List, ListBuffer) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
-
Recursively extract bindings from nested record pattern components.
F
- findPatternSwitches(JCTree) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
- finished(TaskEvent) - Method in class com.github.bsideup.jabel.FlexibleMainRetrofittingTaskListener
- finished(TaskEvent) - Method in class com.github.bsideup.jabel.ImplicitClassesRetrofittingTaskListener
- finished(TaskEvent) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener
- finished(TaskEvent) - Method in class com.github.bsideup.jabel.RecordsRetrofittingTaskListener
-
Remove
Flags.RECORDto avoid invalid ASM reading. - finished(TaskEvent) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
- finished(TaskEvent) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2
- FlexibleMainRetrofittingTaskListener - Class in com.github.bsideup.jabel
-
Will adapts flexible entry points (
void main();, void main(String[]);, static void main();, static void main(String[])) by attempting to create a bridge.
G
- generateEquals(JCTree.JCClassDecl, Name) - Method in class com.github.bsideup.jabel.RecordsRetrofittingTaskListener
- generateEqualsIfNeeded(JCTree.JCClassDecl) - Method in class com.github.bsideup.jabel.RecordsRetrofittingTaskListener
- generateHashCode(JCTree.JCClassDecl) - Method in class com.github.bsideup.jabel.RecordsRetrofittingTaskListener
- generateHashcodeIfNeeded(JCTree.JCClassDecl) - Method in class com.github.bsideup.jabel.RecordsRetrofittingTaskListener
- generateToString(JCTree.JCClassDecl) - Method in class com.github.bsideup.jabel.RecordsRetrofittingTaskListener
- generateToStringIfNeeded(JCTree.JCClassDecl) - Method in class com.github.bsideup.jabel.RecordsRetrofittingTaskListener
- getConcatOperator() - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener
- getEnumOrdinal(JCTree.JCExpression) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
- getJavaBasePackages() - Method in class com.github.bsideup.jabel.ImplicitClassesRetrofittingTaskListener
- getName() - Method in class com.github.bsideup.jabel.JabelCompilerPlugin
- getRecordComponentNames(JCTree) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
- getRecordComponents(JCTree.JCClassDecl) - Method in class com.github.bsideup.jabel.RecordsRetrofittingTaskListener
- getRuntimeExceptionConstructor() - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener
I
- ImplicitClassesRetrofittingTaskListener - Class in com.github.bsideup.jabel
-
Because implicit classes import the
java.basemodule, and modules are not yet supported, we need to convert it by adding star import of all exported and existing packages. - init(JavacTask, String...) - Method in class com.github.bsideup.jabel.JabelCompilerPlugin
- injectDefault(JCTree.JCExpression, List) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
-
Injects
default: throw new IncompatibleClassChangeError(...)if no default exists. - injectJavaBaseImports(JCTree.JCCompilationUnit) - Method in class com.github.bsideup.jabel.ImplicitClassesRetrofittingTaskListener
- injectMatchException() - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener
-
Registers a virtual
MatchExceptionsymbol to make the compiler happy. - injectSwitchBootstraps() - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2
-
Registers virtual symbol of missing types to make the compiler happy.
- isMain(JCTree.JCMethodDecl) - Method in class com.github.bsideup.jabel.FlexibleMainRetrofittingTaskListener
- isMatchException(JCTree) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener
- isPrivate(JCTree.JCMethodDecl) - Method in class com.github.bsideup.jabel.FlexibleMainRetrofittingTaskListener
- isStatic(JCTree.JCMethodDecl) - Method in class com.github.bsideup.jabel.FlexibleMainRetrofittingTaskListener
J
- JabelCompilerPlugin - Class in com.github.bsideup.jabel
- JabelCompilerPlugin() - Constructor for class com.github.bsideup.jabel.JabelCompilerPlugin
M
- makeMainBridge(JCTree.JCClassDecl, boolean) - Method in class com.github.bsideup.jabel.FlexibleMainRetrofittingTaskListener
-
If
toLocalMainistrue, a zero-arg constructor must be present. - makeStarImports(List) - Method in class com.github.bsideup.jabel.ImplicitClassesRetrofittingTaskListener
- MatchExceptionFixer() - Constructor for class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
P
- prepareSwichCases(JCTree, JCTree.JCExpression, boolean, boolean, List, List) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
R
- RecordPatternRetrofittingTaskListener - Class in com.github.bsideup.jabel
-
Replaces
MatchExceptioncatch clauses, generated by the compiler for record patterns unpacking, byRuntimeException. - RecordPatternRetrofittingTaskListener(Context) - Constructor for class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener
- RecordPatternRetrofittingTaskListener.MatchExceptionFixer - Class in com.github.bsideup.jabel
- RecordsRetrofittingTaskListener - Class in com.github.bsideup.jabel
-
Will generate
hashCode(),equals()andtoString()methods, and removeFlags.RECORD. - RecordsRetrofittingTaskListener(Context) - Constructor for class com.github.bsideup.jabel.RecordsRetrofittingTaskListener
- RecordsRetrofittingTaskListener.RecordsScanner - Class in com.github.bsideup.jabel
- RecordsScanner() - Constructor for class com.github.bsideup.jabel.RecordsRetrofittingTaskListener.RecordsScanner
- replaceSwitchSelector(JCTree.JCExpression) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2
- result - Variable in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- result - Variable in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- result - Variable in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
S
- started(TaskEvent) - Method in class com.github.bsideup.jabel.FlexibleMainRetrofittingTaskListener
- started(TaskEvent) - Method in class com.github.bsideup.jabel.ImplicitClassesRetrofittingTaskListener
- started(TaskEvent) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener
- started(TaskEvent) - Method in class com.github.bsideup.jabel.RecordsRetrofittingTaskListener
- started(TaskEvent) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
- started(TaskEvent) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2
- SwitchFixer() - Constructor for class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- SwitchRetrofittingTaskListener - Class in com.github.bsideup.jabel
-
Transforms modern switch constructs (Java 17+) into Java 8 compatible code.
- SwitchRetrofittingTaskListener(Context) - Constructor for class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
- SwitchRetrofittingTaskListener.SwitchTranslator - Class in com.github.bsideup.jabel
- SwitchRetrofittingTaskListener.SymTreeCopier<T> - Class in com.github.bsideup.jabel
-
TreeCopierthat preserves types and symbols. - SwitchRetrofittingTaskListener2 - Class in com.github.bsideup.jabel
-
Replacesand
invalid reference
SwitchBootstraps#typeSwitchby a ternary chains.invalid reference
SwitchBootstraps#enumSwitch - SwitchRetrofittingTaskListener2(Context) - Constructor for class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2
- SwitchRetrofittingTaskListener2.SwitchFixer - Class in com.github.bsideup.jabel
- SwitchTranslator() - Constructor for class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- SymTreeCopier(TreeMaker) - Constructor for class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
T
- transformClass(JCTree.JCClassDecl) - Method in class com.github.bsideup.jabel.FlexibleMainRetrofittingTaskListener
- transformSwitch(JCTree, JCTree.JCExpression, List, boolean, JCTree.JCExpression) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener
-
Builds the standard switch from a pattern/null switch.
- translate(List) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- translate(List) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- translate(List) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- translate(T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- translate(T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
-
Manually translate
JCTree.JCSwitchExpressionandJCTree.LetExprto keep source compatibility. - translate(T) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- translateAnnotations(List) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- translateAnnotations(List) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- translateAnnotations(List) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- translateCases(List) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- translateCases(List) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- translateCases(List) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- translateCatchers(List) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- translateCatchers(List) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- translateCatchers(List) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- translateTypeParams(List) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- translateTypeParams(List) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- translateTypeParams(List) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- translateVarDefs(List) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- translateVarDefs(List) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- translateVarDefs(List) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
V
- visitAnnotatedType(AnnotatedTypeTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitAnnotatedType(JCTree.JCAnnotatedType) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitAnnotatedType(JCTree.JCAnnotatedType) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitAnnotatedType(JCTree.JCAnnotatedType) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitAnnotation(AnnotationTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitAnnotation(JCTree.JCAnnotation) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitAnnotation(JCTree.JCAnnotation) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitAnnotation(JCTree.JCAnnotation) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitAnyPattern(AnyPatternTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitAnyPattern(JCTree.JCAnyPattern) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitAnyPattern(JCTree.JCAnyPattern) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitAnyPattern(JCTree.JCAnyPattern) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitApply(JCTree.JCMethodInvocation) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitApply(JCTree.JCMethodInvocation) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitApply(JCTree.JCMethodInvocation) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitArrayAccess(ArrayAccessTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitArrayType(ArrayTypeTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitAssert(AssertTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitAssert(JCTree.JCAssert) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitAssert(JCTree.JCAssert) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitAssert(JCTree.JCAssert) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitAssign(JCTree.JCAssign) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitAssign(JCTree.JCAssign) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitAssign(JCTree.JCAssign) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitAssignment(AssignmentTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitAssignop(JCTree.JCAssignOp) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitAssignop(JCTree.JCAssignOp) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitAssignop(JCTree.JCAssignOp) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitBinary(BinaryTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitBinary(JCTree.JCBinary) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitBinary(JCTree.JCBinary) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitBinary(JCTree.JCBinary) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitBindingPattern(BindingPatternTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitBindingPattern(JCTree.JCBindingPattern) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitBindingPattern(JCTree.JCBindingPattern) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitBindingPattern(JCTree.JCBindingPattern) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitBlock(BlockTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitBlock(JCTree.JCBlock) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitBlock(JCTree.JCBlock) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitBlock(JCTree.JCBlock) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitBreak(BreakTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitBreak(JCTree.JCBreak) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitBreak(JCTree.JCBreak) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitBreak(JCTree.JCBreak) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitCase(CaseTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitCase(JCTree.JCCase) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
-
TreeTranslator skips the arrow body field.
- visitCase(JCTree.JCCase) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitCase(JCTree.JCCase) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitCatch(CatchTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitCatch(JCTree.JCCatch) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitCatch(JCTree.JCCatch) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitCatch(JCTree.JCCatch) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitClass(ClassTree, Boolean) - Method in class com.github.bsideup.jabel.RecordsRetrofittingTaskListener.RecordsScanner
- visitClass(ClassTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitClassDef(JCTree.JCClassDecl) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitClassDef(JCTree.JCClassDecl) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitClassDef(JCTree.JCClassDecl) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitCompilationUnit(CompilationUnitTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitCompoundAssignment(CompoundAssignmentTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitConditional(JCTree.JCConditional) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitConditional(JCTree.JCConditional) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitConditional(JCTree.JCConditional) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitConditionalExpression(ConditionalExpressionTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitConstantCaseLabel(ConstantCaseLabelTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitConstantCaseLabel(JCTree.JCConstantCaseLabel) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitConstantCaseLabel(JCTree.JCConstantCaseLabel) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitConstantCaseLabel(JCTree.JCConstantCaseLabel) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitContinue(ContinueTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitContinue(JCTree.JCContinue) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitContinue(JCTree.JCContinue) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitContinue(JCTree.JCContinue) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitDeconstructionPattern(DeconstructionPatternTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitDefaultCaseLabel(DefaultCaseLabelTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitDefaultCaseLabel(JCTree.JCDefaultCaseLabel) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitDefaultCaseLabel(JCTree.JCDefaultCaseLabel) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitDefaultCaseLabel(JCTree.JCDefaultCaseLabel) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitDoLoop(JCTree.JCDoWhileLoop) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitDoLoop(JCTree.JCDoWhileLoop) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitDoLoop(JCTree.JCDoWhileLoop) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitDoWhileLoop(DoWhileLoopTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitEmptyStatement(EmptyStatementTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitEnhancedForLoop(EnhancedForLoopTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitErroneous(ErroneousTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitErroneous(JCTree.JCErroneous) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitErroneous(JCTree.JCErroneous) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitErroneous(JCTree.JCErroneous) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitExec(JCTree.JCExpressionStatement) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitExec(JCTree.JCExpressionStatement) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitExec(JCTree.JCExpressionStatement) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitExports(ExportsTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitExports(JCTree.JCExports) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitExports(JCTree.JCExports) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitExports(JCTree.JCExports) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitExpressionStatement(ExpressionStatementTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitForeachLoop(JCTree.JCEnhancedForLoop) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitForeachLoop(JCTree.JCEnhancedForLoop) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitForeachLoop(JCTree.JCEnhancedForLoop) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitForLoop(ForLoopTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitForLoop(JCTree.JCForLoop) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitForLoop(JCTree.JCForLoop) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitForLoop(JCTree.JCForLoop) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitIdent(JCTree.JCIdent) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitIdent(JCTree.JCIdent) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitIdent(JCTree.JCIdent) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitIdentifier(IdentifierTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitIf(IfTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitIf(JCTree.JCIf) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitIf(JCTree.JCIf) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitIf(JCTree.JCIf) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitImport(ImportTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitImport(JCTree.JCImport) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitImport(JCTree.JCImport) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitImport(JCTree.JCImport) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitIndexed(JCTree.JCArrayAccess) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitIndexed(JCTree.JCArrayAccess) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitIndexed(JCTree.JCArrayAccess) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitInstanceOf(InstanceOfTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitIntersectionType(IntersectionTypeTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitLabeledStatement(LabeledStatementTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitLabelled(JCTree.JCLabeledStatement) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitLabelled(JCTree.JCLabeledStatement) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitLabelled(JCTree.JCLabeledStatement) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitLambda(JCTree.JCLambda) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitLambda(JCTree.JCLambda) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitLambda(JCTree.JCLambda) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitLambdaExpression(LambdaExpressionTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitLetExpr(JCTree.LetExpr) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitLetExpr(JCTree.LetExpr) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitLetExpr(JCTree.LetExpr) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitLiteral(LiteralTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitLiteral(JCTree.JCLiteral) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitLiteral(JCTree.JCLiteral) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitLiteral(JCTree.JCLiteral) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitMemberReference(MemberReferenceTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitMemberSelect(MemberSelectTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitMethod(MethodTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitMethodDef(JCTree.JCMethodDecl) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitMethodDef(JCTree.JCMethodDecl) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitMethodDef(JCTree.JCMethodDecl) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitMethodInvocation(MethodInvocationTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitModifiers(ModifiersTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitModifiers(JCTree.JCModifiers) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitModifiers(JCTree.JCModifiers) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitModifiers(JCTree.JCModifiers) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitModule(ModuleTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitModuleDef(JCTree.JCModuleDecl) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitModuleDef(JCTree.JCModuleDecl) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitModuleDef(JCTree.JCModuleDecl) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitModuleImport(JCTree.JCModuleImport) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitModuleImport(JCTree.JCModuleImport) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitModuleImport(JCTree.JCModuleImport) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitNewArray(NewArrayTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitNewArray(JCTree.JCNewArray) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitNewArray(JCTree.JCNewArray) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitNewArray(JCTree.JCNewArray) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitNewClass(NewClassTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitNewClass(JCTree.JCNewClass) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitNewClass(JCTree.JCNewClass) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitNewClass(JCTree.JCNewClass) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitOpens(OpensTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitOpens(JCTree.JCOpens) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitOpens(JCTree.JCOpens) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitOpens(JCTree.JCOpens) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitOther(Tree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitPackage(PackageTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitPackageDef(JCTree.JCPackageDecl) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitPackageDef(JCTree.JCPackageDecl) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitPackageDef(JCTree.JCPackageDecl) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitParameterizedType(ParameterizedTypeTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitParens(JCTree.JCParens) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitParens(JCTree.JCParens) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitParens(JCTree.JCParens) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitParenthesized(ParenthesizedTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitPatternCaseLabel(PatternCaseLabelTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitPatternCaseLabel(JCTree.JCPatternCaseLabel) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitPatternCaseLabel(JCTree.JCPatternCaseLabel) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitPatternCaseLabel(JCTree.JCPatternCaseLabel) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitPrimitiveType(PrimitiveTypeTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitProvides(ProvidesTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitProvides(JCTree.JCProvides) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitProvides(JCTree.JCProvides) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitProvides(JCTree.JCProvides) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitRecordPattern(JCTree.JCRecordPattern) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitRecordPattern(JCTree.JCRecordPattern) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitRecordPattern(JCTree.JCRecordPattern) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitReference(JCTree.JCMemberReference) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitReference(JCTree.JCMemberReference) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitReference(JCTree.JCMemberReference) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitRequires(RequiresTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitRequires(JCTree.JCRequires) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitRequires(JCTree.JCRequires) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitRequires(JCTree.JCRequires) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitReturn(ReturnTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitReturn(JCTree.JCReturn) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitReturn(JCTree.JCReturn) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitReturn(JCTree.JCReturn) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitSelect(JCTree.JCFieldAccess) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitSelect(JCTree.JCFieldAccess) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitSelect(JCTree.JCFieldAccess) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitSkip(JCTree.JCSkip) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitSkip(JCTree.JCSkip) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitSkip(JCTree.JCSkip) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitSwitch(SwitchTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitSwitch(JCTree.JCSwitch) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitSwitch(JCTree.JCSwitch) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitSwitch(JCTree.JCSwitch) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitSwitchExpression(SwitchExpressionTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitSwitchExpression(JCTree.JCSwitchExpression) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitSwitchExpression(JCTree.JCSwitchExpression) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitSwitchExpression(JCTree.JCSwitchExpression) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitSynchronized(SynchronizedTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitSynchronized(JCTree.JCSynchronized) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitSynchronized(JCTree.JCSynchronized) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitSynchronized(JCTree.JCSynchronized) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitThrow(ThrowTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitThrow(JCTree.JCThrow) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitThrow(JCTree.JCThrow) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitThrow(JCTree.JCThrow) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitTopLevel(JCTree.JCCompilationUnit) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitTopLevel(JCTree.JCCompilationUnit) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitTopLevel(JCTree.JCCompilationUnit) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitTree(JCTree) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitTree(JCTree) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitTree(JCTree) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitTry(TryTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitTry(JCTree.JCTry) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitTry(JCTree.JCTry) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitTry(JCTree.JCTry) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitTypeApply(JCTree.JCTypeApply) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitTypeApply(JCTree.JCTypeApply) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitTypeApply(JCTree.JCTypeApply) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitTypeArray(JCTree.JCArrayTypeTree) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitTypeArray(JCTree.JCArrayTypeTree) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitTypeArray(JCTree.JCArrayTypeTree) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitTypeBoundKind(JCTree.TypeBoundKind) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitTypeBoundKind(JCTree.TypeBoundKind) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitTypeBoundKind(JCTree.TypeBoundKind) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitTypeCast(TypeCastTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitTypeCast(JCTree.JCTypeCast) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitTypeCast(JCTree.JCTypeCast) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitTypeCast(JCTree.JCTypeCast) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitTypeIdent(JCTree.JCPrimitiveTypeTree) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitTypeIdent(JCTree.JCPrimitiveTypeTree) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitTypeIdent(JCTree.JCPrimitiveTypeTree) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitTypeIntersection(JCTree.JCTypeIntersection) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitTypeIntersection(JCTree.JCTypeIntersection) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitTypeIntersection(JCTree.JCTypeIntersection) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitTypeParameter(TypeParameterTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitTypeParameter(JCTree.JCTypeParameter) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitTypeParameter(JCTree.JCTypeParameter) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitTypeParameter(JCTree.JCTypeParameter) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitTypeTest(JCTree.JCInstanceOf) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitTypeTest(JCTree.JCInstanceOf) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitTypeTest(JCTree.JCInstanceOf) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitTypeUnion(JCTree.JCTypeUnion) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitTypeUnion(JCTree.JCTypeUnion) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitTypeUnion(JCTree.JCTypeUnion) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitUnary(UnaryTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitUnary(JCTree.JCUnary) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitUnary(JCTree.JCUnary) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitUnary(JCTree.JCUnary) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitUnionType(UnionTypeTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitUses(UsesTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitUses(JCTree.JCUses) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitUses(JCTree.JCUses) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitUses(JCTree.JCUses) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitVarDef(JCTree.JCVariableDecl) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitVarDef(JCTree.JCVariableDecl) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitVarDef(JCTree.JCVariableDecl) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitVariable(VariableTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitWhileLoop(WhileLoopTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitWhileLoop(JCTree.JCWhileLoop) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitWhileLoop(JCTree.JCWhileLoop) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitWhileLoop(JCTree.JCWhileLoop) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitWildcard(WildcardTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitWildcard(JCTree.JCWildcard) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitWildcard(JCTree.JCWildcard) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitWildcard(JCTree.JCWildcard) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
- visitYield(YieldTree, T) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SymTreeCopier
- visitYield(JCTree.JCYield) - Method in class com.github.bsideup.jabel.RecordPatternRetrofittingTaskListener.MatchExceptionFixer
- visitYield(JCTree.JCYield) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener.SwitchTranslator
- visitYield(JCTree.JCYield) - Method in class com.github.bsideup.jabel.SwitchRetrofittingTaskListener2.SwitchFixer
All Classes and Interfaces|All Packages