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.VoidJavaOutputVisitor. 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 classAnonymousObjectCreationExpressionMethods in com.strobel.decompiler.languages.java.ast that return ObjectCreationExpression Modifier and Type Method Description ObjectCreationExpressionAstType. makeNew()ObjectCreationExpressionAstType. makeNew(Expression... arguments)ObjectCreationExpressionAstType. makeNew(java.lang.Iterable<Expression> arguments)Methods in com.strobel.decompiler.languages.java.ast with parameters of type ObjectCreationExpression Modifier and Type Method Description SDepthFirstAstVisitor. visitObjectCreationExpression(ObjectCreationExpression node, T data)RIAstVisitor. visitObjectCreationExpression(ObjectCreationExpression node, T data)java.util.Set<java.lang.Object>JavaNameResolver.FindDeclarationVisitor. visitObjectCreationExpression(ObjectCreationExpression node, java.lang.String name)ResolveResultJavaResolver.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 voidLocalClassHelper. 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. _instantiationsprivate java.util.Map<java.lang.String,ObjectCreationExpression>EnumRewriterTransform.Visitor. _valueInitializersMethods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type ObjectCreationExpression Modifier and Type Method Description private voidIntroduceStringConcatenationTransform. convertStringBuilderToConcatenation(ObjectCreationExpression node, Expression firstArgument)java.lang.VoidIntroduceStringConcatenationTransform. visitObjectCreationExpression(ObjectCreationExpression node, java.lang.Void data)java.lang.VoidRewriteInnerClassConstructorCalls. visitObjectCreationExpression(ObjectCreationExpression node, java.lang.Void data)java.lang.VoidRewriteLocalClassesTransform. 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.VoidRedundantCastUtility.IsRedundantVisitor. visitObjectCreationExpression(ObjectCreationExpression node, java.lang.Void data)
-