public class AccessorDescr extends DeclarativeInvokerDescr
Constructor and Description |
---|
AccessorDescr() |
AccessorDescr(String rootVariableName) |
Modifier and Type | Method and Description |
---|---|
void |
addFirstInvoker(DeclarativeInvokerDescr accessor) |
void |
addInvoker(DeclarativeInvokerDescr accessor) |
List |
getInvokers() |
DeclarativeInvokerDescr[] |
getInvokersAsArray() |
String |
getVariableName() |
void |
setVariableName(String methodName) |
String |
toString() |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, readExternal, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternal
public AccessorDescr()
public AccessorDescr(String rootVariableName)
public DeclarativeInvokerDescr[] getInvokersAsArray()
public List getInvokers()
public void addInvoker(DeclarativeInvokerDescr accessor)
public void addFirstInvoker(DeclarativeInvokerDescr accessor)
public String getVariableName()
public void setVariableName(String methodName)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.