public class BlockElement extends MathElement
MathElement.TypeEnum
Constructor and Description |
---|
BlockElement() |
Modifier and Type | Method and Description |
---|---|
BlockElement |
addMathElementListItem(MathElement mathElementListItem) |
boolean |
equals(Object o) |
List<MathElement> |
getMathElementList()
List of math elements.
|
int |
hashCode() |
BlockElement |
mathElementList(List<MathElement> mathElementList) |
void |
setMathElementList(List<MathElement> mathElementList) |
String |
toString() |
getType, setType
public BlockElement mathElementList(List<MathElement> mathElementList)
public BlockElement addMathElementListItem(MathElement mathElementListItem)
public List<MathElement> getMathElementList()
public void setMathElementList(List<MathElement> mathElementList)
public boolean equals(Object o)
equals
in class MathElement
public int hashCode()
hashCode
in class MathElement
public String toString()
toString
in class MathElement
Copyright © 2022. All rights reserved.