Searched defs:guts (Results 1 - 12 of 12) sorted by path

/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DDeclarationSnippet.java57 DeclarationSnippet(DeclarationKey key, String userSource, Wrap guts, argument
H A DErroneousSnippet.java44 ErroneousSnippet(ErroneousKey key, String userSource, Wrap guts, argument
H A DEval.java422 trialCompile(Wrap guts) argument
[all...]
H A DExpressionSnippet.java43 ExpressionSnippet(ExpressionKey key, String userSource, Wrap guts, String name, SubKind subkind) { argument
H A DImportSnippet.java48 ImportSnippet(ImportKey key, String userSource, Wrap guts, argument
H A DMethodSnippet.java47 MethodSnippet(MethodKey key, String userSource, Wrap guts, argument
H A DOuterWrapMap.java95 OuterWrap wrapImport(Wrap guts, Snippet sn) { argument
H A DPersistentSnippet.java42 PersistentSnippet(Key key, String userSource, Wrap guts, String unitName, argument
H A DSnippet.java559 private final Wrap guts; field in class:Snippet
571 Snippet(Key key, String userSource, Wrap guts, String unitName, argument
744 Wrap guts() { method in class:Snippet
H A DStatementSnippet.java43 StatementSnippet(StatementKey key, String userSource, Wrap guts) { argument
H A DTypeDeclSnippet.java44 TypeDeclSnippet(TypeDeclKey key, String userSource, Wrap guts, argument
H A DVarSnippet.java46 VarSnippet(VarKey key, String userSource, Wrap guts, argument

Completed in 213 milliseconds