public class OSecurityResourceSegment extends SimpleNode
Modifier and Type | Field and Description |
---|---|
protected OIdentifier |
identifier |
protected OSecurityResourceSegment |
next |
protected boolean |
star |
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
OSecurityResourceSegment(int id) |
OSecurityResourceSegment(OrientSql p,
int id) |
Modifier and Type | Method and Description |
---|---|
OSecurityResourceSegment |
copy() |
OIdentifier |
getIdentifier() |
OSecurityResourceSegment |
getNext() |
boolean |
isStar() |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toString
protected boolean star
protected OIdentifier identifier
protected OSecurityResourceSegment next
public OSecurityResourceSegment(int id)
public OSecurityResourceSegment(OrientSql p, int id)
public boolean isStar()
public OIdentifier getIdentifier()
public OSecurityResourceSegment getNext()
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class SimpleNode
public OSecurityResourceSegment copy()
copy
in class SimpleNode
Copyright © 2009–2020 OrientDB. All rights reserved.