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