|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.opensuit.cel.impl.tree.impl.ast.AstNode
org.ow2.opensuit.cel.impl.tree.impl.ast.AstProperty
public abstract class AstProperty
| Field Summary | |
|---|---|
protected boolean |
lvalue
|
protected AstNode |
prefix
|
| Fields inherited from class org.ow2.opensuit.cel.impl.tree.impl.ast.AstNode |
|---|
position |
| Constructor Summary | |
|---|---|
AstProperty(int position,
AstNode prefix,
boolean lvalue)
|
|
| Method Summary |
|---|
| Methods inherited from class org.ow2.opensuit.cel.impl.tree.impl.ast.AstNode |
|---|
appendExpressionString, appendValuePattern, getExpressionString, getPosition, getValuePattern, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.ow2.opensuit.cel.impl.tree.IExprNode |
|---|
compile |
| Methods inherited from interface org.ow2.opensuit.cel.IExpression |
|---|
getGenericType, getType, invoke, isReadOnly, isStaticValue, set |
| Field Detail |
|---|
protected final AstNode prefix
protected final boolean lvalue
| Constructor Detail |
|---|
public AstProperty(int position,
AstNode prefix,
boolean lvalue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||