uci.uml.Foundation.Data_Types
Class ProcedureExpression

java.lang.Object
  |
  +--uci.uml.Foundation.Data_Types.Expression
        |
        +--uci.uml.Foundation.Data_Types.ProcedureExpression

public class ProcedureExpression
extends Expression

See Also:
Serialized Form

Fields inherited from class uci.uml.Foundation.Data_Types.Expression
_body, _language, C, JAVA, OCL, POSSIBLE_LANGUAGES, UNSPEC
 
Constructor Summary
ProcedureExpression()
           
 
Methods inherited from class uci.uml.Foundation.Data_Types.Expression
dbgString, getBody, getId, getLanguage, getNamedProperty, getOCLTypeStr, newElementID, setBody, setBody, setLanguage, setLanguage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcedureExpression

public ProcedureExpression()