private class ConfigurationFile.ArrayConstructor extends ConfigurationFile.Call
| Modifier and Type | Field and Description |
|---|---|
private Class |
type |
private String |
typeName |
argslineno, override| Constructor and Description |
|---|
ArrayConstructor(String typeName,
ConfigurationFile.ParseNode[] args,
int lineno) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Object |
eval(Object data)
Returns the result of evaluating the parse node with the specified
data provided by the call to getEntry.
|
(package private) Class |
resolve(ConfigurationFile.Entry inEntry)
Calculates and returns the declared type of the parse node, as
referred to by the specified entry.
|
evalArgs, isConstant, resolveArgsoops, oops, oopsArrayConstructor(String typeName, ConfigurationFile.ParseNode[] args, int lineno)
Class resolve(ConfigurationFile.Entry inEntry) throws ConfigurationException
ConfigurationFile.ParseNoderesolve in class ConfigurationFile.ParseNodeConfigurationExceptionObject eval(Object data) throws ConfigurationException
ConfigurationFile.ParseNodeeval in class ConfigurationFile.ParseNodeConfigurationExceptionCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.