public class PSubNullSafeField extends AExpression
| Constructor and Description |
|---|
PSubNullSafeField(Location location,
org.elasticsearch.painless.node.AStoreable guarded) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Subclasses should implement this with a method like
ANode.singleLineToString(Object...) or
ANode.multilineToString(Collection, Collection). |
joinWithName, multilineToString, pairwiseToString, singleLineToString, singleLineToString, singleLineToStringWithOptionalArgspublic PSubNullSafeField(Location location, org.elasticsearch.painless.node.AStoreable guarded)
public java.lang.String toString()
ANodeANode.singleLineToString(Object...) or
ANode.multilineToString(Collection, Collection).