public class UnresolvedSymbolDescription extends Object implements Serializable
Constructor and Description |
---|
UnresolvedSymbolDescription(ElementSymbol symbol,
String description) |
UnresolvedSymbolDescription(String symbol,
String description)
Construct a description given the symbol and it's description.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the description of the problem
|
LanguageObject |
getObject() |
String |
getSymbol()
Get the symbol that was unresolved
|
String |
toString()
Get string representation of the unresolved symbol description
|
public UnresolvedSymbolDescription(String symbol, String description)
symbol
- Unresolved symboldescription
- Description of errorpublic UnresolvedSymbolDescription(ElementSymbol symbol, String description)
public LanguageObject getObject()
public String getSymbol()
public String getDescription()
Copyright © 2018 JBoss by Red Hat. All rights reserved.