public class SuperscriptElement extends MathElement
MathElement.TypeEnum| Constructor and Description |
|---|
SuperscriptElement() |
| Modifier and Type | Method and Description |
|---|---|
SuperscriptElement |
base(MathElement base) |
boolean |
equals(Object o) |
MathElement |
getBase()
Base argument
|
MathElement |
getSuperscript()
Superscript
|
int |
hashCode() |
void |
setBase(MathElement base) |
void |
setSuperscript(MathElement superscript) |
SuperscriptElement |
superscript(MathElement superscript) |
String |
toString() |
getType, setTypepublic SuperscriptElement base(MathElement base)
public MathElement getBase()
public void setBase(MathElement base)
public SuperscriptElement superscript(MathElement superscript)
public MathElement getSuperscript()
public void setSuperscript(MathElement superscript)
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.