public final class TypeResult extends Object
| Constructor and Description |
|---|
TypeResult(Object argumentName)
Secondary constructor with just the argument name
|
TypeResult(Object resolvedValue,
Object argumentName)
me.mattstudios.mf.Main constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getArgumentName()
Gets the argument name
|
Object |
getResolvedValue()
Gets the resolved value
|
public TypeResult(Object resolvedValue, Object argumentName)
resolvedValue - The resolved valueargumentName - The argumentpublic TypeResult(Object argumentName)
argumentName - The argumentCopyright © 2020. All rights reserved.