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 class
ArrayVariableInitializer
class
FieldDeclarators
class
FormalParameters
class
LocalVariableDeclarators
class
MemberDeclarations
class
TypeDeclarations
-
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 class
Expressions
-
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 class
AnnotationReferences<T extends AnnotationReference>
class
ElementValuePairs
class
ElementValues
-
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 class
Statements
Fields in org.jd.core.v1.model.javasyntax.statement declared as DefaultList Modifier and Type Field Description protected 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 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 class
TypeArguments
class
TypeParameters
class
Types
class
UnmodifiableTypes
Methods 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_HANDLERS
protected static DefaultList<BasicBlock.SwitchCase>
BasicBlock. EMPTY_SWITCH_CASES
protected DefaultList<BasicBlock.ExceptionHandler>
BasicBlock. exceptionHandlers
protected DefaultList<BasicBlock>
ControlFlowGraph. list
protected DefaultList<java.lang.String>
BasicBlock.ExceptionHandler. otherInternalThrowableNames
protected DefaultList<BasicBlock.SwitchCase>
BasicBlock. switchCases
Methods 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 void
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 DefaultList Modifier and Type Field Description protected DefaultList<java.lang.String>
ClassFileBodyDeclaration. syntheticInnerFieldNames
Methods 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 void
ClassFileBodyDeclaration. 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 void
ClassFileTryStatement. 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. children
protected DefaultList<LocalVariableReference>
AbstractLocalVariable. references
Methods 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 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 DefaultList Modifier and Type Field Description protected DefaultList<java.lang.String>
ByteCodeParser.LambdaParameterNamesVisitor. names
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type DefaultList Modifier and Type Method Description static 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
Subclasses of DefaultList in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor Modifier and Type Class Description protected static class
UpdateIntegerConstantTypeVisitor.DimensionTypes
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.visitor declared as DefaultList Modifier and Type Field Description protected DefaultList<ClassFileEnumDeclaration.ClassFileConstant>
InitEnumVisitor. 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<java.lang.String>
InitInnerClassVisitor. syntheticInnerFieldNames
Methods 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 class
ExpressionVisitor.Fragments
class
TypeVisitor.Tokens
Methods 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. elements
protected DefaultList<FlexibleFragment>
Section. flexibleFragments
Methods 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 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 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. 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 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. tokens
Methods 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 class
DefaultList.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()
-