docstring_tokens
list | code_tokens
list |
---|---|
[
"called",
"when",
"an",
"error",
"received",
"from",
"the",
"server",
"or",
"when",
"request",
"was",
"failed"
] | [
"protected",
"abstract",
"void",
"on",
"failure",
"(",
"throwable",
"exception",
")",
";"
] |
[
"if",
"server",
"disconnected"
] | [
"on",
"failure",
"(",
"new",
"server",
"disconnected",
"exception",
"(",
"request",
")",
")",
";"
] |
[
"if",
"unauthorized"
] | [
"on",
"failure",
"(",
"new",
"unauthorized",
"exception",
"(",
"response",
",",
"request",
")",
")",
";"
] |
[
"add",
"the",
"given",
"string",
"literal",
"at",
"the",
"given",
"position",
"as",
"a",
"query",
"flag"
] | [
"metadata",
"add",
"flag",
"(",
"new",
"query",
"flag",
"(",
"position",
",",
"flag",
")",
")",
";",
"return",
"(",
"c",
")",
"this",
";"
] |
[
"add",
"the",
"given",
"expression",
"at",
"the",
"given",
"position",
"as",
"a",
"query",
"flag"
] | [
"metadata",
"add",
"flag",
"(",
"new",
"query",
"flag",
"(",
"position",
",",
"flag",
")",
")",
";",
"return",
"(",
"c",
")",
"this",
";"
] |
[
"add",
"current",
"state",
"of",
"bindings",
"as",
"a",
"batch",
"item"
] | [
"batches",
"add",
"(",
"metadata",
")",
";",
"metadata",
"=",
"new",
"default",
"query",
"metadata",
"(",
")",
";",
"metadata",
"add",
"join",
"(",
"join",
"type",
"default",
",",
"entity",
")",
";",
"metadata",
"set",
"validating",
"visitor",
"(",
"validating",
"visitor",
")",
";",
"return",
"(",
"c",
")",
"this",
";"
] |
[
"stop",
"the",
"activator"
] | [
"sr",
"a",
"unregister",
"(",
")",
";",
"sr",
"b",
"unregister",
"(",
")",
";"
] |
[
"returns",
"the",
"date",
"of",
"the",
"calculated",
"distance"
] | [
"return",
"date",
";"
] |
[
"sets",
"the",
"date",
"of",
"the",
"calculated",
"distance"
] | [
"this",
"date",
"=",
"date",
";"
] |
[
"returns",
"the",
"distance",
"in",
"kilometers"
] | [
"return",
"kilometer",
";"
] |
[
"sets",
"the",
"distance",
"in",
"kilometers"
] | [
"this",
"kilometer",
"=",
"kilometer",
";"
] |
[
"returns",
"the",
"distance",
"in",
"miles"
] | [
"return",
"kilometer",
"*",
"km",
"to",
"miles",
";"
] |
[
"/",
"*",
"translate",
"column",
"names",
"by",
"walking",
"the",
"ast"
] | [
"if",
"(",
"node",
"=",
"=",
"null",
")",
"{",
"return",
";",
"}",
"if",
"(",
"node",
"instanceof",
"expr",
"node",
"column",
"desc",
")",
"{",
"expr",
"node",
"column",
"desc",
"column",
"=",
"(",
"expr",
"node",
"column",
"desc",
")",
"node",
";",
"string",
"hive",
"column",
"name",
"=",
"column",
"get",
"column",
"(",
")",
"to",
"lower",
"case",
"(",
")",
";",
"if",
"(",
"column",
"map",
"contains",
"key",
"(",
"hive",
"column",
"name",
")",
")",
"{",
"string",
"db",
"column",
"name",
"=",
"column",
"map",
"get",
"(",
"hive",
"column",
"name",
")",
";",
"string",
"final",
"name",
"=",
"format",
"column",
"name",
"(",
"db",
"column",
"name",
")",
";",
"column",
"set",
"column",
"(",
"final",
"name",
")",
";",
"}",
"}",
"else",
"{",
"if",
"(",
"node",
"get",
"children",
"(",
")",
"!",
"=",
"null",
")",
"{",
"for",
"(",
"expr",
"node",
"desc",
"child",
"node",
":",
"node",
"get",
"children",
"(",
")",
")",
"{",
"walk",
"tree",
"and",
"translate",
"column",
"names",
"(",
"child",
"node",
",",
"column",
"map",
")",
";",
"}",
"}",
"}"
] |
[
"each",
"inner",
"-",
"node",
"represents",
"prefix",
"of",
"some",
"suffixes",
"thus",
"substring",
"of",
"text"
] | [
"for",
"(",
"node",
"node",
":",
"inner",
"nodes",
")",
"{",
"if",
"(",
"contains",
"origin",
"(",
"node",
")",
")",
"{",
"report",
"(",
"node",
")",
";",
"}",
"}"
] |
[
"todo",
"godin",
":",
"in",
"fact",
"computations",
"here",
"are",
"the",
"same",
"as",
"in",
"{"
] | [
"for",
"(",
"int",
"i",
"=",
"node",
"start",
"size",
";",
"i",
"<",
"node",
"end",
"size",
";",
"i",
"+",
"+",
")",
"{",
"int",
"start",
"=",
"tree",
"text",
"length",
"(",
")",
"-",
"list",
"get",
"(",
"i",
")",
";",
"int",
"end",
"=",
"start",
"+",
"node",
"depth",
";",
"if",
"(",
"text",
"is",
"inside",
"origin",
"(",
"end",
")",
")",
"{",
"return",
"true",
";",
"}",
"}",
"return",
"false",
";"
] |
[
"invoked",
"at",
"the",
"beginning",
"of",
"processing",
"for",
"current",
"node",
"<",
"p",
">",
"length",
"-",
"is",
"a",
"depth",
"of",
"node",
"and",
"nodes",
"are",
"visited",
"in",
"descending",
"order",
"of",
"depth",
"thus",
"we",
"guaranty",
"that",
"length",
"will",
"not",
"increase",
"between",
"two",
"sequential",
"calls",
"of",
"this",
"method",
"(",
"can",
"be",
"equal",
"or",
"less",
"than",
"previous",
"value",
")",
"<",
"/",
"p",
">"
] | [
"abstract",
"void",
"start",
"of",
"group",
"(",
"int",
"size",
",",
"int",
"length",
")",
";"
] |
[
"invoked",
"as",
"many",
"times",
"as",
"leaves",
"in",
"the",
"subtree",
"where",
"current",
"node",
"is",
"root"
] | [
"abstract",
"void",
"part",
"(",
"int",
"start",
",",
"int",
"end",
")",
";"
] |
[
"invoked",
"at",
"the",
"end",
"of",
"processing",
"for",
"current",
"node"
] | [
"abstract",
"void",
"end",
"of",
"group",
"(",
")",
";"
] |
[
"returns",
"the",
"number",
"of",
"days",
"since",
"epoch",
"for",
"the",
"date",
"used",
"for",
"generating",
"signing",
"key"
] | [
"return",
"number",
"of",
"days",
"since",
"epoch",
";"
] |
[
"returns",
"a",
"copy",
"of",
"the",
"signing",
"key"
] | [
"return",
"signing",
"key",
"clone",
"(",
")",
";"
] |
[
"binder",
"thread",
"callbacks"
] | [] |
[
"main",
"thread",
"callbacks"
] | [] |
[
"return",
"an",
"unmodifiable",
"list",
"of",
"http",
"specified",
"date",
"formats",
"to",
"use",
"for",
"parsing",
"or",
"formatting",
"{",
"@",
"link",
"date",
"}",
"<",
"p",
">",
"the",
"list",
"of",
"date",
"formats",
"are",
"scoped",
"to",
"the",
"current",
"thread",
"and",
"may",
"be",
"used",
"without",
"requiring",
"to",
"synchronize",
"access",
"to",
"the",
"instances",
"when",
"parsing",
"or",
"formatting"
] | [
"return",
"date",
"formats",
"get",
"(",
")",
";"
] |
[
"adds",
"classpath",
"files",
"into",
"web",
"application",
"classloader",
"and",
"sets",
"web",
"xml",
"and",
"base",
"directory",
"for",
"the",
"configured",
"web",
"application"
] | [
"if",
"(",
"context",
"instanceof",
"ant",
"web",
"app",
"context",
")",
"{",
"list",
"<",
"file",
">",
"class",
"path",
"files",
"=",
"(",
"(",
"ant",
"web",
"app",
"context",
")",
"context",
")",
"get",
"class",
"path",
"files",
"(",
")",
";",
"if",
"(",
"class",
"path",
"files",
"!",
"=",
"null",
")",
"{",
"for",
"(",
"file",
"cp",
"file",
":",
"class",
"path",
"files",
")",
"{",
"if",
"(",
"cp",
"file",
"exists",
"(",
")",
")",
"{",
"(",
"(",
"web",
"app",
"class",
"loader",
")",
"context",
"get",
"class",
"loader",
"(",
")",
")",
"add",
"class",
"path",
"(",
"cp",
"file",
"get",
"canonical",
"path",
"(",
")",
")",
";",
"}",
"}",
"}",
"}",
"super",
"configure",
"(",
"context",
")",
";"
] |
[
"whether",
"the",
"icons",
"are",
"using",
"the",
"default",
"direction",
"or",
"the",
"opposite"
] | [
"m",
"is",
"default",
"direction",
"=",
"is",
"default",
"direction",
";",
"update",
"indicator",
"drawable",
"(",
")",
";"
] |
[
"<",
"p",
">",
"identifies",
"the",
"fragment",
"on",
"the",
"kinesis",
"video",
"stream",
"where",
"you",
"want",
"to",
"start",
"getting",
"the",
"data",
"from",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"p",
">",
"now",
"-",
"start",
"with",
"the",
"latest",
"chunk",
"on",
"the",
"stream",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"earliest",
"-",
"start",
"with",
"earliest",
"available",
"chunk",
"on",
"the",
"stream",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"fragment",
"number",
"-",
"start",
"with",
"the",
"chunk",
"containing",
"the",
"specific",
"fragment",
"you",
"must",
"also",
"specify",
"the",
"<",
"code",
">",
"start",
"fragment",
"number",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"producer",
"timestamp",
"or",
"server",
"timestamp",
"-",
"start",
"with",
"the",
"chunk",
"containing",
"a",
"fragment",
"with",
"the",
"specified",
"producer",
"or",
"server",
"time",
"stamp",
"you",
"specify",
"the",
"time",
"stamp",
"by",
"adding",
"<",
"code",
">",
"start",
"timestamp",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"continuation",
"token",
"-",
"read",
"using",
"the",
"specified",
"continuation",
"token",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"/",
"ul",
">",
"<",
"note",
">",
"<",
"p",
">",
"if",
"you",
"choose",
"the",
"now",
"earliest",
"or",
"continuation",
"token",
"as",
"the",
"<",
"code",
">",
"start",
"selector",
"type",
"<",
"/",
"code",
">",
"you",
"don",
"t",
"provide",
"any",
"additional",
"information",
"in",
"the",
"<",
"code",
">",
"start",
"selector",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">",
"<",
"/",
"note",
">"
] | [
"this",
"start",
"selector",
"type",
"=",
"start",
"selector",
"type",
";"
] |
[
"<",
"p",
">",
"identifies",
"the",
"fragment",
"on",
"the",
"kinesis",
"video",
"stream",
"where",
"you",
"want",
"to",
"start",
"getting",
"the",
"data",
"from",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"p",
">",
"now",
"-",
"start",
"with",
"the",
"latest",
"chunk",
"on",
"the",
"stream",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"earliest",
"-",
"start",
"with",
"earliest",
"available",
"chunk",
"on",
"the",
"stream",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"fragment",
"number",
"-",
"start",
"with",
"the",
"chunk",
"containing",
"the",
"specific",
"fragment",
"you",
"must",
"also",
"specify",
"the",
"<",
"code",
">",
"start",
"fragment",
"number",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"producer",
"timestamp",
"or",
"server",
"timestamp",
"-",
"start",
"with",
"the",
"chunk",
"containing",
"a",
"fragment",
"with",
"the",
"specified",
"producer",
"or",
"server",
"time",
"stamp",
"you",
"specify",
"the",
"time",
"stamp",
"by",
"adding",
"<",
"code",
">",
"start",
"timestamp",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"continuation",
"token",
"-",
"read",
"using",
"the",
"specified",
"continuation",
"token",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"/",
"ul",
">",
"<",
"note",
">",
"<",
"p",
">",
"if",
"you",
"choose",
"the",
"now",
"earliest",
"or",
"continuation",
"token",
"as",
"the",
"<",
"code",
">",
"start",
"selector",
"type",
"<",
"/",
"code",
">",
"you",
"don",
"t",
"provide",
"any",
"additional",
"information",
"in",
"the",
"<",
"code",
">",
"start",
"selector",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">",
"<",
"/",
"note",
">"
] | [
"return",
"this",
"start",
"selector",
"type",
";"
] |
[
"<",
"p",
">",
"identifies",
"the",
"fragment",
"on",
"the",
"kinesis",
"video",
"stream",
"where",
"you",
"want",
"to",
"start",
"getting",
"the",
"data",
"from",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"p",
">",
"now",
"-",
"start",
"with",
"the",
"latest",
"chunk",
"on",
"the",
"stream",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"earliest",
"-",
"start",
"with",
"earliest",
"available",
"chunk",
"on",
"the",
"stream",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"fragment",
"number",
"-",
"start",
"with",
"the",
"chunk",
"containing",
"the",
"specific",
"fragment",
"you",
"must",
"also",
"specify",
"the",
"<",
"code",
">",
"start",
"fragment",
"number",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"producer",
"timestamp",
"or",
"server",
"timestamp",
"-",
"start",
"with",
"the",
"chunk",
"containing",
"a",
"fragment",
"with",
"the",
"specified",
"producer",
"or",
"server",
"time",
"stamp",
"you",
"specify",
"the",
"time",
"stamp",
"by",
"adding",
"<",
"code",
">",
"start",
"timestamp",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"continuation",
"token",
"-",
"read",
"using",
"the",
"specified",
"continuation",
"token",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"/",
"ul",
">",
"<",
"note",
">",
"<",
"p",
">",
"if",
"you",
"choose",
"the",
"now",
"earliest",
"or",
"continuation",
"token",
"as",
"the",
"<",
"code",
">",
"start",
"selector",
"type",
"<",
"/",
"code",
">",
"you",
"don",
"t",
"provide",
"any",
"additional",
"information",
"in",
"the",
"<",
"code",
">",
"start",
"selector",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">",
"<",
"/",
"note",
">"
] | [
"set",
"start",
"selector",
"type",
"(",
"start",
"selector",
"type",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"identifies",
"the",
"fragment",
"on",
"the",
"kinesis",
"video",
"stream",
"where",
"you",
"want",
"to",
"start",
"getting",
"the",
"data",
"from",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"p",
">",
"now",
"-",
"start",
"with",
"the",
"latest",
"chunk",
"on",
"the",
"stream",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"earliest",
"-",
"start",
"with",
"earliest",
"available",
"chunk",
"on",
"the",
"stream",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"fragment",
"number",
"-",
"start",
"with",
"the",
"chunk",
"containing",
"the",
"specific",
"fragment",
"you",
"must",
"also",
"specify",
"the",
"<",
"code",
">",
"start",
"fragment",
"number",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"producer",
"timestamp",
"or",
"server",
"timestamp",
"-",
"start",
"with",
"the",
"chunk",
"containing",
"a",
"fragment",
"with",
"the",
"specified",
"producer",
"or",
"server",
"time",
"stamp",
"you",
"specify",
"the",
"time",
"stamp",
"by",
"adding",
"<",
"code",
">",
"start",
"timestamp",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"continuation",
"token",
"-",
"read",
"using",
"the",
"specified",
"continuation",
"token",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"/",
"ul",
">",
"<",
"note",
">",
"<",
"p",
">",
"if",
"you",
"choose",
"the",
"now",
"earliest",
"or",
"continuation",
"token",
"as",
"the",
"<",
"code",
">",
"start",
"selector",
"type",
"<",
"/",
"code",
">",
"you",
"don",
"t",
"provide",
"any",
"additional",
"information",
"in",
"the",
"<",
"code",
">",
"start",
"selector",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">",
"<",
"/",
"note",
">"
] | [
"this",
"start",
"selector",
"type",
"=",
"start",
"selector",
"type",
"to",
"string",
"(",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"specifies",
"the",
"fragment",
"number",
"from",
"where",
"you",
"want",
"the",
"<",
"code",
">",
"get",
"media",
"<",
"/",
"code",
">",
"api",
"to",
"start",
"returning",
"the",
"fragments",
"<",
"/",
"p",
">"
] | [
"this",
"after",
"fragment",
"number",
"=",
"after",
"fragment",
"number",
";"
] |
[
"<",
"p",
">",
"specifies",
"the",
"fragment",
"number",
"from",
"where",
"you",
"want",
"the",
"<",
"code",
">",
"get",
"media",
"<",
"/",
"code",
">",
"api",
"to",
"start",
"returning",
"the",
"fragments",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"after",
"fragment",
"number",
";"
] |
[
"<",
"p",
">",
"specifies",
"the",
"fragment",
"number",
"from",
"where",
"you",
"want",
"the",
"<",
"code",
">",
"get",
"media",
"<",
"/",
"code",
">",
"api",
"to",
"start",
"returning",
"the",
"fragments",
"<",
"/",
"p",
">"
] | [
"set",
"after",
"fragment",
"number",
"(",
"after",
"fragment",
"number",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"time",
"stamp",
"value",
"this",
"value",
"is",
"required",
"if",
"you",
"choose",
"the",
"producer",
"timestamp",
"or",
"the",
"server",
"timestamp",
"as",
"the",
"<",
"code",
">",
"start",
"selector",
"type",
"<",
"/",
"code",
">",
"the",
"<",
"code",
">",
"get",
"media",
"<",
"/",
"code",
">",
"api",
"then",
"starts",
"with",
"the",
"chunk",
"containing",
"the",
"fragment",
"that",
"has",
"the",
"specified",
"time",
"stamp",
"<",
"/",
"p",
">"
] | [
"set",
"start",
"timestamp",
"(",
"start",
"timestamp",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"continuation",
"token",
"that",
"kinesis",
"video",
"streams",
"returned",
"in",
"the",
"previous",
"<",
"code",
">",
"get",
"media",
"<",
"/",
"code",
">",
"response",
"the",
"<",
"code",
">",
"get",
"media",
"<",
"/",
"code",
">",
"api",
"then",
"starts",
"with",
"the",
"chunk",
"identified",
"by",
"the",
"continuation",
"token",
"<",
"/",
"p",
">"
] | [
"set",
"continuation",
"token",
"(",
"continuation",
"token",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"devices",
"<",
"/",
"p",
">"
] | [
"return",
"devices",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"devices",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"devices",
"=",
"=",
"null",
")",
"{",
"this",
"devices",
"=",
"null",
";",
"return",
";",
"}",
"this",
"devices",
"=",
"new",
"java",
"util",
"array",
"list",
"<",
"device",
"description",
">",
"(",
"devices",
")",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"devices",
"<",
"/",
"p",
">",
"<",
"p",
">",
"<",
"b",
">",
"note",
":",
"<",
"/",
"b",
">",
"this",
"method",
"appends",
"the",
"values",
"to",
"the",
"existing",
"list",
"(",
"if",
"any",
")",
"use",
"{",
"@",
"link",
"#",
"set",
"devices",
"(",
"java",
"util",
"collection",
")",
"}",
"or",
"{",
"@",
"link",
"#",
"with",
"devices",
"(",
"java",
"util",
"collection",
")",
"}",
"if",
"you",
"want",
"to",
"override",
"the",
"existing",
"values",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"this",
"devices",
"=",
"=",
"null",
")",
"{",
"set",
"devices",
"(",
"new",
"java",
"util",
"array",
"list",
"<",
"device",
"description",
">",
"(",
"devices",
"length",
")",
")",
";",
"}",
"for",
"(",
"device",
"description",
"ele",
":",
"devices",
")",
"{",
"this",
"devices",
"add",
"(",
"ele",
")",
";",
"}",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"devices",
"<",
"/",
"p",
">"
] | [
"set",
"devices",
"(",
"devices",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"if",
"the",
"number",
"of",
"items",
"that",
"are",
"returned",
"is",
"significantly",
"large",
"this",
"is",
"an",
"identifier",
"that",
"is",
"also",
"returned",
"which",
"can",
"be",
"used",
"in",
"a",
"subsequent",
"call",
"to",
"this",
"operation",
"to",
"return",
"the",
"next",
"set",
"of",
"items",
"in",
"the",
"list",
"<",
"/",
"p",
">"
] | [
"set",
"next",
"token",
"(",
"next",
"token",
")",
";",
"return",
"this",
";"
] |
[
"/",
"*",
"get",
"a",
"compiled",
"expression",
"instance",
"for",
"better",
"performance"
] | [
"if",
"(",
"compiled",
"expression",
"=",
"=",
"null",
")",
"{",
"compiled",
"expression",
"=",
"j",
"x",
"path",
"context",
"compile",
"(",
"expression",
")",
";",
"}",
"return",
"compiled",
"expression",
";"
] |
[
"<",
"p",
">",
"a",
"url",
"for",
"an",
"amazon",
"s3",
"bucket",
"where",
"you",
"want",
"to",
"store",
"the",
"results",
"of",
"this",
"request",
"<",
"/",
"p",
">"
] | [
"this",
"output",
"url",
"=",
"output",
"url",
";"
] |
[
"<",
"p",
">",
"a",
"url",
"for",
"an",
"amazon",
"s3",
"bucket",
"where",
"you",
"want",
"to",
"store",
"the",
"results",
"of",
"this",
"request",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"output",
"url",
";"
] |
[
"<",
"p",
">",
"a",
"url",
"for",
"an",
"amazon",
"s3",
"bucket",
"where",
"you",
"want",
"to",
"store",
"the",
"results",
"of",
"this",
"request",
"<",
"/",
"p",
">"
] | [
"set",
"output",
"url",
"(",
"output",
"url",
")",
";",
"return",
"this",
";"
] |
[
"called",
"from",
"recovery",
"strat",
"on",
"a",
"failed",
"recovery"
] | [
"recovery",
"strat",
"=",
"null",
";"
] |
[
"wait",
"the",
"configure",
"classpath",
"form",
"is",
"open"
] | [
"loader",
"wait",
"on",
"closed",
"(",
")",
";",
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"expected",
"conditions",
"visibility",
"of",
"element",
"located",
"(",
"by",
"xpath",
"(",
"configure",
"classpath",
"form",
")",
")",
")",
";"
] |
[
"wait",
"the",
"configure",
"classpath",
"form",
"is",
"closed"
] | [
"loader",
"wait",
"on",
"closed",
"(",
")",
";",
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"expected",
"conditions",
"invisibility",
"of",
"element",
"located",
"(",
"by",
"xpath",
"(",
"configure",
"classpath",
"form",
")",
")",
")",
";"
] |
[
"close",
"the",
"configure",
"classpath",
"form",
"by",
"click",
"on",
"the",
"close",
"icon"
] | [
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"expected",
"conditions",
"visibility",
"of",
"element",
"located",
"(",
"by",
"xpath",
"(",
"configure",
"classpath",
"close",
"icon",
")",
")",
")",
"click",
"(",
")",
";",
"wait",
"configure",
"classpath",
"form",
"is",
"closed",
"(",
")",
";"
] |
[
"click",
"on",
"the",
"java",
"build",
"path"
] | [
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"expected",
"conditions",
"visibility",
"of",
"element",
"located",
"(",
"by",
"id",
"(",
"java",
"build",
"path",
")",
")",
")",
"click",
"(",
")",
";"
] |
[
"wait",
"expected",
"text",
"in",
"the",
"java",
"build",
"path",
"area"
] | [
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"(",
"web",
"driver",
"driver",
")",
"-",
">",
"get",
"text",
"from",
"java",
"build",
"path",
"area",
"(",
")",
"contains",
"(",
"exp",
"text",
")",
")",
";"
] |
[
"wait",
"the",
"text",
"is",
"not",
"present",
"in",
"the",
"java",
"build",
"path",
"area"
] | [
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"(",
"web",
"driver",
"driver",
")",
"-",
">",
"!",
"(",
"get",
"text",
"from",
"java",
"build",
"path",
"area",
"(",
")",
"contains",
"(",
"exp",
"text",
")",
")",
")",
";"
] |
[
"get",
"text",
"-",
"representation",
"content",
"from",
"java",
"build",
"path",
"area"
] | [
"return",
"content",
"from",
"java",
"build",
"path",
"area",
"get",
"text",
"(",
")",
";"
] |
[
"select",
"the",
"libraries",
"category"
] | [
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"expected",
"conditions",
"visibility",
"of",
"element",
"located",
"(",
"by",
"id",
"(",
"libraries",
"category",
")",
")",
")",
"click",
"(",
")",
";",
"loader",
"wait",
"on",
"closed",
"(",
")",
";"
] |
[
"select",
"the",
"source",
"category"
] | [
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"expected",
"conditions",
"visibility",
"of",
"element",
"located",
"(",
"by",
"id",
"(",
"source",
"category",
")",
")",
")",
"click",
"(",
")",
";",
"loader",
"wait",
"on",
"closed",
"(",
")",
";"
] |
[
"wait",
"expected",
"text",
"in",
"the",
"j",
"a",
"rs",
"and",
"folders",
"area"
] | [
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"(",
"web",
"driver",
"driver",
")",
"-",
">",
"get",
"text",
"from",
"jars",
"and",
"folder",
"area",
"(",
")",
"contains",
"(",
"exp",
"text",
")",
")",
";"
] |
[
"wait",
"the",
"text",
"is",
"not",
"present",
"in",
"the",
"j",
"a",
"rs",
"and",
"folders",
"area"
] | [
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"(",
"web",
"driver",
"driver",
")",
"-",
">",
"!",
"(",
"get",
"text",
"from",
"jars",
"and",
"folder",
"area",
"(",
")",
"contains",
"(",
"exp",
"text",
")",
")",
")",
";"
] |
[
"get",
"text",
"-",
"representation",
"content",
"from",
"j",
"a",
"rs",
"and",
"folders",
"area"
] | [
"return",
"content",
"from",
"jars",
"folders",
"get",
"text",
"(",
")",
";"
] |
[
"add",
"jar",
"or",
"folder",
"to",
"build",
"path"
] | [
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"expected",
"conditions",
"visibility",
"of",
"element",
"located",
"(",
"by",
"xpath",
"(",
"folder",
"type",
")",
")",
")",
"click",
"(",
")",
";"
] |
[
"click",
"on",
"the",
"done",
"button",
"in",
"the",
"configure",
"classpath"
] | [
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"expected",
"conditions",
"visibility",
"of",
"element",
"located",
"(",
"by",
"id",
"(",
"done",
"button",
")",
")",
")",
"click",
"(",
")",
";",
"loader",
"wait",
"on",
"closed",
"(",
")",
";",
"wait",
"configure",
"classpath",
"form",
"is",
"closed",
"(",
")",
";"
] |
[
"wait",
"the",
"select",
"path",
"form",
"is",
"open"
] | [
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"expected",
"conditions",
"visibility",
"of",
"element",
"located",
"(",
"by",
"xpath",
"(",
"select",
"path",
"form",
")",
")",
")",
";"
] |
[
"wait",
"the",
"select",
"path",
"form",
"is",
"closed"
] | [
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"expected",
"conditions",
"invisibility",
"of",
"element",
"located",
"(",
"by",
"xpath",
"(",
"select",
"path",
"form",
")",
")",
")",
";"
] |
[
"click",
"on",
"the",
"ok",
"button",
"in",
"the",
"select",
"path",
"form"
] | [
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"expected",
"conditions",
"visibility",
"of",
"element",
"located",
"(",
"by",
"id",
"(",
"select",
"path",
"ok",
"btn",
")",
")",
")",
"click",
"(",
")",
";",
"loader",
"wait",
"on",
"closed",
"(",
")",
";",
"wait",
"select",
"path",
"form",
"is",
"closed",
"(",
")",
";"
] |
[
"click",
"on",
"the",
"cancel",
"button",
"in",
"the",
"select",
"path",
"form"
] | [
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"expected",
"conditions",
"visibility",
"of",
"element",
"located",
"(",
"by",
"id",
"(",
"select",
"path",
"cancel",
"btn",
")",
")",
")",
"click",
"(",
")",
";",
"loader",
"wait",
"on",
"closed",
"(",
")",
";",
"wait",
"select",
"path",
"form",
"is",
"closed",
"(",
")",
";"
] |
[
"click",
"on",
"the",
"select",
"button",
"in",
"the",
"select",
"path",
"form"
] | [
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"redraw",
"ui",
"elements",
"timeout",
"sec",
")",
"until",
"(",
"expected",
"conditions",
"visibility",
"of",
"element",
"located",
"(",
"by",
"xpath",
"(",
"select",
"path",
"select",
"btn",
")",
")",
")",
"click",
"(",
")",
";",
"loader",
"wait",
"on",
"closed",
"(",
")",
";",
"wait",
"select",
"path",
"form",
"is",
"closed",
"(",
")",
";"
] |
[
"wait",
"item",
"in",
"select",
"path",
"form"
] | [
"loader",
"wait",
"on",
"closed",
"(",
")",
";",
"new",
"web",
"driver",
"wait",
"(",
"selenium",
"web",
"driver",
",",
"element",
"timeout",
"sec",
")",
"until",
"(",
"expected",
"conditions",
"presence",
"of",
"element",
"located",
"(",
"by",
"xpath",
"(",
"string",
"format",
"(",
"item",
"select",
"path",
"form",
",",
"item",
")",
")",
")",
")",
";",
"loader",
"wait",
"on",
"closed",
"(",
")",
";"
] |
[
"select",
"item",
"in",
"the",
"select",
"path",
"form"
] | [
"wait",
"item",
"in",
"select",
"path",
"form",
"(",
"item",
"name",
")",
";",
"web",
"element",
"item",
"=",
"selenium",
"web",
"driver",
"find",
"element",
"(",
"by",
"xpath",
"(",
"string",
"format",
"(",
"item",
"select",
"path",
"form",
",",
"item",
"name",
")",
")",
")",
";",
"item",
"click",
"(",
")",
";"
] |
[
"open",
"item",
"in",
"the",
"select",
"path",
"form"
] | [
"wait",
"item",
"in",
"select",
"path",
"form",
"(",
"item",
"name",
")",
";",
"web",
"element",
"item",
"=",
"selenium",
"web",
"driver",
"find",
"element",
"(",
"by",
"xpath",
"(",
"string",
"format",
"(",
"item",
"select",
"path",
"form",
",",
"item",
"name",
")",
")",
")",
";",
"actions",
"factory",
"create",
"action",
"(",
"selenium",
"web",
"driver",
")",
"double",
"click",
"(",
"item",
")",
"perform",
"(",
")",
";"
] |
[
"sets",
"the",
"value",
"to",
"be",
"returned",
"by",
"{"
] | [
"this",
"font",
"scale",
"=",
"font",
"scale",
";"
] |
[
"inform",
"this",
"container",
"that",
"the",
"server",
"has",
"been",
"started",
"this",
"method",
"must",
"be",
"implicitly",
"called",
"after",
"the",
"server",
"containing",
"this",
"container",
"is",
"started"
] | [
"super",
"do",
"start",
"(",
")",
";",
"app",
"handler",
"on",
"startup",
"(",
"this",
")",
";"
] |
[
"inform",
"this",
"container",
"that",
"the",
"server",
"is",
"being",
"stopped",
"this",
"method",
"must",
"be",
"implicitly",
"called",
"before",
"the",
"server",
"containing",
"this",
"container",
"is",
"stopped"
] | [
"super",
"do",
"stop",
"(",
")",
";",
"app",
"handler",
"on",
"shutdown",
"(",
"this",
")",
";",
"app",
"handler",
"=",
"null",
";"
] |
[
"{"
] | [
"return",
"val",
"!",
"=",
"null",
"?",
"val",
"<",
"v",
">",
"value",
"(",
"ctx",
",",
"false",
")",
":",
"null",
";"
] |
[
"perform",
"internal",
"unmarshal",
"of",
"this",
"entry",
"it",
"must",
"be",
"performed",
"after",
"entry",
"is",
"deserialized",
"and",
"before",
"its",
"restored",
"key",
"/",
"value",
"are",
"needed"
] | [
"unmarshal",
"key",
"(",
"ctx",
",",
"marsh",
")",
";",
"if",
"(",
"val",
"=",
"=",
"null",
"&",
"&",
"val",
"bytes",
"!",
"=",
"null",
")",
"{",
"val",
"=",
"u",
"unmarshal",
"(",
"marsh",
",",
"val",
"bytes",
",",
"u",
"resolve",
"class",
"loader",
"(",
"ctx",
"kernal",
"context",
"(",
")",
"config",
"(",
")",
")",
")",
";",
"val",
"finish",
"unmarshal",
"(",
"ctx",
",",
"null",
")",
";",
"}"
] |
[
"perform",
"internal",
"key",
"unmarshal",
"of",
"this",
"entry",
"it",
"must",
"be",
"performed",
"after",
"entry",
"is",
"deserialized",
"and",
"before",
"its",
"restored",
"key",
"/",
"value",
"are",
"needed"
] | [
"if",
"(",
"key",
"=",
"=",
"null",
")",
"{",
"assert",
"key",
"bytes",
"!",
"=",
"null",
";",
"key",
"=",
"u",
"unmarshal",
"(",
"marsh",
",",
"key",
"bytes",
",",
"u",
"resolve",
"class",
"loader",
"(",
"ctx",
"kernal",
"context",
"(",
")",
"config",
"(",
")",
")",
")",
";",
"key",
"finish",
"unmarshal",
"(",
"ctx",
",",
"null",
")",
";",
"}"
] |
[
"perform",
"internal",
"marshal",
"of",
"this",
"entry",
"before",
"it",
"will",
"be",
"serialized"
] | [
"if",
"(",
"key",
"bytes",
"=",
"=",
"null",
")",
"{",
"key",
"prepare",
"marshal",
"(",
"ctx",
")",
";",
"key",
"bytes",
"=",
"u",
"marshal",
"(",
"marsh",
",",
"key",
")",
";",
"}",
"if",
"(",
"val",
"bytes",
"=",
"=",
"null",
"&",
"&",
"val",
"!",
"=",
"null",
")",
"{",
"val",
"prepare",
"marshal",
"(",
"ctx",
")",
";",
"val",
"bytes",
"=",
"u",
"marshal",
"(",
"marsh",
",",
"val",
")",
";",
"}"
] |
[
"{"
] | [
"return",
"103",
";"
] |
[
"{"
] | [
"view",
"clear",
"(",
")",
";"
] |
[
"{"
] | [
"clear",
"(",
")",
";"
] |
[
"this",
"method",
"creates",
"a",
"nurbs",
"surface",
"the",
"created",
"mesh",
"is",
"smooth",
"by",
"default"
] | [
"return",
"surface",
"create",
"nurbs",
"surface",
"(",
"control",
"points",
",",
"nurb",
"knots",
",",
"u",
"segments",
",",
"v",
"segments",
",",
"basis",
"u",
"function",
"degree",
",",
"basis",
"v",
"function",
"degree",
",",
"true",
")",
";"
] |
[
"this",
"method",
"creates",
"a",
"nurbs",
"surface"
] | [
"surface",
"result",
"=",
"new",
"surface",
"(",
"control",
"points",
",",
"nurb",
"knots",
",",
"u",
"segments",
",",
"v",
"segments",
",",
"basis",
"u",
"function",
"degree",
",",
"basis",
"v",
"function",
"degree",
",",
"smooth",
")",
";",
"result",
"type",
"=",
"spline",
"type",
"nurb",
";",
"return",
"result",
";"
] |
[
"this",
"method",
"returns",
"the",
"amount",
"of",
"u",
"control",
"points"
] | [
"return",
"control",
"points",
"size",
"(",
")",
";"
] |
[
"this",
"method",
"returns",
"the",
"amount",
"of",
"v",
"control",
"points"
] | [
"return",
"control",
"points",
"get",
"(",
"0",
")",
"=",
"=",
"null",
"?",
"0",
":",
"control",
"points",
"get",
"(",
"0",
")",
"size",
"(",
")",
";"
] |
[
"this",
"method",
"returns",
"the",
"degree",
"of",
"basis",
"u",
"function"
] | [
"return",
"basis",
"u",
"function",
"degree",
";"
] |
[
"this",
"method",
"returns",
"the",
"degree",
"of",
"basis",
"v",
"function"
] | [
"return",
"basis",
"v",
"function",
"degree",
";"
] |
[
"this",
"method",
"returns",
"the",
"knots",
"for",
"specified",
"dimension",
"(",
"u",
"knots",
"-",
"value",
":",
"0",
"v",
"knots",
"-",
"value",
":",
"1",
")"
] | [
"return",
"knots",
"[",
"dim",
"]",
";"
] |
[
"return",
"the",
"type",
"of",
"the",
"spline"
] | [
"return",
"type",
";"
] |
[
"this",
"method",
"returns",
"the",
"minimum",
"nurb",
"curve",
"u",
"knot",
"value"
] | [
"return",
"knots",
"[",
"0",
"]",
"get",
"(",
"basis",
"u",
"function",
"degree",
"-",
"1",
")",
";"
] |
[
"this",
"method",
"returns",
"the",
"maximum",
"nurb",
"curve",
"u",
"knot",
"value"
] | [
"return",
"knots",
"[",
"0",
"]",
"get",
"(",
"knots",
"[",
"0",
"]",
"size",
"(",
")",
"-",
"basis",
"u",
"function",
"degree",
")",
";"
] |
[
"this",
"method",
"returns",
"the",
"minimum",
"nurb",
"curve",
"u",
"knot",
"value"
] | [
"return",
"knots",
"[",
"1",
"]",
"get",
"(",
"basis",
"v",
"function",
"degree",
"-",
"1",
")",
";"
] |
[
"this",
"method",
"returns",
"the",
"maximum",
"nurb",
"curve",
"u",
"knot",
"value"
] | [
"return",
"knots",
"[",
"1",
"]",
"get",
"(",
"knots",
"[",
"1",
"]",
"size",
"(",
")",
"-",
"basis",
"v",
"function",
"degree",
")",
";"
] |
[
"this",
"method",
"adds",
"a",
"normal",
"to",
"a",
"normal",
"s",
"map",
"this",
"map",
"is",
"used",
"to",
"merge",
"normals",
"of",
"a",
"vector",
"that",
"should",
"be",
"rendered",
"smooth"
] | [
"for",
"(",
"vector",
"3f",
"v",
":",
"vertices",
")",
"{",
"vector",
"3f",
"n",
"=",
"normal",
"map",
"get",
"(",
"v",
")",
";",
"if",
"(",
"!",
"smooth",
"|",
"|",
"n",
"=",
"=",
"null",
")",
"{",
"normal",
"map",
"put",
"(",
"v",
",",
"normal",
"to",
"add",
"clone",
"(",
")",
")",
";",
"}",
"else",
"{",
"n",
"add",
"local",
"(",
"normal",
"to",
"add",
")",
"normalize",
"local",
"(",
")",
";",
"}",
"}"
] |
[
"return",
"the",
"scale",
"of",
"the",
"parameter",
"if",
"any"
] | [
"return",
"this",
"scale",
";"
] |
[
"return",
"whether",
"this",
"parameter",
"holds",
"input",
"values",
"that",
"should",
"be",
"set",
"before",
"execution",
"even",
"if",
"they",
"are",
"{"
] | [
"return",
"true",
";"
] |
[
"return",
"whether",
"this",
"parameter",
"is",
"an",
"implicit",
"return",
"parameter",
"used",
"during",
"the",
"results",
"processing",
"of",
"{"
] | [
"return",
"false",
";"
] |
[
"convert",
"a",
"list",
"of",
"jdbc",
"types",
"as",
"defined",
"in",
"{"
] | [
"if",
"(",
"types",
"=",
"=",
"null",
")",
"{",
"return",
"new",
"linked",
"list",
"<",
">",
"(",
")",
";",
"}",
"list",
"<",
"sql",
"parameter",
">",
"result",
"=",
"new",
"array",
"list",
"<",
">",
"(",
"types",
"length",
")",
";",
"for",
"(",
"int",
"type",
":",
"types",
")",
"{",
"result",
"add",
"(",
"new",
"sql",
"parameter",
"(",
"type",
")",
")",
";",
"}",
"return",
"result",
";"
] |
[
"create",
"a",
"kdc",
"configuration"
] | [
"conf",
"=",
"mini",
"kdc",
"create",
"conf",
"(",
")",
";"
] |
[
"returns",
"the",
"class",
"node",
"this",
"class",
"node",
"is",
"redirecting",
"to"
] | [
"if",
"(",
"redirect",
"=",
"=",
"null",
")",
"return",
"this",
";",
"return",
"redirect",
"redirect",
"(",
")",
";"
] |
[
"indicates",
"that",
"this",
"method",
"has",
"been",
"promoted",
"to",
"public",
"by",
"groovy",
"when",
"in",
"fact",
"there",
"was",
"no",
"public",
"modifier",
"explicitly",
"in",
"the",
"source",
"code",
"i",
"e",
"it",
"remembers",
"that",
"it",
"has",
"applied",
"groovy",
"s",
"public",
"methods",
"by",
"default",
"rule",
"this",
"property",
"is",
"typically",
"only",
"of",
"interest",
"to",
"ast",
"transform",
"writers"
] | [
"return",
"synthetic",
"public",
";"
] |
[
"sets",
"the",
"superclass",
"of",
"this",
"class",
"node"
] | [
"redirect",
"(",
")",
"super",
"class",
"=",
"super",
"class",
";"
] |
[
"finds",
"a",
"constructor",
"matching",
"the",
"given",
"parameters",
"in",
"this",
"class"
] | [
"for",
"(",
"constructor",
"node",
"method",
":",
"get",
"declared",
"constructors",
"(",
")",
")",
"{",
"if",
"(",
"parameters",
"equal",
"(",
"method",
"get",
"parameters",
"(",
")",
",",
"parameters",
")",
")",
"{",
"return",
"method",
";",
"}",
"}",
"return",
"null",
";"
] |
[
"adds",
"a",
"synthetic",
"method",
"as",
"part",
"of",
"the",
"compilation",
"process"
] | [
"method",
"node",
"answer",
"=",
"add",
"method",
"(",
"name",
",",
"modifiers",
"|",
"acc",
"synthetic",
",",
"return",
"type",
",",
"parameters",
",",
"exceptions",
",",
"code",
")",
";",
"answer",
"set",
"synthetic",
"(",
"true",
")",
";",
"return",
"answer",
";"
] |
[
"finds",
"a",
"field",
"matching",
"the",
"given",
"name",
"in",
"this",
"class"
] | [
"if",
"(",
"redirect",
"!",
"=",
"null",
")",
"return",
"redirect",
"(",
")",
"get",
"declared",
"field",
"(",
"name",
")",
";",
"lazy",
"class",
"init",
"(",
")",
";",
"return",
"field",
"index",
"=",
"=",
"null",
"?",
"null",
":",
"field",
"index",
"get",
"(",
"name",
")",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.