Documentation
¶
Index ¶
- type Jar
- type Java
- func (j *Java) Compile(s language.Sandbox, r language.File, w io.Writer, e io.Writer, ...) error
- func (j *Java) DefaultFileName() string
- func (*Java) Id() string
- func (*Java) InsecureCompile(wd string, r io.Reader, w io.Writer, e io.Writer) error
- func (*Java) Name() string
- func (j *Java) Run(s language.Sandbox, binary, stdin io.Reader, stdout io.Writer, ...) (language.Status, error)
- func (j *Java) Test(s language.Sandbox) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Java ¶
type Java struct {
// contains filtered or unexported fields
}
func (*Java) DefaultFileName ¶
func (*Java) InsecureCompile ¶
Click to show internal directories.
Click to hide internal directories.