public interface ICDIVariableDescriptor extends ICDIObject
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ICDIVariableDescriptor varDesc)
Returns true if the variable Object are the same,
For example event if the name is the same because of
casting this may return false;
|
java.lang.String |
getName()
Returns the name of this variable.
|
java.lang.String |
getQualifiedName()
Returns the qualified name of this variable.
|
ICDIType |
getType()
Returns the type of this variable descriptor.
|
java.lang.String |
getTypeName()
Returns the type name of this variable descriptor.
|
ICDIVariableDescriptor |
getVariableDescriptorAsArray(int start,
int length)
Consider the variable object as an Array of type and range[start, start + length - 1]
|
ICDIVariableDescriptor |
getVariableDescriptorAsType(java.lang.String type)
Consider the variable descritor as type.
|
int |
sizeof()
Returns the size of this variable descriptor.
|
getTarget
java.lang.String getName()
ICDIType getType() throws CDIException
CDIException
- if this method fails. Reasons include:java.lang.String getTypeName() throws CDIException
CDIException
- if this method fails. Reasons include:int sizeof() throws CDIException
CDIException
- if this method fails. Reasons include:java.lang.String getQualifiedName() throws CDIException
CDIException
- if this method fails. Reasons include:ICDIVariableDescriptor getVariableDescriptorAsArray(int start, int length) throws CDIException
stack
- name
- CDIException
ICDIVariableDescriptor getVariableDescriptorAsType(java.lang.String type) throws CDIException
stack
- name
- CDIException
boolean equals(ICDIVariableDescriptor varDesc)
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.