Class DeclareLocalClassesTransform.TypeToDeclare
java.lang.Object
com.strobel.decompiler.languages.java.ast.transforms.DeclareLocalClassesTransform.TypeToDeclare
- Enclosing class:
DeclareLocalClassesTransform
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BlockStatement
private final TypeDeclaration
private final Statement
private final TypeDefinition
-
Constructor Summary
ConstructorsConstructorDescriptionTypeToDeclare
(TypeDeclaration declaration, TypeDefinition definition, Statement insertionPoint, BlockStatement block) -
Method Summary
-
Field Details
-
_declaration
-
_typeDefinition
-
_insertionPoint
-
_block
-
-
Constructor Details
-
TypeToDeclare
public TypeToDeclare(TypeDeclaration declaration, TypeDefinition definition, Statement insertionPoint, BlockStatement block)
-
-
Method Details