Interface MirTy
-
public interface MirTy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
int
getSize()
MirTy
typeOf(java.lang.String s)
-
-
-
Method Detail
-
getSize
int getSize()
-
getName
java.lang.String getName()
-
typeOf
MirTy typeOf(java.lang.String s)
-
-