mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
remove getType()
This commit is contained in:
parent
18b49394c4
commit
e945252b3c
1 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue