GET Class Source

Request Example

Response Example:

{
	"message": "Found",
	"data": {
		"SOURCE": [
			"class ZRMPM_002 definition",
			"  public",
			"  final",
			"  create public .",
			"public section.",
			"  methods GET_NUMBER .",
			"  methods GET_STRING .",
			"protected section.",
			"private section.",
			"endclass. \"ZRMPM_002 definition",
			"class ZRMPM_002 implementation.",
			"  method GET_NUMBER.",
			"    WRITE: 'Olá'.",
			"    DATA(lo) = NEW ZRMPM_003( ).",
			"    lo->get_json( ).",
			"  endmethod.",
			"  method GET_STRING.",
			"  endmethod.",
			"endclass. \"ZRMPM_002 implementation"
		],
		"SOURCE_EXTENSION": [],
		"OBJECT_NAME": "ZRMPM_002",
		"OBJECT_TYPE": "CLASS",
		"OBJECT_DESCRIPTION": "Teste",
		"DEPENDENCIES": [
			{
				"message": "Found",
				"data": {
					"SOURCE": [
						"class ZRMPM_003 definition",
						"  public",
						"  final",
						"  create public .",
						"public section.",
						"  methods GET_JSON .",
						"protected section.",
						"private section.",
						"endclass. \"ZRMPM_003 definition",
						"class ZRMPM_003 implementation.",
						"  method GET_JSON.",
						"    WRITE: 'JSON'.",
						"  endmethod.",
						"endclass. \"ZRMPM_003 implementation"
					],
					"SOURCE_EXTENSION": [],
					"OBJECT_NAME": "ZRMPM_003",
					"OBJECT_TYPE": "CLASS",
					"OBJECT_DESCRIPTION": "Trata JSON",
					"DEPENDENCIES": []
				}
			}
		],
		"USAGE": {
			"prompt_tokens": 0,
			"completion_tokens": 0,
			"total_tokens": 0
		}
	}
}

Last updated