public class SubscriptElement extends MathElement
MathElement.TypeEnum| Constructor and Description |
|---|
SubscriptElement() |
| Modifier and Type | Method and Description |
|---|---|
SubscriptElement |
base(MathElement base) |
boolean |
equals(Object o) |
MathElement |
getBase()
Base argument
|
MathElement |
getSubscript()
Subscript
|
int |
hashCode() |
void |
setBase(MathElement base) |
void |
setSubscript(MathElement subscript) |
SubscriptElement |
subscript(MathElement subscript) |
String |
toString() |
getType, setTypepublic SubscriptElement base(MathElement base)
public MathElement getBase()
public void setBase(MathElement base)
public SubscriptElement subscript(MathElement subscript)
public MathElement getSubscript()
public void setSubscript(MathElement subscript)
public boolean equals(Object o)
equals in class MathElementpublic int hashCode()
hashCode in class MathElementpublic String toString()
toString in class MathElementCopyright © 2025. All rights reserved.