rt

package
v0.0.0-...-8abddbd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2016 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Overview

Package rt provides the internal runtime package for AspectGo. Do NOT access rt from an aspect file.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContextImpl

type ContextImpl struct {
	// XArgs should NOT be accessed manually.
	XArgs []interface{}

	// XFunc should NOT be accessed manually.
	XFunc func(args []interface{}) []interface{}

	// XReceiver should NOT be accessed manually.
	XReceiver interface{}
}

ContextImpl implements aspect.Context

func (*ContextImpl) Args

func (ctx *ContextImpl) Args() []interface{}

Args should NOT be called manually.

func (*ContextImpl) Call

func (ctx *ContextImpl) Call(args []interface{}) []interface{}

Call should NOT be called manually.

func (*ContextImpl) Receiver

func (ctx *ContextImpl) Receiver() interface{}

Receiver should NOT be called manually.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL