This type is a class for model objects.
Instanceof expression, e.g. x instanceof java.lang.String
Package: instantiationAttributes Summary | |
type : EString | The type of the instance test, e.g. java.lang.String. It must be fully-qualified. If it is an inner class, it needs to be in reflection format, i.e. Y is inner class of j.X, then a reference to Y must be j.X$Y. |
operand : PTExpression @ | The value to test, e.g. x in x instanceof java.lang.String |
Attribute Details |