Uses of Class
com.strobel.decompiler.languages.java.ast.ObjectCreationExpression
-
-
Uses of ObjectCreationExpression in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type ObjectCreationExpression Modifier and Type Method Description java.lang.Void
JavaOutputVisitor. visitObjectCreationExpression(ObjectCreationExpression node, java.lang.Void ignored)
-
Uses of ObjectCreationExpression in com.strobel.decompiler.languages.java.ast
Subclasses of ObjectCreationExpression in com.strobel.decompiler.languages.java.ast Modifier and Type Class Description class
AnonymousObjectCreationExpression
Methods in com.strobel.decompiler.languages.java.ast that return ObjectCreationExpression Modifier and Type Method Description ObjectCreationExpression
AstType. makeNew()
ObjectCreationExpression
AstType. makeNew(Expression... arguments)
ObjectCreationExpression
AstType. makeNew(java.lang.Iterable<Expression> arguments)
Methods in com.strobel.decompiler.languages.java.ast with parameters of type ObjectCreationExpression Modifier and Type Method Description S
DepthFirstAstVisitor. visitObjectCreationExpression(ObjectCreationExpression node, T data)
R
IAstVisitor. visitObjectCreationExpression(ObjectCreationExpression node, T data)
java.util.Set<java.lang.Object>
JavaNameResolver.FindDeclarationVisitor. visitObjectCreationExpression(ObjectCreationExpression node, java.lang.String name)
ResolveResult
JavaResolver.ResolveVisitor. visitObjectCreationExpression(ObjectCreationExpression node, java.lang.Void p)
Method parameters in com.strobel.decompiler.languages.java.ast with type arguments of type ObjectCreationExpression Modifier and Type Method Description static void
LocalClassHelper. replaceClosureMembers(DecompilerContext context, TypeDeclaration declaration, java.util.List<? extends ObjectCreationExpression> instantiations)
-
Uses of ObjectCreationExpression in com.strobel.decompiler.languages.java.ast.transforms
Fields in com.strobel.decompiler.languages.java.ast.transforms with type parameters of type ObjectCreationExpression Modifier and Type Field Description private java.util.Map<TypeReference,java.util.List<ObjectCreationExpression>>
RewriteLocalClassesTransform. _instantiations
private java.util.Map<java.lang.String,ObjectCreationExpression>
EnumRewriterTransform.Visitor. _valueInitializers
Methods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type ObjectCreationExpression Modifier and Type Method Description private void
IntroduceStringConcatenationTransform. convertStringBuilderToConcatenation(ObjectCreationExpression node, Expression firstArgument)
java.lang.Void
IntroduceStringConcatenationTransform. visitObjectCreationExpression(ObjectCreationExpression node, java.lang.Void data)
java.lang.Void
RewriteInnerClassConstructorCalls. visitObjectCreationExpression(ObjectCreationExpression node, java.lang.Void data)
java.lang.Void
RewriteLocalClassesTransform. visitObjectCreationExpression(ObjectCreationExpression node, java.lang.Void p)
-
Uses of ObjectCreationExpression in com.strobel.decompiler.languages.java.utilities
Methods in com.strobel.decompiler.languages.java.utilities with parameters of type ObjectCreationExpression Modifier and Type Method Description java.lang.Void
RedundantCastUtility.IsRedundantVisitor. visitObjectCreationExpression(ObjectCreationExpression node, java.lang.Void data)
-