|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OperandVector in scphEditor |
---|
Subclasses of OperandVector in scphEditor | |
---|---|
class |
Expression
This class represents compound expressions. |
class |
ExpressionNary
This class represents n-ary compound expressions. |
class |
Identifier
This class models terminal expressions, such as variables and constants like x and 10. |
class |
Operand
This abstract class models an operand. |
class |
Variable
|
class |
Work
This class models an scphEditor document, a list of operands and stuff. |
Fields in scphEditor declared as OperandVector | |
---|---|
OperandVector |
OperandContext.parent
Parent. |
Methods in scphEditor that return OperandVector | |
---|---|
OperandVector |
ExpressionView.getOperandVector()
|
OperandVector |
IdentifierView.getOperandVector()
|
OperandVector |
NullView.getOperandVector()
|
OperandVector |
OperandVectorView.getOperandVector()
|
OperandVector |
Workspace.getOperandVector()
|
Methods in scphEditor with parameters of type OperandVector | |
---|---|
void |
Operand.removeParen(OperandVector owner)
De-parenthesizes me, if I do not need parentheses. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |