Uses of Class
org.jd.core.v1.util.DefaultList
Packages that use DefaultList
Package
Description
-
Uses of DefaultList in org.jd.core.v1.model.javafragment
Fields in org.jd.core.v1.model.javafragment declared as DefaultListModifier and TypeFieldDescriptionprotected DefaultList<FlexibleFragment>StartStatementsBlockFragment.Group.fragments -
Uses of DefaultList in org.jd.core.v1.model.javasyntax.declaration
Subclasses of DefaultList in org.jd.core.v1.model.javasyntax.declarationModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of DefaultList in org.jd.core.v1.model.javasyntax.expression
Subclasses of DefaultList in org.jd.core.v1.model.javasyntax.expression -
Uses of DefaultList in org.jd.core.v1.model.javasyntax.reference
Subclasses of DefaultList in org.jd.core.v1.model.javasyntax.referenceModifier and TypeClassDescriptionclassAnnotationReferences<T extends AnnotationReference>classclass -
Uses of DefaultList in org.jd.core.v1.model.javasyntax.statement
Subclasses of DefaultList in org.jd.core.v1.model.javasyntax.statementFields in org.jd.core.v1.model.javasyntax.statement declared as DefaultListModifier and TypeFieldDescriptionprotected DefaultList<TryStatement.CatchClause>TryStatement.catchClausesprotected DefaultList<ObjectType>TryStatement.CatchClause.otherTypesprotected DefaultList<TryStatement.Resource>TryStatement.resourcesMethods in org.jd.core.v1.model.javasyntax.statement that return DefaultListModifier and TypeMethodDescriptionTryStatement.getCatchClauses()TryStatement.CatchClause.getOtherTypes()TryStatement.getResources()Constructors in org.jd.core.v1.model.javasyntax.statement with parameters of type DefaultListModifierConstructorDescriptionTryStatement(BaseStatement tryStatements, DefaultList<TryStatement.CatchClause> catchClauses, BaseStatement finallyStatements) TryStatement(DefaultList<TryStatement.Resource> resources, BaseStatement tryStatements, DefaultList<TryStatement.CatchClause> catchClauses, BaseStatement finallyStatements) -
Uses of DefaultList in org.jd.core.v1.model.javasyntax.type
Subclasses of DefaultList in org.jd.core.v1.model.javasyntax.typeModifier and TypeClassDescriptionclassclassclassclassMethods in org.jd.core.v1.model.javasyntax.type that return DefaultListModifier and TypeMethodDescriptiondefault DefaultList<TypeArgument>BaseTypeArgument.getTypeArgumentList()TypeArguments.getTypeArgumentList() -
Uses of DefaultList in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg declared as DefaultListModifier and TypeFieldDescriptionprotected static final DefaultList<BasicBlock.ExceptionHandler>BasicBlock.EMPTY_EXCEPTION_HANDLERSprotected static final DefaultList<BasicBlock.SwitchCase>BasicBlock.EMPTY_SWITCH_CASESprotected DefaultList<BasicBlock.ExceptionHandler>BasicBlock.exceptionHandlersprotected DefaultList<BasicBlock>ControlFlowGraph.listprotected DefaultList<String>BasicBlock.ExceptionHandler.otherInternalThrowableNamesprotected DefaultList<BasicBlock.SwitchCase>BasicBlock.switchCasesMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg that return DefaultListModifier and TypeMethodDescriptionControlFlowGraph.getBasicBlocks()BasicBlock.getExceptionHandlers()BasicBlock.ExceptionHandler.getOtherInternalThrowableNames()BasicBlock.getSwitchCases()Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg with parameters of type DefaultListModifier and TypeMethodDescriptionvoidBasicBlock.setSwitchCases(DefaultList<BasicBlock.SwitchCase> switchCases) -
Uses of DefaultList in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration declared as DefaultListModifier and TypeFieldDescriptionprotected DefaultList<String>ClassFileBodyDeclaration.syntheticInnerFieldNamesMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration that return DefaultListMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with parameters of type DefaultListModifier and TypeMethodDescriptionvoidClassFileBodyDeclaration.setSyntheticInnerFieldNames(DefaultList<String> syntheticInnerFieldNames) -
Uses of DefaultList in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement with parameters of type DefaultListModifier and TypeMethodDescriptionvoidClassFileTryStatement.addResources(DefaultList<TryStatement.Resource> resources) Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement with parameters of type DefaultListModifierConstructorDescriptionClassFileTryStatement(BaseStatement tryStatements, DefaultList<TryStatement.CatchClause> catchClauses, BaseStatement finallyStatements, boolean jsr, boolean eclipse) ClassFileTryStatement(DefaultList<TryStatement.Resource> resources, BaseStatement tryStatements, DefaultList<TryStatement.CatchClause> catchClauses, BaseStatement finallyStatements, boolean jsr, boolean eclipse) -
Uses of DefaultList in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable declared as DefaultListModifier and TypeFieldDescriptionprotected DefaultList<Frame>Frame.childrenprotected DefaultList<LocalVariableReference>AbstractLocalVariable.referencesMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable that return DefaultListMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with parameters of type DefaultListModifier and TypeMethodDescriptionprotected LocalVariableDeclaratorsFrame.createDeclarators1(DefaultList<BinaryOperatorExpression> boes, boolean setDimension) protected LocalVariableDeclaratorsFrame.createDeclarators2(DefaultList<LocalVariableDeclarationStatement> declarations, boolean setDimension) -
Uses of DefaultList in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.util declared as DefaultListModifier and TypeFieldDescriptionprotected DefaultList<String>ByteCodeParser.LambdaParameterNamesVisitor.namesMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type DefaultListModifier and TypeMethodDescriptionstatic StatementTryWithResourcesStatementMaker.make(LocalVariableMaker localVariableMaker, Statements statements, Statements tryStatements, DefaultList<TryStatement.CatchClause> catchClauses, Statements finallyStatements) -
Uses of DefaultList in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor
Modifier and TypeClassDescriptionprotected static classFields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor declared as DefaultListModifier and TypeFieldDescriptionInitEnumVisitor.constantsprotected DefaultList<InitInstanceFieldVisitor.Data>InitInstanceFieldVisitor.datasprotected DefaultList<FieldDeclarator>InitStaticFieldVisitor.fieldsprotected DefaultList<ClassFileClassDeclaration>InitInnerClassVisitor.UpdateNewExpressionVisitor.localClassDeclarationsprotected DefaultList<LocalVariableReferenceExpression>DeclaredSyntheticLocalVariableVisitor.localVariableReferenceExpressionsprotected DefaultList<BinaryOperatorExpression>InitInstanceFieldVisitor.putFieldsprotected DefaultList<String>InitInnerClassVisitor.syntheticInnerFieldNamesMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor that return DefaultList -
Uses of DefaultList in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor
Modifier and TypeClassDescriptionprotected static classclassMethods in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor that return DefaultList -
Uses of DefaultList in org.jd.core.v1.service.layouter.model
Fields in org.jd.core.v1.service.layouter.model declared as DefaultListModifier and TypeFieldDescriptionprotected DefaultList<FlexibleFragment>[]Section.AutoGrowthList.elementsprotected final DefaultList<FlexibleFragment>Section.flexibleFragmentsMethods in org.jd.core.v1.service.layouter.model that return DefaultListModifier and TypeMethodDescriptionSection.AutoGrowthList.get(int index) Section.getFlexibleFragments()Section.AutoGrowthList.next()Methods in org.jd.core.v1.service.layouter.model that return types with arguments of type DefaultListMethods in org.jd.core.v1.service.layouter.model with parameters of type DefaultListModifier and TypeMethodDescriptionprotected voidSection.compact(DefaultList<FlexibleFragment> flexibleFragments, boolean force) protected voidSection.expand(DefaultList<FlexibleFragment> flexibleFragments, boolean force) voidSection.AutoGrowthList.set(int index, DefaultList<FlexibleFragment> element) Constructors in org.jd.core.v1.service.layouter.model with parameters of type DefaultListModifierConstructorDescriptionSection(DefaultList<FlexibleFragment> flexibleFragments, FixedFragment fixedFragment, Section previousSection) -
Uses of DefaultList in org.jd.core.v1.service.layouter.visitor
Fields in org.jd.core.v1.service.layouter.visitor declared as DefaultListModifier and TypeFieldDescriptionprotected DefaultList<StartMovableBlockFragment>UpdateSpacerBetweenMovableBlocksVisitor.blocksprotected DefaultList<FlexibleFragment>BuildSectionsVisitor.flexibleFragmentsprotected DefaultList<Section>BuildSectionsVisitor.sectionsprotected DefaultList<SpacerBetweenMovableBlocksFragment>UpdateSpacerBetweenMovableBlocksVisitor.spacersMethods in org.jd.core.v1.service.layouter.visitor that return DefaultList -
Uses of DefaultList in org.jd.core.v1.service.tokenizer.javafragmenttotoken.visitor
Fields in org.jd.core.v1.service.tokenizer.javafragmenttotoken.visitor declared as DefaultListMethods in org.jd.core.v1.service.tokenizer.javafragmenttotoken.visitor that return DefaultList -
Uses of DefaultList in org.jd.core.v1.util
Subclasses of DefaultList in org.jd.core.v1.utilMethods in org.jd.core.v1.util that return DefaultListModifier and TypeMethodDescriptionstatic <T> DefaultList<T>DefaultList.emptyList()default DefaultList<T>Base.getList()