opc

package
v0.0.0-...-ed3c113 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2016 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NULL  = 0x00
	STR   = 0x01
	INT   = 0x02
	LONG  = 0x03
	FLOAT = 0x04
	TRUE  = 0x05
	FLASE = 0x06
)
View Source
const (
	INCLUDE = 0x01
	REQUIRE = 0x02
	LAYOUT  = 0x03
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Iterator

type Iterator interface {
	HasNext() bool
	Next() interface{}
	SetVariables(keyName, valName string)
}

type Object

type Object interface{}

type Operator

type Operator byte
const (
	ADD Operator = 0x01
	SUB Operator = 0x02
	MUL Operator = 0x03
	DIV Operator = 0x04
	MOD Operator = 0x05
	//取负
	NEG Operator = 0x06
	//取正
	POS Operator = 0x07
	EQ  Operator = 0x08
	NE  Operator = 0x09
	GT  Operator = 0x0A
	//逻辑大于等于
	GE Operator = 0x0B
	LT Operator = 0x0C
	//逻辑小于等于
	LE  Operator = 0x0D
	AND Operator = 0x0E
	OR  Operator = 0x0F
)

Jump to

Keyboard shortcuts

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