java.lang.Object
org.jd.core.v1.service.tokenizer.javafragmenttotoken.JavaFragmentToTokenProcessor
- All Implemented Interfaces:
Processor
public class JavaFragmentToTokenProcessor
extends Object
implements Processor
Convert a list of fragments to a list of tokens.
Input: List
invalid input: '<'Fragment
>
Output: List
invalid input: '<'Token
>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JavaFragmentToTokenProcessor
public JavaFragmentToTokenProcessor()
-