
public class JLabel extends JNode implements HasName
HasName.Util| Constructor and Description |
|---|
JLabel(SourceInfo info,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
traverse(JVisitor visitor,
Context ctx)
Causes this object to have the visitor visit itself and its children.
|
getSourceInfo, setSourceInfo, toSource, toStringpublic JLabel(SourceInfo info, String name)
public void traverse(JVisitor visitor, Context ctx)
JVisitabletraverse in interface JVisitablevisitor - the visitor that should traverse this nodectx - the context of an existing traversalCopyright © 2018. All rights reserved.