public class OCommandLineOption extends SimpleNode
Modifier and Type | Field and Description |
---|---|
protected OIdentifier |
name |
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
OCommandLineOption(int id) |
OCommandLineOption(OrientSql p,
int id) |
Modifier and Type | Method and Description |
---|---|
OCommandLineOption |
copy() |
boolean |
equals(Object o) |
int |
hashCode() |
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 OIdentifier name
public OCommandLineOption(int id)
public OCommandLineOption(OrientSql p, int id)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class SimpleNode
public OCommandLineOption copy()
copy
in class SimpleNode
Copyright © 2009–2020 OrientDB. All rights reserved.