mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
Added getArgumentObject
This commit is contained in:
parent
fa121c66b0
commit
d9ee41d684
1 changed files with 4 additions and 0 deletions
|
@ -14,4 +14,8 @@ public class Argument extends Variable implements ICDIArgument {
|
|||
public Argument(ArgumentObject obj, MIVar var) {
|
||||
super(obj, var);
|
||||
}
|
||||
|
||||
public ArgumentObject getArgumentObject() {
|
||||
return (ArgumentObject)super.getVariableObject();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue