com.j256.simplemagic.entries
Class PercentExpression

java.lang.Object
  extended by com.j256.simplemagic.entries.PercentExpression

public class PercentExpression
extends Object

Representation of our percent expression used by the Formatter class.

Author:
graywatson

Method Summary
 void append(Object extractedValue, StringBuilder sb)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

append

public void append(Object extractedValue,
                   StringBuilder sb)

toString

public String toString()
Overrides:
toString in class Object


This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.