Uses of Interface
com.strobel.core.IFreezable
-
Packages that use IFreezable Package Description com.strobel.assembler com.strobel.assembler.ir com.strobel.assembler.metadata com.strobel.core com.strobel.decompiler.languages.java.ast -
-
Uses of IFreezable in com.strobel.assembler
Classes in com.strobel.assembler that implement IFreezable Modifier and Type Class Description class
Collection<E>
-
Uses of IFreezable in com.strobel.assembler.ir
Classes in com.strobel.assembler.ir that implement IFreezable Modifier and Type Class Description class
ConstantPool
class
InstructionCollection
-
Uses of IFreezable in com.strobel.assembler.metadata
Classes in com.strobel.assembler.metadata that implement IFreezable Modifier and Type Class Description class
AnonymousLocalTypeCollection
class
GenericParameterCollection
class
MethodBody
class
ParameterDefinitionCollection
class
VariableDefinition
User: Mike Strobel Date: 1/6/13 Time: 2:11 PMclass
VariableDefinitionCollection
private static class
VariableDefinitionCollection.UnknownVariableReference
class
VariableReference
User: Mike Strobel Date: 1/6/13 Time: 2:07 PM -
Uses of IFreezable in com.strobel.core
Classes in com.strobel.core that implement IFreezable Modifier and Type Class Description class
Freezable
-
Uses of IFreezable in com.strobel.decompiler.languages.java.ast
-