#include "ycp/y2log.h"#include "ycp/ExecutionEnvironment.h"#include "ycp/Type.h"#include "ycp/Bytecode.h"#include <ctype.h>#include <stdio.h>#include <stdlib.h>Functions | |
| void | fromSig (const char *s, constTypePtr t, string ts) |
| int | main () |
Variables | |
| ExecutionEnvironment | ee |
| void fromSig | ( | const char * | s, | |
| constTypePtr | t, | |||
| string | ts | |||
| ) |
References Type::fromSignature().
Referenced by main().
| int main | ( | ) |
References Type::Any, Type::Boolean, Type::Byteblock, Type::Float, fromSig(), Type::Integer, Type::Locale, Type::Path, Type::String, Type::Symbol, Type::Term, Type::Unspec, and Type::Void.
1.6.3