Modifier | Constructor and Description |
---|---|
protected |
ASTDelegate()
Deprecated.
|
|
ASTDelegate(IAST ast)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected IAST |
createAST(int size)
Deprecated.
Create a new AST List instance
|
protected IAST |
createAST(int[] values)
Deprecated.
|
IAST |
getAST()
Deprecated.
|
IExpr |
getAt(int index)
Deprecated.
|
int |
getRows()
Deprecated.
Get the number of rows (i.e. size()-1)
|
int |
size()
Deprecated.
|
java.lang.String |
toFullForm()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
protected IAST fAst
@Deprecated protected ASTDelegate()
@Deprecated public ASTDelegate(IAST ast)
ast
- protected IAST createAST(int size)
size
- the initial number of elementsprotected IAST createAST(int[] values)
public int getRows()
public IExpr getAt(int index)
public int size()
public java.lang.String toFullForm()
public java.lang.String toString()
toString
in class java.lang.Object
public IAST getAST()