|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrelaxngcc.codedom.CDExpression
Constructor Summary | |
CDExpression()
|
Method Summary | |
CDObjectCreateExpression |
_new(CDType type)
Creates a new instance of an inner class from this expression. |
CDExpression |
arrayRef(CDExpression index)
Refers to an item of the array |
CDExpression |
arrayRef(int index)
|
CDExpression |
castTo(CDType t)
Casts to another type. |
CDMethodInvokeExpression |
invoke(java.lang.String method)
Invokes a method on this expression. |
CDExpression |
not()
Creates !x |
CDExpression |
prop(java.lang.String name)
Refers to a property of this expression. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CDExpression()
Method Detail |
public CDMethodInvokeExpression invoke(java.lang.String method)
public CDExpression arrayRef(CDExpression index)
public CDExpression arrayRef(int index)
public CDExpression prop(java.lang.String name)
public CDExpression not()
public CDExpression castTo(CDType t)
public CDObjectCreateExpression _new(CDType type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |