public class JLabel extends JNode implements HasName
HasName.Util
BY_NAME_COMPARATOR
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, toString
public JLabel(SourceInfo info, String name)
public void traverse(JVisitor visitor, Context ctx)
JVisitable
traverse
in interface JVisitable
visitor
- the visitor that should traverse this nodectx
- the context of an existing traversalCopyright © 2018. All rights reserved.