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 TypeClassDescriptionclass
class
class
class
class
class
-
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 TypeClassDescriptionclass
AnnotationReferences<T extends AnnotationReference>
class
class
-
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.catchClauses
protected DefaultList
<ObjectType> TryStatement.CatchClause.otherTypes
protected DefaultList
<TryStatement.Resource> TryStatement.resources
Methods 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 TypeClassDescriptionclass
class
class
class
Methods 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_HANDLERS
protected static final DefaultList
<BasicBlock.SwitchCase> BasicBlock.EMPTY_SWITCH_CASES
protected DefaultList
<BasicBlock.ExceptionHandler> BasicBlock.exceptionHandlers
protected DefaultList
<BasicBlock> ControlFlowGraph.list
protected DefaultList
<String> BasicBlock.ExceptionHandler.otherInternalThrowableNames
protected DefaultList
<BasicBlock.SwitchCase> BasicBlock.switchCases
Methods 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 TypeMethodDescriptionvoid
BasicBlock.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.syntheticInnerFieldNames
Methods 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 TypeMethodDescriptionvoid
ClassFileBodyDeclaration.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 TypeMethodDescriptionvoid
ClassFileTryStatement.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.children
protected DefaultList
<LocalVariableReference> AbstractLocalVariable.references
Methods 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 LocalVariableDeclarators
Frame.createDeclarators1
(DefaultList<BinaryOperatorExpression> boes, boolean setDimension) protected LocalVariableDeclarators
Frame.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.names
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type DefaultListModifier and TypeMethodDescriptionstatic Statement
TryWithResourcesStatementMaker.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 class
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor declared as DefaultListModifier and TypeFieldDescriptionInitEnumVisitor.constants
protected DefaultList
<InitInstanceFieldVisitor.Data> InitInstanceFieldVisitor.datas
protected DefaultList
<FieldDeclarator> InitStaticFieldVisitor.fields
protected DefaultList
<ClassFileClassDeclaration> InitInnerClassVisitor.UpdateNewExpressionVisitor.localClassDeclarations
protected DefaultList
<LocalVariableReferenceExpression> DeclaredSyntheticLocalVariableVisitor.localVariableReferenceExpressions
protected DefaultList
<BinaryOperatorExpression> InitInstanceFieldVisitor.putFields
protected DefaultList
<String> InitInnerClassVisitor.syntheticInnerFieldNames
Methods 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 class
class
Methods 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.elements
protected final DefaultList
<FlexibleFragment> Section.flexibleFragments
Methods 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 void
Section.compact
(DefaultList<FlexibleFragment> flexibleFragments, boolean force) protected void
Section.expand
(DefaultList<FlexibleFragment> flexibleFragments, boolean force) void
Section.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.blocks
protected DefaultList
<FlexibleFragment> BuildSectionsVisitor.flexibleFragments
protected DefaultList
<Section> BuildSectionsVisitor.sections
protected DefaultList
<SpacerBetweenMovableBlocksFragment> UpdateSpacerBetweenMovableBlocksVisitor.spacers
Methods 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()