add json output for convenience about more lang bindings for bmap.

This commit is contained in:
2023-11-07 15:55:07 +08:00
parent 824497f638
commit aa8ec72df7
3 changed files with 65 additions and 0 deletions

View File

@ -67,6 +67,10 @@ public class VariableType {
public int getPointerLevel() {
return mPointerLevel;
}
public Vector<String> getBaseTypeHierarchy() {
return (Vector<String>) mBaseType.clone();
}
public boolean isValid() {
return mBaseType.size() != 0;