Hizufügen von isParametrized zu IntermediateRefType.
This commit is contained in:
parent
df4faebd92
commit
be307e95a6
@ -97,6 +97,8 @@ public final class IntermediateRefType extends IntermediateType{
|
||||
return descriptor;
|
||||
}
|
||||
|
||||
public boolean isParametrized() { return typParameters.size() > 0; }
|
||||
|
||||
public int getTypParameterSize(){ return typParameters.size(); }
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user