public static class ConfigReader.CompositeVariable extends Object implements ConfigReader.Variable
Modifier and Type | Class and Description |
---|---|
static class |
ConfigReader.CompositeVariable.Operation |
Constructor and Description |
---|
CompositeVariable() |
Modifier and Type | Method and Description |
---|---|
void |
add(char operation,
Object value) |
void |
add(Object value) |
Object |
calculateValue() |
boolean |
equals(Object obj) |
List<Object> |
getArguments() |
List<ConfigReader.CompositeVariable.Operation> |
getOperations() |
public Object calculateValue()
calculateValue
in interface ConfigReader.Variable
public void add(Object value)
public void add(char operation, Object value)
public List<ConfigReader.CompositeVariable.Operation> getOperations()
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.