com.threerings.expr
Class BooleanExpression.StringEquals

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.expr.BooleanExpression
          extended by com.threerings.expr.BooleanExpression.StringEquals
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
BooleanExpression

public static class BooleanExpression.StringEquals
extends BooleanExpression

Compares two strings for equality.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.expr.BooleanExpression
BooleanExpression.And, BooleanExpression.BinaryOperation, BooleanExpression.BooleanEquals, BooleanExpression.Constant, BooleanExpression.Evaluator, BooleanExpression.FloatBinaryOperation, BooleanExpression.FloatEquals, BooleanExpression.FloatGreater, BooleanExpression.FloatGreaterEquals, BooleanExpression.FloatLess, BooleanExpression.FloatLessEquals, BooleanExpression.Not, BooleanExpression.Or, BooleanExpression.Parsed, BooleanExpression.Reference, BooleanExpression.StringEquals, BooleanExpression.Xor
 
Field Summary
 StringExpression firstOperand
          The first operand expression.
 StringExpression secondOperand
          The second operand expression.
 
Constructor Summary
BooleanExpression.StringEquals()
           
 
Method Summary
 BooleanExpression.Evaluator createEvaluator(Scope scope)
          Creates an expression evaluator for the supplied context.
 void invalidate()
          Invalidates any cached data.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

firstOperand

@Editable
public StringExpression firstOperand
The first operand expression.


secondOperand

@Editable
public StringExpression secondOperand
The second operand expression.

Constructor Detail

BooleanExpression.StringEquals

public BooleanExpression.StringEquals()
Method Detail

createEvaluator

public BooleanExpression.Evaluator createEvaluator(Scope scope)
Description copied from class: BooleanExpression
Creates an expression evaluator for the supplied context.

Specified by:
createEvaluator in class BooleanExpression

invalidate

public void invalidate()
Description copied from class: BooleanExpression
Invalidates any cached data.

Overrides:
invalidate in class BooleanExpression


Copyright © 2011. All Rights Reserved.