public class FindMatchFailInfo extends Object
| Constructor and Description |
|---|
FindMatchFailInfo(String desc) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAlternative(String kind,
String value) |
void |
addAvailable(net.thevpc.jeep.JInvokable jInvokable) |
void |
addImport(String type) |
void |
fail(net.thevpc.jeep.JOnError fail,
net.thevpc.jeep.JCompilerLog log,
net.thevpc.jeep.JToken location) |
void |
fail(net.thevpc.jeep.JOnError fail,
net.thevpc.jeep.JCompilerLog log,
String errorId,
String group,
String message,
net.thevpc.jeep.JToken location) |
HLJCompilerContext.ConversionTrace |
getConversions() |
String |
getDesc() |
LinkedHashSet<net.thevpc.jeep.JConverter> |
getSearchedConverters() |
String |
getSignatureString() |
String |
header() |
boolean |
isError() |
FindMatchFailInfo |
setConversions(HLJCompilerContext.ConversionTrace conversions) |
void |
setDesc(String desc) |
FindMatchFailInfo |
setError(boolean error) |
FindMatchFailInfo |
setSearchedConverters(LinkedHashSet<net.thevpc.jeep.JConverter> searchedConverters) |
FindMatchFailInfo |
setSignatureString(String signatureString) |
public FindMatchFailInfo(String desc)
public String getSignatureString()
public FindMatchFailInfo setSignatureString(String signatureString)
public String getDesc()
public void setDesc(String desc)
public boolean isError()
public HLJCompilerContext.ConversionTrace getConversions()
public FindMatchFailInfo setConversions(HLJCompilerContext.ConversionTrace conversions)
public FindMatchFailInfo setError(boolean error)
public void addImport(String type)
public String header()
public void fail(net.thevpc.jeep.JOnError fail,
net.thevpc.jeep.JCompilerLog log,
String errorId,
String group,
String message,
net.thevpc.jeep.JToken location)
public void fail(net.thevpc.jeep.JOnError fail,
net.thevpc.jeep.JCompilerLog log,
net.thevpc.jeep.JToken location)
public void addAvailable(net.thevpc.jeep.JInvokable jInvokable)
public LinkedHashSet<net.thevpc.jeep.JConverter> getSearchedConverters()
public FindMatchFailInfo setSearchedConverters(LinkedHashSet<net.thevpc.jeep.JConverter> searchedConverters)
Copyright © 2021 vpc open source initiative. All rights reserved.