public class DropRole extends Statement
| Constructor and Description |
|---|
DropRole(Identifier name) |
DropRole(NodeLocation location,
Identifier name) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor, use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object o) |
List<? extends Node> |
getChildren() |
Identifier |
getName() |
int |
hashCode() |
String |
toString() |
getLocationpublic DropRole(Identifier name)
public DropRole(NodeLocation location, Identifier name)
public Identifier getName()
public List<? extends Node> getChildren()
getChildren in class Nodepublic <R,C> R accept(AstVisitor<R,C> visitor, C context)
NodeAstVisitor, use AstVisitor.process(Node, Object) instead.Copyright © 2012–2023. All rights reserved.