Class OSecurityResourceSegment
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OSecurityResourceSegment
- All Implemented Interfaces:
Node
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OIdentifierprotected OSecurityResourceSegmentprotected booleanFields inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
children, firstToken, id, lastToken, PARAMETER_PLACEHOLDER, parent, parser, value -
Constructor Summary
ConstructorsConstructorDescriptionOSecurityResourceSegment(int id) OSecurityResourceSegment(OrientSql p, int id) -
Method Summary
Modifier and TypeMethodDescriptioncopy()getNext()booleanisStar()voidsetIdentifier(OIdentifier identifier) voidtoGenericStatement(StringBuilder builder) voidtoString(Map<Object, Object> params, StringBuilder builder) Methods inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
dump, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toGenericStatement, toString, toString
-
Field Details
-
star
protected boolean star -
identifier
-
next
-
-
Constructor Details
-
OSecurityResourceSegment
public OSecurityResourceSegment(int id) -
OSecurityResourceSegment
-
-
Method Details
-
isStar
public boolean isStar() -
getIdentifier
-
getNext
-
toString
- Specified by:
toStringin classSimpleNode
-
toGenericStatement
- Specified by:
toGenericStatementin classSimpleNode
-
setIdentifier
-
copy
- Overrides:
copyin classSimpleNode
-