Uses of Interface
org.benf.cfr.reader.bytecode.analysis.parse.rewriters.DeepCloneable
Packages that use DeepCloneable
Package
Description
-
Uses of DeepCloneable in org.benf.cfr.reader.bytecode.analysis.parse
Subinterfaces of DeepCloneable in org.benf.cfr.reader.bytecode.analysis.parse -
Uses of DeepCloneable in org.benf.cfr.reader.bytecode.analysis.parse.expression
Subinterfaces of DeepCloneable in org.benf.cfr.reader.bytecode.analysis.parse.expressionClasses in org.benf.cfr.reader.bytecode.analysis.parse.expression that implement DeepCloneableModifier and TypeClassDescriptionclass
class
class
class
class
A call that doesn't necessarily exist, for a type we don't necessarily have.class
class
class
class
class
class
class
(eg) x >>= 3, x++class
class
class
class
class
class
class
class
class
class
A constructor call that doesn't necessarily exist, for a type we don't necessarily have.class
class
class
class
class
class
class
Needs some work here to unify LambdaExpression and LambdaExpressionFallback.class
class
class
class
class
class
A member function call that doesn't necessarily exist, for a type we don't necessarily have.class
class
1d array only.class
class
class
class
class
class
class
A static call that doesn't necessarily exist, for a type we don't necessarily have.class
class
class
-
Uses of DeepCloneable in org.benf.cfr.reader.bytecode.analysis.parse.lvalue
Classes in org.benf.cfr.reader.bytecode.analysis.parse.lvalue that implement DeepCloneableModifier and TypeClassDescriptionclass
class
class
class
Note - a field variable LValue means an lValue of ANY object.class
class
This is NOT an lvalue, however the definition of a local class follows the same scoping rulesclass
class
-
Uses of DeepCloneable in org.benf.cfr.reader.bytecode.analysis.parse.rewriters
Methods in org.benf.cfr.reader.bytecode.analysis.parse.rewriters with type parameters of type DeepCloneableModifier and TypeMethodDescription<X extends DeepCloneable<X>>
List<X>CloneHelper.replaceOrClone
(List<X> in) -
Uses of DeepCloneable in org.benf.cfr.reader.bytecode.analysis.parse.statement
Classes in org.benf.cfr.reader.bytecode.analysis.parse.statement that implement DeepCloneableModifier and TypeClassDescriptionclass
class
class
class
In an assignment prechange, the LHS is by definition equal to the RHS after the statement.class
class
class
class
private static class
class
This should not be used to aggregate statements, but only to produce statements when multiple statements are generated by a single opcode.class
This is a temporary statement - it should be replaced with an Assignment of a ConstructorInvokation However, it can force the type of the constructed object, which NEW is not capable of doing....class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
A 'raw' switch contains the original bytecode information about the switch.class
class
class
class
class
class
class
-
Uses of DeepCloneable in org.benf.cfr.reader.bytecode.analysis.parse.wildcard
Classes in org.benf.cfr.reader.bytecode.analysis.parse.wildcard that implement DeepCloneableModifier and TypeClassDescriptionprivate static class
static class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of DeepCloneable in org.benf.cfr.reader.bytecode.analysis.structured.expression
Classes in org.benf.cfr.reader.bytecode.analysis.structured.expression that implement DeepCloneable