getCanonic added

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@900 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 25 years ago
parent 584b7579ff
commit 95dc01b153
  1. 4
      jode/jode/type/ArrayType.java

@ -59,6 +59,10 @@ public class ArrayType extends ReferenceType {
return tArray(elementType.getHint());
}
public Type getCanonic() {
return tArray(elementType.getCanonic());
}
/**
* Create the type corresponding to the range from bottomType to this.
* @param bottomType the start point of the range

Loading…
Cancel
Save