docstring_tokens
list
code_tokens
list
[ "<", "p", ">", "the", "amazon", "resource", "name", "(", "arn", ")", "of", "the", "rule", "<", "/", "p", ">" ]
[ "this", "rule", "arn", "=", "rule", "arn", ";" ]
[ "<", "p", ">", "the", "amazon", "resource", "name", "(", "arn", ")", "of", "the", "rule", "<", "/", "p", ">" ]
[ "return", "this", "rule", "arn", ";" ]
[ "<", "p", ">", "the", "amazon", "resource", "name", "(", "arn", ")", "of", "the", "rule", "<", "/", "p", ">" ]
[ "set", "rule", "arn", "(", "rule", "arn", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "conditions", "each", "condition", "specifies", "a", "field", "name", "and", "a", "single", "value", "<", "/", "p", ">", "<", "p", ">", "if", "the", "field", "name", "is", "<", "code", ">", "host", "-", "header", "<", "/", "...
[ "return", "conditions", ";" ]
[ "<", "p", ">", "the", "conditions", "each", "condition", "specifies", "a", "field", "name", "and", "a", "single", "value", "<", "/", "p", ">", "<", "p", ">", "if", "the", "field", "name", "is", "<", "code", ">", "host", "-", "header", "<", "/", "...
[ "if", "(", "conditions", "=", "=", "null", ")", "{", "this", "conditions", "=", "null", ";", "return", ";", "}", "this", "conditions", "=", "new", "java", "util", "array", "list", "<", "rule", "condition", ">", "(", "conditions", ")", ";" ]
[ "<", "p", ">", "the", "conditions", "each", "condition", "specifies", "a", "field", "name", "and", "a", "single", "value", "<", "/", "p", ">", "<", "p", ">", "if", "the", "field", "name", "is", "<", "code", ">", "host", "-", "header", "<", "/", "...
[ "if", "(", "this", "conditions", "=", "=", "null", ")", "{", "set", "conditions", "(", "new", "java", "util", "array", "list", "<", "rule", "condition", ">", "(", "conditions", "length", ")", ")", ";", "}", "for", "(", "rule", "condition", "ele", ":"...
[ "<", "p", ">", "the", "conditions", "each", "condition", "specifies", "a", "field", "name", "and", "a", "single", "value", "<", "/", "p", ">", "<", "p", ">", "if", "the", "field", "name", "is", "<", "code", ">", "host", "-", "header", "<", "/", "...
[ "set", "conditions", "(", "conditions", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "actions", "initiated", "by", "this", "trigger", "when", "it", "fires", "<", "/", "p", ">" ]
[ "return", "actions", ";" ]
[ "<", "p", ">", "the", "actions", "initiated", "by", "this", "trigger", "when", "it", "fires", "<", "/", "p", ">" ]
[ "if", "(", "actions", "=", "=", "null", ")", "{", "this", "actions", "=", "null", ";", "return", ";", "}", "this", "actions", "=", "new", "java", "util", "array", "list", "<", "action", ">", "(", "actions", ")", ";" ]
[ "<", "p", ">", "the", "actions", "<", "/", "p", ">", "<", "p", ">", "if", "the", "action", "type", "is", "<", "code", ">", "forward", "<", "/", "code", ">", "you", "can", "specify", "a", "single", "target", "group", "<", "/", "p", ">", "<", "...
[ "if", "(", "this", "actions", "=", "=", "null", ")", "{", "set", "actions", "(", "new", "java", "util", "array", "list", "<", "action", ">", "(", "actions", "length", ")", ")", ";", "}", "for", "(", "action", "ele", ":", "actions", ")", "{", "thi...
[ "<", "p", ">", "the", "actions", "<", "/", "p", ">", "<", "p", ">", "if", "the", "action", "type", "is", "<", "code", ">", "forward", "<", "/", "code", ">", "you", "can", "specify", "a", "single", "target", "group", "<", "/", "p", ">", "<", "...
[ "set", "actions", "(", "actions", ")", ";", "return", "this", ";" ]
[ "removes", "the", "current", "thread", "s", "values", "for", "all", "{" ]
[ "sdk", "thread", "locals", "registry", "remove", "(", ")", ";" ]
[ "<", "p", ">", "the", "status", "message", "<", "/", "p", ">" ]
[ "this", "status", "message", "=", "status", "message", ";" ]
[ "<", "p", ">", "the", "status", "message", "<", "/", "p", ">" ]
[ "return", "this", "status", "message", ";" ]
[ "<", "p", ">", "a", "custom", "ami", "id", "to", "be", "used", "to", "create", "the", "instance", "for", "more", "information", "see", "<", "a", "href", "=", "http", ":", "/", "/", "docs", "aws", "amazon", "com", "/", "opsworks", "/", "latest", "/"...
[ "this", "ami", "id", "=", "ami", "id", ";" ]
[ "<", "p", ">", "a", "custom", "ami", "id", "to", "be", "used", "to", "create", "the", "instance", "for", "more", "information", "see", "<", "a", "href", "=", "http", ":", "/", "/", "docs", "aws", "amazon", "com", "/", "opsworks", "/", "latest", "/"...
[ "return", "this", "ami", "id", ";" ]
[ "gets", "the", "submenu", "items" ]
[ "if", "(", "sub", "menu", "items", "=", "=", "null", ")", "sub", "menu", "items", "=", "new", "array", "list", "<", ">", "(", ")", ";", "return", "sub", "menu", "items", ";" ]
[ "gets", "the", "{", "@", "link", "popup", "menu", "item", "context", "}", "associated", "with", "a", "particular", "context" ]
[ "public", "abstract", "extension", "popup", "menu", "item", "get", "popup", "context", "menu", "(", "context", "context", ",", "string", "parent", "name", ")", ";" ]
[ "<", "p", ">", "the", "name", "of", "the", "rule", "<", "/", "p", ">" ]
[ "this", "rule", "=", "rule", ";" ]
[ "<", "p", ">", "the", "name", "of", "the", "rule", "<", "/", "p", ">" ]
[ "return", "this", "rule", ";" ]
[ "<", "p", ">", "the", "name", "of", "the", "rule", "<", "/", "p", ">" ]
[ "set", "rule", "(", "rule", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "token", "returned", "by", "a", "previous", "call", "to", "retrieve", "the", "next", "set", "of", "results", "<", "/", "p", ">" ]
[ "set", "next", "token", "(", "next", "token", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "specifies", "the", "number", "of", "<", "code", ">", "geo", "match", "set", "<", "/", "code", ">", "objects", "that", "you", "want", "aws", "waf", "to", "return", "for", "this", "request", "if", "you", "have", "more", "<", "code", "...
[ "this", "limit", "=", "limit", ";" ]
[ "<", "p", ">", "specifies", "the", "number", "of", "<", "code", ">", "geo", "match", "set", "<", "/", "code", ">", "objects", "that", "you", "want", "aws", "waf", "to", "return", "for", "this", "request", "if", "you", "have", "more", "<", "code", "...
[ "return", "this", "limit", ";" ]
[ "<", "p", ">", "the", "maximum", "number", "of", "results", "to", "return", "<", "/", "p", ">" ]
[ "set", "limit", "(", "limit", ")", ";", "return", "this", ";" ]
[ "force", "spill", "during", "building" ]
[ "spill", "(", "long", "max", "value", ",", "this", ")", ";" ]
[ "spill", "some", "data", "to", "disk", "to", "release", "memory", "which", "will", "be", "called", "by", "data", "node", "memory", "manager", "when", "there", "is", "not", "enough", "memory", "for", "the", "task" ]
[ "public", "abstract", "long", "spill", "(", "long", "size", ",", "memory", "consumer", "trigger", ")", "throws", "i", "o", "exception", ";" ]
[ "frees", "a", "long", "array" ]
[ "free", "page", "(", "array", "memory", "block", "(", ")", ")", ";" ]
[ "frees", "a", "char", "array" ]
[ "free", "page", "(", "array", "memory", "block", "(", ")", ")", ";" ]
[ "free", "a", "memory", "block" ]
[ "used", "-", "=", "page", "size", "(", ")", ";", "data", "node", "memory", "manager", "free", "page", "(", "page", ",", "this", ")", ";" ]
[ "allocates", "a", "heap", "memory", "of", "size" ]
[ "long", "granted", "=", "0", ";", "try", "{", "granted", "=", "data", "node", "memory", "manager", "acquire", "execution", "memory", "(", "size", ",", "memory", "mode", "on", "heap", ",", "this", ")", ";", "}", "catch", "(", "interrupted", "exception", ...
[ "release", "n", "bytes", "of", "heap", "memory" ]
[ "data", "node", "memory", "manager", "release", "execution", "memory", "(", "size", ",", "memory", "mode", "on", "heap", ",", "this", ")", ";", "used", "-", "=", "size", ";" ]
[ "construct", "a", "synchronous", "implementation", "of", "a", "w", "s", "support", "using", "the", "current", "builder", "configuration" ]
[ "return", "new", "a", "w", "s", "support", "client", "(", "params", ")", ";" ]
[ "test", "all", "creation", "paths", "very", "lazily", ":", "by", "assuming", "as", "list", "(", ")", "works" ]
[ "assert", "that", "(", "immutable", "long", "array", "of", "(", ")", "as", "list", "(", ")", ")", "is", "empty", "(", ")", ";" ]
[ "if", "there", "s", "a", "bug", "in", "builder", "growth", "we", "wouldn", "t", "know", "how", "to", "expose", "it", "so", "brute", "force", "the", "hell", "out", "of", "it", "for", "a", "while", "and", "see", "what", "happens" ]
[ "for", "(", "int", "i", "=", "0", ";", "i", "<", "reduce", "iterations", "if", "gwt", "(", "100", ")", ";", "i", "+", "+", ")", "{", "immutable", "long", "array", "builder", "builder", "=", "immutable", "long", "array", "builder", "(", "random", "n...
[ "this", "is", "probably", "a", "weird", "and", "hacky", "way", "to", "test", "what", "we", "re", "really", "trying", "to", "test", "but", "hey", "it", "caught", "a", "bug" ]
[ "immutable", "long", "array", "iia", "=", "immutable", "long", "array", "of", "(", "0", ",", "1", ",", "3", ")", ";", "assert", "doesnt", "actually", "trim", "(", "iia", ")", ";", "assert", "doesnt", "actually", "trim", "(", "iia", "sub", "array", "(...
[ "creates", "a", "new", "collection", "containing", "the", "given", "elements", ";", "implement", "this", "method", "instead", "of", "{" ]
[ "protected", "abstract", "list", "<", "long", ">", "create", "(", "long", "[", "]", "elements", ")", ";" ]
[ "returns", "the", "original", "element", "list", "unchanged" ]
[ "return", "insertion", "order", ";" ]
[ "the", "default", "key", "to", "use", "if", "a", "key", "is", "provided", "in", "the", "message", "header", "then", "the", "key", "from", "the", "header", "takes", "precedence" ]
[ "this", "key", "=", "key", ";" ]
[ "<", "p", ">", "the", "name", "of", "the", "file", "to", "transcode", "elsewhere", "in", "the", "body", "of", "the", "json", "block", "is", "the", "the", "id", "of", "the", "pipeline", "to", "use", "for", "processing", "the", "job", "the", "<", "code...
[ "return", "this", "key", ";" ]
[ "<", "p", ">", "the", "parameter", "key", "<", "/", "p", ">" ]
[ "set", "key", "(", "key", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "gender", "of", "the", "face", "<", "/", "p", ">" ]
[ "return", "this", "value", ";" ]
[ "<", "p", ">", "the", "parameter", "value", "<", "/", "p", ">" ]
[ "set", "value", "(", "value", ")", ";", "return", "this", ";" ]
[ "gets", "the", "bson", "type", "of", "this", "value" ]
[ "public", "abstract", "bson", "type", "get", "bson", "type", "(", ")", ";" ]
[ "gets", "this", "value", "as", "a", "bson", "document", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "document", ")", ";", "return", "(", "bson", "document", ")", "this", ";" ]
[ "gets", "this", "value", "as", "a", "bson", "array", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "array", ")", ";", "return", "(", "bson", "array", ")", "this", ";" ]
[ "gets", "this", "value", "as", "a", "bson", "string", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "string", ")", ";", "return", "(", "bson", "string", ")", "this", ";" ]
[ "gets", "this", "value", "as", "a", "bson", "int", "3", "2", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "int32", ")", ";", "return", "(", "bson", "int", "3", "2", ")", "this", ";" ]
[ "gets", "this", "value", "as", "a", "bson", "int", "6", "4", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "int64", ")", ";", "return", "(", "bson", "int", "6", "4", ")", "this", ";" ]
[ "gets", "this", "value", "as", "a", "bson", "decimal", "1", "2", "8", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "decimal128", ")", ";", "return", "(", "bson", "decimal", "1", "2", "8", ")", "this", ";" ]
[ "gets", "this", "value", "as", "a", "bson", "double", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "double", ")", ";", "return", "(", "bson", "double", ")", "this", ";" ]
[ "gets", "this", "value", "as", "a", "bson", "boolean", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "boolean", ")", ";", "return", "(", "bson", "boolean", ")", "this", ";" ]
[ "gets", "this", "value", "as", "an", "bson", "object", "id", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "object", "id", ")", ";", "return", "(", "bson", "object", "id", ")", "this", ";" ]
[ "gets", "this", "value", "as", "a", "bson", "db", "pointer", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "db", "pointer", ")", ";", "return", "(", "bson", "db", "pointer", ")", "this", ";" ]
[ "gets", "this", "value", "as", "a", "bson", "timestamp", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "timestamp", ")", ";", "return", "(", "bson", "timestamp", ")", "this", ";" ]
[ "gets", "this", "value", "as", "a", "bson", "binary", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "binary", ")", ";", "return", "(", "bson", "binary", ")", "this", ";" ]
[ "gets", "this", "value", "as", "a", "bson", "date", "time", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "date", "time", ")", ";", "return", "(", "bson", "date", "time", ")", "this", ";" ]
[ "gets", "this", "value", "as", "a", "bson", "symbol", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "symbol", ")", ";", "return", "(", "bson", "symbol", ")", "this", ";" ]
[ "gets", "this", "value", "as", "a", "bson", "regular", "expression", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "regular", "expression", ")", ";", "return", "(", "bson", "regular", "expression", ")", "this", ";" ]
[ "gets", "this", "value", "as", "a", "{", "@", "code", "bson", "java", "script", "}", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "javascript", ")", ";", "return", "(", "bson", "java", "script", ")", "this", ";" ]
[ "gets", "this", "value", "as", "a", "bson", "java", "script", "with", "scope", "if", "it", "is", "one", "otherwise", "throws", "exception" ]
[ "throw", "if", "invalid", "type", "(", "bson", "type", "javascript", "with", "scope", ")", ";", "return", "(", "bson", "java", "script", "with", "scope", ")", "this", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "null", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "null", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "document", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "document", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "array", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "array", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "string", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "string", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "number", "false", "otherwise" ]
[ "return", "is", "int", "3", "2", "(", ")", "|", "|", "is", "int", "6", "4", "(", ")", "|", "|", "is", "double", "(", ")", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "int", "3", "2", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "int", "3", "2", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "int", "6", "4", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "int", "6", "4", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "decimal", "1", "2", "8", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "decimal", "1", "2", "8", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "double", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "double", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "boolean", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "boolean", ";" ]
[ "returns", "true", "if", "this", "is", "an", "bson", "object", "id", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "object", "id", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "db", "pointer", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "db", "pointer", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "timestamp", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "timestamp", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "binary", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "binary", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "date", "time", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "date", "time", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "symbol", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "symbol", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "regular", "expression", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "regular", "expression", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "java", "script", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "java", "script", ";" ]
[ "returns", "true", "if", "this", "is", "a", "bson", "java", "script", "with", "scope", "false", "otherwise" ]
[ "return", "this", "instanceof", "bson", "java", "script", "with", "scope", ";" ]
[ "{" ]
[ "return", "1", ";" ]
[ "constructs", "the", "job", "history", "file", "name", "from", "the", "job", "index", "info" ]
[ "return", "get", "done", "file", "name", "(", "index", "info", ",", "j", "h", "admin", "config", "default", "mr", "hs", "jobname", "limit", ")", ";" ]
[ "trims", "the", "job", "-", "name", "if", "required" ]
[ "if", "(", "job", "name", "length", "(", ")", ">", "job", "name", "limit", ")", "{", "job", "name", "=", "job", "name", "substring", "(", "0", ",", "job", "name", "limit", ")", ";", "}", "return", "job", "name", ";" ]
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "return", "model", "package", "literals", "digital", "sensor", "io4", ";" ]
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "logger", "old", "logger", "=", "logger", ";", "logger", "=", "new", "logger", ";", "if", "(", "e", "notification", "required", "(", ")", ")", "e", "notify", "(", "new", "e", "notification", "impl", "(", "this", ",", "notification", "set", ",", "model"...
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "return", "uid", ";" ]
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "string", "old", "uid", "=", "uid", ";", "uid", "=", "new", "uid", ";", "if", "(", "e", "notification", "required", "(", ")", ")", "e", "notify", "(", "new", "e", "notification", "impl", "(", "this", ",", "notification", "set", ",", "model", "package...
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "return", "poll", ";" ]
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "boolean", "old", "poll", "=", "poll", ";", "poll", "=", "new", "poll", ";", "if", "(", "e", "notification", "required", "(", ")", ")", "e", "notify", "(", "new", "e", "notification", "impl", "(", "this", ",", "notification", "set", ",", "model", "pa...
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "return", "enabled", "a", ";" ]
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "atomic", "boolean", "old", "enabled", "a", "=", "enabled", "a", ";", "enabled", "a", "=", "new", "enabled", "a", ";", "if", "(", "e", "notification", "required", "(", ")", ")", "e", "notify", "(", "new", "e", "notification", "impl", "(", "this", ","...
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "return", "sub", "id", ";" ]
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "string", "old", "sub", "id", "=", "sub", "id", ";", "sub", "id", "=", "new", "sub", "id", ";", "if", "(", "e", "notification", "required", "(", ")", ")", "e", "notify", "(", "new", "e", "notification", "impl", "(", "this", ",", "notification", "se...
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "if", "(", "e", "container", "feature", "i", "d", "(", ")", "!", "=", "model", "package", "digital", "sensor", "io4", "mbrick", ")", "return", "null", ";", "return", "(", "m", "bricklet", "i", "o", "4", ")", "e", "container", "(", ")", ";" ]
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "if", "(", "e", "container", "feature", "i", "d", "(", ")", "!", "=", "model", "package", "digital", "sensor", "io4", "mbrick", ")", "return", "null", ";", "return", "(", "m", "bricklet", "i", "o", "4", ")", "e", "internal", "container", "(", ")", ...
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "msgs", "=", "e", "basic", "set", "container", "(", "(", "internal", "e", "object", ")", "new", "mbrick", ",", "model", "package", "digital", "sensor", "io4", "mbrick", ",", "msgs", ")", ";", "return", "msgs", ";" ]
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "return", "generic", "device", "id", ";" ]
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "string", "old", "generic", "device", "id", "=", "generic", "device", "id", ";", "generic", "device", "id", "=", "new", "generic", "device", "id", ";", "if", "(", "e", "notification", "required", "(", ")", ")", "e", "notify", "(", "new", "e", "notifica...
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "return", "sensor", "value", ";" ]
[ "<", "!", "-", "-", "begin", "-", "user", "-", "doc", "-", "-", ">", "<", "!", "-", "-", "end", "-", "user", "-", "doc", "-", "-", ">" ]
[ "high", "low", "value", "old", "sensor", "value", "=", "sensor", "value", ";", "sensor", "value", "=", "new", "sensor", "value", ";", "if", "(", "e", "notification", "required", "(", ")", ")", "e", "notify", "(", "new", "e", "notification", "impl", "("...