public class Substring extends Expression implements scala.Product, scala.Serializable
Constructor and Description |
---|
Substring(Expression str,
Expression beginIndex,
Expression endIndex) |
Modifier and Type | Method and Description |
---|---|
Expression |
beginIndex() |
scala.collection.Seq<Expression> |
children()
List of child nodes that should be considered when doing transformations.
|
Expression |
endIndex() |
Expression |
str() |
String |
toString() |
BasicTypeInfo<String> |
typeInfo() |
freshName, freshNameCounter, name
exists, fastEquals, makeCopy, transformChildrenPost, transformChildrenPre, transformPost, transformPre
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Substring(Expression str, Expression beginIndex, Expression endIndex)
public Expression str()
public Expression beginIndex()
public Expression endIndex()
public BasicTypeInfo<String> typeInfo()
typeInfo
in class Expression
public scala.collection.Seq<Expression> children()
TreeNode
children
in class TreeNode<Expression>
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.