public static final class Expression.OptionalFieldInfo
extends java.lang.Object
| Constructor and Description |
|---|
OptionalFieldInfo(java.util.List<AstNode> dotPrefix,
java.util.List<Expression> leftAndExprs)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AstNode> |
getDotPrefix()
Gets the dot prefix.
|
java.util.List<Expression> |
getLeftAndExprs()
Gets the left 'and' expressions.
|
public OptionalFieldInfo(java.util.List<AstNode> dotPrefix, java.util.List<Expression> leftAndExprs)
dotPrefix - Dot prefix to construct from.leftAndExprs - Left 'and' expressions to construct from.public java.util.List<AstNode> getDotPrefix()
public java.util.List<Expression> getLeftAndExprs()
Last updated 2024-07-18 11:27:53