A B C D E F G I K L M N O P R S T U V W X Y _

X

xor(Variable) - Method in class net.scheinerman.phoenix.interpreter.variables.FunctionVariable
 
xor(Variable) - Method in class net.scheinerman.phoenix.interpreter.variables.NumberVariable
 
xor(Variable) - Method in class net.scheinerman.phoenix.interpreter.variables.StringVariable
This operator is not supported for String variables.
xor(Variable) - Method in interface net.scheinerman.phoenix.interpreter.variables.Variable
Takes two variables and returns the logical exclusive operator solution.
XOrOperatorNode - Class in net.scheinerman.phoenix.interpreter.parser.operators
Provides the implementation of the XOr [(+)] operator in the parsing tree when parsing expressions.
XOrOperatorNode(ParserTreeNode, ParserTreeNode) - Constructor for class net.scheinerman.phoenix.interpreter.parser.operators.XOrOperatorNode
 

A B C D E F G I K L M N O P R S T U V W X Y _