public final class ClassInitializerDef extends ValueObject implements Member
Modifier and Type | Field and Description |
---|---|
BlockStatement |
block |
boolean |
isStatic |
Constructor and Description |
---|
ClassInitializerDef(boolean isStatic,
BlockStatement block) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final boolean isStatic
public final BlockStatement block
public ClassInitializerDef(boolean isStatic, BlockStatement block)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.