public static class ArrayHandling.array_contains_ic extends AbstractFunction
Function.CodeBranch
Constructor and Description |
---|
ArrayHandling.array_contains_ic() |
Modifier and Type | Method and Description |
---|---|
String |
docs()
Returns documentation in a format that is specified by the code type
|
ExampleScript[] |
examples()
Returns an array of example scripts, which are used for documentation purposes.
|
Construct |
exec(Target t,
Environment environment,
Construct... args)
This function is invoked when the script is run.
|
String |
getName()
The name of this code element
|
boolean |
isRestricted()
Whether or not a function needs to be checked against the permissions file, if there are possible security concerns
with a user compiling, or running this function.
|
Integer[] |
numArgs()
The number of arguments this function can accept.
|
Boolean |
runAsync()
Whether or not to run this function asynchronously from the main server thread.
|
CHVersion |
since()
Returns the version number of when this functionality was added.
|
Exceptions.ExceptionType[] |
thrown()
Returns the types of catchable exceptions this function can throw.
|
allowBraces, appearInDocumentation, execs, getBundledDocs, getBundledDocs, getPermission, optimize, optimizeDynamic, preResolveVariables, profileAt, profileMessage, profileMessageS, shouldProfile, useSpecialExec, varList
public String getName()
Documentation
public Integer[] numArgs()
FunctionBase
public String docs()
Documentation
public Exceptions.ExceptionType[] thrown()
Function
public boolean isRestricted()
Function
public CHVersion since()
Documentation
public Boolean runAsync()
Function
public Construct exec(Target t, Environment environment, Construct... args) throws ConfigRuntimeException
Function
execs
will be called instead. If exec is needed,
execs should return CVoid.args
- An array of evaluated ConstructsConfigRuntimeException
public ExampleScript[] examples() throws ConfigCompileException
Function
examples
in interface Function
examples
in class AbstractFunction
ConfigCompileException
Copyright © 2010-2013 Mostly Layton Smith. All Rights Reserved.