Package relaxngcc.codedom
Class CDExpression
java.lang.Object
relaxngcc.codedom.CDExpression
- Direct Known Subclasses:
CDCastExpression
,CDConstant
,CDLanguageSpecificString
,CDMethodInvokeExpression
,CDObjectCreateExpression
,CDVariable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of an inner class from this expression.arrayRef
(int index) arrayRef
(CDExpression index) Refers to an item of the arrayCasts to another type.Invokes a method on this expression.not()
Creates !xRefers to a property of this expression.
-
Constructor Details
-
CDExpression
public CDExpression()
-
-
Method Details
-
invoke
Invokes a method on this expression. -
arrayRef
Refers to an item of the array -
arrayRef
-
prop
Refers to a property of this expression. -
not
Creates !x -
castTo
Casts to another type. -
_new
Creates a new instance of an inner class from this expression.
-