public class ConstructorNode extends MethodNode
Represents a constructor declaration
Constructor and description |
---|
protected ConstructorNode
() |
ConstructorNode
(int modifiers, Statement code) |
ConstructorNode
(int modifiers, Parameter[] parameters, ClassNode[] exceptions, Statement code) |
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
firstStatementIsSpecialConstructorCall() |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.