Uses of Class
org.jd.core.v1.util.DefaultList
-
-
Uses of DefaultList in org.jd.core.v1.model.javafragment
Fields in org.jd.core.v1.model.javafragment declared as DefaultList Modifier and Type Field Description protected 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.declaration Modifier and Type Class Description classArrayVariableInitializerclassFieldDeclaratorsclassFormalParametersclassLocalVariableDeclaratorsclassMemberDeclarationsclassTypeDeclarations -
Uses of DefaultList in org.jd.core.v1.model.javasyntax.expression
Subclasses of DefaultList in org.jd.core.v1.model.javasyntax.expression Modifier and Type Class Description classExpressions -
Uses of DefaultList in org.jd.core.v1.model.javasyntax.reference
Subclasses of DefaultList in org.jd.core.v1.model.javasyntax.reference Modifier and Type Class Description classAnnotationReferences<T extends AnnotationReference>classElementValuePairsclassElementValues -
Uses of DefaultList in org.jd.core.v1.model.javasyntax.statement
Subclasses of DefaultList in org.jd.core.v1.model.javasyntax.statement Modifier and Type Class Description classStatementsFields in org.jd.core.v1.model.javasyntax.statement declared as DefaultList Modifier and Type Field Description protected 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 DefaultList Modifier and Type Method Description DefaultList<TryStatement.CatchClause>TryStatement. getCatchClauses()DefaultList<ObjectType>TryStatement.CatchClause. getOtherTypes()DefaultList<TryStatement.Resource>TryStatement. getResources()Constructors in org.jd.core.v1.model.javasyntax.statement with parameters of type DefaultList Constructor Description TryStatement(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.type Modifier and Type Class Description classTypeArgumentsclassTypeParametersclassTypesclassUnmodifiableTypesMethods in org.jd.core.v1.model.javasyntax.type that return DefaultList Modifier and Type Method Description default DefaultList<TypeArgument>BaseTypeArgument. getTypeArgumentList()DefaultList<TypeArgument>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 DefaultList Modifier and Type Field Description protected static DefaultList<BasicBlock.ExceptionHandler>BasicBlock. EMPTY_EXCEPTION_HANDLERSprotected static DefaultList<BasicBlock.SwitchCase>BasicBlock. EMPTY_SWITCH_CASESprotected DefaultList<BasicBlock.ExceptionHandler>BasicBlock. exceptionHandlersprotected DefaultList<BasicBlock>ControlFlowGraph. listprotected DefaultList<java.lang.String>BasicBlock.ExceptionHandler. otherInternalThrowableNamesprotected DefaultList<BasicBlock.SwitchCase>BasicBlock. switchCasesMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg that return DefaultList Modifier and Type Method Description DefaultList<BasicBlock>ControlFlowGraph. getBasicBlocks()DefaultList<BasicBlock.ExceptionHandler>BasicBlock. getExceptionHandlers()DefaultList<java.lang.String>BasicBlock.ExceptionHandler. getOtherInternalThrowableNames()DefaultList<BasicBlock.SwitchCase>BasicBlock. getSwitchCases()Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.cfg with parameters of type DefaultList Modifier and Type Method Description voidBasicBlock. 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 DefaultList Modifier and Type Field Description protected DefaultList<java.lang.String>ClassFileBodyDeclaration. syntheticInnerFieldNamesMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration that return DefaultList Modifier and Type Method Description DefaultList<java.lang.String>ClassFileBodyDeclaration. getSyntheticInnerFieldNames()Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.declaration with parameters of type DefaultList Modifier and Type Method Description voidClassFileBodyDeclaration. setSyntheticInnerFieldNames(DefaultList<java.lang.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 DefaultList Modifier and Type Method Description voidClassFileTryStatement. addResources(DefaultList<TryStatement.Resource> resources)Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.javasyntax.statement with parameters of type DefaultList Constructor Description ClassFileTryStatement(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 DefaultList Modifier and Type Field Description protected DefaultList<Frame>Frame. childrenprotected DefaultList<LocalVariableReference>AbstractLocalVariable. referencesMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable that return DefaultList Modifier and Type Method Description DefaultList<LocalVariableReference>AbstractLocalVariable. getReferences()Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with parameters of type DefaultList Modifier and Type Method Description protected 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 DefaultList Modifier and Type Field Description protected DefaultList<java.lang.String>ByteCodeParser.LambdaParameterNamesVisitor. namesMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type DefaultList Modifier and Type Method Description static 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
Subclasses of DefaultList in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor Modifier and Type Class Description protected static classUpdateIntegerConstantTypeVisitor.DimensionTypesFields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor declared as DefaultList Modifier and Type Field Description protected DefaultList<ClassFileEnumDeclaration.ClassFileConstant>InitEnumVisitor. constantsprotected DefaultList<InitInstanceFieldVisitor.Data>InitInstanceFieldVisitor. datasprotected DefaultList<FieldDeclarator>InitStaticFieldVisitor. fieldsprotected DefaultList<ClassFileClassDeclaration>InitInnerClassVisitor.UpdateNewExpressionVisitor. localClassDeclarationsprotected DefaultList<LocalVariableReferenceExpression>DeclaredSyntheticLocalVariableVisitor. localVariableReferenceExpressionsprotected DefaultList<BinaryOperatorExpression>InitInstanceFieldVisitor. putFieldsprotected DefaultList<java.lang.String>InitInnerClassVisitor. syntheticInnerFieldNamesMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor that return DefaultList Modifier and Type Method Description DefaultList<EnumDeclaration.Constant>InitEnumVisitor. getConstants() -
Uses of DefaultList in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor
Subclasses of DefaultList in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor Modifier and Type Class Description protected static classExpressionVisitor.FragmentsclassTypeVisitor.TokensMethods in org.jd.core.v1.service.fragmenter.javasyntaxtojavafragment.visitor that return DefaultList Modifier and Type Method Description DefaultList<Fragment>ExpressionVisitor. getFragments() -
Uses of DefaultList in org.jd.core.v1.service.layouter.model
Fields in org.jd.core.v1.service.layouter.model declared as DefaultList Modifier and Type Field Description protected DefaultList<FlexibleFragment>[]Section.AutoGrowthList. elementsprotected DefaultList<FlexibleFragment>Section. flexibleFragmentsMethods in org.jd.core.v1.service.layouter.model that return DefaultList Modifier and Type Method Description DefaultList<FlexibleFragment>Section.AutoGrowthList. get(int index)DefaultList<FlexibleFragment>Section. getFlexibleFragments()DefaultList<FlexibleFragment>Section.AutoGrowthList. next()Methods in org.jd.core.v1.service.layouter.model that return types with arguments of type DefaultList Modifier and Type Method Description java.util.Iterator<DefaultList<FlexibleFragment>>Section.AutoGrowthList. iterator()Methods in org.jd.core.v1.service.layouter.model with parameters of type DefaultList Modifier and Type Method Description protected 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 DefaultList Constructor Description Section(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 DefaultList Modifier and Type Field Description protected 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 Modifier and Type Method Description DefaultList<Section>BuildSectionsVisitor. getSections() -
Uses of DefaultList in org.jd.core.v1.service.tokenizer.javafragmenttotoken.visitor
Fields in org.jd.core.v1.service.tokenizer.javafragmenttotoken.visitor declared as DefaultList Modifier and Type Field Description protected DefaultList<Token>TokenizeJavaFragmentVisitor. tokensMethods in org.jd.core.v1.service.tokenizer.javafragmenttotoken.visitor that return DefaultList Modifier and Type Method Description DefaultList<Token>TokenizeJavaFragmentVisitor. getTokens() -
Uses of DefaultList in org.jd.core.v1.util
Subclasses of DefaultList in org.jd.core.v1.util Modifier and Type Class Description protected static classDefaultList.EmptyList<E>Methods in org.jd.core.v1.util that return DefaultList Modifier and Type Method Description static <T> DefaultList<T>DefaultList. emptyList()default DefaultList<T>Base. getList()
-