@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
494 lines • 13.5 kB
JSON
{
"id": "Schema.describeiconresult",
"nodeType": "class",
"name": "DescribeIconResult",
"namespace": "Schema",
"startToken": {
"type": "declaration.entity.name.class",
"text": "DescribeIconResult",
"textToLower": "describeiconresult",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_DescribeIconResult_-1:0"
},
"order": 0,
"memberOrder": 0,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "global",
"textToLower": "global",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_global_-1:0"
},
"sharingModifier": {
"type": "keyword.modifier.sharing",
"text": "without sharing",
"textToLower": "without sharing",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.sharing_without sharing_-1:0"
},
"description": "Contains icon metadata information for a tab.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_schema_describeiconresult.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getcontenttype()": {
"id": "Schema.describeiconresult.method.getcontenttype()",
"nodeType": "method",
"name": "getContentType",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getContentType",
"textToLower": "getcontenttype",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getContentType_-1:0"
},
"parentId": "Schema.describeiconresult",
"order": 1,
"memberOrder": 1,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public String getContentType()",
"overrideSignature": "public override String getContentType()",
"simplifiedSignature": "getContentType()",
"datatype": {
"id": "Schema.describeiconresult.getcontenttype.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:7"
},
"parentId": "Schema.describeiconresult.getcontenttype",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the tab icon’s content type, such as image/png.",
"parentName": "DescribeIconResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getheight()": {
"id": "Schema.describeiconresult.method.getheight()",
"nodeType": "method",
"name": "getHeight",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getHeight",
"textToLower": "getheight",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getHeight_-1:0"
},
"parentId": "Schema.describeiconresult",
"order": 2,
"memberOrder": 2,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public Integer getHeight()",
"overrideSignature": "public override Integer getHeight()",
"simplifiedSignature": "getHeight()",
"datatype": {
"id": "Schema.describeiconresult.getheight.datatype.Integer",
"nodeType": "datatype",
"name": "Integer",
"startToken": {
"type": "datatype.primitive",
"text": "Integer",
"textToLower": "integer",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 14
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Integer_0:7"
},
"parentId": "Schema.describeiconresult.getheight",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"description": "Returns the tab icon’s height in pixels.",
"parentName": "DescribeIconResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"gettheme()": {
"id": "Schema.describeiconresult.method.gettheme()",
"nodeType": "method",
"name": "getTheme",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getTheme",
"textToLower": "gettheme",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getTheme_-1:0"
},
"parentId": "Schema.describeiconresult",
"order": 3,
"memberOrder": 3,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public String getTheme()",
"overrideSignature": "public override String getTheme()",
"simplifiedSignature": "getTheme()",
"datatype": {
"id": "Schema.describeiconresult.gettheme.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:7"
},
"parentId": "Schema.describeiconresult.gettheme",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the tab’s icon theme.",
"parentName": "DescribeIconResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"geturl()": {
"id": "Schema.describeiconresult.method.geturl()",
"nodeType": "method",
"name": "getUrl",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getUrl",
"textToLower": "geturl",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getUrl_-1:0"
},
"parentId": "Schema.describeiconresult",
"order": 4,
"memberOrder": 4,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public String getUrl()",
"overrideSignature": "public override String getUrl()",
"simplifiedSignature": "getUrl()",
"datatype": {
"id": "Schema.describeiconresult.geturl.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:7"
},
"parentId": "Schema.describeiconresult.geturl",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the tab’s icon fully qualified URL.",
"parentName": "DescribeIconResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getwidth()": {
"id": "Schema.describeiconresult.method.getwidth()",
"nodeType": "method",
"name": "getWidth",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getWidth",
"textToLower": "getwidth",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getWidth_-1:0"
},
"parentId": "Schema.describeiconresult",
"order": 5,
"memberOrder": 5,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public Integer getWidth()",
"overrideSignature": "public override Integer getWidth()",
"simplifiedSignature": "getWidth()",
"datatype": {
"id": "Schema.describeiconresult.getwidth.datatype.Integer",
"nodeType": "datatype",
"name": "Integer",
"startToken": {
"type": "datatype.primitive",
"text": "Integer",
"textToLower": "integer",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 14
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Integer_0:7"
},
"parentId": "Schema.describeiconresult.getwidth",
"order": 0,
"memberOrder": 0,
"type": "Integer"
},
"description": "Returns the tab’s icon width in pixels.",
"parentName": "DescribeIconResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 5,
"queries": []
}