public class IrDocText extends AbstractIrDocElement implements IrDocFragment
IrDocComment
.Constructor and Description |
---|
IrDocText(String content)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
<R,P> R |
accept(IrDocElementVisitor<R,P> visitor,
P context)
Accepts and calls back the visitor.
|
boolean |
equals(Object obj) |
String |
getContent()
Returns the contents.
|
IrDocElementKind |
getKind()
Returns the element kind.
|
int |
hashCode() |
void |
setContent(String content)
Sets the contents.
|
String |
toString() |
getLocation, setLocation
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getLocation, setLocation
public IrDocText(String content)
content
- the contentsIllegalArgumentException
- if the string contains comment delimiters (/*
)public IrDocElementKind getKind()
IrDocElement
getKind
in interface IrDocElement
public String getContent()
public void setContent(String content)
content
- the contentsIllegalArgumentException
- if the parameter is null
IllegalArgumentException
- if the string contains comment delimiters (/*
)public <R,P> R accept(IrDocElementVisitor<R,P> visitor, P context)
IrDocElement
accept
in interface IrDocElement
R
- type of visitor resultP
- type of visitor contextvisitor
- the visitor to call backcontext
- the visitor contextCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.