public interface Accessor extends Variable
Expression
subinterface for expressions which access data including
field accesses, array accesses, and method invocations. An Accessor
expression has two parts with the general form <qualifier> dot
<name>. The qualifier references the handle to object where the
resource resides and the name references the name of the resource. For
example, in this.id
, this
is the qualifier and id
is
the name. The qualifier is optional, in which case the Accessor
will
render without the dot.Modifier and Type | Method and Description |
---|---|
Expression |
getQualExpression()
Return the qualifier expression of this access.
|
String |
getQualifier()
Sets the qualified name of the resource container object.
|
Accessor |
setQualifier(String name)
Sets the qualified name of the resource container object.
|
getType
applyStyle, cast, getComment, isActive, isBlockWithAbruptCompletion, setComment, toCode, visit, vm
Expression getQualExpression()
String getQualifier()
Copyright © 2000–2018 jenesis4java. All rights reserved.