Package pl.metaprogramming.codegen.java
Class UtilsKt
-
- All Implemented Interfaces:
public final class UtilsKt
-
-
Method Summary
Modifier and Type Method Description final static ClassCd
asClassCd(String $self)
final static FieldCm
asField(String $self, ClassCd type)
final static String
toGetter(String $self)
final static String
toGetter(List<String> $self)
final static <T extends Any> Unit
switch(Set<T> $self, T value, Boolean set)
-