1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

remove getType()

This commit is contained in:
Alain Magloire 2004-10-28 19:08:00 +00:00
parent 18b49394c4
commit e945252b3c

View file

@ -47,12 +47,4 @@ public interface ICDIExpression extends ICDIObject {
*/
ICDIValue getValue(ICDIStackFrame context) throws CDIException;
/**
* Return the type of this expression
*
* @param context frame context
* @return
* @throws CDIException
*/
ICDIType getType(ICDIStackFrame context) throws CDIException;
}