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, wait
getCodeType, getInstance
protected Class<?> cls
public Builtin(Class<?> cls)
public String getDocstring()
getDocstring
in interface ICode
public String getArgDescr()
getArgDescr
in interface ICode
public String getDefLocation()
getDefLocation
in interface ICode
public String getPackageName()
getPackageName
in interface ICode
public ArgSpec getArgSpec()
getArgSpec
in interface ICode
Copyright © 2022. All rights reserved.