public abstract class Compiler.Builtin extends Object implements ICode
| Modifier and Type | Method and Description |
|---|---|
String |
getArgDescr() |
ArgSpec |
getArgSpec() |
String |
getDefLocation() |
String |
getDocstring() |
String |
getPackageName() |
boolean |
isBuiltIn() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCodeType, getInstanceprotected Class<?> cls
public Builtin(Class<?> cls)
public String getDocstring()
getDocstring in interface ICodepublic String getArgDescr()
getArgDescr in interface ICodepublic String getDefLocation()
getDefLocation in interface ICodepublic String getPackageName()
getPackageName in interface ICodepublic ArgSpec getArgSpec()
getArgSpec in interface ICodeCopyright © 2022. All rights reserved.