public class ComplexVariableOperandImpl extends Object implements ComplexVariableOperand
Default implementation of the ComplexVariableOperand
interface.
Constructor and Description |
---|
ComplexVariableOperandImpl(String variableName)
Creates a new operand instance.
|
public ComplexVariableOperandImpl(String variableName)
Creates a new operand instance.
public Predicate exists()
ComplexVariableOperand
Builds a predicate that checks if the value exists.
For fields, this will always match. For variables it will match if a variable with the given name is present.
exists
in interface ComplexVariableOperand
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.