public class CLikeCheckUtils extends java.lang.Object
Constructor and Description |
---|
CLikeCheckUtils() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<IToken> |
getMethodArguments(ShallowEntity method)
Returns the arguments of a method
|
static java.util.List<IToken> |
getMethodModifiersAndReturnType(ShallowEntity method)
Returns the modifiers and the return type of a method.
|
public CLikeCheckUtils()
public static java.util.List<IToken> getMethodModifiersAndReturnType(ShallowEntity method)
public static java.util.List<IToken> getMethodArguments(ShallowEntity method)