argutia.logic.syntax
Class WrongSyntacticUnit

java.lang.Object
  extended by argutia.logic.syntax.SyntacticUnit
      extended by argutia.logic.syntax.WrongSyntacticUnit
All Implemented Interfaces:
AffichableAvecStyle
@Immutable
public class WrongSyntacticUnit
extends SyntacticUnit
Field Summary
private String syntaxe
           
 
Constructor Summary
WrongSyntacticUnit(String syntaxe)
           
 
Method Summary
private String escapeString(String s)
           
 String toEscapedString()
           
 String toString()
           
 void toStyledString(BatchStyledDocument doc)
          Ajoute du texte mis en forme au BatchedContent passé en paramètre.
 String toUnescapedString()
           
private String unescapeString(String s)
           
 
Methods inherited from class argutia.logic.syntax.SyntacticUnit
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Field Detail

syntaxe

private final String syntaxe
Constructor Detail

WrongSyntacticUnit

public WrongSyntacticUnit(String syntaxe)
Method Detail

escapeString

private String escapeString(String s)

unescapeString

private String unescapeString(String s)

toString

public String toString()
Overrides:
toString in class Object

toUnescapedString

public String toUnescapedString()

toEscapedString

public String toEscapedString()

toStyledString

public void toStyledString(BatchStyledDocument doc)
Description copied from interface: AffichableAvecStyle
Ajoute du texte mis en forme au BatchedContent passé en paramètre.

See Also:
MyStyles
Argutia JavaDoc
23 décembre 2007