public class Type extends Object
| Constructor and Description |
|---|
Type(String type,
int arrayCount,
boolean noLength,
int modifiers) |
| Modifier and Type | Method and Description |
|---|---|
int |
getArrayCount()
Returns the arrayCount.
|
int |
getModifiers()
Returns the modifiers.
|
String |
getType()
Returns the type.
|
boolean |
isNoLength()
Returns the noLength.
|
public Type(String type, int arrayCount, boolean noLength, int modifiers)
type - arrayCount - noLength - modifiers - public String getType()
public int getArrayCount()
public boolean isNoLength()
public int getModifiers()
Copyright © 2018. All rights reserved.