public enum IntermediateTags extends Enum<IntermediateTags>
| Modifier and Type | Method and Description |
|---|---|
de.fau.cs.osr.ptk.common.ast.AstNode |
createClose(boolean synthetic) |
de.fau.cs.osr.ptk.common.ast.AstNode |
createOpen(boolean synthetic) |
abstract String |
getElementName() |
abstract de.fau.cs.osr.ptk.common.ast.AstNode |
transform(ParserConfigInterface config,
ImTagOpen open,
ImTagClose close,
de.fau.cs.osr.ptk.common.ast.NodeList body) |
static IntermediateTags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntermediateTags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntermediateTags ITALICS
public static final IntermediateTags BOLD
public static final IntermediateTags PARAGRAPH
public static IntermediateTags[] values()
for (IntermediateTags c : IntermediateTags.values()) System.out.println(c);
public static IntermediateTags valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic abstract String getElementName()
public abstract de.fau.cs.osr.ptk.common.ast.AstNode transform(ParserConfigInterface config, ImTagOpen open, ImTagClose close, de.fau.cs.osr.ptk.common.ast.NodeList body)
public de.fau.cs.osr.ptk.common.ast.AstNode createOpen(boolean synthetic)
public de.fau.cs.osr.ptk.common.ast.AstNode createClose(boolean synthetic)
Copyright © 2010-2012 University of Erlangen-Nürnberg - Open Source Research Group. All Rights Reserved.