PTCastExpression

This type is a class for model objects.

Cast expression, e.g. (short) 10

Package: instantiation
Supertype: PTExpression

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *



Attributes Summary
type : EString This is the fully-qualified type of the cast, e.g. int or java.lang.String
expression : PTExpression @ The expression being casted.



Attribute Details

type  -  This is the fully-qualified type of the cast, e.g. int or java.lang.String
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

expression  -  The expression being casted.
    Reference Type: PTExpression @
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006