public class ConstructorAccessor extends InvokableAccessor
coercionNeeded, length, parameterTypes, parmsnextNode| Constructor and Description |
|---|
ConstructorAccessor(Constructor constructor,
ExecutableStatement[] parms) |
| Modifier and Type | Method and Description |
|---|---|
Constructor |
getConstructor() |
Class |
getKnownEgressType() |
ExecutableStatement[] |
getParameters() |
Object |
getValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory) |
Object |
setValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory,
Object value) |
executeAndCoerce, getParameterTypesgetNextNode, setNextNodepublic ConstructorAccessor(Constructor constructor, ExecutableStatement[] parms)
public Object getValue(Object ctx, Object elCtx, VariableResolverFactory variableFactory)
public Object setValue(Object ctx, Object elCtx, VariableResolverFactory variableFactory, Object value)
public Class getKnownEgressType()
public Constructor getConstructor()
public ExecutableStatement[] getParameters()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.