Class Struct.Field
- java.lang.Object
-
- ru.ispras.microtesk.translator.nml.ir.shared.Struct.Field
-
- Enclosing class:
- Struct
public static final class Struct.Field extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBitSize()
int
getMax()
int
getMin()
Type
getType()
-
-
-
Method Detail
-
getType
public Type getType()
-
getBitSize
public int getBitSize()
-
getMin
public int getMin()
-
getMax
public int getMax()
-
-