This type is a class for model objects.
Class instance creation expression. E.g. new String("a")
Package: instantiationAttributes Summary | |
type : EString | This is the type of the class. E.g. java.lang.String. This should be fully-qualified for allocation purposes. It should also be in reflection format, i.e. if X is an inner class of j.Y, then the type here should be "j.Y$X". |
arguments : PTExpression * | The arguments to the constructor. |
Attribute Details |