public class

PassthroughParser

extends Object
implements Parser<T>
java.lang.Object
   ↳ com.google.gwt.text.shared.testing.PassthroughParser

Class Overview

A no-op String parser.

Summary

Protected Constructors
PassthroughParser()
Public Methods
static Parser<String> instance()
Returns the instance of the no-op renderer.
String parse(CharSequence object)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.text.shared.Parser

Protected Constructors

protected PassthroughParser ()

Public Methods

public static Parser<String> instance ()

Returns the instance of the no-op renderer.

public String parse (CharSequence object)