public class StaticMethodCallRecognizer extends java.lang.Object
Constructor and Description |
---|
StaticMethodCallRecognizer(java.lang.String fullQualifiedMethodName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
findCallsInTokens(java.util.List<IToken> tokens)
Returns all indices of method calls within the given tokens.
|
java.lang.String |
getFullQualifiedMethodName()
Returns a string representation of the full qualified method name.
|
int |
getTokenLength()
Returns the length of the full qualified method name in tokens.
|
public StaticMethodCallRecognizer(java.lang.String fullQualifiedMethodName)
public java.util.List<java.lang.Integer> findCallsInTokens(java.util.List<IToken> tokens)
public int getTokenLength()
public java.lang.String getFullQualifiedMethodName()